aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-28xfs: Modify xlog_ticket_alloc() to use kernel's MM APIGravatar Carlos Maiolino 1-6/+3
2020-03-27xfs: don't write a corrupt unmount record to force summary counter recalcGravatar Darrick J. Wong 1-13/+14
2020-03-27xfs: don't allow log IO to be throttledGravatar Dave Chinner 1-1/+9
2020-03-27xfs: remove some stale comments from the log codeGravatar Dave Chinner 1-46/+13
2020-03-27xfs: refactor unmount record writingGravatar Dave Chinner 1-20/+29
2020-03-27xfs: merge xlog_commit_record with xlog_write_doneGravatar Dave Chinner 1-33/+10
2020-03-27xfs: split xlog_ticket_doneGravatar Christoph Hellwig 1-57/+27
2020-03-27xfs: kill XLOG_TIC_INITEDGravatar Dave Chinner 1-4/+0
2020-03-27xfs: refactor and split xfs_log_done()Gravatar Dave Chinner 1-43/+21
2020-03-27xfs: re-order initial space accounting checks in xlog_writeGravatar Dave Chinner 1-21/+10
2020-03-27xfs: don't try to write a start record into every iclogGravatar Dave Chinner 1-40/+37
2020-03-26xfs: shutdown on failure to add page to log bioGravatar Brian Foster 1-3/+9
2020-03-23xfs: remove xlog_state_want_syncGravatar Christoph Hellwig 1-32/+18
2020-03-23xfs: move the ioerror check out of xlog_state_clean_iclogGravatar Christoph Hellwig 1-4/+5
2020-03-23xfs: refactor xlog_state_clean_iclogGravatar Christoph Hellwig 1-92/+88
2020-03-23xfs: remove the aborted parameter to xlog_state_done_syncingGravatar Christoph Hellwig 1-32/+16
2020-03-23xfs: simplify log shutdown checking in xfs_log_release_iclogGravatar Christoph Hellwig 1-14/+6
2020-03-23xfs: simplify the xfs_log_release_iclog calling conventionGravatar Christoph Hellwig 1-6/+4
2020-03-23xfs: factor out a xlog_wait_on_iclog helperGravatar Christoph Hellwig 1-45/+31
2020-03-13xfs: cleanup xfs_log_unmount_writeGravatar Christoph Hellwig 1-16/+16
2020-03-13xfs: remove dead code from xfs_log_unmount_writeGravatar Christoph Hellwig 1-32/+3
2020-03-13xfs: remove the unused return value from xfs_log_unmount_writeGravatar Christoph Hellwig 1-10/+5
2020-03-02xfs: fix iclog release error check race with shutdownGravatar Brian Foster 1-4/+9
2019-12-03xfs: fix mount failure crash on invalid iclog memory accessGravatar Brian Foster 1-0/+2
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-1/+1
2019-11-10xfs: annotate functions that trip static checker locking checksGravatar Darrick J. Wong 1-0/+2
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameGravatar Ian Kent 1-1/+1
2019-10-21xfs: remove the XLOG_STATE_DO_CALLBACK stateGravatar Christoph Hellwig 1-65/+11
2019-10-21xfs: turn ic_state into an enumGravatar Christoph Hellwig 1-83/+76
2019-10-21xfs: remove dead ifdef XFSERRORDEBUG codeGravatar Christoph Hellwig 1-13/+0
2019-10-21xfs: call xlog_state_release_iclog with l_icloglock heldGravatar Christoph Hellwig 1-98/+90
2019-10-21xfs: move the locking from xlog_state_finish_copy to the callersGravatar Christoph Hellwig 1-9/+7
2019-10-21xfs: remove the unused ic_io_size field from xlog_in_coreGravatar Christoph Hellwig 1-4/+2
2019-10-21xfs: pass the correct flag to xlog_write_iclogGravatar Christoph Hellwig 1-1/+1
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsGravatar Bill O'Donnell 1-1/+1
2019-09-05xfs: push the grant head when the log head moves forwardGravatar Dave Chinner 1-25/+47
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logGravatar Dave Chinner 1-24/+33
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Gravatar Dave Chinner 1-98/+98
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Gravatar Dave Chinner 1-28/+48
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Gravatar Dave Chinner 1-35/+44
2019-09-05xfs: fix missed wakeup on l_flush_waitGravatar Rik van Riel 1-5/+4
2019-09-05xfs: push the AIL in xlog_grant_head_wakeGravatar Dave Chinner 1-1/+28
2019-08-26xfs: add kmem_alloc_io()Gravatar Dave Chinner 1-2/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-2/+1
2019-08-03fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Gravatar Tetsuo Handa 1-4/+1
2019-07-03fs: xfs: xfs_log: Change return type from int to voidGravatar Hariprasad Kelam 1-6/+2
2019-06-28xfs: fix iclog allocation sizeGravatar Christoph Hellwig 1-1/+2
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-4/+0
2019-06-28xfs: use a list_head for iclog callbacksGravatar Christoph Hellwig 1-42/+9
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagGravatar Christoph Hellwig 1-14/+11