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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-06
ext4: call ext4_mb_mark_context in ext4_group_add_blocks()
Kemeng Shi
1
-72
/
+10
2023-10-06
ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()
Kemeng Shi
1
-28
/
+26
2023-10-06
ext4: call ext4_mb_mark_context in ext4_mb_clear_bb
Kemeng Shi
1
-59
/
+10
2023-10-06
ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()
Kemeng Shi
1
-49
/
+49
2023-10-06
ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_used
Kemeng Shi
1
-66
/
+20
2023-10-06
ext4: extend ext4_mb_mark_context to support allocation under journal
Kemeng Shi
1
-15
/
+49
2023-10-06
ext4: call ext4_mb_mark_context in ext4_free_blocks_simple
Kemeng Shi
1
-32
/
+1
2023-10-06
ext4: factor out codes to update block bitmap and group descriptor on disk fr...
Kemeng Shi
1
-70
/
+77
2023-10-06
ext4: make state in ext4_mb_mark_bb to be bool
Kemeng Shi
4
-9
/
+9
2023-10-06
ext4: apply umask if ACL support is disabled
Max Kellermann
1
-0
/
+5
2023-10-06
ext4: mark buffer new if it is unwritten to avoid stale data exposure
Ojaswin Mujoo
1
-1
/
+13
2023-10-06
ext4: move 'ix' sanity check to corrent position
Gou Hao
1
-5
/
+5
2023-10-06
ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap
Kemeng Shi
1
-2
/
+1
2023-10-06
ext4: remove unnecessary check to avoid repeat update_backups for the same gdb
Kemeng Shi
2
-4
/
+1
2023-10-06
ext4: simplify the gdbblock calculation in add_new_gdb_meta_bg
Kemeng Shi
1
-15
/
+9
2023-10-06
ext4: use saved local variable sbi instead of EXT4_SB(sb)
Kemeng Shi
1
-5
/
+5
2023-10-06
ext4: remove EXT4FS_DEBUG defination in resize.c
Kemeng Shi
1
-2
/
+0
2023-10-06
ext4: calculate free_clusters_count in cluster unit in verify_group_input
Kemeng Shi
1
-2
/
+3
2023-10-06
ext4: remove commented code in reserve_backup_gdb
Kemeng Shi
1
-3
/
+0
2023-10-06
ext4: remove redundant check of count
Kemeng Shi
1
-10
/
+8
2023-10-06
ext4: fix typo in setup_new_flex_group_blocks
Kemeng Shi
1
-1
/
+1
2023-10-06
ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
Kemeng Shi
1
-7
/
+2
2023-10-06
ext4: correct return value of ext4_convert_meta_bg
Kemeng Shi
1
-3
/
+1
2023-10-06
ext4: add missed brelse in update_backups
Kemeng Shi
1
-1
/
+3
2023-10-06
ext4: correct offset of gdb backup in non meta_bg group to update_backups
Kemeng Shi
1
-2
/
+4
2023-10-06
ext4: no need to generate from free list in mballoc
Wang Jianjian
1
-33
/
+6
2023-10-06
ext4: fix incorrect offset
Wang Jianjian
1
-2
/
+1
2023-10-06
ext4: make sure allocate pending entry not fail
Zhang Yi
1
-34
/
+89
2023-10-06
ext4: correct the start block of counting reserved clusters
Zhang Yi
1
-2
/
+2
2023-10-06
ext4: make running and commit transaction have their own freed_data_list
Jinke Han
2
-14
/
+6
2023-10-06
ext4: fix traditional comparison using max/min method
Lu Hongfei
1
-4
/
+2
2023-10-06
ext4: fix race between writepages and remount
Baokun Li
2
-1
/
+16
2023-10-06
ext4: add missing initialization of call_notify_error in update_super_work()
Theodore Ts'o
1
-1
/
+2
2023-10-04
ext4: call bdev_getblk() from sb_getblk_gfp()
Matthew Wilcox (Oracle)
1
-2
/
+8
2023-10-04
ext4: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
1
-1
/
+2
2023-10-04
ext4: dynamically allocate the ext4-es shrinker
Qi Zheng
2
-11
/
+14
2023-09-26
fscrypt: support crypto data unit size less than filesystem block size
Eric Biggers
1
-0
/
+1
2023-09-26
fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
Eric Biggers
1
-8
/
+1
2023-09-25
fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
1
-0
/
+1
2023-09-25
fscrypt: make it clearer that key_prefix is deprecated
Eric Biggers
1
-1
/
+1
2023-09-20
Revert "ext4: switch to multigrain timestamps"
Christian Brauner
1
-1
/
+1
2023-09-17
Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-32
/
+48
2023-09-14
ext4: fix rec_len verify error
Shida Zhang
1
-11
/
+15
2023-09-14
ext4: do not let fstrim block system suspend
Jan Kara
1
-2
/
+10
2023-09-14
ext4: move setting of trimmed bit into ext4_try_to_trim_range()
Jan Kara
1
-21
/
+25
2023-09-01
Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
20
-376
/
+462
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2
-1
/
+2
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-23
/
+13
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-40
/
+32
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
11
-88
/
+91
[prev]
[next]