index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log_cil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: xlog_sync() manually adjusts grant head space
Dave Chinner
2022-07-07
1
-4
/
+16
*
xfs: avoid cil push lock if possible
Dave Chinner
2022-07-07
1
-3
/
+11
*
xfs: move CIL ordering to the logvec chain
Dave Chinner
2022-07-07
1
-5
/
+11
*
xfs: convert log vector chain to use list heads
Dave Chinner
2022-07-07
1
-24
/
+30
*
xfs: convert CIL to unordered per cpu lists
Dave Chinner
2022-07-07
1
-19
/
+16
*
xfs: Add order IDs to log items in CIL
Dave Chinner
2022-07-07
1
-8
/
+31
*
xfs: convert CIL busy extents to per-cpu
Dave Chinner
2022-07-07
1
-6
/
+20
*
xfs: track CIL ticket reservation in percpu structure
Dave Chinner
2022-07-07
1
-4
/
+12
*
xfs: implement percpu cil space used calculation
Dave Chinner
2022-07-07
1
-30
/
+146
*
xfs: introduce per-cpu CIL tracking structure
Dave Chinner
2022-07-02
1
-2
/
+28
*
xfs: rework per-iclog header CIL reservation
Dave Chinner
2022-07-02
1
-13
/
+42
*
xfs: lift init CIL reservation out of xc_cil_lock
Dave Chinner
2022-07-02
1
-16
/
+14
*
xfs: use the CIL space used counter for emptiness checks
Dave Chinner
2022-07-02
1
-19
/
+24
*
Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-05-25
1
-142
/
+249
|
\
|
*
xfs: can't use kmem_zalloc() for attribute buffers
Dave Chinner
2022-05-12
1
-34
/
+1
|
*
xfs: intent item whiteouts
Dave Chinner
2022-05-04
1
-3
/
+75
|
*
xfs: factor and move some code in xfs_log_cil.c
Dave Chinner
2022-05-04
1
-52
/
+67
|
*
xfs: CIL context doesn't need to count iovecs
Dave Chinner
2022-04-21
1
-16
/
+6
|
*
xfs: xlog_write() doesn't need optype anymore
Dave Chinner
2022-04-21
1
-4
/
+2
|
*
xfs: pass lv chain length into xlog_write()
Dave Chinner
2022-04-21
1
-8
/
+17
|
*
xfs: reserve space and initialise xlog_op_header in item formatting
Dave Chinner
2022-04-21
1
-11
/
+14
|
*
xfs: log tickets don't need log client id
Dave Chinner
2022-04-21
1
-1
/
+1
|
*
xfs: embed the xlog_op_header in the commit record
Dave Chinner
2022-04-21
1
-2
/
+9
|
*
xfs: only CIL pushes require a start record
Dave Chinner
2022-04-21
1
-7
/
+36
|
*
xfs: factor out the CIL transaction header building
Dave Chinner
2022-04-21
1
-22
/
+39
*
|
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+1
|
/
*
xfs: drop async cache flushes from CIL commits.
Dave Chinner
2022-03-29
1
-29
/
+13
*
xfs: log shutdown triggers should only shut down the log
Dave Chinner
2022-03-29
1
-2
/
+2
*
xfs: log items should have a xlog pointer, not a mount
Dave Chinner
2022-03-20
1
-1
/
+1
*
xfs: async CIL flushes need pending pushes to be made stable
Dave Chinner
2022-03-20
1
-3
/
+19
*
xfs: reduce kvmalloc overhead for CIL shadow buffers
Dave Chinner
2022-01-06
1
-11
/
+35
*
xfs: prevent UAF in xfs_log_item_in_current_chkpt
Darrick J. Wong
2021-12-22
1
-3
/
+3
*
xfs: convert mount flags to features
Dave Chinner
2021-08-19
1
-2
/
+2
*
xfs: move the CIL workqueue to the CIL
Dave Chinner
2021-08-16
1
-3
/
+17
*
xfs: CIL work is serialised, not pipelined
Dave Chinner
2021-08-16
1
-38
/
+42
*
xfs: AIL needs asynchronous CIL forcing
Dave Chinner
2021-08-16
1
-8
/
+54
*
xfs: order CIL checkpoint start records
Dave Chinner
2021-08-16
1
-13
/
+56
*
xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()
Dave Chinner
2021-08-16
1
-42
/
+52
*
xfs: factor out log write ordering from xlog_cil_push_work()
Dave Chinner
2021-08-16
1
-36
/
+51
*
xfs: pass a CIL context to xlog_write()
Dave Chinner
2021-08-16
1
-16
/
+36
*
xfs: move xlog_commit_record to xfs_log_cil.c
Dave Chinner
2021-08-16
1
-1
/
+34
*
xfs: don't run shutdown callbacks on active iclogs
Dave Chinner
2021-08-16
1
-8
/
+7
*
xfs: XLOG_STATE_IOERROR must die
Dave Chinner
2021-08-16
1
-1
/
+1
*
xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
Dave Chinner
2021-08-16
1
-5
/
+5
*
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-09
1
-1
/
+9
*
xfs: fix ordering violation between cache flushes and tail updates
Dave Chinner
2021-07-29
1
-2
/
+11
*
xfs: don't wait on future iclogs when pushing the CIL
Dave Chinner
2021-06-25
1
-7
/
+28
*
xfs: Fix a CIL UAF by getting get rid of the iclog callback lock
Dave Chinner
2021-06-25
1
-4
/
+12
*
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
2021-06-21
1
-19
/
+11
*
xfs: Fix CIL throttle hang when CIL space used going backwards
Dave Chinner
2021-06-21
1
-5
/
+17
[next]