aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
Commit message (Expand)AuthorAge
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-03
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-28
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-28
* xfs: use bios directly to write log buffersChristoph Hellwig2019-06-28
* xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2019-06-28
* xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2019-06-28
* xfs: convert to SPDX license tagsDave Chinner2018-06-06
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-19
* xfs: dump transaction usage details on log reservation overrunBrian Foster2017-06-19
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-09
* xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster2016-09-25
* xfs: remove transaction typesChristoph Hellwig2016-04-05
* xfs: debug mode log record crc error injectionBrian Foster2016-01-04
* xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-12
* xfs: don't leave EFIs on AIL on mount failureBrian Foster2015-08-18
* xfs: use void pointers in log validation helpersChristoph Hellwig2015-06-21
* xfs: add xlog sysfs kobject and attribute handlersBrian Foster2014-07-14
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: prevent deadlock trying to cover an active logDave Chinner2013-10-17
* xfs: split the CIL lockDave Chinner2013-08-13
* xfs: separate out log format definitionsDave Chinner2013-08-12
* xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu2013-04-16
* xfs: fix sparse reported log CRC endian issueDave Chinner2012-12-03
* xfs: add CRC checks to the logChristoph Hellwig2012-11-19
* xfs: sync work is now only periodic log workDave Chinner2012-10-17
* xfs: remove xlog_t typedefMark Tinguely2012-06-21
* xfs: rename log structure to xlogMark Tinguely2012-06-21
* xfs: switch to proper __bitwise type for KM_... flagsAl Viro2012-05-29
* xfs: Do background CIL flushes via a workqueueDave Chinner2012-05-14
* xfs: split and cleanup xfs_log_reserveChristoph Hellwig2012-02-22
* xfs: add the xlog_grant_head structureChristoph Hellwig2012-02-22
* xfs: remove log space waitqueuesChristoph Hellwig2012-02-22
* xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig2012-02-22
* xfs: exact busy extent trackingChristoph Hellwig2011-04-28
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-11
|\
| * xfs: convert log tail checking to a warningDave Chinner2011-04-07
* | Fix common misspellingsLucas De Marchi2011-03-31
|/
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-06
* xfs: convert grant head manipulations to lockless algorithmDave Chinner2010-12-20
* xfs: introduce new locks for the log grant ticket wait queuesDave Chinner2010-12-20
* xfs: convert log grant heads to atomic variablesDave Chinner2010-12-03
* xfs: convert l_tail_lsn to an atomic variable.Dave Chinner2010-12-20
* xfs: convert l_last_sync_lsn to an atomic variableDave Chinner2010-12-03
* xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-20
* xfs: combine grant heads into a single 64 bit integerDave Chinner2010-12-20
* xfs: convert log grant ticket queues to list headsDave Chinner2010-12-20
* xfs: use struct list_head for the buf cancel tableChristoph Hellwig2010-12-16
* xfs: force background CIL push under sustained loadDave Chinner2010-09-29
* xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-23