summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)Author
2020-02-28help_next should increase position indexVasily Averin
2019-11-25orangefs: rate limit the client not running info messageColin Ian King
2018-11-10orangefs: off by ones in xattr size checksDan Carpenter
2018-06-26orangefs: set i_size on new symlinkMartin Brandenburg
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-24orangefs_kill_sb(): deal with allocation failuresAl Viro
2018-03-24orangefs: do not wait for timeout if umountingMartin Brandenburg
2018-01-31orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg
2018-01-31orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg
2018-01-31orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg
2017-09-27orangefs: Don't clear SGID when inheriting ACLsJan Kara
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-05-20orangefs: do not check possibly stale size on truncateMartin Brandenburg
2017-05-20orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg
2017-05-20orangefs: clean up oversize xattr validationMartin Brandenburg
2017-05-20orangefs: fix bounds check for listxattrMartin Brandenburg
2017-04-21orangefs: free superblock when mount failsMartin Brandenburg
2017-04-18orangefs: fix buffer size mis-match between kernel space and user space.Mike Marshall
2017-04-18orangefs: Dan Carpenter influenced cleanups...Mike Marshall
2017-04-18orangefs: fix memory leak of string 'new' on exit pathColin Ian King
2017-04-12orangefs: move features validation to fix filesystem hangMartin Brandenburg
2017-03-15orangefs: Use RCU for destroy_inodePeter Zijlstra
2016-11-16orangefs: add .owner to debugfs file_operationsMike Marshall
2016-11-07orangefs: clean up debugfsMike Marshall
2016-10-24orangefs: don't use d_timeMiklos Szeredi
2016-10-24orangefs: user file_inode() where it is dueAmir Goldstein
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