summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li2024-06-272-1/+16
* ext4: avoid overflow when setting values via sysfsBaokun Li2024-06-271-5/+6
* ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()Baokun Li2024-06-271-12/+10
* ext4: do not create EA inode under buffer lockJan Kara2024-06-271-60/+53
* ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li2024-06-161-1/+3
* ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li2024-06-161-1/+1
* ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)2024-06-161-1/+1
* ext4: remove the redundant folio_wait_stable()Zhang Yi2024-05-301-3/+0
* ext4: fix potential unnitialized variableDan Carpenter2024-05-301-0/+1
* ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara2024-05-301-1/+1
* fs,block: yield devices earlyChristian Brauner2024-03-271-4/+4
* Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-157-108/+679
|\
| * ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi2024-03-071-1/+19
| * ext4: hold group lock in ext4 kunit testKemeng Shi2024-03-071-0/+9
| * ext4: alloc test super block from sgetKemeng Shi2024-03-071-16/+39
| * ext4: kunit: use dynamic inode allocationArnd Bergmann2024-03-071-6/+21
| * ext4: enable meta_bg only when new desc blocks are neededSrivathsa Dara2024-03-071-1/+1
| * ext4: remove unused parameter biop in ext4_issue_discard()Wenchao Hao2024-03-071-11/+5
| * ext4: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-071-2/+1
| * ext4: verify s_clusters_per_group even without bigallocJan Kara2024-03-071-17/+13
| * ext4: fix corruption during on-line resizeMaximilian Heyne2024-03-071-1/+2
| * ext4: don't report EOPNOTSUPP errors from discardJan Kara2024-03-071-1/+7
| * ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()Jan Kara2024-03-071-11/+0
| * ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara2024-02-211-26/+24
| * ext4: correct best extent lstart adjustment logicBaokun Li2024-02-211-6/+11
| * ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin2024-02-211-0/+12
| * ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi2024-02-211-1/+4
| * ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()Cheng Nie2024-02-212-8/+8
| * ext4: improve error msg for ext4_mb_seq_groups_showyangerkun2024-02-211-1/+2
| * ext4: remove unused buddy_loaded in ext4_mb_seq_groups_showyangerkun2024-02-211-7/+6
| * ext4: Add unit test for ext4_mb_mark_diskspace_usedKemeng Shi2024-02-211-0/+52
| * ext4: Add unit test for mb_free_blocksKemeng Shi2024-02-211-0/+69
| * ext4: Add unit test for mb_mark_usedKemeng Shi2024-02-211-0/+78
| * ext4: Add unit test of ext4_mb_generate_buddyKemeng Shi2024-02-211-0/+207
| * ext4: Add unit test for test_free_blocks_simpleKemeng Shi2024-02-211-0/+96
* | 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