index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-25
ext4: avoid resizing to a partial cluster size
Kiselev, Oleg
1
-0
/
+10
2022-08-25
ext4: block range must be validated before use in ext4_mb_clear_bb()
Lukas Czerner
1
-1
/
+20
2022-08-25
ext4: avoid remove directory when directory is corrupted
Ye Bin
1
-5
/
+2
2022-08-17
ext4: fix race when reusing xattr blocks
Jan Kara
1
-22
/
+45
2022-08-17
ext4: unindent codeblock in ext4_xattr_block_set()
Jan Kara
1
-39
/
+38
2022-08-17
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
3
-16
/
+11
2022-08-17
ext4: make sure ext4_append() always allocates new block
Lukas Czerner
1
-0
/
+16
2022-08-17
ext4: check if directory block is within i_size
Lukas Czerner
1
-0
/
+7
2022-08-17
ext4: fix warning in ext4_iomap_begin as race between bmap and write
Ye Bin
1
-3
/
+9
2022-08-17
ext4: correct the misjudgment in ext4_iget_extra_inode
Baokun Li
1
-2
/
+1
2022-08-17
ext4: correct max_inline_xattr_value_size computing
Baokun Li
1
-0
/
+3
2022-08-17
ext4: fix use-after-free in ext4_xattr_set_entry
Baokun Li
1
-2
/
+4
2022-08-17
ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
Baokun Li
1
-0
/
+13
2022-08-17
ext4: fix extent status tree race in writeback error recovery path
Eric Whitney
1
-0
/
+7
2022-08-17
ext4: update s_overhead_clusters in the superblock during an on-line resize
Theodore Ts'o
1
-0
/
+1
2022-08-17
ext4: fix reading leftover inlined symlinks
Zhang Yi
3
-0
/
+46
2022-08-17
ext4: recover csum seed of tmp_inode after migrating to extents
Li Lingfeng
1
-1
/
+3
2022-06-19
ext4: fix a doubled word "need" in a comment
Xiang wangx
1
-1
/
+1
2022-06-19
ext4: add reserved GDT blocks check
Zhang Yi
1
-0
/
+10
2022-06-19
ext4: make variable "count" signed
Ding Xiang
1
-1
/
+2
2022-06-19
ext4: correct the judgment of BUG in ext4_mb_normalize_request
Baokun Li
1
-1
/
+16
2022-06-19
ext4: fix bug_on ext4_mb_use_inode_pa
Baokun Li
1
-0
/
+9
2022-06-19
ext4: fix up test_dummy_encryption handling for new mount API
Eric Biggers
1
-63
/
+71
2022-06-19
ext4: use kmemdup() to replace kmalloc + memcpy
Shuqi Zhang
1
-2
/
+1
2022-06-19
ext4: fix super block checksum incorrect after mount
Ye Bin
1
-8
/
+8
2022-06-16
ext4: improve write performance with disabled delalloc
Jan Kara
1
-1
/
+1
2022-06-16
ext4: fix warning when submitting superblock in ext4_commit_super()
Zhang Yi
1
-6
/
+16
2022-06-16
ext4: fix incorrect comment in ext4_bio_write_page()
Wang Jianjian
1
-1
/
+1
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
6
-60
/
+61
2022-05-25
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
14
-429
/
+564
2022-05-25
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-2
/
+2
2022-05-24
ext4: only allow test_dummy_encryption when supported
Eric Biggers
2
-28
/
+38
2022-05-24
ext4: fix bug_on in __es_tree_search
Baokun Li
1
-5
/
+5
2022-05-24
ext4: avoid cycles in directory h-tree
Jan Kara
1
-3
/
+19
2022-05-24
ext4: verify dir block before splitting it
Jan Kara
1
-11
/
+21
2022-05-24
ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state
Theodore Ts'o
1
-2
/
+3
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-19
/
+11
2022-05-22
ext4: fix bug_on in ext4_writepages
Ye Bin
1
-0
/
+12
2022-05-22
ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()
Ritesh Harjani
3
-57
/
+64
2022-05-22
ext4: cleanup function defs from ext4.h into crypto.c
Ritesh Harjani
2
-64
/
+70
2022-05-22
ext4: move ext4 crypto code to its own file crypto.c
Ritesh Harjani
4
-122
/
+131
2022-05-18
ext4: fix memory leak in parse_apply_sb_mount_options()
Eric Biggers
1
-2
/
+4
2022-05-18
ext4: reject the 'commit' option on ext2 filesystems
Eric Biggers
1
-0
/
+1
2022-05-18
ext4: remove duplicated #include of dax.h in inode.c
Yang Li
1
-1
/
+0
2022-05-17
ext4: fix race condition between ext4_write and ext4_convert_inline_data
Baokun Li
2
-13
/
+6
2022-05-17
ext4: convert symlink external data block mapping to bdev
Zhang Yi
3
-83
/
+100
2022-05-17
ext4: add nowait mode for ext4_getblk()
Zhang Yi
2
-0
/
+16
2022-05-17
ext4: fix journal_ioprio mount option handling
Ojaswin Mujoo
1
-5
/
+10
2022-05-17
ext4: mark group as trimmed only if it was fully scanned
Dmitry Monakhov
1
-6
/
+12
2022-05-17
ext4: fix use-after-free in ext4_rename_dir_prepare
Ye Bin
1
-3
/
+27
[next]