summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-27ext4: add journal cycled recording supportZhang Yi1-0/+5
2023-06-27jbd2: continue to record log between each mountZhang Yi2-7/+33
2023-06-27jbd2: remove j_format_versionZhang Yi1-9/+0
2023-06-27jbd2: factor out journal initialization from journal_get_superblock()Zhang Yi1-24/+22
2023-06-27jbd2: switch to check format version in superblock directlyZhang Yi1-9/+7
2023-06-27ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'Zhihao Cheng1-1/+1
2023-06-27ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7
2023-06-27ext4: allow concurrent unaligned dio overwritesBrian Foster1-40/+46
2023-06-27ext4: clean up mballoc criteria commentsTheodore Ts'o2-30/+34
2023-06-27ext4: make ext4_zeroout_es() return voidBaokun Li1-7/+5
2023-06-27ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2023-06-27ext4: make ext4_es_insert_delayed_block() return voidBaokun Li3-20/+11
2023-06-27ext4: make ext4_es_remove_extent() return voidBaokun Li5-52/+18
2023-06-27ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-06-27ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-06-27ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-06-27ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13
2023-06-27ext4: use pre-allocated es in __es_insert_extent()Baokun Li1-7/+12
2023-06-27ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li1-11/+19
2023-06-27ext4: add a new helper to check if es must be keptBaokun Li1-13/+21
2023-06-27ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2-10/+8
2023-06-27ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo4-137/+201
2023-06-27ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo4-10/+148
2023-06-27ext4: Abstract out logic to search average fragment listOjaswin Mujoo1-18/+33
2023-06-27ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGsOjaswin Mujoo2-11/+4
2023-06-27ext4: Don't skip prefetching BLOCK_UNINIT groupsOjaswin Mujoo1-6/+2
2023-06-27ext4: Avoid scanning smaller extents in BG during CR1Ojaswin Mujoo1-1/+18
2023-06-27ext4: Add counter to track successful allocation of goal lengthOjaswin Mujoo2-0/+4
2023-06-27ext4: Add per CR extent scanned counterOjaswin Mujoo3-0/+14
2023-06-27ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo2-51/+68
2023-06-27ext4: Remove unused extern variables declarationRitesh Harjani2-3/+1
2023-06-27ext4: mballoc: Remove useless setting of ac_criteriaRitesh Harjani1-2/+4
2023-06-27ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi1-1/+1
2023-06-27ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi1-2/+2
2023-06-27ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi1-70/+67
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2023-06-27ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi1-6/+7
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds31-220/+254
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds57-159/+521
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds73-2662/+2702
2023-06-26Merge tag 'zonefs-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-98/+121
2023-06-26Merge tag 'erofs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-783/+438
2023-06-26Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds9-272/+152
2023-06-26Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2-6/+6
2023-06-26Merge tag 'nfsd-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds15-281/+593
2023-06-26Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-81/+415
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds7-53/+168
2023-06-26Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-62/+75
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds24-91/+146
2023-06-26Merge tag 'v6.5/fs.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds4-21/+23