summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-07-21xfs: xfs_buf cache destroy isn't RCU safeDave Chinner3-37/+16
2022-07-21xfs: delete unnecessary NULL checksDan Carpenter1-2/+1
2022-07-21xfs: fix comment for start time value of inode with bigtime enabledXiaole He1-1/+1
2022-07-18xfs: add dax dedupe supportShiyang Ruan4-7/+69
2022-07-18xfs: support CoW in fsdax modeShiyang Ruan3-6/+58
2022-07-18fsdax: dedup file range to use a compare functionShiyang Ruan1-2/+6
2022-07-18xfs: implement ->notify_failure() for XFSShiyang Ruan6-3/+238
2022-07-18dax: introduce holder for dax_deviceShiyang Ruan1-2/+3
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche4-5/+5
2022-07-14xfs: fix use-after-free in xattr node block inactivationDarrick J. Wong1-5/+3
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong35-247/+285
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong5-135/+188
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong14-545/+539
2022-07-14xfs: lockless buffer lookupDave Chinner2-7/+16
2022-07-14xfs: remove a superflous hash lookup when inserting new buffersDave Chinner1-4/+9
2022-07-14xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner1-2/+3
2022-07-14xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner1-109/+93
2022-07-14xfs: break up xfs_buf_find() into individual piecesDave Chinner1-54/+104
2022-07-14xfs: add in-memory iunlink log itemDave Chinner5-63/+219
2022-07-14xfs: add log item precommit operationDave Chinner3-2/+96
2022-07-14xfs: combine iunlink inode update functionsDave Chinner1-36/+16
2022-07-14xfs: clean up xfs_iunlink_update_inode()Dave Chinner1-13/+5
2022-07-14xfs: double link the unlinked inode listDave Chinner6-310/+90
2022-07-14xfs: introduce xfs_iunlink_lookupDave Chinner2-96/+66
2022-07-14xfs: refactor xlog_recover_process_iunlinks()Dave Chinner1-66/+71
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner4-18/+10
2022-07-14xfs: factor the xfs_iunlink functionsDave Chinner1-42/+66
2022-07-14xfs: flush inode gc workqueue before clearing agi bucketZhang Yi1-0/+1
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong15-39/+61
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong13-27/+31
2022-07-10xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong11-29/+12
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong16-104/+121
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong23-83/+95
2022-07-09xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk1-1/+1
2022-07-09xfs: add selinux labels to whiteout inodesEric Sandeen3-7/+21
2022-07-09Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Darrick J. Wong40-522/+486
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner5-37/+41
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner8-17/+18
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner3-13/+11
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner10-81/+95
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner17-82/+115
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner4-19/+20
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner5-18/+10
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner5-22/+13
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner2-16/+14
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner4-43/+40
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner20-83/+70
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner7-41/+19
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner7-36/+31
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner3-36/+16