summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-2/+0
|\
| * ext4_add_entry(): ->d_name.len is never 0Al Viro2023-12-211-2/+0
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-8/+13
|\ \
| * | ext4: don't access the source subdirectory content on same-directory renameAl Viro2023-11-251-8/+13
| |/
* | Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-106-68/+93
|\ \
| * | ext4: fix inconsistent between segment fstrim and full fstrimYe Bin2024-01-101-3/+8
| * | ext4: fallback to complex scan if aligned scan doesn't workOjaswin Mujoo2024-01-101-8/+13
| * | ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)2024-01-101-9/+10
| * | ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh2024-01-101-5/+10
| * | ext4: move ext4_check_bdev_write_error() into nojournal modeZhihao Cheng2024-01-041-3/+2
| * | ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()Gou Hao2024-01-041-9/+4
| * | ext4: clarify handling of unwritten bh in __ext4_block_zero_page_range()Ojaswin Mujoo2024-01-041-0/+6
| * | ext4: treat end of range as exclusive in ext4_zero_range()Ojaswin Mujoo2024-01-041-2/+4
| * | ext4: enable dioread_nolock as default for bs < ps caseOjaswin Mujoo2024-01-041-10/+1
| * | ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()Gou Hao2024-01-041-3/+2
| * | 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