summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: annotate functions that trip static checker locking checksDarrick J. Wong2019-11-101-0/+2
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-051-1/+1
* xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig2019-10-211-65/+11
* xfs: turn ic_state into an enumChristoph Hellwig2019-10-211-83/+76
* xfs: remove dead ifdef XFSERRORDEBUG codeChristoph Hellwig2019-10-211-13/+0
* xfs: call xlog_state_release_iclog with l_icloglock heldChristoph Hellwig2019-10-211-98/+90
* xfs: move the locking from xlog_state_finish_copy to the callersChristoph Hellwig2019-10-211-9/+7
* xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig2019-10-211-4/+2
* xfs: pass the correct flag to xlog_write_iclogChristoph Hellwig2019-10-211-1/+1
* xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell2019-10-061-1/+1
* xfs: push the grant head when the log head moves forwardDave Chinner2019-09-051-25/+47
* xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner2019-09-051-24/+33
* xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner2019-09-051-98/+98
* xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner2019-09-051-28/+48
* xfs: factor debug code out of xlog_state_do_callback()Dave Chinner2019-09-051-35/+44
* xfs: fix missed wakeup on l_flush_waitRik van Riel2019-09-051-5/+4
* xfs: push the AIL in xlog_grant_head_wakeDave Chinner2019-09-051-1/+28
* xfs: add kmem_alloc_io()Dave Chinner2019-08-261-2/+3
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+1
* fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa2019-08-031-4/+1
* fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-031-6/+2
* xfs: fix iclog allocation sizeChristoph Hellwig2019-06-281-1/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-281-42/+9
* xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-281-14/+11
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-281-2/+11
* xfs: use bios directly to write log buffersChristoph Hellwig2019-06-281-122/+108
* xfs: make use of the l_targ field in struct xlogChristoph Hellwig2019-06-281-3/+3
* xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig2019-06-281-8/+6
* xfs: update both stat counters together in xlog_syncChristoph Hellwig2019-06-281-1/+1
* xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig2019-06-281-26/+41
* xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig2019-06-281-30/+33
* xfs: factor out log buffer writing from xlog_syncChristoph Hellwig2019-06-281-80/+45
* xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig2019-06-281-1/+1
* xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2019-06-281-9/+11
* xfs: reformat xlog_get_lowest_lsnChristoph Hellwig2019-06-281-14/+10
* xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig2019-06-281-41/+11
* xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2019-06-281-9/+0
* xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2019-06-281-2/+0
* xfs: fix broken log reservation debuggingDarrick J. Wong2019-05-241-2/+9
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-141-1/+2
* xfs: fix a comment in xfs_log_reserveHuang Chong2018-08-031-1/+1
* xfs: refactor log recovery checkDarrick J. Wong2018-08-011-0/+9
* xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-231-1/+15
* xfs: refactor unmount record writeDarrick J. Wong2018-07-231-62/+69
* xfs: clean up MIN/MAXDave Chinner2018-06-081-2/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-5/+5
* xfs: log item flags are racyDave Chinner2018-05-101-1/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+0