aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-15orangefs: reorganize duplicated sysfs attribute structsMartin Brandenburg1-391/+81
2016-08-15orangefs: remove dead code in sysfsMartin Brandenburg1-280/+81
2016-08-15orangefs: clean up debugfs globalsMartin Brandenburg7-705/+705
2016-08-12orangefs: do not allow client readahead cache without feature bitMartin Brandenburg2-5/+27
2016-08-12orangefs: add features opMartin Brandenburg7-6/+53
2016-08-09orangefs: record userspace version for feature compatbilityMartin Brandenburg2-0/+12
2016-08-08orangefs: add readahead count and size to sysfsMartin Brandenburg1-8/+115
2016-08-08orangefs: re-add flush_racache from out-of-treeMartin Brandenburg1-1/+33
2016-08-08orangefs: turn param response value into unionMartin Brandenburg3-7/+11
2016-08-08orangefs: add missing param request opsMartin Brandenburg1-0/+3
2016-08-08orangefs: rename remaining bits of mmap readahead cacheMartin Brandenburg5-7/+7
2016-08-07orangefs: use %pd/%pDAl Viro5-34/+34
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg3-8/+8
2016-08-02orangefs: Change default dcache and getattr timeout to 50 msec.Martin Brandenburg1-2/+2
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg6-7/+52
2016-08-02orangefs: Cache getattr results.Martin Brandenburg5-29/+34
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg2-0/+9
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-12/+8
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+1
2016-07-05orangefs: fix namespace handlingJann Horn5-8/+15
2016-07-05Orangefs: allow O_DIRECT in openMike Marshall1-14/+11
2016-07-05orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher4-66/+30
2016-07-05orangefs: Remove redundant "trusted." xattr handlerAndreas Gruenbacher1-37/+0
2016-07-05orangefs: Remove useless definesAndreas Gruenbacher4-28/+12
2016-05-29orangefs: constify inode_operationsAl Viro4-6/+6
2016-05-29orangefs: don't open-code %pd2Al Viro1-6/+2
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+6