summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_cil.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28xfs: use kvfree() in xlog_cil_free_logvec()Dave Chinner1-2/+2
2024-02-13xfs: place the CIL under nofs allocation contextDave Chinner1-1/+12
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-7/+7
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner1-1/+1
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-2/+2
2023-10-04xfs: move log discard work to xfs_discard.cDave Chinner1-80/+13
2023-09-11xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong1-36/+16
2022-07-07xfs: xlog_sync() manually adjusts grant head spaceDave Chinner1-4/+16
2022-07-07xfs: avoid cil push lock if possibleDave Chinner1-3/+11
2022-07-07xfs: move CIL ordering to the logvec chainDave Chinner1-5/+11
2022-07-07xfs: convert log vector chain to use list headsDave Chinner1-24/+30
2022-07-07xfs: convert CIL to unordered per cpu listsDave Chinner1-19/+16
2022-07-07xfs: Add order IDs to log items in CILDave Chinner1-8/+31
2022-07-07xfs: convert CIL busy extents to per-cpuDave Chinner1-6/+20
2022-07-07xfs: track CIL ticket reservation in percpu structureDave Chinner1-4/+12
2022-07-07xfs: implement percpu cil space used calculationDave Chinner1-30/+146
2022-07-01xfs: introduce per-cpu CIL tracking structureDave Chinner1-2/+28
2022-07-01xfs: rework per-iclog header CIL reservationDave Chinner1-13/+42
2022-07-01xfs: lift init CIL reservation out of xc_cil_lockDave Chinner1-16/+14
2022-07-01xfs: use the CIL space used counter for emptiness checksDave Chinner1-19/+24
2022-05-26Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-142/+249
2022-05-12xfs: can't use kmem_zalloc() for attribute buffersDave Chinner1-34/+1
2022-05-04xfs: intent item whiteoutsDave Chinner1-3/+75
2022-05-04xfs: factor and move some code in xfs_log_cil.cDave Chinner1-52/+67
2022-04-21xfs: CIL context doesn't need to count iovecsDave Chinner1-16/+6
2022-04-21xfs: xlog_write() doesn't need optype anymoreDave Chinner1-4/+2
2022-04-21xfs: pass lv chain length into xlog_write()Dave Chinner1-8/+17
2022-04-21xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner1-11/+14
2022-04-21xfs: log tickets don't need log client idDave Chinner1-1/+1
2022-04-21xfs: embed the xlog_op_header in the commit recordDave Chinner1-2/+9
2022-04-21xfs: only CIL pushes require a start recordDave Chinner1-7/+36
2022-04-21xfs: factor out the CIL transaction header buildingDave Chinner1-22/+39
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-03-30xfs: drop async cache flushes from CIL commits.Dave Chinner1-29/+13
2022-03-30xfs: log shutdown triggers should only shut down the logDave Chinner1-2/+2
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner1-1/+1
2022-03-20xfs: async CIL flushes need pending pushes to be made stableDave Chinner1-3/+19
2022-01-06xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner1-11/+35
2021-12-23xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-3/+3
2021-08-19xfs: convert mount flags to featuresDave Chinner1-2/+2
2021-08-16xfs: move the CIL workqueue to the CILDave Chinner1-3/+17
2021-08-16xfs: CIL work is serialised, not pipelinedDave Chinner1-38/+42
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner1-8/+54
2021-08-16xfs: order CIL checkpoint start recordsDave Chinner1-13/+56
2021-08-16xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner1-42/+52
2021-08-16xfs: factor out log write ordering from xlog_cil_push_work()Dave Chinner1-36/+51
2021-08-16xfs: pass a CIL context to xlog_write()Dave Chinner1-16/+36
2021-08-16xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner1-1/+34
2021-08-16xfs: don't run shutdown callbacks on active iclogsDave Chinner1-8/+7
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner1-1/+1