aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-12/+9
2016-12-15Merge tag 'for-linus-4.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-10/+3
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusGravatar Al Viro 1-9/+4
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2016-12-12orangefs: Axe some dead codeGravatar Christophe JAILLET 1-9/+0
2016-12-12orangefs: fix memory leak of string 'new' on exit pathGravatar Colin Ian King 1-1/+3
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-9/+4
2016-12-04don't open-code file_inode()Gravatar Al Viro 2-3/+5
2016-11-16orangefs: add .owner to debugfs file_operationsGravatar Mike Marshall 1-0/+2
2016-11-07orangefs: clean up debugfsGravatar Mike Marshall 2-85/+68
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 1-0/+1
2016-10-24orangefs: don't use d_timeGravatar Miklos Szeredi 3-6/+14
2016-10-24orangefs: user file_inode() where it is dueGravatar Amir Goldstein 1-7/+7
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-8/+12
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 4-7/+3
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-45/+40
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 2-11/+6
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 3-7/+0
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-0/+3
2016-10-03Revert "orangefs: bump minimum userspace version"Gravatar Mike Marshall 1-2/+2
2016-09-28Merge branch 'misc' into for-nextGravatar Martin Brandenburg 13-1711/+994
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-5/+5
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 2-2/+2
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-10/+5
2016-09-21orangefs: bump minimum userspace versionGravatar Martin Brandenburg 1-2/+2
2016-08-16orangefs: rename most remaining global variablesGravatar Martin Brandenburg 9-46/+47
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyGravatar Martin Brandenburg 4-8/+7
2016-08-15orangefs: make devreq_mutex staticGravatar Martin Brandenburg 3-4/+2
2016-08-15orangefs: describe organization of sysfsGravatar Martin Brandenburg 1-0/+7
2016-08-15orangefs: remove duplicated sysfs_ops structuresGravatar Martin Brandenburg 1-58/+15
2016-08-15orangefs: consolidate sysfs show and store functionsGravatar Martin Brandenburg 1-317/+148
2016-08-15orangefs: reorganize duplicated sysfs attribute structsGravatar Martin Brandenburg 1-391/+81
2016-08-15orangefs: remove dead code in sysfsGravatar Martin Brandenburg 1-280/+81
2016-08-15orangefs: clean up debugfs globalsGravatar Martin Brandenburg 7-705/+705
2016-08-12orangefs: do not allow client readahead cache without feature bitGravatar Martin Brandenburg 2-5/+27
2016-08-12orangefs: add features opGravatar Martin Brandenburg 7-6/+53
2016-08-09orangefs: record userspace version for feature compatbilityGravatar Martin Brandenburg 2-0/+12
2016-08-08orangefs: add readahead count and size to sysfsGravatar Martin Brandenburg 1-8/+115
2016-08-08orangefs: re-add flush_racache from out-of-treeGravatar Martin Brandenburg 1-1/+33
2016-08-08orangefs: turn param response value into unionGravatar Martin Brandenburg 3-7/+11
2016-08-08orangefs: add missing param request opsGravatar Martin Brandenburg 1-0/+3
2016-08-08orangefs: rename remaining bits of mmap readahead cacheGravatar Martin Brandenburg 5-7/+7
2016-08-07orangefs: use %pd/%pDGravatar Al Viro 5-34/+34
2016-08-02orangefs: Account for jiffies wraparound.Gravatar Martin Brandenburg 3-8/+8