aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-38/+73
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-55/+55
2022-12-07orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Gravatar Zhang Xiaoxu 1-23/+3
2022-12-07orangefs: Fix kmemleak in orangefs_sysfs_init()Gravatar Zhang Xiaoxu 1-8/+63
2022-12-07orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Gravatar Zhang Xiaoxu 1-0/+3
2022-12-07orangefs: Fix sysfs not cleanup when dev init failedGravatar Zhang Xiaoxu 1-4/+4
2022-12-07orangefs: remove redundant assignment to variable buffer_indexGravatar Colin Ian King 1-1/+0
2022-12-07orangefs: remove variable iGravatar Colin Ian King 1-2/+0
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-4/+4
2022-11-13orangefs: fix mode handlingGravatar Christian Brauner 3-10/+12
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 2-2/+2
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 3-7/+9
2022-10-19orangefs: rework posix acl handling when creating new filesystem objectsGravatar Christian Brauner 4-54/+50
2022-10-13Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-10-03Orangefs: change iterate to iterate_sharedGravatar Mike Marshall 1-1/+1
2022-09-01orangefs: use ->f_mappingGravatar Al Viro 1-3/+1
2022-06-29orangefs: Remove test for folio errorGravatar Matthew Wilcox (Oracle) 1-3/+1
2022-05-09orangefs: Convert to free_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-09orangefs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-09orangefs: Convert orangefs to read_folioGravatar Matthew Wilcox (Oracle) 1-17/+16
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-3/+2
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-60/+61
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15orangefs: Convert launder_page to launder_folioGravatar Matthew Wilcox (Oracle) 1-33/+36
2022-03-15orangefs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-27/+25
2021-12-31orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Gravatar Christophe JAILLET 1-4/+3
2021-12-31orangefs: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-7/+14
2021-11-09Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+5
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-11orangefs: Fix sb refcount leak when allocate sb info failed.Gravatar Chenyuan Mi 1-1/+1
2021-10-11fs: orangefs: fix error return code of orangefs_revalidate_lookup()Gravatar Jia-Ju Bai 1-1/+3
2021-10-11orangefs: Remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 2-2/+5
2021-08-17fs: add generic helper for filling statx attribute flagsGravatar Amir Goldstein 1-6/+1
2021-06-28orangefs: fix orangefs df output.Gravatar Mike Marshall 1-1/+1
2021-06-28orangefs: readahead adjustmentGravatar Mike Marshall 1-4/+3
2021-04-29orangefs: leave files in the page cache for a few micro seconds at leastGravatar Mike Marshall 1-1/+1
2021-04-28Orangef: implement orangefs_readahead.Gravatar Mike Marshall 2-103/+53
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-79/+50
2021-04-12orangefs: convert to fileattrGravatar Miklos Szeredi 2-79/+50
2021-03-12orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap...Gravatar Al Viro 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-20/+32
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 4-14/+24
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 3-2/+4
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1