index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2023-06-29
Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-29
Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-06-29
Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2023-06-29
Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-06-29
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-06-29
Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggy
Linus Torvalds
2023-06-29
Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-06-28
Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-27
Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-27
Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-27
Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-27
Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2023-06-26
ext4: avoid updating the superblock on a r/o mount if not needed
Theodore Ts'o
2023-06-26
jbd2: skip reading super block if it has been verified
Zhang Yi
2023-06-26
ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
Chao Yu
2023-06-26
ext4: refactoring to use the unified helper ext4_quotas_off()
Baokun Li
2023-06-26
ext4: turn quotas off if mount failed after enabling quotas
Baokun Li
2023-06-26
ext4: add journal cycled recording support
Zhang Yi
2023-06-26
jbd2: continue to record log between each mount
Zhang Yi
2023-06-26
jbd2: remove j_format_version
Zhang Yi
2023-06-26
jbd2: factor out journal initialization from journal_get_superblock()
Zhang Yi
2023-06-26
jbd2: switch to check format version in superblock directly
Zhang Yi
2023-06-26
ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'
Zhihao Cheng
2023-06-26
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
2023-06-26
ext4: allow concurrent unaligned dio overwrites
Brian Foster
2023-06-26
ext4: clean up mballoc criteria comments
Theodore Ts'o
2023-06-26
ext4: make ext4_zeroout_es() return void
Baokun Li
2023-06-26
ext4: make ext4_es_insert_extent() return void
Baokun Li
2023-06-26
ext4: make ext4_es_insert_delayed_block() return void
Baokun Li
2023-06-26
ext4: make ext4_es_remove_extent() return void
Baokun Li
2023-06-26
ext4: using nofail preallocation in ext4_es_insert_extent()
Baokun Li
2023-06-26
ext4: using nofail preallocation in ext4_es_insert_delayed_block()
Baokun Li
2023-06-26
ext4: using nofail preallocation in ext4_es_remove_extent()
Baokun Li
2023-06-26
ext4: use pre-allocated es in __es_remove_extent()
Baokun Li
2023-06-26
ext4: use pre-allocated es in __es_insert_extent()
Baokun Li
2023-06-26
ext4: factor out __es_alloc_extent() and __es_free_extent()
Baokun Li
2023-06-26
ext4: add a new helper to check if es must be kept
Baokun Li
2023-06-26
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
2023-06-26
ext4: Give symbolic names to mballoc criterias
Ojaswin Mujoo
2023-06-26
ext4: Add allocation criteria 1.5 (CR1_5)
Ojaswin Mujoo
2023-06-26
ext4: Abstract out logic to search average fragment list
Ojaswin Mujoo
2023-06-26
ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
Ojaswin Mujoo
2023-06-26
ext4: Don't skip prefetching BLOCK_UNINIT groups
Ojaswin Mujoo
2023-06-26
ext4: Avoid scanning smaller extents in BG during CR1
Ojaswin Mujoo
[next]