summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf_item.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10xfs: remove _XBF_LOGRECOVERYChristoph Hellwig1-4/+6
2026-07-01xfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig1-2/+1
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2026-01-21xfs: improve the ->iop_format interfaceChristoph Hellwig1-12/+7
2025-12-16xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2025-07-24xfs: don't use a xfs_log_iovec for ri_buf in log recoveryChristoph Hellwig1-4/+4
2025-06-27xfs: fix unmount hang with unflushable inodes stuck in the AILDave Chinner1-36/+85
2025-06-27xfs: factor out stale buffer item completionDave Chinner1-23/+37
2025-06-27xfs: rearrange code in xfs_buf_item.cDave Chinner1-58/+58
2025-05-07xfs: add helpers to compute log item overheadDarrick J. Wong1-0/+19
2025-03-10xfs: buffer items don't straddle pages anymoreDave Chinner1-124/+0
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig1-1/+1
2025-03-10xfs: unmapped buffer item size straddling mismatchDave Chinner1-4/+14
2024-07-02xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong1-0/+32
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-1/+1
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner1-1/+1
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-2/+2
2023-06-05xfs: buffer pins need to hold a buffer referenceDave Chinner1-23/+65
2022-11-30xfs: fix super block buf log item UAF during force shutdownGuo Xuenan1-0/+2
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner1-2/+3
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-4/+4
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-06-21xfs: remove dead stale buf unpin handling codeBrian Foster1-19/+2
2021-06-21xfs: hold buffer across unpin and potential shutdown processingBrian Foster1-16/+21
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-1/+1
2021-06-21xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner1-19/+18
2021-03-25xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner1-15/+87
2021-03-25xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner1-19/+19
2021-03-25xfs: reduce buffer log item shadow allocationsDave Chinner1-2/+11
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner1-2/+2
2020-09-15xfs: remove xlog_recover_iodoneChristoph Hellwig1-0/+4
2020-09-15xfs: use xfs_buf_item_relse in xfs_buf_item_doneChristoph Hellwig1-6/+3
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-258/+2
2020-09-15xfs: refactor the buf ioend disposition codeChristoph Hellwig1-53/+62
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+1
2020-07-14xfs: remove duplicated include from xfs_buf_item.cYueHaibing1-1/+0
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner1-0/+1
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner1-3/+1
2020-07-07xfs: unwind log item error flaggingDave Chinner1-34/+14
2020-07-07xfs: handle buffer log item IO errors directlyDave Chinner1-70/+144
2020-07-07xfs: get rid of log item callbacksDave Chinner1-17/+0
2020-07-07xfs: clean up the buffer iodone callback functionsDave Chinner1-111/+29
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner1-1/+17
2020-07-06xfs: make inode IO completion buffer centricDave Chinner1-5/+30
2020-07-06xfs: clean up whacky buffer log item list reinitDave Chinner1-2/+0
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner1-30/+10