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.13.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
/
ext4.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
ext4: change s_last_trim_minblks type to unsigned long
Lukas Czerner
1
-1
/
+1
2023-09-19
ext4: add correct group descriptors and reserved GDT blocks to system zone
Wang Jianjian
1
-0
/
+2
2023-06-09
ext4: add lockdep annotations for i_data_sem for ea_inode's
Theodore Ts'o
1
-0
/
+2
2023-06-09
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
1
-1
/
+2
2023-05-30
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
1
-13
/
+2
2023-05-30
ext4: add mballoc stats proc file
Harshad Shirwadkar
1
-0
/
+5
2023-05-30
ext4: drop s_mb_bal_lock and convert protected fields to atomic
Harshad Shirwadkar
1
-3
/
+2
2023-03-17
ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
Ritesh Harjani
1
-0
/
+3
2023-01-14
ext4: don't set up encryption key during jbd2 transaction
Eric Biggers
1
-2
/
+2
2023-01-14
ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
Baokun Li
1
-1
/
+2
2023-01-14
ext4: fix undefined behavior in bit shift for ext4_check_flag_values
Gaosheng Cui
1
-1
/
+1
2022-06-09
ext4: only allow test_dummy_encryption when supported
Eric Biggers
1
-6
/
+0
2022-04-27
ext4: fix use-after-free in ext4_search_dir
Ye Bin
1
-0
/
+4
2022-04-27
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
1
-1
/
+1
2022-02-08
ext4: prevent used blocks from being allocated during fast commit replay
Xin Yin
1
-0
/
+3
2022-01-27
ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal
Sebastian Andrzej Siewior
1
-0
/
+1
2021-07-19
ext4: fix memory leak in ext4_fill_super
Pavel Skripkin
1
-0
/
+4
2021-04-07
ext4: shrink race window in ext4_should_retry_alloc()
Eric Whitney
1
-0
/
+1
2021-03-25
ext4: fix rename whiteout with fast commit
Harshad Shirwadkar
1
-0
/
+2
2020-11-20
ext4: fix bogus warning in ext4_update_dx_flag()
Jan Kara
1
-1
/
+2
2020-11-11
ext4: handle dax mount option collision
Harshad Shirwadkar
1
-3
/
+3
2020-11-07
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
1
-11
/
+29
2020-11-07
ext4: fix inode dirty check in case of fast commits
Harshad Shirwadkar
1
-3
/
+0
2020-11-07
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
1
-6
/
+10
2020-11-07
ext4: describe fast_commit feature flags
Harshad Shirwadkar
1
-0
/
+7
2020-10-28
ext4: use generic casefolding support
Daniel Rosenberg
1
-12
/
+0
2020-10-28
ext4: use s_mount_flags instead of s_mount_state for fast commit state
Harshad Shirwadkar
1
-4
/
+4
2020-10-22
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-10
/
+126
2020-10-22
ext4: add fast commit stats in procfs
Harshad Shirwadkar
1
-1
/
+1
2020-10-22
ext4: fast commit recovery path
Harshad Shirwadkar
1
-0
/
+26
2020-10-22
ext4: main fast-commit commit path
Harshad Shirwadkar
1
-0
/
+70
2020-10-22
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar
1
-0
/
+4
2020-10-22
ext4: add fast_commit feature and handling for extended mount options
Harshad Shirwadkar
1
-0
/
+4
2020-10-18
ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()
zhangyi (F)
1
-0
/
+2
2020-10-18
ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...
zhangyi (F)
1
-0
/
+1
2020-10-18
ext4: introduce new metadata buffer read helpers
zhangyi (F)
1
-0
/
+5
2020-10-18
ext4: make mb_check_counter per group
Chunguang Xu
1
-0
/
+3
2020-10-18
ext4: rename system_blks to s_system_blks inside ext4_sb_info
Chunguang Xu
1
-1
/
+1
2020-10-18
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
Chunguang Xu
1
-1
/
+1
2020-10-18
ext4: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-10-18
ext4: disallow modifying DAX inode flag if inline_data has been set
Xiao Yang
1
-1
/
+1
2020-10-18
ext4: do not interpret high bytes if 64bit feature is disabled
Petr Malat
1
-6
/
+8
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
1
-3
/
+3
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
1
-1
/
+3
2020-08-18
ext4: remove unused parameter of ext4_generic_delete_entry function
Kyoungho Koo
1
-2
/
+1
2020-08-07
ext4: check journal inode extents more carefully
Jan Kara
1
-3
/
+3
2020-08-07
ext4: export msg_count and warning_count via sysfs
Dmitry Monakhov
1
-0
/
+2
2020-08-07
ext4: remove some redundant function declarations
Shijie Luo
1
-6
/
+0
2020-08-07
ext4: add prefetch_block_bitmaps mount option
Theodore Ts'o
1
-1
/
+14
2020-08-07
ext4: abort the filesystem if failed to async write metadata buffer
zhangyi (F)
1
-0
/
+3
[next]