summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: dump transaction usage details on log reservation overrunBrian Foster2017-06-191-0/+1
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-091-0/+1
* xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster2016-09-261-1/+2
* xfs: remove transaction typesChristoph Hellwig2016-04-061-1/+0
* xfs: debug mode log record crc error injectionBrian Foster2016-01-051-0/+3
* xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-0/+51
* xfs: don't leave EFIs on AIL on mount failureBrian Foster2015-08-191-0/+2
* xfs: use void pointers in log validation helpersChristoph Hellwig2015-06-221-1/+1
* xfs: add xlog sysfs kobject and attribute handlersBrian Foster2014-07-151-0/+2
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+4
* xfs: prevent deadlock trying to cover an active logDave Chinner2013-10-171-6/+4
* xfs: split the CIL lockDave Chinner2013-08-131-3/+6
* xfs: separate out log format definitionsDave Chinner2013-08-121-140/+6
* xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu2013-04-161-1/+0
* xfs: fix sparse reported log CRC endian issueDave Chinner2012-12-031-1/+1
* xfs: add CRC checks to the logChristoph Hellwig2012-11-191-7/+4
* xfs: sync work is now only periodic log workDave Chinner2012-10-171-0/+1
* xfs: remove xlog_t typedefMark Tinguely2012-06-211-5/+13
* xfs: rename log structure to xlogMark Tinguely2012-06-211-15/+31
* xfs: switch to proper __bitwise type for KM_... flagsAl Viro2012-05-291-1/+1
* xfs: Do background CIL flushes via a workqueueDave Chinner2012-05-141-0/+2
* xfs: split and cleanup xfs_log_reserveChristoph Hellwig2012-02-221-1/+1
* xfs: add the xlog_grant_head structureChristoph Hellwig2012-02-221-11/+12
* xfs: remove log space waitqueuesChristoph Hellwig2012-02-221-1/+1
* xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig2012-02-221-1/+0
* xfs: exact busy extent trackingChristoph Hellwig2011-04-281-0/+2
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-111-0/+1
|\
| * xfs: convert log tail checking to a warningDave Chinner2011-04-081-0/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-071-4/+0
* xfs: convert grant head manipulations to lockless algorithmDave Chinner2010-12-211-8/+15
* xfs: introduce new locks for the log grant ticket wait queuesDave Chinner2010-12-211-4/+12
* xfs: convert log grant heads to atomic variablesDave Chinner2010-12-041-6/+6
* xfs: convert l_tail_lsn to an atomic variable.Dave Chinner2010-12-211-6/+31
* xfs: convert l_last_sync_lsn to an atomic variableDave Chinner2010-12-031-1/+8
* xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-211-5/+20
* xfs: combine grant heads into a single 64 bit integerDave Chinner2010-12-211-4/+22
* xfs: convert log grant ticket queues to list headsDave Chinner2010-12-211-7/+4
* xfs: use struct list_head for the buf cancel tableChristoph Hellwig2010-12-161-2/+4
* xfs: force background CIL push under sustained loadDave Chinner2010-09-291-16/+21
* xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-241-2/+11
* xfs: enable background pushing of the CILDave Chinner2010-05-241-0/+45
* xfs: Introduce delayed logging core codeDave Chinner2010-05-241-2/+69
* xfs: make the log ticket ID available outside the log infrastructureDave Chinner2010-05-241-2/+0
* xfs: kill off l_sectbb_maskAlex Elder2010-05-191-3/+1
* xfs: record log sector size rather than log2(that)Alex Elder2010-05-191-1/+1
* xfs: clean up xlog_write_adv_cntChristoph Hellwig2010-05-191-0/+8