summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-2916-578/+883
|\
| * ext4: avoid updating the superblock on a r/o mount if not neededTheodore Ts'o2023-06-261-2/+10
| * jbd2: skip reading super block if it has been verifiedZhang Yi2023-06-261-4/+3
| * ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu2023-06-261-1/+4
| * ext4: refactoring to use the unified helper ext4_quotas_off()Baokun Li2023-06-261-19/+7
| * ext4: turn quotas off if mount failed after enabling quotasBaokun Li2023-06-261-2/+4
| * ext4: add journal cycled recording supportZhang Yi2023-06-261-0/+5
| * jbd2: continue to record log between each mountZhang Yi2023-06-262-7/+33
| * jbd2: remove j_format_versionZhang Yi2023-06-261-9/+0
| * jbd2: factor out journal initialization from journal_get_superblock()Zhang Yi2023-06-261-24/+22
| * jbd2: switch to check format version in superblock directlyZhang Yi2023-06-261-9/+7
| * ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'Zhihao Cheng2023-06-261-1/+1
| * ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng2023-06-261-6/+7
| * ext4: allow concurrent unaligned dio overwritesBrian Foster2023-06-261-40/+46
| * ext4: clean up mballoc criteria commentsTheodore Ts'o2023-06-262-30/+34
| * ext4: make ext4_zeroout_es() return voidBaokun Li2023-06-261-7/+5
| * ext4: make ext4_es_insert_extent() return voidBaokun Li2023-06-264-28/+18
| * ext4: make ext4_es_insert_delayed_block() return voidBaokun Li2023-06-263-20/+11
| * ext4: make ext4_es_remove_extent() return voidBaokun Li2023-06-265-52/+18
| * ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li2023-06-261-12/+26
| * ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li2023-06-261-11/+22
| * ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li2023-06-261-2/+11
| * ext4: use pre-allocated es in __es_remove_extent()Baokun Li2023-06-261-13/+13
| * ext4: use pre-allocated es in __es_insert_extent()Baokun Li2023-06-261-7/+12
| * ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li2023-06-261-11/+19
| * ext4: add a new helper to check if es must be keptBaokun Li2023-06-261-13/+21
| * ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2023-06-262-10/+8
| * ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo2023-06-264-137/+201
| * ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo2023-06-264-10/+148
| * ext4: Abstract out logic to search average fragment listOjaswin Mujoo2023-06-261-18/+33
| * ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGsOjaswin Mujoo2023-06-262-11/+4
| * ext4: Don't skip prefetching BLOCK_UNINIT groupsOjaswin Mujoo2023-06-261-6/+2
| * ext4: Avoid scanning smaller extents in BG during CR1Ojaswin Mujoo2023-06-261-1/+18
| * ext4: Add counter to track successful allocation of goal lengthOjaswin Mujoo2023-06-262-0/+4
| * ext4: Add per CR extent scanned counterOjaswin Mujoo2023-06-263-0/+14
| * ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo2023-06-262-51/+68
| * ext4: Remove unused extern variables declarationRitesh Harjani2023-06-262-3/+1
| * ext4: mballoc: Remove useless setting of ac_criteriaRitesh Harjani2023-06-261-2/+4
| * ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi2023-06-261-1/+1
| * ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi2023-06-261-2/+2
| * ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi2023-06-261-70/+67
| * ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi2023-06-261-6/+7
| * ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi2023-06-151-3/+6
| * ext4: remove ext4_block_group and ext4_block_group_offset declarationKemeng Shi2023-06-151-4/+0
| * ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocatedKemeng Shi2023-06-151-1/+33
| * ext4: treat stripe in block unitKemeng Shi2023-06-152-7/+24
| * ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi2023-06-151-2/+1
| * ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi2023-06-151-2/+4
| * ext4: fix wrong unit use in ext4_mb_normalize_requestKemeng Shi2023-06-151-1/+1
| * ext4: Call fsverity_verify_folio()Matthew Wilcox2023-06-151-1/+1