aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-2/+2
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-10-11orangefs: Fix sb refcount leak when allocate sb info failed.Chenyuan Mi1-1/+1
2021-10-11orangefs: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-28orangefs: fix orangefs df output.Mike Marshall1-1/+1
2019-05-09Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-8/+34
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg1-10/+1
2019-05-03orangefs: let setattr write to cached inodeMartin Brandenburg1-0/+17
2019-05-03orangefs: set up and use backing_dev_infoMartin Brandenburg1-7/+14
2019-05-03orangefs: implement xattr cacheMartin Brandenburg1-0/+10
2019-05-01orangefs: make use of ->free_inode()Al Viro1-6/+3
2018-06-01orangefs: formatting cleanupsMike Marshall1-4/+5
2018-06-01orangefs: revamp block sizesMartin Brandenburg1-2/+2
2018-04-15orangefs_kill_sb(): deal with allocation failuresAl Viro1-0/+5
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-4/+4
2018-02-06orangefs: use correct string lengthXiongfeng Wang1-3/+3
2018-02-06orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg1-1/+1
2018-01-15orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor1-5/+10
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg1-13/+0
2017-11-13orangefs: remove initialization of i_versionJeff Layton1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring1-3/+1
2017-07-11orangefs: Implement show_optionsDavid Howells1-1/+14
2017-04-26orangefs: ensure the userspace component is unmounted if mount failsMartin Brandenburg1-1/+27
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg1-7/+16
2017-04-07orangefs: move features validation to fix filesystem hangMartin Brandenburg1-2/+7
2017-03-02orangefs: Use RCU for destroy_inodePeter Zijlstra1-1/+8
2016-10-03Revert "orangefs: bump minimum userspace version"Mike Marshall1-2/+2
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg1-2/+2
2016-09-21orangefs: bump minimum userspace versionMartin Brandenburg1-2/+2
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg1-2/+2
2016-08-12orangefs: add features opMartin Brandenburg1-0/+27
2016-03-26orangefs: fix orangefs_superblock lockingAl Viro1-7/+23
2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstAl Viro1-3/+3
2016-03-23orangefs: remove needless wrapper around GFP_KERNELMartin Brandenburg1-2/+1
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg1-1/+1
2016-02-24Orangefs: code sanitationMike Marshall1-2/+2
2016-02-04Orangefs: clean up slab allocation.Mike Marshall1-2/+1
2016-01-13Orangefs: make .statfs gossip_debug more complete.Mike Marshall1-3/+7
2016-01-04OrangeFS: constify export_operations structuresJulia Lawall1-1/+1
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall1-2/+2
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu1-140/+140
2015-11-13pvfs2_fill_sb(): use kzalloc()Al Viro1-2/+1
2015-11-13orangefs: kill struct pvfs2_mount_sb_info_sAl Viro1-18/+9
2015-11-13orangefs: double iput() in case of d_make_root() failureAl Viro1-3/+1
2015-10-03Orangefs: don't use mount_nodev, use sget directly.Mike Marshall1-20/+15
2015-10-03Orangefs: sooth most sparse complaintsMike Marshall1-4/+4
2015-10-03Orangefs: kernel client part 5Mike Marshall1-0/+558