index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-11
ext4: use fs_holder_ops for the log device
Christoph Hellwig
2023-08-11
ext4: drop s_umount over opening the log device
Christoph Hellwig
2023-08-11
ext4: switch to multigrain timestamps
Jeff Layton
2023-08-10
ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
Christoph Hellwig
2023-08-10
ext4: close the external journal device in ->kill_sb
Christoph Hellwig
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-09
fs, block: remove bdev->bd_super
Christoph Hellwig
2023-08-09
ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
Christoph Hellwig
2023-07-24
ext4: convert to ctime accessor functions
Jeff Layton
2023-07-23
ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
Ojaswin Mujoo
2023-07-23
ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
Ojaswin Mujoo
2023-07-23
ext4: correct inline offset when handling xattrs in inode body
Eric Whitney
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 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
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-26
ext4: avoid updating the superblock on a r/o mount if not needed
Theodore Ts'o
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
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
2023-06-26
ext4: Add counter to track successful allocation of goal length
Ojaswin Mujoo
2023-06-26
ext4: Add per CR extent scanned counter
Ojaswin Mujoo
2023-06-26
ext4: Convert mballoc cr (criteria) to enum
Ojaswin Mujoo
2023-06-26
ext4: Remove unused extern variables declaration
Ritesh Harjani
2023-06-26
ext4: mballoc: Remove useless setting of ac_criteria
Ritesh Harjani
2023-06-26
ext4: fix wrong unit use in ext4_mb_new_blocks
Kemeng Shi
[next]