summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * ext4: remove unused return value of ext4_mb_releaseKemeng Shi2024-01-182-4/+2
| * ext4: remove unused ext4_allocation_context::ac_groups_consideredKemeng Shi2024-01-181-1/+0
| * ext4: remove unneeded return value of ext4_mb_release_contextKemeng Shi2024-01-181-2/+1
| * ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()Kemeng Shi2024-01-181-6/+6
| * ext4: remove unused return value of __mb_check_buddyKemeng Shi2024-01-181-4/+3
| * ext4: mark the group block bitmap as corrupted before reporting an errorBaokun Li2024-01-181-11/+11
| * ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-01-181-5/+4
| * ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-01-181-0/+4
| * ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li2024-01-181-1/+1
| * ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li2024-01-181-18/+21
| * ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li2024-01-181-0/+20
| * ext4: do not trim the group with corrupted block bitmapBaokun Li2024-01-181-0/+3
| * ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li2024-01-181-4/+2
* | 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