aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14orangefs: Adjust three checks for null pointersMarkus Elfring2-3/+3
2017-09-14orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Markus Elfring1-3/+1
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring5-19/+6
2017-09-14orangefs: constify xattr_handler structureJulia Lawall1-1/+1
2017-09-14orangefs: don't call filemap_write_and_wait from fsyncJeff Layton1-4/+1
2017-09-14orangefs: off by ones in xattr size checksDan Carpenter1-3/+3
2017-09-14orangefs: react properly to posix_acl_update_mode's aftermath.Mike Marshall1-8/+21
2017-09-14orangefs: Don't clear SGID when inheriting ACLsJan Kara1-20/+28
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+14
2017-07-11orangefs: Implement show_optionsDavid Howells1-1/+14
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-4/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds14-432/+447
2017-05-04orangefs: count directory pieces correctlyMartin Brandenburg1-2/+5
2017-05-04orangefs: invalidate stored directory on seekMartin Brandenburg1-1/+23
2017-05-04orangefs: skip forward to the next directory entry if seek is shortMartin Brandenburg1-4/+14
2017-04-26orangefs: handle zero size write in debugfsDan Carpenter1-0/+3
2017-04-26orangefs: do not wait for timeout if umountingMartin Brandenburg1-1/+8
2017-04-26orangefs: return from orangefs_devreq_read quickly if possibleMartin Brandenburg1-0/+4
2017-04-26orangefs: ensure the userspace component is unmounted if mount failsMartin Brandenburg2-36/+27
2017-04-26orangefs: do not check possibly stale size on truncateMartin Brandenburg1-2/+1
2017-04-26orangefs: implement statxMartin Brandenburg5-28/+64
2017-04-26orangefs: remove ORANGEFS_READDIR macrosMartin Brandenburg2-11/+6
2017-04-26orangefs: support very large directoriesMartin Brandenburg1-88/+185
2017-04-26orangefs: support llseek on directoriesMartin Brandenburg1-14/+36
2017-04-26orangefs: rewrite readdir to fix several bugsMartin Brandenburg3-354/+197
2017-04-26orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg1-2/+0
2017-04-26orangefs: clean up oversize xattr validationMartin Brandenburg1-17/+7
2017-04-26orangefs: fix bounds check for listxattrMartin Brandenburg1-1/+1
2017-04-26orangefs: remove unused get_fsid_from_inoMartin Brandenburg1-5/+0
2017-04-21orangefs: use iov_iter_revert()Al Viro1-2/+1
2017-04-17orangefs_bufmap_copy_from_iovec(): fix EFAULT handlingAl Viro1-3/+1
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg3-9/+24
2017-04-07orangefs: move features validation to fix filesystem hangMartin Brandenburg1-2/+7
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+8
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-10/+8
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+8
2017-03-02orangefs: Use RCU for destroy_inodePeter Zijlstra1-1/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-2/+2
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into for-nextMike Marshall5-13/+10
2017-02-09orangefs: fix buffer size mis-match between kernel space and user space.Mike Marshall1-2/+1
2017-02-09orangefs: Dan Carpenter influenced cleanups...Mike Marshall2-9/+11
2017-02-03orangefs: Remove orangefs_backing_dev_infoJan Kara3-18/+1
2017-02-03orangefs: Support readahead_readcnt parameter.Martin Brandenburg2-2/+31
2017-02-03orangefs: silence harmless integer overflow warningDan Carpenter1-0/+5
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-12/+9
2016-12-15Merge tag 'for-linus-4.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-10/+3