summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig
2024-05-02xfs: minor cleanups of xfs_attr3_rmt_blocksDarrick J. Wong
2024-05-02xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong
2024-05-02xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong
2024-05-02xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.cDarrick J. Wong
2024-04-30xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig
2024-04-30xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig
2024-04-30xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig
2024-04-30xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-29xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi
2024-04-29xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi
2024-04-26xfs: refactor dir format helpersChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig
2024-04-23xfs: introduce vectored scrub modeDarrick J. Wong
2024-04-23xfs: report directory tree corruption in the health informationDarrick J. Wong
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong
2024-04-23xfs: actually rebuild the parent pointer xattrsDarrick J. Wong
2024-04-23xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong
2024-04-23xfs: remove pointless unlocked assertionDarrick J. Wong
2024-04-23xfs: add raw parent pointer apis to support repairDarrick J. Wong
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong
2024-04-23xfs: enable parent pointersDarrick J. Wong
2024-04-23xfs: drop compatibility minimum log size computations for reflinkDarrick J. Wong
2024-04-23xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_resDarrick J. Wong
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson
2024-04-23xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong
2024-04-23xfs: split out handle management helpers a bitDarrick J. Wong
2024-04-23xfs: pass the attr value to put_listent when possibleAllison Henderson
2024-04-23xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson
2024-04-23xfs: Add parent pointers to renameAllison Henderson
2024-04-23xfs: remove parent pointers in unlinkAllison Henderson
2024-04-23xfs: add parent attributes to symlinkAllison Henderson
2024-04-23xfs: add parent attributes to linkAllison Henderson
2024-04-23xfs: parent pointer attribute creationAllison Henderson
2024-04-23xfs: create a hashname function for parent pointersDarrick J. Wong
2024-04-23xfs: extend transaction reservations for parent attributesAllison Henderson
2024-04-23xfs: add parent pointer validator functionsAllison Henderson
2024-04-23xfs: record inode generation in xattr update log intent itemsDarrick J. Wong
2024-04-23xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong