summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-11-10orangefs: off by ones in xattr size checksDan Carpenter1-3/+3
2018-06-26orangefs: set i_size on new symlinkMartin Brandenburg1-0/+7
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro14-72/+57
2018-04-24orangefs_kill_sb(): deal with allocation failuresAl Viro1-0/+5
2018-03-24orangefs: do not wait for timeout if umountingMartin Brandenburg1-1/+8
2018-01-31orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2-16/+2
2018-01-31orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg1-1/+2
2018-01-31orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg1-2/+2
2017-09-27orangefs: Don't clear SGID when inheriting ACLsJan Kara1-20/+28
2017-06-14fs: add i_blocksize()Fabian Frederick27-49/+54
2017-05-20orangefs: do not check possibly stale size on truncateMartin Brandenburg1-2/+1
2017-05-20orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg1-2/+0
2017-05-20orangefs: clean up oversize xattr validationMartin Brandenburg1-17/+7
2017-05-20orangefs: fix bounds check for listxattrMartin Brandenburg1-1/+1
2017-04-21orangefs: free superblock when mount failsMartin Brandenburg3-9/+24
2017-04-18orangefs: fix buffer size mis-match between kernel space and user space.Mike Marshall1-2/+1
2017-04-18orangefs: Dan Carpenter influenced cleanups...Mike Marshall2-9/+11
2017-04-18orangefs: fix memory leak of string 'new' on exit pathColin Ian King1-1/+3
2017-04-12orangefs: move features validation to fix filesystem hangMartin Brandenburg1-2/+7
2017-03-15orangefs: Use RCU for destroy_inodePeter Zijlstra1-1/+8
2016-11-16orangefs: add .owner to debugfs file_operationsMike Marshall1-0/+2
2016-11-07orangefs: clean up debugfsMike Marshall2-85/+68
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-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds136-640/+737
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro76-225/+296
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-10-08xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher4-39/+85
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-28fs: Replace current_fs_time() with current_time()Deepa Dinamani34-70/+70
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi17-31/+78
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara16-102/+89
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
[next]