summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-145-38/+73
|\
| * orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu2022-12-071-23/+3
| * orangefs: Fix kmemleak in orangefs_sysfs_init()Zhang Xiaoxu2022-12-071-8/+63
| * orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu2022-12-071-0/+3
| * orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu2022-12-071-4/+4
| * orangefs: remove redundant assignment to variable buffer_indexColin Ian King2022-12-071-1/+0
| * orangefs: remove variable iColin Ian King2022-12-071-2/+0
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-124-55/+55
|\ \
| * | orangefs: fix mode handlingChristian Brauner2022-11-133-10/+12
| * | fs: rename current get acl methodChristian Brauner2022-10-202-2/+2
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-193-7/+9
| * | orangefs: rework posix acl handling when creating new filesystem objectsChristian Brauner2022-10-194-54/+50
| |/
* / use less confusing names for iov_iter direction initializersAl Viro2022-11-251-4/+4
|/
* Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-131-1/+1
|\
| * Orangefs: change iterate to iterate_sharedMike Marshall2022-10-031-1/+1
* | orangefs: use ->f_mappingAl Viro2022-09-011-3/+1
|/
* orangefs: Remove test for folio errorMatthew Wilcox (Oracle)2022-06-291-3/+1
* orangefs: Convert to free_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* orangefs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)2022-05-091-17/+16
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-3/+2
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-60/+61
|\
| * fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
| * orangefs: Convert launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-151-33/+36
| * orangefs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-27/+25
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET2021-12-311-4/+3
* orangefs: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-311-7/+14
* Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-092-3/+5
|\
| * orangefs: Fix sb refcount leak when allocate sb info failed.Chenyuan Mi2021-10-111-1/+1
| * fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai2021-10-111-1/+3
| * orangefs: Remove redundant initialization of variable retColin Ian King2021-10-111-1/+1
* | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-1/+1
* | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
|/
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* fs: add generic helper for filling statx attribute flagsAmir Goldstein2021-08-171-6/+1
* orangefs: fix orangefs df output.Mike Marshall2021-06-281-1/+1
* orangefs: readahead adjustmentMike Marshall2021-06-281-4/+3
* orangefs: leave files in the page cache for a few micro seconds at leastMike Marshall2021-04-291-1/+1
* Orangef: implement orangefs_readahead.Mike Marshall2021-04-282-103/+53
* Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-272-79/+50
|\
| * orangefs: convert to fileattrMiklos Szeredi2021-04-122-79/+50
* | orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap...Al Viro2021-03-121-1/+1
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-235-20/+32
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-244-14/+24
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-243-2/+4
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1