index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: remove the mount field from struct xfs_busy_extents
Christoph Hellwig
2024-11-05
1
-2
/
+1
*
xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
Uros Bizjak
2024-10-07
1
-7
/
+4
*
xfs: grant heads track byte counts, not LSNs
Dave Chinner
2024-07-04
1
-0
/
+12
*
xfs: track log space pinned by the AIL
Dave Chinner
2024-07-04
1
-3
/
+6
*
xfs: l_last_sync_lsn is really AIL state
Dave Chinner
2024-07-04
1
-13
/
+41
*
xfs: move and rename xfs_trans_committed_bulk
Dave Chinner
2024-07-04
1
-1
/
+131
*
xfs: fix CIL sparse lock context warnings
Dave Chinner
2024-04-20
1
-1
/
+1
*
xfs: use kvfree() in xlog_cil_free_logvec()
Dave Chinner
2024-02-28
1
-2
/
+2
*
xfs: place the CIL under nofs allocation context
Dave Chinner
2024-02-13
1
-1
/
+12
*
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
2024-02-13
1
-7
/
+7
*
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
2024-02-13
1
-1
/
+1
*
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
2024-02-13
1
-2
/
+2
*
xfs: move log discard work to xfs_discard.c
Dave Chinner
2023-10-04
1
-80
/
+13
*
xfs: fix per-cpu CIL structure aggregation racing with dying cpus
Darrick J. Wong
2023-09-11
1
-36
/
+16
*
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
[next]