aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-10xfs: fix boolreturn.cocci warningskernel test robot1-1/+1
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong1-2/+3
2021-02-01xfs: fix unused log variable in xfs_log_cover()Brian Foster1-3/+2
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster1-2/+18
2021-01-22xfs: don't reset log idle state on covering checkpointsBrian Foster1-3/+6
2021-01-22xfs: cover the log during log quiesceBrian Foster1-3/+46
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster1-1/+7
2021-01-22xfs: lift writable fs check up into log worker taskBrian Foster1-10/+8
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster1-8/+20
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster1-2/+4
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster1-3/+3
2020-10-07xfs: expose the log push thresholdDarrick J. Wong1-10/+30
2020-09-23xfs: clean up calculation of LR header blocksGao Xiang1-3/+1
2020-07-28xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino1-6/+3
2020-03-27xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong1-13/+14
2020-03-27xfs: don't allow log IO to be throttledDave Chinner1-1/+9
2020-03-27xfs: remove some stale comments from the log codeDave Chinner1-46/+13
2020-03-27xfs: refactor unmount record writingDave Chinner1-20/+29
2020-03-27xfs: merge xlog_commit_record with xlog_write_doneDave Chinner1-33/+10
2020-03-27xfs: split xlog_ticket_doneChristoph Hellwig1-57/+27
2020-03-27xfs: kill XLOG_TIC_INITEDDave Chinner1-4/+0
2020-03-27xfs: refactor and split xfs_log_done()Dave Chinner1-43/+21
2020-03-27xfs: re-order initial space accounting checks in xlog_writeDave Chinner1-21/+10
2020-03-27xfs: don't try to write a start record into every iclogDave Chinner1-40/+37
2020-03-26xfs: shutdown on failure to add page to log bioBrian Foster1-3/+9
2020-03-23xfs: remove xlog_state_want_syncChristoph Hellwig1-32/+18
2020-03-23xfs: move the ioerror check out of xlog_state_clean_iclogChristoph Hellwig1-4/+5
2020-03-23xfs: refactor xlog_state_clean_iclogChristoph Hellwig1-92/+88
2020-03-23xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig1-32/+16
2020-03-23xfs: simplify log shutdown checking in xfs_log_release_iclogChristoph Hellwig1-14/+6
2020-03-23xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig1-6/+4
2020-03-23xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig1-45/+31
2020-03-13xfs: cleanup xfs_log_unmount_writeChristoph Hellwig1-16/+16
2020-03-13xfs: remove dead code from xfs_log_unmount_writeChristoph Hellwig1-32/+3
2020-03-13xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig1-10/+5
2020-03-02xfs: fix iclog release error check race with shutdownBrian Foster1-4/+9
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