aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: remove unused structure members & simple typedefsEric Sandeen1-2/+0
2019-11-10xfs: annotate functions that trip static checker locking checksDarrick J. Wong1-1/+5
2019-10-21xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig1-1/+0
2019-10-21xfs: turn ic_state into an enumChristoph Hellwig1-10/+11
2019-10-21xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flagsChristoph Hellwig1-2/+0
2019-10-21xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig1-3/+0
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam1-1/+1
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig1-7/+3
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig1-0/+1
2019-06-28xfs: use bios directly to write log buffersChristoph Hellwig1-8/+10
2019-06-28xfs: remove XLOG_STATE_IOABORTChristoph Hellwig1-1/+3
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig1-1/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-06-19xfs: dump transaction usage details on log reservation overrunBrian Foster1-0/+1
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig1-0/+1
2016-09-26xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster1-1/+2
2016-04-06xfs: remove transaction typesChristoph Hellwig1-1/+0
2016-01-05xfs: debug mode log record crc error injectionBrian Foster1-0/+3
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster1-0/+51
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster1-0/+2
2015-06-22xfs: use void pointers in log validation helpersChristoph Hellwig1-1/+1
2014-07-15xfs: add xlog sysfs kobject and attribute handlersBrian Foster1-0/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
2013-10-17xfs: prevent deadlock trying to cover an active logDave Chinner1-6/+4
2013-08-13xfs: split the CIL lockDave Chinner1-3/+6
2013-08-12xfs: separate out log format definitionsDave Chinner1-140/+6
2013-04-16xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu1-1/+0
2012-12-03xfs: fix sparse reported log CRC endian issueDave Chinner1-1/+1
2012-11-19xfs: add CRC checks to the logChristoph Hellwig1-7/+4
2012-10-17xfs: sync work is now only periodic log workDave Chinner1-0/+1
2012-06-21xfs: remove xlog_t typedefMark Tinguely1-5/+13
2012-06-21xfs: rename log structure to xlogMark Tinguely1-15/+31
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro1-1/+1
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner1-0/+2
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig1-1/+1
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig1-11/+12
2012-02-22xfs: remove log space waitqueuesChristoph Hellwig1-1/+1
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig1-1/+0
2011-04-28xfs: exact busy extent trackingChristoph Hellwig1-0/+2
2011-04-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+1
2011-04-08xfs: convert log tail checking to a warningDave Chinner1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner1-4/+0
2010-12-21xfs: convert grant head manipulations to lockless algorithmDave Chinner1-8/+15
2010-12-21xfs: introduce new locks for the log grant ticket wait queuesDave Chinner1-4/+12
2010-12-04xfs: convert log grant heads to atomic variablesDave Chinner1-6/+6
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner1-6/+31
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner1-1/+8