summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)Author
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-12-14Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-07orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu
2022-12-07orangefs: Fix kmemleak in orangefs_sysfs_init()Zhang Xiaoxu
2022-12-07orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu
2022-12-07orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu
2022-12-07orangefs: remove redundant assignment to variable buffer_indexColin Ian King
2022-12-07orangefs: remove variable iColin Ian King
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-13orangefs: fix mode handlingChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-19orangefs: rework posix acl handling when creating new filesystem objectsChristian Brauner
2022-10-13Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-03Orangefs: change iterate to iterate_sharedMike Marshall
2022-09-01orangefs: use ->f_mappingAl Viro
2022-06-29orangefs: Remove test for folio errorMatthew Wilcox (Oracle)
2022-05-09orangefs: Convert to free_folioMatthew Wilcox (Oracle)
2022-05-09orangefs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15orangefs: Convert launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-15orangefs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2021-12-31orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET
2021-12-31orangefs: use default_groups in kobj_typeGreg Kroah-Hartman
2021-11-09Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-11orangefs: Fix sb refcount leak when allocate sb info failed.Chenyuan Mi
2021-10-11fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai
2021-10-11orangefs: Remove redundant initialization of variable retColin Ian King
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein
2021-06-28orangefs: fix orangefs df output.Mike Marshall
2021-06-28orangefs: readahead adjustmentMike Marshall