summaryrefslogtreecommitdiff
path: root/fs/orangefs
Commit message (Expand)AuthorAge
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-21
|\
| * orangefs: call op_release sooner when creating inodesMartin Brandenburg2017-11-13
| * orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-13
| * orangefs: use ARRAY_SIZEJérémy Lefaure2017-11-13
| * orangefs: remove initialization of i_versionJeff Layton2017-11-13
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-17
|\ \ | |/ |/|
| * orangefs: remove detritus from struct orangefs_kiocb_sAl Viro2017-10-11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* orangefs: Adjust three checks for null pointersMarkus Elfring2017-09-14
* orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Markus Elfring2017-09-14
* orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring2017-09-14
* orangefs: constify xattr_handler structureJulia Lawall2017-09-14
* orangefs: don't call filemap_write_and_wait from fsyncJeff Layton2017-09-14
* orangefs: off by ones in xattr size checksDan Carpenter2017-09-14
* orangefs: react properly to posix_acl_update_mode's aftermath.Mike Marshall2017-09-14
* orangefs: Don't clear SGID when inheriting ACLsJan Kara2017-09-14
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-15
|\
| * orangefs: Implement show_optionsDavid Howells2017-07-11
* | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-20
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-05
|\
| * orangefs: count directory pieces correctlyMartin Brandenburg2017-05-04
| * orangefs: invalidate stored directory on seekMartin Brandenburg2017-05-04
| * orangefs: skip forward to the next directory entry if seek is shortMartin Brandenburg2017-05-04
| * orangefs: handle zero size write in debugfsDan Carpenter2017-04-26
| * orangefs: do not wait for timeout if umountingMartin Brandenburg2017-04-26
| * orangefs: return from orangefs_devreq_read quickly if possibleMartin Brandenburg2017-04-26
| * orangefs: ensure the userspace component is unmounted if mount failsMartin Brandenburg2017-04-26
| * orangefs: do not check possibly stale size on truncateMartin Brandenburg2017-04-26
| * orangefs: implement statxMartin Brandenburg2017-04-26
| * orangefs: remove ORANGEFS_READDIR macrosMartin Brandenburg2017-04-26
| * orangefs: support very large directoriesMartin Brandenburg2017-04-26
| * orangefs: support llseek on directoriesMartin Brandenburg2017-04-26
| * orangefs: rewrite readdir to fix several bugsMartin Brandenburg2017-04-26
| * orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg2017-04-26
| * orangefs: clean up oversize xattr validationMartin Brandenburg2017-04-26
| * orangefs: fix bounds check for listxattrMartin Brandenburg2017-04-26
| * orangefs: remove unused get_fsid_from_inoMartin Brandenburg2017-04-26
* | orangefs: use iov_iter_revert()Al Viro2017-04-21
* | orangefs_bufmap_copy_from_iovec(): fix EFAULT handlingAl Viro2017-04-17
|/
* orangefs: free superblock when mount failsMartin Brandenburg2017-04-15
* orangefs: move features validation to fix filesystem hangMartin Brandenburg2017-04-07
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\ \ | |/ |/|
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-02
|\ \ | |/ |/|
| * orangefs: Use RCU for destroy_inodePeter Zijlstra2017-03-02
* | fs: add i_blocksize()Fabian Frederick2017-02-27