summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
2019-12-03xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-10xfs: annotate functions that trip static checker locking checksDarrick J. Wong
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent
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 dead ifdef XFSERRORDEBUG codeChristoph Hellwig
2019-10-21xfs: call xlog_state_release_iclog with l_icloglock heldChristoph Hellwig
2019-10-21xfs: move the locking from xlog_state_finish_copy to the callersChristoph Hellwig
2019-10-21xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig
2019-10-21xfs: pass the correct flag to xlog_write_iclogChristoph Hellwig
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell
2019-09-05xfs: push the grant head when the log head moves forwardDave Chinner
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: fix missed wakeup on l_flush_waitRik van Riel
2019-09-05xfs: push the AIL in xlog_grant_head_wakeDave Chinner
2019-08-26xfs: add kmem_alloc_io()Dave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-08-03fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam
2019-06-28xfs: fix iclog allocation sizeChristoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph 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: make use of the l_targ field in struct xlogChristoph Hellwig
2019-06-28xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig
2019-06-28xfs: update both stat counters together in xlog_syncChristoph Hellwig
2019-06-28xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig
2019-06-28xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig
2019-06-28xfs: factor out log buffer writing from xlog_syncChristoph Hellwig
2019-06-28xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig
2019-06-28xfs: remove XLOG_STATE_IOABORTChristoph Hellwig
2019-06-28xfs: reformat xlog_get_lowest_lsnChristoph Hellwig
2019-06-28xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig
2019-06-28xfs: remove the no-op spinlock_destroy stubChristoph Hellwig
2019-05-24xfs: fix broken log reservation debuggingDarrick J. Wong
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong
2018-08-03xfs: fix a comment in xfs_log_reserveHuang Chong
2018-08-01xfs: refactor log recovery checkDarrick J. Wong
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong
2018-07-23xfs: refactor unmount record writeDarrick J. Wong
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: get rid of the log item descriptorDave Chinner