summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong
2024-07-02xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2024-07-02xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao
2024-07-01xfs: don't walk off the end of a directory data blocklei lu
2024-07-01xfs: avoid redundant AGFL buffer invalidationGao Xiang
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-06-10xfs: make sure sb_fdblocks is non-negativeWengang Wang
2024-05-27xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)
2024-05-27xfs: allow symlinks with short remote targetsDarrick J. Wong
2024-05-27xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong
2024-05-27xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry
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