summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong2020-03-271-13/+14
* xfs: don't allow log IO to be throttledDave Chinner2020-03-271-1/+9
* xfs: remove some stale comments from the log codeDave Chinner2020-03-271-46/+13
* xfs: refactor unmount record writingDave Chinner2020-03-271-20/+29
* xfs: merge xlog_commit_record with xlog_write_doneDave Chinner2020-03-271-33/+10
* xfs: split xlog_ticket_doneChristoph Hellwig2020-03-271-57/+27
* xfs: kill XLOG_TIC_INITEDDave Chinner2020-03-271-4/+0
* xfs: refactor and split xfs_log_done()Dave Chinner2020-03-271-43/+21
* xfs: re-order initial space accounting checks in xlog_writeDave Chinner2020-03-271-21/+10
* xfs: don't try to write a start record into every iclogDave Chinner2020-03-271-40/+37
* xfs: shutdown on failure to add page to log bioBrian Foster2020-03-261-3/+9
* xfs: remove xlog_state_want_syncChristoph Hellwig2020-03-231-32/+18
* xfs: move the ioerror check out of xlog_state_clean_iclogChristoph Hellwig2020-03-231-4/+5
* xfs: refactor xlog_state_clean_iclogChristoph Hellwig2020-03-231-92/+88
* xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig2020-03-231-32/+16
* xfs: simplify log shutdown checking in xfs_log_release_iclogChristoph Hellwig2020-03-231-14/+6
* xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig2020-03-231-6/+4
* xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig2020-03-231-45/+31
* xfs: cleanup xfs_log_unmount_writeChristoph Hellwig2020-03-131-16/+16
* xfs: remove dead code from xfs_log_unmount_writeChristoph Hellwig2020-03-131-32/+3
* xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig2020-03-131-10/+5
* xfs: fix iclog release error check race with shutdownBrian Foster2020-03-021-4/+9
* xfs: fix mount failure crash on invalid iclog memory accessBrian Foster2019-12-031-0/+2
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* 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