aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)Author
2022-08-03xfs: force the log offline when log intent item recovery failsDarrick J. Wong
2022-08-03xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2022-06-09xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster
2020-10-07xfs: expose the log push thresholdDarrick J. Wong
2020-09-23xfs: clean up calculation of LR header blocksGao Xiang
2020-07-28xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino
2020-03-27xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong
2020-03-27xfs: don't allow log IO to be throttledDave Chinner
2020-03-27xfs: remove some stale comments from the log codeDave Chinner
2020-03-27xfs: refactor unmount record writingDave 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: re-order initial space accounting checks in xlog_writeDave Chinner
2020-03-27xfs: don't try to write a start record into every iclogDave Chinner
2020-03-26xfs: shutdown on failure to add page to log bioBrian Foster
2020-03-23xfs: remove xlog_state_want_syncChristoph Hellwig
2020-03-23xfs: move the ioerror check out of xlog_state_clean_iclogChristoph Hellwig
2020-03-23xfs: refactor xlog_state_clean_iclogChristoph Hellwig
2020-03-23xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig
2020-03-23xfs: simplify log shutdown checking in xfs_log_release_iclogChristoph Hellwig
2020-03-23xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig
2020-03-23xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig
2020-03-13xfs: cleanup xfs_log_unmount_writeChristoph Hellwig
2020-03-13xfs: remove dead code from xfs_log_unmount_writeChristoph Hellwig
2020-03-13xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig
2020-03-02xfs: fix iclog release error check race with shutdownBrian Foster
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