summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)Author
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-03Revert "orangefs: bump minimum userspace version"Mike Marshall
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-09-21orangefs: bump minimum userspace versionMartin Brandenburg
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyMartin Brandenburg
2016-08-15orangefs: make devreq_mutex staticMartin Brandenburg
2016-08-15orangefs: describe organization of sysfsMartin Brandenburg
2016-08-15orangefs: remove duplicated sysfs_ops structuresMartin Brandenburg
2016-08-15orangefs: consolidate sysfs show and store functionsMartin Brandenburg
2016-08-15orangefs: reorganize duplicated sysfs attribute structsMartin Brandenburg
2016-08-15orangefs: remove dead code in sysfsMartin Brandenburg
2016-08-15orangefs: clean up debugfs globalsMartin Brandenburg
2016-08-12orangefs: do not allow client readahead cache without feature bitMartin Brandenburg
2016-08-12orangefs: add features opMartin Brandenburg
2016-08-09orangefs: record userspace version for feature compatbilityMartin Brandenburg
2016-08-08orangefs: add readahead count and size to sysfsMartin Brandenburg
2016-08-08orangefs: re-add flush_racache from out-of-treeMartin Brandenburg
2016-08-08orangefs: turn param response value into unionMartin Brandenburg
2016-08-08orangefs: add missing param request opsMartin Brandenburg
2016-08-08orangefs: rename remaining bits of mmap readahead cacheMartin Brandenburg
2016-08-07orangefs: use %pd/%pDAl Viro
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg
2016-08-02orangefs: Change default dcache and getattr timeout to 50 msec.Martin Brandenburg
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg
2016-08-02orangefs: Cache getattr results.Martin Brandenburg
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-05orangefs: fix namespace handlingJann Horn
2016-07-05Orangefs: allow O_DIRECT in openMike Marshall
2016-07-05orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher
2016-07-05orangefs: Remove redundant "trusted." xattr handlerAndreas Gruenbacher
2016-07-05orangefs: Remove useless definesAndreas Gruenbacher
2016-05-29orangefs: constify inode_operationsAl Viro
2016-05-29orangefs: don't open-code %pd2Al Viro
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro