summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino2020-07-281-3/+1
* xfs: fix use-after-free on CIL context on shutdownDave Chinner2020-06-221-1/+1
* xfs: Throttle commits on delayed background CIL pushDave Chinner2020-03-271-0/+24
* xfs: Lower CIL flush limit for large logsDave Chinner2020-03-271-6/+23
* xfs: merge xlog_commit_record with xlog_write_doneDave Chinner2020-03-271-1/+1
* xfs: split xlog_ticket_doneChristoph Hellwig2020-03-271-2/+2
* xfs: kill XLOG_TIC_INITEDDave Chinner2020-03-271-4/+2
* xfs: refactor and split xfs_log_done()Dave Chinner2020-03-271-0/+4
* xfs: don't try to write a start record into every iclogDave Chinner2020-03-271-8/+4
* xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig2020-03-131-6/+0
* xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig2020-03-131-1/+2
* xfs: remove unused structure members & simple typedefsEric Sandeen2019-11-131-2/+0
* xfs: annotate functions that trip static checker locking checksDarrick J. Wong2019-11-101-1/+5
* xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig2019-10-211-1/+0
* xfs: turn ic_state into an enumChristoph Hellwig2019-10-211-10/+11
* xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flagsChristoph Hellwig2019-10-211-2/+0
* xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig2019-10-211-3/+0
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-031-1/+1
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-281-7/+3
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-281-0/+1
* xfs: use bios directly to write log buffersChristoph Hellwig2019-06-281-8/+10
* xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2019-06-281-1/+3
* xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2019-06-281-1/+0
* 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