summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-290/+465
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-31/+63
2023-06-29Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds13-222/+203
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-14/+19
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-578/+883
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds4-1/+22
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds13-699/+1350
2023-06-29Merge branch 'expand-stack'Linus Torvalds2-19/+25
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-330/+197
2023-06-29Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-228/+21
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds9-19/+134
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds29-421/+364
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-12/+10
2023-06-28Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2023-06-28Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-12/+8
2023-06-28Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-06-28Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-107/+108
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds2-3/+3
2023-06-27ext4: avoid updating the superblock on a r/o mount if not neededTheodore Ts'o1-2/+10
2023-06-27jbd2: skip reading super block if it has been verifiedZhang Yi1-4/+3
2023-06-27ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-06-27ext4: refactoring to use the unified helper ext4_quotas_off()Baokun Li1-19/+7
2023-06-27ext4: turn quotas off if mount failed after enabling quotasBaokun Li1-2/+4
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