summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-04-15xfs: validate directory leaf buffer ownersDarrick J. Wong
2024-04-15xfs: validate dabtree node buffer ownersDarrick J. Wong
2024-04-15xfs: validate attr remote value buffer ownersDarrick J. Wong
2024-04-15xfs: validate attr leaf buffer ownersDarrick J. Wong
2024-04-15xfs: reduce indenting in xfs_attr_node_listDarrick J. Wong
2024-04-15xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2024-04-15xfs: online repair of realtime summariesDarrick J. Wong
2024-04-15xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong
2024-04-15xfs: support preallocating and copying content into temporary filesDarrick J. Wong
2024-04-15xfs: add the ability to reap entire inode forksDarrick J. Wong
2024-04-15xfs: refactor live buffer invalidation for repairsDarrick J. Wong
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong
2024-04-15xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2024-04-15xfs: enable logged file mapping exchange featureDarrick J. Wong
2024-04-15xfs: capture inode generation numbers in the ondisk exchmaps log itemDarrick J. Wong
2024-04-15xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong
2024-04-15xfs: make file range exchange support realtime filesDarrick J. Wong
2024-04-15xfs: condense symbolic links after a mapping exchange operationDarrick J. Wong
2024-04-15xfs: condense directories after a mapping exchange operationDarrick J. Wong
2024-04-15xfs: condense extended attributes after a mapping exchange operationDarrick J. Wong
2024-04-15xfs: add error injection to test file mapping exchange recoveryDarrick J. Wong
2024-04-15xfs: bind together the front and back ends of the file range exchange codeDarrick J. Wong
2024-04-15xfs: create deferred log items for file mapping exchangesDarrick J. Wong
2024-04-15xfs: introduce a file mapping exchange log intent itemDarrick J. Wong
2024-04-15xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong
2024-04-15xfs: introduce new file range exchange ioctlDarrick J. Wong
2024-04-15xfs: constify xfs_bmap_is_written_extentDarrick J. Wong
2024-04-15xfs: refactor non-power-of-two alignment checksDarrick J. Wong
2024-04-15xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong
2024-04-15xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2024-04-15xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong
2024-04-15xfs: move xfs_iops.c declarations out of xfs_inode.hDarrick J. Wong
2024-04-15xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong
2024-04-15xfs: fix error bailout in xrep_abt_build_new_treesDarrick J. Wong
2024-04-15xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_d...Darrick J. Wong
2024-04-15xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-04-06Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-04-05Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-01xfs: allow cross-linking special files without project quotaAndrey Albershteyn
2024-03-27fs,block: yield devices earlyChristian Brauner
2024-03-25xfs: don't use current->journal_infoDave Chinner
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner
2024-03-22Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-15xfs: quota radix tree allocations need to be NOFS on insertDave Chinner
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds