aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf_item.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-21xfs: convert buffer log item flags to unsigned.Gravatar Dave Chinner 1-13/+11
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-1/+1
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 1-1/+1
2020-09-15xfs: move the buffer retry logic to xfs_buf.cGravatar Christoph Hellwig 1-0/+12
2020-07-07xfs: get rid of log item callbacksGravatar Dave Chinner 1-3/+0
2020-07-07xfs: clean up the buffer iodone callback functionsGravatar Dave Chinner 1-1/+0
2020-07-06xfs: call xfs_buf_iodone directlyGravatar Dave Chinner 1-2/+2
2020-07-06xfs: mark dquot buffers in cacheGravatar Dave Chinner 1-0/+1
2020-07-06xfs: mark inode buffers in cacheGravatar Dave Chinner 1-0/+1
2020-05-07xfs: refactor failed buffer resubmission into xfsaildGravatar Brian Foster 1-2/+0
2020-01-16xfs: check log iovec size to make sure it's plausibly a buffer log formatGravatar Darrick J. Wong 1-0/+1
2019-06-28xfs: remove the xfs_log_item_t typedefGravatar Christoph Hellwig 1-3/+3
2018-09-29xfs: refactor xfs_buf_log_item reference count handlingGravatar Brian Foster 1-0/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-01-29Use list_head infra-structure for buffer's log items listGravatar Carlos Maiolino 1-1/+0
2018-01-29Get rid of xfs_buf_log_item_t typedefGravatar Carlos Maiolino 1-3/+3
2017-09-01xfs: remove unnecessary dirty bli format check for ordered bufsGravatar Brian Foster 1-0/+1
2017-09-01xfs: open-code xfs_buf_item_dirty()Gravatar Brian Foster 1-1/+0
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackGravatar Carlos Maiolino 1-0/+3
2015-08-25xfs: fix non-debug build warningsGravatar Dave Chinner 1-1/+1
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-4/+0
2013-08-12xfs: split out buf log item format definitionsGravatar Dave Chinner 1-97/+3
2013-06-27xfs: Introduce an ordered buffer itemGravatar Dave Chinner 1-1/+3
2013-04-27xfs: buffer type overruns blf_flags fieldGravatar Dave Chinner 1-39/+53
2013-04-27xfs: add buffer types to directory and attribute buffersGravatar Dave Chinner 1-1/+17
2013-04-27xfs: add CRC checks to remote symlinksGravatar Dave Chinner 1-1/+3
2013-04-21xfs: add version 3 inode format with CRCsGravatar Christoph Hellwig 1-1/+3
2013-04-21xfs: add CRC checks to the AGIGravatar Dave Chinner 1-1/+3
2013-04-21xfs: add CRC checks to the AGFLGravatar Christoph Hellwig 1-1/+3
2013-04-21xfs: add CRC checks to the AGFGravatar Dave Chinner 1-1/+3
2013-04-21xfs: add support for large btree blocksGravatar Christoph Hellwig 1-5/+19
2012-12-17xfs remove the XFS_TRANS_DEBUG routinesGravatar Mark Tinguely 1-14/+0
2012-12-17xfs: rename bli_format to avoid confusion with bli_formatsGravatar Mark Tinguely 1-1/+1
2012-07-01xfs: support discontiguous buffers in the xfs_buf_log_itemGravatar Dave Chinner 1-0/+2
2012-07-01xfs: struct xfs_buf_log_format isn't variable sized.Gravatar Dave Chinner 1-18/+18
2010-12-16xfs: use struct list_head for the buf cancel tableGravatar Christoph Hellwig 1-11/+0
2010-07-26xfs: give li_cb callbacks the correct prototypeGravatar Christoph Hellwig 1-1/+1
2010-05-24xfs: Ensure inode allocation buffers are fully replayedGravatar Dave Chinner 1-1/+3
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceGravatar Dave Chinner 1-7/+7
2010-05-19xfs: add log item recovery tracingGravatar Dave Chinner 1-1/+1
2009-12-14xfs: event tracing supportGravatar Christoph Hellwig 1-12/+8
2008-02-07[XFS] Fix up sparse warnings.Gravatar David Chinner 1-0/+2
2007-10-01Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...Gravatar Tim Shimmin 1-5/+0
2007-09-18[XFS] Avoid replaying inode buffer initialisation log items if on-disk versio...Gravatar Lachlan McIlroy 1-0/+5
2007-02-10[XFS] Get rid of old 5.3/6.1 v1 log items. Cleanup patch sent in by EricGravatar Eric Sandeen 1-17/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGIGravatar Nathan Scott 1-25/+11
2005-06-21[XFS] Add support for project quota, based on Dan Knappes earlier work.Gravatar Nathan Scott 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+171