aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro2-4/+4
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-4/+6
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-4/+6
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds6-53/+28
2016-04-08orangefs: remove unused variableMartin Brandenburg1-3/+1
2016-04-08orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches1-14/+17
2016-04-08orangefs: strncpy -> strscpyMartin Brandenburg1-1/+5
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg1-15/+1
2016-04-08Orangefs: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-04-08Orangefs: optimize boilerplate code.Mike Marshall2-2/+2
2016-04-08Orangefs: xattr.c cleanupMike Marshall1-16/+1
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds3-8/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-8/+8
2016-03-31orangefs: minimum userspace version is 2.9.3Martin Brandenburg1-1/+1