aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro1-9/+4
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2016-12-12orangefs: Axe some dead codeChristophe JAILLET1-9/+0
2016-12-12orangefs: fix memory leak of string 'new' on exit pathColin Ian King1-1/+3
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-9/+4
2016-12-04don't open-code file_inode()Al Viro2-3/+5
2016-11-16orangefs: add .owner to debugfs file_operationsMike Marshall1-0/+2
2016-11-07orangefs: clean up debugfsMike Marshall2-85/+68
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-24orangefs: don't use d_timeMiklos Szeredi3-6/+14
2016-10-24orangefs: user file_inode() where it is dueAmir Goldstein1-7/+7
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+12
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-7/+3
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-45/+40
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-11/+6
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher3-7/+0
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher1-0/+3
2016-10-03Revert "orangefs: bump minimum userspace version"Mike Marshall1-2/+2
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg13-1711/+994
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-5/+5
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2-2/+2
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-10/+5
2016-09-21orangefs: bump minimum userspace versionMartin Brandenburg1-2/+2
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg9-46/+47
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyMartin Brandenburg4-8/+7
2016-08-15orangefs: make devreq_mutex staticMartin Brandenburg3-4/+2
2016-08-15orangefs: describe organization of sysfsMartin Brandenburg1-0/+7
2016-08-15orangefs: remove duplicated sysfs_ops structuresMartin Brandenburg1-58/+15
2016-08-15orangefs: consolidate sysfs show and store functionsMartin Brandenburg1-317/+148