summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: buffer pins need to hold a buffer referenceDave Chinner2023-06-051-23/+65
* xfs: fix super block buf log item UAF during force shutdownGuo Xuenan2022-11-301-0/+2
* xfs: log items should have a xlog pointer, not a mountDave Chinner2022-03-201-2/+3
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-4/+4
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: remove dead stale buf unpin handling codeBrian Foster2021-06-211-19/+2
* xfs: hold buffer across unpin and potential shutdown processingBrian Foster2021-06-211-16/+21
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-1/+1
* xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner2021-06-211-19/+18
* xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner2021-03-251-15/+87
* xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner2021-03-251-19/+19
* xfs: reduce buffer log item shadow allocationsDave Chinner2021-03-251-2/+11
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-2/+2
* xfs: remove xlog_recover_iodoneChristoph Hellwig2020-09-151-0/+4
* xfs: use xfs_buf_item_relse in xfs_buf_item_doneChristoph Hellwig2020-09-151-6/+3
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-258/+2
* xfs: refactor the buf ioend disposition codeChristoph Hellwig2020-09-151-53/+62
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+1
* xfs: remove duplicated include from xfs_buf_item.cYueHaibing2020-07-141-1/+0
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-0/+1
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-071-3/+1
* xfs: unwind log item error flaggingDave Chinner2020-07-071-34/+14
* xfs: handle buffer log item IO errors directlyDave Chinner2020-07-071-70/+144
* xfs: get rid of log item callbacksDave Chinner2020-07-071-17/+0
* xfs: clean up the buffer iodone callback functionsDave Chinner2020-07-071-111/+29
* xfs: use direct calls for dquot IO completionDave Chinner2020-07-061-1/+17
* xfs: make inode IO completion buffer centricDave Chinner2020-07-061-5/+30
* xfs: clean up whacky buffer log item list reinitDave Chinner2020-07-061-2/+0
* xfs: call xfs_buf_iodone directlyDave Chinner2020-07-061-30/+10
* xfs: mark dquot buffers in cacheDave Chinner2020-07-061-0/+10
* xfs: mark inode buffers in cacheDave Chinner2020-07-061-11/+31
* xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster2020-05-071-1/+1
* xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster2020-05-071-1/+1
* xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster2020-05-071-16/+11
* xfs: refactor ratelimited buffer error messages into helperBrian Foster2020-05-071-13/+4
* xfs: factor out buffer I/O failure codeBrian Foster2020-05-071-18/+3
* xfs: refactor failed buffer resubmission into xfsaildBrian Foster2020-05-071-39/+0
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-191-1/+1
* xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong2020-01-261-1/+1
* xfs: check log iovec size to make sure it's plausibly a buffer log formatDarrick J. Wong2020-01-161-0/+17
* xfs: complain if anyone tries to create a too-large buffer log itemDarrick J. Wong2020-01-161-0/+12
* xfs: clean up xfs_buf_item_get_format return valueDarrick J. Wong2020-01-161-13/+3
* xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-2/+2
* xfs: "optimize" buffer item log segment bitmap settingDarrick J. Wong2019-11-071-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2