summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
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: 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: 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: 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: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner
2024-03-07xfs: shrink failure needs to hold AGI bufferDave Chinner
2024-02-28xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner
2024-02-22xfs: move symlink target write function to libxfsDarrick J. Wong
2024-02-22xfs: move remote symlink target read function to libxfsDarrick J. Wong
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2024-02-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong
2024-02-22xfs: support in-memory btreesDarrick J. Wong
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig
2024-02-22xfs: remove xfs_btree_reada_buflChristoph Hellwig
2024-02-22xfs: factor out a __xfs_btree_check_lblock_hdr helperChristoph Hellwig
2024-02-22xfs: rename btree helpers that depends on the block number representationChristoph Hellwig
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig
2024-02-22xfs: tighten up validation of root block in inode forksChristoph Hellwig
2024-02-22xfs: remove the crc variable in __xfs_btree_check_lblockChristoph Hellwig
2024-02-22xfs: misc cleanups for __xfs_btree_check_sblockChristoph Hellwig
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig
2024-02-22xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsChristoph Hellwig
2024-02-22xfs: simplify xfs_btree_check_lblock_siblingsChristoph Hellwig
2024-02-22xfs: simplify xfs_btree_check_sblock_siblingsChristoph Hellwig
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig
2024-02-22xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig