aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-23/+5
5 daysMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
8 daysMerge tag 'ext4_for_linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-349/+464
9 daysext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()Dan Carpenter1-1/+1
13 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-7/+3
2024-05-09ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()Baokun Li1-12/+10
2024-05-09ext4: remove calls to to set/clear the folio error flagMatthew Wilcox (Oracle)3-7/+1
2024-05-07ext4: propagate errors from ext4_sb_bread() in ext4_xattr_block_cache_find()Baokun Li1-11/+14
2024-05-07ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li1-1/+3
2024-05-07ext4: remove the redundant folio_wait_stable()Zhang Yi1-3/+0
2024-05-07ext4: fix potential unnitialized variableDan Carpenter1-0/+1
2024-05-07ext4: convert ac_buddy_page to ac_buddy_folioMatthew Wilcox (Oracle)2-5/+5
2024-05-07ext4: convert ac_bitmap_page to ac_bitmap_folioMatthew Wilcox (Oracle)2-5/+5
2024-05-07ext4: convert ext4_mb_init_cache() to take a folioMatthew Wilcox (Oracle)1-18/+19
2024-05-07ext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)2-47/+46
2024-05-07ext4: convert bd_bitmap_page to bd_bitmap_folioMatthew Wilcox (Oracle)2-48/+52
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro3-5/+5
2024-05-03ext4: remove block_device_ejected()Yu Kuai1-18/+0
2024-05-03ext4: open coding repeated check in next_linear_groupKemeng Shi1-16/+15
2024-05-03ext4: use correct criteria name instead stale integer number in commentKemeng Shi3-12/+17
2024-05-03ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunkKemeng Shi1-17/+21
2024-05-03ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_usedKemeng Shi1-0/+52
2024-05-03ext4: keep "prefetch_grp" and "nr" consistentKemeng Shi1-0/+1
2024-05-03ext4: implement filesystem specific alloc_inode in unit testKemeng Shi1-0/+24
2024-05-03ext4: do not create EA inode under buffer lockJan Kara1-60/+53
2024-05-03Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"Jan Kara1-0/+11
2024-05-02ext4: replace deprecated strncpy with alternativesJustin Stitt3-8/+5
2024-05-02ext4: clean up s_mb_rb_lock to fix build warnings with C=1Baokun Li1-1/+0
2024-05-02ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li1-1/+2
2024-05-02ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li1-1/+1
2024-05-02ext4: add positive int attr pointer to avoid sysfs variables overflowBaokun Li1-6/+19
2024-05-02ext4: add new attr pointer attr_mb_orderBaokun Li1-1/+12
2024-05-02ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li2-1/+16
2024-05-02ext4: refactor out ext4_generic_attr_show()Baokun Li1-42/+32
2024-05-02ext4: refactor out ext4_generic_attr_store()Baokun Li1-15/+25
2024-05-02ext4: avoid overflow when setting values via sysfsBaokun Li1-5/+6
2024-05-02Revert "ext4: apply umask if ACL support is disabled"Max Kellermann1-5/+0
2024-05-02set_blocksize(): switch to passing struct file *Al Viro1-1/+1
2024-05-02ext4: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet1-0/+1
2024-05-02ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2024-05-02ext4: remove unneeded if checks before kfreeThorsten Blum1-4/+2
2024-05-02ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2-5/+1
2024-05-02ext4: Remove PAGE_MASK dependency on mpage_submit_folioRitesh Harjani (IBM)1-1/+1
2024-05-02ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)1-1/+1
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-3/+3
2024-03-27fs,block: yield devices earlyChristian Brauner1-4/+4
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)1-4/+0
2024-03-15Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-108/+679
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-31/+31
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-1/+1
2024-03-07ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi1-1/+19
2024-03-07ext4: hold group lock in ext4 kunit testKemeng Shi1-0/+9
2024-03-07ext4: alloc test super block from sgetKemeng Shi1-16/+39
2024-03-07ext4: kunit: use dynamic inode allocationArnd Bergmann1-6/+21
2024-03-07ext4: enable meta_bg only when new desc blocks are neededSrivathsa Dara1-1/+1
2024-03-07ext4: remove unused parameter biop in ext4_issue_discard()Wenchao Hao1-11/+5
2024-03-07ext4: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+1
2024-03-07ext4: verify s_clusters_per_group even without bigallocJan Kara1-17/+13
2024-03-07ext4: fix corruption during on-line resizeMaximilian Heyne1-1/+2
2024-03-07ext4: don't report EOPNOTSUPP errors from discardJan Kara1-1/+7
2024-03-07ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()Jan Kara1-11/+0
2024-02-27ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2-1/+1
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+5
2024-02-25ext4: port block device access to fileChristian Brauner3-31/+31
2024-02-25ext4_get_link(): fix breakage in RCU modeAl Viro1-3/+5
2024-02-21ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara1-26/+24
2024-02-21ext4: correct best extent lstart adjustment logicBaokun Li1-6/+11
2024-02-21ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin1-0/+12
2024-02-21ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi1-1/+4
2024-02-21ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()Cheng Nie2-8/+8
2024-02-21ext4: improve error msg for ext4_mb_seq_groups_showyangerkun1-1/+2
2024-02-21ext4: remove unused buddy_loaded in ext4_mb_seq_groups_showyangerkun1-7/+6
2024-02-21ext4: Add unit test for ext4_mb_mark_diskspace_usedKemeng Shi1-0/+52
2024-02-21ext4: Add unit test for mb_free_blocksKemeng Shi1-0/+69
2024-02-21ext4: Add unit test for mb_mark_usedKemeng Shi1-0/+78
2024-02-21ext4: Add unit test of ext4_mb_generate_buddyKemeng Shi1-0/+207
2024-02-21ext4: Add unit test for test_free_blocks_simpleKemeng Shi1-0/+96
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara2-2/+2
2024-02-04Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-182/+199
2024-02-01ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi1-29/+3
2024-02-01ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi3-3/+10
2024-02-01ext4: add a hole extent entry in cache after punchZhang Yi1-2/+4
2024-02-01ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi1-41/+70
2024-02-01ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-02-01ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-01-18ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi1-3/+2
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi9-22/+18
2024-01-18ext4: remove unused return value of ext4_mb_release_group_paKemeng Shi1-4/+2
2024-01-18ext4: remove unused return value of ext4_mb_release_inode_paKemeng Shi1-3/+1
2024-01-18ext4: remove unused return value of ext4_mb_releaseKemeng Shi2-4/+2
2024-01-18ext4: remove unused ext4_allocation_context::ac_groups_consideredKemeng Shi1-1/+0
2024-01-18ext4: remove unneeded return value of ext4_mb_release_contextKemeng Shi1-2/+1
2024-01-18ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()Kemeng Shi1-6/+6
2024-01-18ext4: remove unused return value of __mb_check_buddyKemeng Shi1-4/+3
2024-01-18ext4: mark the group block bitmap as corrupted before reporting an errorBaokun Li1-11/+11
2024-01-18ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li1-5/+4
2024-01-18ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li1-0/+4
2024-01-18ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li1-1/+1
2024-01-18ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li1-18/+21
2024-01-18ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li1-0/+20
2024-01-18ext4: do not trim the group with corrupted block bitmapBaokun Li1-0/+3
2024-01-18ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li1-4/+2
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-8/+13
2024-01-10Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-68/+93
2024-01-10ext4: fix inconsistent between segment fstrim and full fstrimYe Bin1-3/+8
2024-01-10ext4: fallback to complex scan if aligned scan doesn't workOjaswin Mujoo1-8/+13
2024-01-10ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)1-9/+10
2024-01-10ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh1-5/+10
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+5
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-7/+5
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2024-01-04ext4: move ext4_check_bdev_write_error() into nojournal modeZhihao Cheng1-3/+2
2024-01-04ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()Gou Hao1-9/+4
2024-01-04ext4: clarify handling of unwritten bh in __ext4_block_zero_page_range()Ojaswin Mujoo1-0/+6
2024-01-04ext4: treat end of range as exclusive in ext4_zero_range()Ojaswin Mujoo1-2/+4
2024-01-04ext4: enable dioread_nolock as default for bs < ps caseOjaswin Mujoo1-10/+1
2024-01-04ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()Gou Hao1-3/+2
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-21ext4_add_entry(): ->d_name.len is never 0Al Viro1-2/+0
2023-12-14ext4: reduce unnecessary memory allocation in alloc_flex_gd()Baokun Li1-2/+12
2023-12-14ext4: avoid online resizing failures due to oversized flex bgBaokun Li1-8/+17
2023-12-14ext4: remove unnecessary check from alloc_flex_gd()Baokun Li1-3/+0
2023-12-14ext4: unify the type of flexbg_size to unsigned intBaokun Li1-6/+7
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-3/+3
2023-12-10mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)1-2/+1
2023-11-30ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2023-11-30ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-11-25ext4: don't access the source subdirectory content on same-directory renameAl Viro1-8/+13
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-2/+2
2023-11-18ext4: Block writes to journal deviceJan Kara1-2/+3
2023-11-18ext4: simplify device handlingChristian Brauner1-3/+0
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-40/+37
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-583/+812
2023-10-31ext4: properly sync file size update after O_SYNC direct IOJan Kara1-88/+65
2023-10-31ext4: fix racy may inline data check in dio writeBrian Foster1-7/+9
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-9/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds9-35/+56
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-2/+2
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-28ext4: Convert to bdev_open_by_dev()Jan Kara3-30/+33
2023-10-25ext4: add __GFP_NOWARN to GFP_NOWAIT in readaheadHugh Dickins1-1/+1
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2-5/+5
2023-10-25ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)2-15/+10
2023-10-18ext4: use folio_end_read()Matthew Wilcox (Oracle)1-11/+3
2023-10-18ext4: convert to new timestamp accessorsJeff Layton9-35/+56
2023-10-09ext4: move ext4_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-05ext4: run mballoc test with different layouts settingKemeng Shi1-14/+38
2023-10-05ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi2-0/+329
2023-10-05ext4: add some kunit stub for mballoc kunit testKemeng Shi2-0/+15
2023-10-05ext4: call ext4_mb_mark_context in ext4_group_add_blocks()Kemeng Shi1-72/+10
2023-10-05ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()Kemeng Shi1-28/+26
2023-10-05ext4: call ext4_mb_mark_context in ext4_mb_clear_bbKemeng Shi1-59/+10
2023-10-05ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()Kemeng Shi1-49/+49
2023-10-05ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_usedKemeng Shi1-66/+20
2023-10-05ext4: extend ext4_mb_mark_context to support allocation under journalKemeng Shi1-15/+49
2023-10-05ext4: call ext4_mb_mark_context in ext4_free_blocks_simpleKemeng Shi1-32/+1
2023-10-05ext4: factor out codes to update block bitmap and group descriptor on disk fr...Kemeng Shi1-70/+77
2023-10-05ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi4-9/+9
2023-10-05ext4: apply umask if ACL support is disabledMax Kellermann1-0/+5
2023-10-05ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo1-1/+13
2023-10-05ext4: move 'ix' sanity check to corrent positionGou Hao1-5/+5
2023-10-05ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmapKemeng Shi1-2/+1
2023-10-05ext4: remove unnecessary check to avoid repeat update_backups for the same gdbKemeng Shi2-4/+1
2023-10-05ext4: simplify the gdbblock calculation in add_new_gdb_meta_bgKemeng Shi1-15/+9
2023-10-05ext4: use saved local variable sbi instead of EXT4_SB(sb)Kemeng Shi1-5/+5
2023-10-05ext4: remove EXT4FS_DEBUG defination in resize.cKemeng Shi1-2/+0
2023-10-05ext4: calculate free_clusters_count in cluster unit in verify_group_inputKemeng Shi1-2/+3
2023-10-05ext4: remove commented code in reserve_backup_gdbKemeng Shi1-3/+0
2023-10-05ext4: remove redundant check of countKemeng Shi1-10/+8
2023-10-05ext4: fix typo in setup_new_flex_group_blocksKemeng Shi1-1/+1
2023-10-05ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-10-05ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-10-05ext4: add missed brelse in update_backupsKemeng Shi1-1/+3
2023-10-05ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4
2023-10-05ext4: no need to generate from free list in mballocWang Jianjian1-33/+6
2023-10-05ext4: fix incorrect offsetWang Jianjian1-2/+1
2023-10-05ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-10-05ext4: correct the start block of counting reserved clustersZhang Yi1-2/+2
2023-10-05ext4: make running and commit transaction have their own freed_data_listJinke Han2-14/+6
2023-10-05ext4: fix traditional comparison using max/min methodLu Hongfei1-4/+2
2023-10-05ext4: fix race between writepages and remountBaokun Li2-1/+16
2023-10-05ext4: add missing initialization of call_notify_error in update_super_work()Theodore Ts'o1-1/+2
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)1-2/+8
2023-10-04ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)1-1/+2
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng2-11/+14
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers1-0/+1
2023-09-25fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers1-8/+1
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers1-0/+1
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers1-1/+1
2023-09-20Revert "ext4: switch to multigrain timestamps"Christian Brauner1-1/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+48
2023-09-14ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-09-14ext4: do not let fstrim block system suspendJan Kara1-2/+10