index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
2023-04-06
ext4: Convert ext4_readpage_inline() to take a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
Matthew Wilcox
2023-04-06
ext4: Convert mpage_page_done() to mpage_folio_done()
Matthew Wilcox
2023-04-06
ext4: Convert mpage_submit_page() to mpage_submit_folio()
Matthew Wilcox
2023-04-06
ext4: Turn mpage_process_page() into mpage_process_folio()
Matthew Wilcox
2023-04-06
ext4: Convert ext4_finish_bio() to use folios
Matthew Wilcox
2023-04-06
ext4: Convert ext4_bio_write_page() to use a folio
Matthew Wilcox
2023-04-06
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
2023-04-06
ext4: Remove the logic to trim inode PAs
Ojaswin Mujoo
2023-04-06
ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
Ojaswin Mujoo
2023-04-06
ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
Ojaswin Mujoo
2023-04-06
ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
Ojaswin Mujoo
2023-04-06
ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
Ojaswin Mujoo
2023-04-06
ext4: Move overlap assert logic into a separate function
Ojaswin Mujoo
2023-04-06
ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocat...
Ojaswin Mujoo
2023-04-06
ext4: Refactor code related to freeing PAs
Ojaswin Mujoo
2023-04-06
ext4: Stop searching if PA doesn't satisfy non-extent file
Ojaswin Mujoo
2023-04-06
ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED instead
Theodore Ts'o
2023-04-06
ext4: avoid unnecessary pointer dereference in ext4_mb_normalize_request
Kemeng Shi
2023-04-06
ext4: fix typos in mballoc
Kemeng Shi
2023-04-06
ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple
Kemeng Shi
2023-04-06
ext4: remove comment code ext4_discard_preallocations
Kemeng Shi
2023-04-06
ext4: remove repeat assignment to ac_f_ex
Kemeng Shi
2023-04-06
ext4: remove unnecessary goto in ext4_mb_mark_diskspace_used
Kemeng Shi
2023-04-06
ext4: remove unnecessary count2 in ext4_free_data_in_buddy
Kemeng Shi
2023-04-06
ext4: remove unnecessary exit_meta_group_info tag
Kemeng Shi
2023-04-06
ext4: use best found when complex scan of group finishs
Kemeng Shi
2023-04-06
ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check...
Kemeng Shi
2023-04-06
ext4: remove dead check in mb_buddy_mark_free
Kemeng Shi
2023-04-06
ext4: remove unnecessary check in ext4_mb_new_blocks
Kemeng Shi
2023-04-06
ext4: remove unnecessary e4b->bd_buddy_page check in ext4_mb_load_buddy_gfp
Kemeng Shi
2023-04-06
ext4: Remove unnecessary release when memory allocation failed in ext4_mb_ini...
Kemeng Shi
2023-04-06
ext4: remove unused return value of ext4_mb_try_best_found and ext4_mb_free_m...
Kemeng Shi
2023-04-06
ext4: add missed brelse in ext4_free_blocks_simple
Kemeng Shi
2023-04-06
ext4: protect pa->pa_free in ext4_discard_allocated_blocks
Kemeng Shi
2023-04-06
ext4: correct start of used group pa for debug in ext4_mb_use_group_pa
Kemeng Shi
2023-04-06
ext4: correct calculation of s_mb_preallocated
Kemeng Shi
2023-04-06
ext4: get correct ext4_group_info in ext4_mb_prefetch_fini
Kemeng Shi
2023-04-06
ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
Kemeng Shi
2023-04-06
ext4: set goal start correctly in ext4_mb_normalize_request
Kemeng Shi
2023-04-05
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-05
ext4/super: Rename kfree_rcu() to kfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2023-04-03
fs: add FMODE_DIO_PARALLEL_WRITE flag
Jens Axboe
2023-03-23
ext4: remove unused group parameter in ext4_block_bitmap_csum_set
Kemeng Shi
2023-03-23
ext4: remove unused group parameter in ext4_block_bitmap_csum_verify
Kemeng Shi
2023-03-23
ext4: remove unused group parameter in ext4_inode_bitmap_csum_set
Kemeng Shi
2023-03-23
ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify
Kemeng Shi
2023-03-23
ext4: improve inode table blocks counting in ext4_num_overhead_clusters
Kemeng Shi
2023-03-23
ext4: stop trying to verify just initialized bitmap in ext4_read_block_bitmap...
Kemeng Shi
2023-03-23
ext4: remove stale comment in ext4_init_block_bitmap
Kemeng Shi
[prev]
[next]