index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
ext4: detect invalid INLINE_DATA + EXTENTS flag combination
Deepanshu Kartikey
1
-0
/
+8
2025-10-23
ext4: wait for ongoing I/O to complete before freeing blocks
Zhang Yi
1
-2
/
+9
2025-10-19
ext4: free orphan info with kvfree
Jan Kara
1
-2
/
+2
2025-10-19
ext4: validate ea_ino and size in check_xattrs
Deepanshu Kartikey
1
-0
/
+4
2025-10-19
ext4: guard against EA inode refcount underflow in xattr update
Ahmet Eray Karadag
1
-7
/
+8
2025-10-19
ext4: fix an off-by-one issue during moving extents
Zhang Yi
1
-1
/
+1
2025-10-19
ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()
Theodore Ts'o
1
-12
/
+5
2025-10-19
ext4: correctly handle queries for metadata mappings
Ojaswin Mujoo
1
-5
/
+9
2025-10-19
ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
Yongjian Sun
1
-2
/
+8
2025-10-19
ext4: verify orphan file size is not too big
Jan Kara
1
-1
/
+12
2025-10-19
ext4: fail unaligned direct IO write with EINVAL
Jan Kara
1
-35
/
+0
2025-10-19
ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()
Baokun Li
3
-1
/
+12
2025-10-15
ext4: fix checks for orphan inodes
Jan Kara
5
-9
/
+15
2025-10-15
ext4: fix potential null deref in ext4_mb_init()
Baokun Li
1
-0
/
+10
2025-08-18
Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
7
-18
/
+36
2025-08-13
ext4: fix incorrect function name in comment
Baolin Liu
1
-1
/
+1
2025-08-12
ext4: use kmalloc_array() for array space allocation
Liao Yuanhong
1
-2
/
+3
2025-08-12
ext4: fix hole length calculation overflow in non-extent inodes
Zhang Yi
1
-2
/
+2
2025-08-12
ext4: don't try to clear the orphan_present feature block device is r/o
Theodore Ts'o
1
-0
/
+2
2025-08-12
ext4: fix reserved gdt blocks handling in fsmap
Ojaswin Mujoo
1
-0
/
+8
2025-08-12
ext4: fix fsmap end of range reporting with bigalloc
Ojaswin Mujoo
1
-3
/
+12
2025-08-12
ext4: remove redundant __GFP_NOWARN
Qianfeng Rong
2
-2
/
+2
2025-08-12
ext4: fix unused variable warning in ext4_init_new_dir
Theodore Ts'o
1
-2
/
+0
2025-08-12
ext4: remove useless if check
Antonio Quartulli
1
-2
/
+0
2025-08-12
ext4: check fast symlink for ea_inode correctly
Andreas Dilger
1
-1
/
+1
2025-08-12
ext4: preserve SB_I_VERSION on remount
Baokun Li
1
-3
/
+3
2025-08-12
ext4: show the default enabled i_version option
Baokun Li
1
-0
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-07-31
Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
14
-681
/
+861
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-4
/
+4
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-6
/
+7
2025-07-28
Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-11
/
+55
2025-07-25
ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr
Theodore Ts'o
1
-3
/
+16
2025-07-25
ext4: implement linear-like traversal across order xarrays
Baokun Li
1
-21
/
+47
2025-07-25
ext4: refactor choose group to scan group
Baokun Li
3
-174
/
+131
2025-07-25
ext4: convert free groups order lists to xarrays
Baokun Li
3
-126
/
+140
2025-07-25
ext4: factor out ext4_mb_scan_group()
Baokun Li
2
-44
/
+51
2025-07-25
ext4: factor out ext4_mb_might_prefetch()
Baokun Li
2
-24
/
+42
2025-07-25
ext4: factor out __ext4_mb_scan_group()
Baokun Li
2
-18
/
+29
2025-07-25
ext4: fix largest free orders lists corruption on mb_optimize_scan switch
Baokun Li
1
-19
/
+14
2025-07-25
ext4: fix zombie groups in average fragment size lists
Baokun Li
1
-18
/
+18
2025-07-25
ext4: merge freed extent with existing extents before insertion
Baokun Li
1
-37
/
+76
2025-07-25
ext4: convert sbi->s_mb_free_pending to atomic_t
Baokun Li
3
-8
/
+5
2025-07-25
ext4: fix typo in CR_GOAL_LEN_SLOW comment
Baokun Li
1
-1
/
+1
2025-07-25
ext4: get rid of some obsolete EXT4_MB_HINT flags
Baokun Li
1
-6
/
+0
2025-07-25
ext4: utilize multiple global goals to reduce contention
Baokun Li
2
-6
/
+27
2025-07-25
ext4: remove unnecessary s_md_lock on update s_mb_last_group
Baokun Li
2
-10
/
+4
2025-07-25
ext4: remove unnecessary s_mb_last_start
Baokun Li
2
-2
/
+0
2025-07-25
ext4: separate stream goal hits from s_bal_goals for better tracking
Baokun Li
2
-2
/
+10
2025-07-25
ext4: add ext4_try_lock_group() to skip busy groups
Baokun Li
2
-12
/
+30
[next]