aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-8/+34
2019-05-03orangefs: reorganize setattr functions to track attribute changesGravatar Martin Brandenburg 1-10/+1
2019-05-03orangefs: let setattr write to cached inodeGravatar Martin Brandenburg 1-0/+17
2019-05-03orangefs: set up and use backing_dev_infoGravatar Martin Brandenburg 1-7/+14
2019-05-03orangefs: implement xattr cacheGravatar Martin Brandenburg 1-0/+10
2019-05-01orangefs: make use of ->free_inode()Gravatar Al Viro 1-6/+3
2018-06-01orangefs: formatting cleanupsGravatar Mike Marshall 1-4/+5
2018-06-01orangefs: revamp block sizesGravatar Martin Brandenburg 1-2/+2
2018-04-15orangefs_kill_sb(): deal with allocation failuresGravatar Al Viro 1-0/+5
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Gravatar Linus Torvalds 1-4/+4
2018-02-06orangefs: use correct string lengthGravatar Xiongfeng Wang 1-3/+3
2018-02-06orangefs: remove gossip_ldebug and gossip_lerrGravatar Martin Brandenburg 1-1/+1
2018-01-15orangefs: Define usercopy region in orangefs_inode_cache slab cacheGravatar David Windsor 1-5/+10
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-4/+4
2017-11-13orangefs: stop setting atime on inode dirtyGravatar Martin Brandenburg 1-13/+0
2017-11-13orangefs: remove initialization of i_versionGravatar Jeff Layton 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsGravatar Markus Elfring 1-3/+1
2017-07-11orangefs: Implement show_optionsGravatar David Howells 1-1/+14
2017-04-26orangefs: ensure the userspace component is unmounted if mount failsGravatar Martin Brandenburg 1-1/+27
2017-04-15orangefs: free superblock when mount failsGravatar Martin Brandenburg 1-7/+16
2017-04-07orangefs: move features validation to fix filesystem hangGravatar Martin Brandenburg 1-2/+7
2017-03-02orangefs: Use RCU for destroy_inodeGravatar Peter Zijlstra 1-1/+8
2016-10-03Revert "orangefs: bump minimum userspace version"Gravatar Mike Marshall 1-2/+2
2016-09-28Merge branch 'misc' into for-nextGravatar Martin Brandenburg 1-2/+2
2016-09-21orangefs: bump minimum userspace versionGravatar Martin Brandenburg 1-2/+2
2016-08-16orangefs: rename most remaining global variablesGravatar Martin Brandenburg 1-2/+2
2016-08-12orangefs: add features opGravatar Martin Brandenburg 1-0/+27
2016-03-26orangefs: fix orangefs_superblock lockingGravatar Al Viro 1-7/+23
2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstGravatar Al Viro 1-3/+3
2016-03-23orangefs: remove needless wrapper around GFP_KERNELGravatar Martin Brandenburg 1-2/+1
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXGravatar Martin Brandenburg 1-1/+1
2016-02-24Orangefs: code sanitationGravatar Mike Marshall 1-2/+2
2016-02-04Orangefs: clean up slab allocation.Gravatar Mike Marshall 1-2/+1
2016-01-13Orangefs: make .statfs gossip_debug more complete.Gravatar Mike Marshall 1-3/+7
2016-01-04OrangeFS: constify export_operations structuresGravatar Julia Lawall 1-1/+1
2015-12-04Orangefs: change pvfs2 filenames to orangefsGravatar Mike Marshall 1-2/+2
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Gravatar Yi Liu 1-140/+140
2015-11-13pvfs2_fill_sb(): use kzalloc()Gravatar Al Viro 1-2/+1
2015-11-13orangefs: kill struct pvfs2_mount_sb_info_sGravatar Al Viro 1-18/+9
2015-11-13orangefs: double iput() in case of d_make_root() failureGravatar Al Viro 1-3/+1
2015-10-03Orangefs: don't use mount_nodev, use sget directly.Gravatar Mike Marshall 1-20/+15
2015-10-03Orangefs: sooth most sparse complaintsGravatar Mike Marshall 1-4/+4
2015-10-03Orangefs: kernel client part 5Gravatar Mike Marshall 1-0/+558