summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
AgeCommit message (Expand)Author
2020-07-09xfs: fix use-after-free on CIL context on shutdownDave Chinner
2020-03-27xfs: Throttle commits on delayed background CIL pushDave Chinner
2020-03-27xfs: Lower CIL flush limit for large logsDave Chinner
2020-03-27xfs: merge xlog_commit_record with xlog_write_doneDave Chinner
2020-03-27xfs: split xlog_ticket_doneChristoph Hellwig
2020-03-27xfs: kill XLOG_TIC_INITEDDave Chinner
2020-03-27xfs: refactor and split xfs_log_done()Dave Chinner
2020-03-27xfs: don't try to write a start record into every iclogDave Chinner
2020-03-13xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig
2020-03-13xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig
2019-11-13xfs: remove unused structure members & simple typedefsEric Sandeen
2019-11-10xfs: annotate functions that trip static checker locking checksDarrick J. Wong
2019-10-21xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig
2019-10-21xfs: turn ic_state into an enumChristoph Hellwig
2019-10-21xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flagsChristoph Hellwig
2019-10-21xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig
2019-06-28xfs: use bios directly to write log buffersChristoph Hellwig
2019-06-28xfs: remove XLOG_STATE_IOABORTChristoph Hellwig
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: dump transaction usage details on log reservation overrunBrian Foster
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig
2016-09-26xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster
2016-04-06xfs: remove transaction typesChristoph Hellwig
2016-01-05xfs: debug mode log record crc error injectionBrian Foster
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster
2015-06-22xfs: use void pointers in log validation helpersChristoph Hellwig
2014-07-15xfs: add xlog sysfs kobject and attribute handlersBrian Foster
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-17xfs: prevent deadlock trying to cover an active logDave Chinner
2013-08-13xfs: split the CIL lockDave Chinner
2013-08-12xfs: separate out log format definitionsDave Chinner
2013-04-16xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macrosJeff Liu
2012-12-03xfs: fix sparse reported log CRC endian issueDave Chinner
2012-11-19xfs: add CRC checks to the logChristoph Hellwig
2012-10-17xfs: sync work is now only periodic log workDave Chinner
2012-06-21xfs: remove xlog_t typedefMark Tinguely
2012-06-21xfs: rename log structure to xlogMark Tinguely
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig
2012-02-22xfs: remove log space waitqueuesChristoph Hellwig
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig