aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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