summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-02-22Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-10xfs: revert commit 8954c44ff477Darrick J. Wong
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh
2023-02-09xfs: allow setting full range of panic tagsDonald Douwsma
2023-02-05xfs: don't use BMBT btree split workers for IO completionDave Chinner
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2023-02-05xfs: use strscpy() to instead of strncpy()Xu Panda
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to 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 ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() 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
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2023-01-05xfs: fix extent busy updatingWengang Wang
2023-01-03xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming
2023-01-03xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao
2023-01-03xfs: get root inode correctly at bulkstatHironori Shiina
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong
2022-12-26xfs: make xfs_iomap_page_ops staticDarrick J. Wong
2022-12-26xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...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-11xfs: remove restrictions for fsdax and reflinkShiyang Ruan
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan
2022-12-11xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan