index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
fast_commit.c
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-2
/
+2
2026-07-22
ext4: propagate errors from fast commit range replay
Guanghui Yang
1
-4
/
+12
2026-07-21
ext4: remove ext4_end_buffer_io_sync()
Matthew Wilcox (Oracle)
1
-20
/
+1
2026-06-18
Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-160
/
+622
2026-06-04
ext4: Convert ext4_fc_submit_bh() to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+5
2026-06-03
ext4: fast commit: export snapshot stats in fc_info
Li Chen
1
-10
/
+86
2026-06-03
ext4: fast commit: add lock_updates tracepoint
Li Chen
1
-15
/
+59
2026-06-03
ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
Li Chen
1
-74
/
+179
2026-06-03
ext4: fast commit: avoid self-deadlock in inode snapshotting
Li Chen
1
-49
/
+75
2026-06-03
ext4: fast commit: avoid waiting for FC_COMMITTING
Li Chen
1
-56
/
+50
2026-06-03
ext4: fast commit: snapshot inode state before writing log
Li Chen
1
-50
/
+281
2026-06-03
ext4: fix fast commit wait/wake bit mapping on 64-bit
Li Chen
1
-32
/
+18
2026-04-17
Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-65
/
+24
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2026-04-09
ext4: move dcache manipulation out of __ext4_link()
NeilBrown
1
-28
/
+4
2026-04-09
ext4: add ext4_fc_eligible()
NeilBrown
1
-29
/
+14
2026-04-09
ext4: prefer IS_ERR_OR_NULL over manual NULL check
Philipp Hahn
1
-1
/
+1
2026-04-09
ext4: remove tl argument from ext4_fc_replay_{add,del}_range
Guoqing Jiang
1
-6
/
+4
2026-04-09
ext4: remove unused i_fc_wait
Li Chen
1
-1
/
+1
2026-03-27
ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
Baokun Li
1
-5
/
+8
2026-03-27
ext4: publish jinode after initialization
Li Chen
1
-2
/
+2
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-4
/
+4
2026-01-19
ext4: fast commit: make s_fc_lock reclaim-safe
Li Chen
1
-23
/
+28
2026-01-19
ext4: mark move extents fast-commit ineligible
Li Chen
1
-0
/
+1
2026-01-19
ext4: mark fs-verity enable fast-commit ineligible
Li Chen
1
-0
/
+1
2026-01-19
ext4: mark inode format migration fast-commit ineligible
Li Chen
1
-0
/
+1
2025-09-25
ext4: increase IO priority of fastcommit
Julian Sun
1
-1
/
+1
2025-05-20
ext4: remove sbi argument from ext4_chksum()
Eric Biggers
1
-5
/
+5
2025-05-14
ext4: prevent stale extent cache entries caused by concurrent I/O writeback
Zhang Yi
1
-1
/
+2
2025-05-14
ext4: generalize EXT4_GET_BLOCKS_IO_SUBMIT flag usage
Zhang Yi
1
-1
/
+2
2025-05-08
ext4: hold s_fc_lock while during fast commit
Harshad Shirwadkar
1
-31
/
+13
2025-05-08
ext4: convert s_fc_lock to mutex type
Harshad Shirwadkar
1
-30
/
+30
2025-05-08
ext4: temporarily elevate commit thread priority
Harshad Shirwadkar
1
-0
/
+13
2025-05-08
ext4: update code documentation
Harshad Shirwadkar
1
-17
/
+31
2025-05-08
ext4: drop i_fc_updates from inode fc info
Harshad Shirwadkar
1
-68
/
+0
2025-05-08
ext4: rework fast commit commit path
Harshad Shirwadkar
1
-74
/
+125
2025-05-08
ext4: for committing inode, make ext4_fc_track_inode wait
Harshad Shirwadkar
1
-0
/
+35
2025-05-08
ext4: convert i_fc_lock to spinlock
Harshad Shirwadkar
1
-10
/
+9
2025-01-27
ext4 fast_commit: make use of name_snapshot primitives
Al Viro
1
-24
/
+5
2024-11-12
ext4: cleanup variable name in ext4_fc_del()
Dan Carpenter
1
-2
/
+2
2024-11-12
ext4: simplify if condition
Jiapeng Chong
1
-3
/
+1
2024-10-04
ext4: use handle to mark fc as ineligible in __track_dentry_update()
Luis Henriques (SUSE)
1
-8
/
+11
2024-09-03
ext4: make some fast commit functions reuse extents path
Baokun Li
1
-4
/
+7
2024-09-03
ext4: get rid of ppath in ext4_ext_insert_extent()
Baokun Li
1
-4
/
+4
2024-08-26
ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
Luis Henriques (SUSE)
1
-4
/
+11
2024-08-26
ext4: fix fast commit inode enqueueing during a full journal commit
Luis Henriques (SUSE)
1
-1
/
+14
2024-07-08
ext4: don't track ranges in fast_commit if inode has inlined data
Luis Henriques (SUSE)
1
-0
/
+6
2024-07-08
ext4: fix possible tid_t sequence overflows
Luis Henriques (SUSE)
1
-4
/
+4
2023-10-05
ext4: make state in ext4_mb_mark_bb to be bool
Kemeng Shi
1
-4
/
+4
2023-02-09
ext4: use ext4_fc_tl_mem in fast-commit replay path
Eric Biggers
1
-18
/
+26
[next]