summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf_item.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig2019-06-281-3/+0
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-281-3/+3
* xfs: split iop_unlockChristoph Hellwig2019-06-281-3/+12
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-281-8/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-2/+2
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: fix use after free in buf log item unlock assertBrian Foster2019-04-141-1/+3
* xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner2018-11-201-7/+21
* xfs: refactor xfs_buf_log_item reference count handlingBrian Foster2018-09-291-37/+53
* xfs: don't unlock invalidated buf on aborted tx commitBrian Foster2018-09-291-49/+42
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1