summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-132-2/+2
|\
| * quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-082-2/+2
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
| |/
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-113-31/+31
|\ \
| * | ext4: port block device access to fileChristian Brauner2024-02-253-31/+31
| |/
* | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-112-1/+1
|\ \
| * | ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
| |/
* | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-251-3/+5
|\ \
| * | ext4_get_link(): fix breakage in RCU modeAl Viro2024-02-251-3/+5
| |/
* | Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-0410-182/+199
|\ \ | |/ |/|
| * ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi2024-02-011-29/+3
| * ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi2024-02-013-3/+10
| * ext4: add a hole extent entry in cache after punchZhang Yi2024-02-011-2/+4
| * ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi2024-02-011-41/+70
| * ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi2024-02-011-14/+11
| * ext4: refactor ext4_da_map_blocks()Zhang Yi2024-02-011-22/+17
| * ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-181-3/+2
| * ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-189-22/+18
| * ext4: remove unused return value of ext4_mb_release_group_paKemeng Shi2024-01-181-4/+2
| * ext4: remove unused return value of ext4_mb_release_inode_paKemeng Shi2024-01-181-3/+1
| * 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