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-05
ext4: don't use CR_BEST_AVAIL_LEN for non-regular files
Ritesh Harjani
2023-08-05
ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
Luís Henriques
2023-08-03
ext4: correct some stale comment of criteria
Kemeng Shi
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_best_avail
Kemeng Shi
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
Kemeng Shi
2023-08-03
ext4: remove unused ext4_{set}/{clear}_bit_atomic
Kemeng Shi
2023-08-03
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
2023-08-03
ext4: remove unnecessary return for void function
Kemeng Shi
2023-08-03
ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
Kemeng Shi
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
Kemeng Shi
2023-08-03
ext4: avoid potential data overflow in next_linear_group
Kemeng Shi
2023-08-03
ext4: correct grp validation in ext4_mb_good_group
Kemeng Shi
2023-08-03
ext4: replace CR_FAST macro with inline function for readability
Ojaswin Mujoo
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
2023-07-29
ext4: replace read-only check for shutdown check in mmp code
Jan Kara
2023-07-29
ext4: drop read-only check from ext4_force_commit()
Jan Kara
2023-07-29
ext4: drop read-only check in ext4_write_inode()
Jan Kara
2023-07-29
ext4: drop read-only check in ext4_init_inode_table()
Jan Kara
2023-07-29
ext4: warn on read-only filesystem in ext4_journal_check_start()
Jan Kara
2023-07-29
ext4: avoid starting transaction on read-only fs in ext4_quota_off()
Jan Kara
2023-07-29
ext4: drop EXT4_MF_FS_ABORTED flag
Jan Kara
2023-07-29
ext4: make 'abort' mount option handling standard
Jan Kara
2023-07-29
ext4: make ext4_forced_shutdown() take struct super_block
Jan Kara
2023-07-29
ext4: use sb_rdonly() helper for checking read-only flag
Jan Kara
2023-07-29
ext4: remove pointless sb_rdonly() checks from freezing code
Jan Kara
2023-07-29
ext4: avoid overlapping preallocations due to overflow
Baokun Li
2023-07-29
ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
Baokun Li
2023-07-29
ext4: add two helper functions extent_logical_end() and pa_logical_end()
Baokun Li
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
[prev]
[next]