summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * | ext4: reduce unnecessary memory allocation in alloc_flex_gd()Baokun Li2023-12-141-2/+12
| * | ext4: avoid online resizing failures due to oversized flex bgBaokun Li2023-12-141-8/+17
| * | ext4: remove unnecessary check from alloc_flex_gd()Baokun Li2023-12-141-3/+0
| * | ext4: unify the type of flexbg_size to unsigned intBaokun Li2023-12-141-6/+7
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-093-6/+5
|\ \ \
| * | | fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-1/+1
| * | | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-3/+3
| * | | mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)2023-12-101-2/+1
| | |/ | |/|
* | | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-082-7/+5
|\ \ \
| * | | ext4: Block writes to journal deviceJan Kara2023-11-181-2/+3
| * | | ext4: simplify device handlingChristian Brauner2023-11-181-3/+0
| * | | bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-2/+2
| |/ /
* | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-2/+2
|\ \ \ | |_|/ |/| |
| * | fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-2/+2
| |/
* | ext4: fix warning in ext4_dio_write_end_io()Jan Kara2023-11-301-6/+8
* | ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li2023-11-301-0/+4
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-026-40/+37
|\ \
| * | ext4: add __GFP_NOWARN to GFP_NOWAIT in readaheadHugh Dickins2023-10-251-1/+1
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-252-5/+5
| * | ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)2023-10-252-15/+10
| * | ext4: use folio_end_read()Matthew Wilcox (Oracle)2023-10-181-11/+3
| * | ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-2/+8
| * | ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)2023-10-041-1/+2
| * | ext4: dynamically allocate the ext4-es shrinkerQi Zheng2023-10-042-11/+14
| |/
* | Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-0213-583/+812
|\ \
| * | ext4: properly sync file size update after O_SYNC direct IOJan Kara2023-10-311-88/+65
| * | ext4: fix racy may inline data check in dio writeBrian Foster2023-10-311-7/+9
| * | ext4: run mballoc test with different layouts settingKemeng Shi2023-10-051-14/+38
| * | ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi2023-10-052-0/+329
| * | ext4: add some kunit stub for mballoc kunit testKemeng Shi2023-10-052-0/+15
| * | ext4: call ext4_mb_mark_context in ext4_group_add_blocks()Kemeng Shi2023-10-051-72/+10
| * | ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()Kemeng Shi2023-10-051-28/+26
| * | ext4: call ext4_mb_mark_context in ext4_mb_clear_bbKemeng Shi2023-10-051-59/+10
| * | ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()Kemeng Shi2023-10-051-49/+49
| * | ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_usedKemeng Shi2023-10-051-66/+20
| * | ext4: extend ext4_mb_mark_context to support allocation under journalKemeng Shi2023-10-051-15/+49
| * | ext4: call ext4_mb_mark_context in ext4_free_blocks_simpleKemeng Shi2023-10-051-32/+1
| * | ext4: factor out codes to update block bitmap and group descriptor on disk fr...Kemeng Shi2023-10-051-70/+77
| * | ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi2023-10-054-9/+9
| * | ext4: apply umask if ACL support is disabledMax Kellermann2023-10-051-0/+5
| * | ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo2023-10-051-1/+13
| * | ext4: move 'ix' sanity check to corrent positionGou Hao2023-10-051-5/+5
| * | ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmapKemeng Shi2023-10-051-2/+1
| * | ext4: remove unnecessary check to avoid repeat update_backups for the same gdbKemeng Shi2023-10-052-4/+1
| * | ext4: simplify the gdbblock calculation in add_new_gdb_meta_bgKemeng Shi2023-10-051-15/+9
| * | ext4: use saved local variable sbi instead of EXT4_SB(sb)Kemeng Shi2023-10-051-5/+5
| * | ext4: remove EXT4FS_DEBUG defination in resize.cKemeng Shi2023-10-051-2/+0
| * | ext4: calculate free_clusters_count in cluster unit in verify_group_inputKemeng Shi2023-10-051-2/+3