summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3 days1-1/+2
|\
| * orangefs: fix out-of-bounds fsid accessMike Marshall12 days1-1/+2
* | orangefs: cleanup uses of strncpyJustin Stitt2024-04-091-11/+6
|/
* Julia Lawall reported this null pointer dereference, this should fix it.Mike Marshall2024-02-141-1/+1
* fs/orangefs: remove ORANGEFS_CACHE_CREATE_FLAGSVlastimil Babka2024-02-141-1/+1
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-091-2/+2
|\
| * orangefs: Fix sb refcount leak when allocate sb info failed.Chenyuan Mi2021-10-111-1/+1
| * orangefs: Remove redundant initialization of variable retColin Ian King2021-10-111-1/+1
* | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
|/
* orangefs: fix orangefs df output.Mike Marshall2021-06-281-1/+1
* Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-091-8/+34
|\
| * orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg2019-05-031-10/+1
| * orangefs: let setattr write to cached inodeMartin Brandenburg2019-05-031-0/+17
| * orangefs: set up and use backing_dev_infoMartin Brandenburg2019-05-031-7/+14
| * orangefs: implement xattr cacheMartin Brandenburg2019-05-031-0/+10
* | orangefs: make use of ->free_inode()Al Viro2019-05-011-6/+3
|/
* orangefs: formatting cleanupsMike Marshall2018-06-011-4/+5
* orangefs: revamp block sizesMartin Brandenburg2018-06-011-2/+2
* orangefs_kill_sb(): deal with allocation failuresAl Viro2018-04-151-0/+5
* Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2018-02-081-4/+4
|\
| * orangefs: use correct string lengthXiongfeng Wang2018-02-061-3/+3
| * orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg2018-02-061-1/+1
* | orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor2018-01-151-5/+10
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-4/+4
* orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-131-13/+0
* orangefs: remove initialization of i_versionJeff Layton2017-11-131-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring2017-09-141-3/+1
* orangefs: Implement show_optionsDavid Howells2017-07-111-1/+14
* orangefs: ensure the userspace component is unmounted if mount failsMartin Brandenburg2017-04-261-1/+27
* orangefs: free superblock when mount failsMartin Brandenburg2017-04-151-7/+16
* orangefs: move features validation to fix filesystem hangMartin Brandenburg2017-04-071-2/+7
* orangefs: Use RCU for destroy_inodePeter Zijlstra2017-03-021-1/+8
* Revert "orangefs: bump minimum userspace version"Mike Marshall2016-10-031-2/+2
* Merge branch 'misc' into for-nextMartin Brandenburg2016-09-281-2/+2
|\
| * orangefs: rename most remaining global variablesMartin Brandenburg2016-08-161-2/+2
* | orangefs: bump minimum userspace versionMartin Brandenburg2016-09-211-2/+2
* | orangefs: add features opMartin Brandenburg2016-08-121-0/+27
|/
* orangefs: fix orangefs_superblock lockingAl Viro2016-03-261-7/+23
* orangefs: have ->kill_sb() evict the VFS side of things firstAl Viro2016-03-251-3/+3
* orangefs: remove needless wrapper around GFP_KERNELMartin Brandenburg2016-03-231-2/+1
* orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg2016-02-241-1/+1
* Orangefs: code sanitationMike Marshall2016-02-241-2/+2
* Orangefs: clean up slab allocation.Mike Marshall2016-02-041-2/+1
* Orangefs: make .statfs gossip_debug more complete.Mike Marshall2016-01-131-3/+7
* OrangeFS: constify export_operations structuresJulia Lawall2016-01-041-1/+1
* Orangefs: change pvfs2 filenames to orangefsMike Marshall2015-12-041-2/+2
* OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu2015-12-031-140/+140
* pvfs2_fill_sb(): use kzalloc()Al Viro2015-11-131-2/+1