index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
ext4: do not use stripe_width if it is not set
Jan Kara
1
-2
/
+2
2017-11-08
ext4: fix stripe-unaligned allocations
Jan Kara
1
-2
/
+4
2017-10-21
ext4: avoid deadlock when expanding inode size
Jan Kara
2
-8
/
+13
2017-10-18
ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
Darrick J. Wong
1
-2
/
+2
2017-10-12
ext4: fix fencepost in s_first_meta_bg validation
Theodore Ts'o
1
-1
/
+1
2017-10-12
ext4: validate s_first_meta_bg at mount time
Eryu Guan
1
-0
/
+9
2017-10-12
ext4: Don't clear SGID when inheriting ACLs
Jan Kara
1
-7
/
+15
2017-10-12
ext4: fix data corruption for mmap writes
Jan Kara
1
-5
/
+19
2017-10-12
ext4: only call ext4_truncate when size <= isize
Josef Bacik
1
-21
/
+19
2017-09-27
ext4: fix incorrect quotaoff if the quota feature is enabled
zhangyi (F)
1
-3
/
+3
2017-08-11
ext4: fix overflow caused by missing cast in ext4_resize_fs()
Jerry Lee
1
-1
/
+2
2017-08-11
ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
Jan Kara
1
-0
/
+3
2017-06-14
ext4: keep existing extra fields when inode expands
Konstantin Khlebnikov
1
-2
/
+3
2017-06-14
ext4: fix SEEK_HOLE
Jan Kara
1
-36
/
+14
2017-05-20
ext4: fix potential use after free in __ext4_journal_stop
Lukas Czerner
1
-3
/
+3
2017-05-08
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
1
-8
/
+4
2017-05-08
ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()
Theodore Ts'o
1
-4
/
+28
2017-04-22
ext4: mark inode dirty after converting inline directory
Eric Biggers
1
-3
/
+2
2017-01-15
ext4: return -ENOMEM instead of success
Dan Carpenter
1
-1
/
+3
2017-01-15
ext4: add sanity checking to count_overhead()
Theodore Ts'o
1
-3
/
+8
2017-01-15
ext4: use more strict checks for inodes_per_block on mount
Theodore Ts'o
1
-9
/
+6
2017-01-15
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
2
-1
/
+17
2017-01-13
ext4: fix stack memory corruption with 64k block size
Chandan Rajendra
1
-1
/
+1
2017-01-13
ext4: fix mballoc breakage with 64k block size
Chandan Rajendra
1
-1
/
+1
2016-09-12
ext4: validate that metadata blocks do not overlap superblock
Theodore Ts'o
1
-1
/
+17
2016-08-22
ext4: short-cut orphan cleanup on error
Vegard Nossum
1
-0
/
+10
2016-08-22
ext4: validate s_reserved_gdt_blocks on mount
Theodore Ts'o
2
-0
/
+10
2016-08-22
ext4: don't call ext4_should_journal_data() on the journal inode
Vegard Nossum
1
-3
/
+3
2016-08-22
ext4: fix deadlock during page writeback
Jan Kara
1
-3
/
+26
2016-08-22
ext4: check for extents that wrap around
Vegard Nossum
1
-2
/
+6
2016-07-12
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Eryu Guan
1
-3
/
+3
2016-06-03
ext4: silence UBSAN in ext4_mb_init()
Nicolai Stange
1
-2
/
+4
2016-06-03
ext4: address UBSAN warning in mb_find_order_for_block()
Nicolai Stange
1
-1
/
+3
2016-06-03
ext4: fix oops on corrupted filesystem
Jan Kara
1
-1
/
+1
2016-06-03
ext4: clean up error handling when orphan list is corrupted
Theodore Ts'o
1
-24
/
+22
2016-06-03
ext4: fix hang when processing corrupted orphaned inode list
Theodore Ts'o
1
-4
/
+6
2016-04-20
ext4: ignore quota mount options if the quota feature is enabled
Theodore Ts'o
1
-11
/
+11
2016-04-20
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
3
-4
/
+55
2016-04-18
ext4: iterate over buffer heads correctly in move_extent_per_page()
Eryu Guan
1
-0
/
+1
2016-03-04
ext4: fix crashes in dioread_nolock mode
Jan Kara
1
-20
/
+20
2016-03-04
ext4: don't read blocks from disk after extents being swapped
Eryu Guan
1
-3
/
+12
2016-03-04
ext4: move_extent improve bh vanishing success factor
Dmitry Monakhov
1
-2
/
+6
2016-03-04
ext4: fix potential integer overflow
Insu Yun
1
-1
/
+1
2016-01-21
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
1
-2
/
+10
2015-11-15
ext4: fix loss of delalloc extent info in ext4_zero_range()
Eric Whitney
1
-13
/
+0
2015-11-15
ext4: allocate entire range in zero range
Lukas Czerner
1
-12
/
+19
2015-10-27
ext4: don't manipulate recovery flag when freezing no-journal fs
Eric Sandeen
1
-4
/
+8
2015-08-04
ext4: replace open coded nofail allocation in ext4_free_blocks()
Michal Hocko
1
-11
/
+5
2015-08-04
ext4: correctly migrate a file with a hole at the beginning
Eryu Guan
1
-4
/
+5
2015-08-04
ext4: be more strict when migrating to non-extent based file
Eryu Guan
1
-1
/
+11
[next]