summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_cil.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert mount flags to featuresDave Chinner2021-08-191-2/+2
* xfs: move the CIL workqueue to the CILDave Chinner2021-08-161-3/+17
* xfs: CIL work is serialised, not pipelinedDave Chinner2021-08-161-38/+42
* xfs: AIL needs asynchronous CIL forcingDave Chinner2021-08-161-8/+54
* xfs: order CIL checkpoint start recordsDave Chinner2021-08-161-13/+56
* xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner2021-08-161-42/+52
* xfs: factor out log write ordering from xlog_cil_push_work()Dave Chinner2021-08-161-36/+51
* xfs: pass a CIL context to xlog_write()Dave Chinner2021-08-161-16/+36
* xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner2021-08-161-1/+34
* xfs: don't run shutdown callbacks on active iclogsDave Chinner2021-08-161-8/+7
* xfs: XLOG_STATE_IOERROR must dieDave Chinner2021-08-161-1/+1
* xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner2021-08-161-5/+5
* xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2021-08-091-1/+9
* xfs: fix ordering violation between cache flushes and tail updatesDave Chinner2021-07-291-2/+11
* xfs: don't wait on future iclogs when pushing the CILDave Chinner2021-06-251-7/+28
* xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner2021-06-251-4/+12
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-19/+11
* xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner2021-06-211-5/+17
* xfs: journal IO cache flush reductionsDave Chinner2021-06-211-4/+14
* xfs: remove need_start_rec parameter from xlog_write()Dave Chinner2021-06-211-1/+2
* xfs: CIL checkpoint flushes caches unconditionallyDave Chinner2021-06-211-4/+21
* xfs: separate CIL commit record IODave Chinner2021-06-181-0/+9
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino2020-07-281-2/+1
* xfs: fix use-after-free on CIL context on shutdownDave Chinner2020-06-221-5/+5
* xfs: Throttle commits on delayed background CIL pushDave Chinner2020-03-271-4/+33
* xfs: merge xlog_commit_record with xlog_write_doneDave Chinner2020-03-271-1/+1
* xfs: split xlog_ticket_doneChristoph Hellwig2020-03-271-3/+6
* xfs: refactor and split xfs_log_done()Dave Chinner2020-03-271-6/+7
* xfs: don't try to write a start record into every iclogDave Chinner2020-03-271-1/+1
* xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig2020-03-231-6/+6
* xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig2020-03-231-1/+1
* xfs: merge xlog_cil_push into xlog_cil_push_workChristoph Hellwig2020-03-231-28/+18
* xfs: Correct comment tyops -> typosJoe Perches2019-11-101-2/+2
* xfs: turn ic_state into an enumChristoph Hellwig2019-10-211-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-5/+5
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-281-8/+24
* xfs: split iop_unlockChristoph Hellwig2019-06-281-2/+0
* xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig2019-06-281-3/+10
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-281-1/+2
* xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-281-2/+2
* xfs: wake commit waiters on CIL abort before log item abortBrian Foster2019-04-141-8/+13
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-12/+9
* xfs: add tracing to high level transaction operationsDave Chinner2018-05-101-0/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* xfs: fall back to vmalloc when allocation log vector buffersDave Chinner2018-03-111-1/+1
* xfs: Fix leak of discard bioJan Kara2017-08-041-0/+1
* xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai2017-06-191-3/+4