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
2020-08-07
ext4: fix direct I/O read error
Jiang Ying
1
-0
/
+5
2020-06-25
ext4: avoid race conditions when remounting with options that change dax
Theodore Ts'o
1
-12
/
+10
2020-06-25
ext4: fix partial cluster initialization when splitting extent
Sasha Levin
1
-1
/
+1
2020-06-25
ext4: stop overwrite the errcode in ext4_setup_super
yangerkun
1
-0
/
+1
2020-06-22
ext4: fix race between ext4_sync_parent() and rename()
Eric Biggers
1
-15
/
+13
2020-06-22
ext4: fix error pointer dereference
Jeffle Xu
1
-2
/
+5
2020-06-22
ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max
Harshad Shirwadkar
1
-3
/
+6
2020-05-02
ext4: check for non-zero journal inum in ext4_calculate_overhead
Ritesh Harjani
1
-1
/
+2
2020-05-02
ext4: convert BUG_ON's to WARN_ON's in mballoc.c
Theodore Ts'o
1
-2
/
+4
2020-05-02
ext4: increase wait time needed before reuse of deleted inode numbers
Theodore Ts'o
1
-1
/
+1
2020-05-02
ext4: use matching invalidatepage in ext4_writepage
yangerkun
1
-1
/
+1
2020-04-29
ext4: fix extent_status fragmentation for plain files
Dmitry Monakhov
1
-20
/
+27
2020-04-23
ext4: do not commit super on read-only bdev
Eric Sandeen
1
-1
/
+2
2020-04-23
ext4: use non-movable memory for superblock readahead
Roman Gushchin
2
-2
/
+2
2020-04-21
ext4: do not zeroout extents beyond i_disksize
Jan Kara
1
-4
/
+4
2020-04-21
ext4: fix incorrect inodes per group in error message
Josh Triplett
1
-1
/
+1
2020-04-21
ext4: fix incorrect group count in ext4_fill_super error message
Josh Triplett
1
-2
/
+2
2020-04-17
ext4: fix a data race at inode->i_blocks
Qian Cai
1
-1
/
+1
2020-03-05
ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
Dan Carpenter
1
-3
/
+3
2020-02-28
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
Eric Biggers
2
-9
/
+23
2020-02-28
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
3
-11
/
+11
2020-02-28
ext4: fix mount failure with quota configured as module
Jan Kara
1
-1
/
+1
2020-02-28
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
5
-37
/
+76
2020-02-28
ext4: fix potential race between s_group_info online resizing and access
Suraj Jitindar Singh
2
-21
/
+39
2020-02-28
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
4
-25
/
+97
2020-02-28
ext4: add cond_resched() to __ext4_find_entry()
Shijie Luo
1
-0
/
+1
2020-02-28
ext4: fix a data race in EXT4_I(inode)->i_disksize
Qian Cai
2
-2
/
+2
2020-02-24
ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
Ritesh Harjani
1
-4
/
+6
2020-02-19
ext4: improve explanation of a mount failure caused by a misconfigured kernel
Theodore Ts'o
1
-10
/
+4
2020-02-19
ext4: add cond_resched() to ext4_protect_reserved_inode
Shijie Luo
1
-0
/
+1
2020-02-19
ext4: fix checksum errors with indexed dirs
Jan Kara
4
-7
/
+31
2020-02-19
ext4: fix support for inode sizes > 1024 bytes
Theodore Ts'o
1
-8
/
+10
2020-02-19
ext4: don't assume that mmp_nodename/bdevname have NUL
Andreas Dilger
1
-5
/
+7
2020-02-11
ext4: fix deadlock allocating crypto bounce page from mempool
Eric Biggers
1
-5
/
+14
2020-02-05
ext4: validate the debug_want_extra_isize mount option at parse time
Theodore Ts'o
1
-61
/
+66
2020-01-27
ext4: set error return correctly when ext4_htree_store_dirent fails
Colin Ian King
1
-1
/
+1
2020-01-04
ext4: iomap that extends beyond EOF should be marked dirty
Matthew Bobrowski
1
-1
/
+7
2020-01-04
ext4: update direct I/O read lock pattern for IOCB_NOWAIT
Matthew Bobrowski
1
-1
/
+7
2019-12-31
ext4: unlock on error in ext4_expand_extra_isize()
Dan Carpenter
1
-2
/
+2
2019-12-31
ext4: check for directory entries too close to block end
Jan Kara
1
-0
/
+5
2019-12-31
ext4: fix ext4_empty_dir() for directories with holes
Jan Kara
1
-14
/
+18
2019-12-17
ext4: fix a bug in ext4_wait_for_tail_page_commit
yangerkun
1
-4
/
+8
2019-12-17
ext4: work around deleting a file with i_nlink == 0 safely
Theodore Ts'o
1
-6
/
+5
2019-12-17
ext4: Fix credit estimate for final inode freeing
Jan Kara
1
-2
/
+11
2019-12-05
ext4: add more paranoia checking in ext4_expand_extra_isize handling
Theodore Ts'o
2
-9
/
+27
2019-11-24
ext4: fix build error when DX_DEBUG is defined
Gabriel Krisman Bertazi
1
-1
/
+1
2019-11-06
ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT
Theodore Ts'o
1
-0
/
+1
2019-10-07
ext4: fix potential use after free after remounting with noblock_validity
zhangyi (F)
2
-52
/
+147
2019-10-05
ext4: fix punch hole for inline_data file systems
Theodore Ts'o
1
-0
/
+9
2019-10-05
ext4: fix warning inside ext4_convert_unwritten_extents_endio
Rakesh Pandit
1
-2
/
+2
[next]