aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-03xfs: fix mount failure crash on invalid iclog memory accessBrian Foster1-0/+2
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-11-10xfs: annotate functions that trip static checker locking checksDarrick J. Wong1-0/+2
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent1-1/+1
2019-10-21xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig1-65/+11
2019-10-21xfs: turn ic_state into an enumChristoph Hellwig1-83/+76
2019-10-21xfs: remove dead ifdef XFSERRORDEBUG codeChristoph Hellwig1-13/+0
2019-10-21xfs: call xlog_state_release_iclog with l_icloglock heldChristoph Hellwig1-98/+90
2019-10-21xfs: move the locking from xlog_state_finish_copy to the callersChristoph Hellwig1-9/+7
2019-10-21xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig1-4/+2
2019-10-21xfs: pass the correct flag to xlog_write_iclogChristoph Hellwig1-1/+1
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell1-1/+1
2019-09-05xfs: push the grant head when the log head moves forwardDave Chinner1-25/+47
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner1-24/+33
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner1-98/+98
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner1-28/+48
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner1-35/+44
2019-09-05xfs: fix missed wakeup on l_flush_waitRik van Riel1-5/+4
2019-09-05xfs: push the AIL in xlog_grant_head_wakeDave Chinner1-1/+28
2019-08-26xfs: add kmem_alloc_io()Dave Chinner1-2/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-2/+1
2019-08-03fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa1-4/+1
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam1-6/+2
2019-06-28xfs: fix iclog allocation sizeChristoph Hellwig1-1/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig1-42/+9
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig1-14/+11
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig1-2/+11
2019-06-28xfs: use bios directly to write log buffersChristoph Hellwig1-122/+108
2019-06-28xfs: make use of the l_targ field in struct xlogChristoph Hellwig1-3/+3
2019-06-28xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig1-8/+6
2019-06-28xfs: update both stat counters together in xlog_syncChristoph Hellwig1-1/+1
2019-06-28xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig1-26/+41
2019-06-28xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig1-30/+33
2019-06-28xfs: factor out log buffer writing from xlog_syncChristoph Hellwig1-80/+45
2019-06-28xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig1-1/+1
2019-06-28xfs: remove XLOG_STATE_IOABORTChristoph Hellwig1-9/+11
2019-06-28xfs: reformat xlog_get_lowest_lsnChristoph Hellwig1-14/+10
2019-06-28xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig1-41/+11
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig1-9/+0
2019-06-28xfs: remove the no-op spinlock_destroy stubChristoph Hellwig1-2/+0
2019-05-24xfs: fix broken log reservation debuggingDarrick J. Wong1-2/+9
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong1-1/+2
2018-08-03xfs: fix a comment in xfs_log_reserveHuang Chong1-1/+1
2018-08-01xfs: refactor log recovery checkDarrick J. Wong1-0/+9
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong1-1/+15
2018-07-23xfs: refactor unmount record writeDarrick J. Wong1-62/+69
2018-06-08xfs: clean up MIN/MAXDave Chinner1-2/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-5/+5