summaryrefslogtreecommitdiffstats
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...Linus Torvalds5-38/+73
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-55/+55
2022-12-07orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu1-23/+3
2022-12-07orangefs: Fix kmemleak in orangefs_sysfs_init()Zhang Xiaoxu1-8/+63
2022-12-07orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu1-0/+3
2022-12-07orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu1-4/+4
2022-12-07orangefs: remove redundant assignment to variable buffer_indexColin Ian King1-1/+0
2022-12-07orangefs: remove variable iColin Ian King1-2/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-4/+4
2022-11-13orangefs: fix mode handlingChristian Brauner3-10/+12
2022-10-20fs: rename current get acl methodChristian Brauner2-2/+2
2022-10-19fs: pass dentry to set acl methodChristian Brauner3-7/+9
2022-10-19orangefs: rework posix acl handling when creating new filesystem objectsChristian Brauner4-54/+50
2022-10-13Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-10-03Orangefs: change iterate to iterate_sharedMike Marshall1-1/+1
2022-09-01orangefs: use ->f_mappingAl Viro1-3/+1
2022-06-29orangefs: Remove test for folio errorMatthew Wilcox (Oracle)1-3/+1
2022-05-09orangefs: Convert to free_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-09orangefs: Convert to release_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-09orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)1-17/+16
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-3/+2
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-60/+61
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15orangefs: Convert launder_page to launder_folioMatthew Wilcox (Oracle)1-33/+36
2022-03-15orangefs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-27/+25
2021-12-31orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET1-4/+3
2021-12-31orangefs: use default_groups in kobj_typeGreg Kroah-Hartman1-7/+14
2021-11-09Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+5
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-1/+1
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-11fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai1-1/+3
2021-10-11orangefs: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein1-6/+1
2021-06-28orangefs: fix orangefs df output.Mike Marshall1-1/+1
2021-06-28orangefs: readahead adjustmentMike Marshall1-4/+3
2021-04-29orangefs: leave files in the page cache for a few micro seconds at leastMike Marshall1-1/+1
2021-04-28Orangef: implement orangefs_readahead.Mike Marshall2-103/+53
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-79/+50
2021-04-12orangefs: convert to fileattrMiklos Szeredi2-79/+50
2021-03-12orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap...Al Viro1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-20/+32
2021-01-24fs: make helpers idmap mount awareChristian Brauner4-14/+24
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner3-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1