messages from 2025-11-19 09:41:23 to 2025-12-01 22:59:25 UTC [more...]
[PATCH] generic: use _qmount_option and _qmount
2025-12-01 22:59 UTC (2+ messages)
[tytso-ext4:test] BUILD SUCCESS 78fd3495ca503125d64c20e8708d23c451e7ff77
2025-12-01 21:23 UTC
[PATCH v3 00/14] ext4: replace ext4_es_insert_extent() when caching on-disk extents
2025-12-01 16:42 UTC (19+ messages)
` [PATCH v3 01/14] ext4: subdivide EXT4_EXT_DATA_VALID1
` [PATCH v3 02/14] ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1
` [PATCH v3 03/14] ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O
` [PATCH v3 04/14] ext4: correct the mapping status if the extent has been zeroed
` [PATCH v3 05/14] ext4: don't cache extent during splitting extent
` [PATCH v3 06/14] ext4: drop extent cache after doing PARTIAL_VALID1 zeroout
` [PATCH v3 07/14] ext4: drop extent cache when splitting extent fails
` [PATCH v3 08/14] ext4: cleanup zeroout in ext4_split_extent_at()
` [PATCH v3 09/14] ext4: cleanup useless out label in __es_remove_extent()
` [PATCH v3 10/14] ext4: make __es_remove_extent() check extent status
` [PATCH v3 11/14] ext4: make ext4_es_cache_extent() support overwrite existing extents
` [PATCH v3 12/14] ext4: adjust the debug info in ext4_es_cache_extent()
` [PATCH v3 13/14] ext4: replace ext4_es_insert_extent() when caching on-disk extents
` [PATCH v3 14/14] ext4: drop the TODO comment in ext4_es_insert_extent()
[PATCH v2 0/2] ext4: fixes for mb_check_buddy integrity checks
2025-12-01 16:23 UTC (2+ messages)
[PATCH v4 00/24] ext4: enable block size larger than page size
2025-12-01 16:23 UTC (28+ messages)
` [PATCH v4 01/24] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH v4 02/24] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH v4 03/24] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH v4 04/24] ext4: make ext4_punch_hole() support large block size
` [PATCH v4 05/24] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH v4 06/24] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH v4 07/24] ext4: support large block size in ext4_calculate_overhead()
` [PATCH v4 08/24] ext4: support large block size in ext4_readdir()
` [PATCH v4 09/24] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH v4 10/24] ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
` [PATCH v4 11/24] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [PATCH v4 12/24] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH v4 13/24] ext4: support large block size in ext4_mb_init_cache()
` [PATCH v4 14/24] ext4: prepare buddy cache inode for BS > PS with large folios
` [PATCH v4 15/24] ext4: rename 'page' references to 'folio' in multi-block allocator
` [PATCH v4 16/24] ext4: support large block size in ext4_mpage_readpages()
` [PATCH v4 17/24] ext4: support large block size in ext4_block_write_begin()
` [PATCH v4 18/24] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH v4 19/24] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH v4 20/24] ext4: support large block size in __ext4_block_zero_page_range()
` [PATCH v4 21/24] ext4: make data=journal support large block size
` [PATCH v4 22/24] ext4: support verifying data from large folios with fs-verity
` [PATCH v4 23/24] ext4: add checks for large folio incompatibilities when BS > PS
` [PATCH v4 24/24] ext4: enable block size larger than page size
[PATCH v4 0/3] ext4: minor cleanup
2025-12-01 16:23 UTC (2+ messages)
[PATCH] ext4: align max orphan file size with e2fsprogs limit
2025-12-01 16:23 UTC (4+ messages)
[PATCH] Documentation: ext4: Document casefold and encrypt flags
2025-12-01 16:23 UTC (2+ messages)
[PATCH] fs/ext4: fix typo in comment
2025-12-01 16:23 UTC (2+ messages)
[PATCH] ext4: Mark inodes without acls in __ext4_iget()
2025-12-01 16:23 UTC (4+ messages)
[syzbot] [ext4?] possible deadlock in ext4_destroy_inline_data (2)
2025-12-01 16:16 UTC (3+ messages)
[PATCH] ext4: Fix KASAN slab-use-after-free in ext4_find_extent due to corrupted eh_entries
2025-12-01 15:17 UTC
[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
2025-12-01 13:11 UTC
[Bug 220818] New: kernel 6.8.0-88: General Protection Fault (GPF) in ext4 while running 'umount': RIP: 0010:dentry_unlink_inode+0x52/0x150
2025-12-01 11:30 UTC (3+ messages)
` [Bug 220818] "
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-12-01 7:18 UTC (8+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[tytso-ext4:dev] BUILD SUCCESS 1e366d0888665fb29ade62a44bbbceaa67ba4de4
2025-11-30 6:57 UTC
[PATCH v2] ext4: check folio uptodate state in ext4_page_mkwrite()
2025-11-30 2:06 UTC (2+ messages)
[PATCH v2 00/13] ext4: replace ext4_es_insert_extent() when caching on-disk extents
2025-11-29 18:41 UTC (52+ messages)
` [PATCH v2 01/13] ext4: cleanup zeroout in ext4_split_extent_at()
` [PATCH v2 02/13] ext4: subdivide EXT4_EXT_DATA_VALID1
` [PATCH v2 03/13] ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1
` [PATCH v2 04/13] ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O
` [PATCH v2 05/13] ext4: correct the mapping status if the extent has been zeroed
` [PATCH v2 06/13] ext4: don't cache extent during splitting extent
` [PATCH v2 07/13] ext4: drop extent cache before "
` [PATCH v2 08/13] ext4: cleanup useless out tag in __es_remove_extent()
` [PATCH v2 09/13] ext4: make __es_remove_extent() check extent status
` [PATCH v2 10/13] ext4: make ext4_es_cache_extent() support overwrite existing extents
` [PATCH v2 11/13] ext4: adjust the debug info in ext4_es_cache_extent()
` [PATCH v2 12/13] ext4: replace ext4_es_insert_extent() when caching on-disk extents
` [PATCH v2 13/13] ext4: drop the TODO comment in ext4_es_insert_extent()
[PATCHSET] fstests: more random fixes for v2025.11.04
2025-11-29 8:52 UTC (5+ messages)
` [PATCH 2/7] generic/778: fix severe performance problems
[syzbot] Monthly ext4 report (Nov 2025)
2025-11-28 21:21 UTC
[tytso-ext4:test] BUILD SUCCESS 80cf63ab03b2f77cbf1218344e14391096289f4e
2025-11-28 4:55 UTC
[tytso-ext4:dev] BUILD SUCCESS 690243606a4fc1ad6b877e0157cce05767ce5be6
2025-11-27 23:03 UTC
[syzbot] [ext4?] possible deadlock in evict (4)
2025-11-26 23:09 UTC
[PATCH 0/2] ext4: fixes for mb_check_buddy integrity checks
2025-11-26 19:38 UTC (7+ messages)
` [PATCH 2/2] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation
[PATCH e2fsprogs v3] libext2fs: fix orphan file size > kernel limit with large blocksize
2025-11-25 10:37 UTC (2+ messages)
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-25 9:06 UTC (8+ messages)
` [PATCH 02/44] ext4: Fix saturation of 64bit inode times for old filesystems
` [PATCH 30/44] fs: use min() or umin() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits
[REGRESSION] generic/127 failure caused by "mm: Use folio_next_pos()"
2025-11-24 19:20 UTC (2+ messages)
[Bug 220594] New: Online defragmentation has broken in 6.16
2025-11-24 16:33 UTC (8+ messages)
` [Bug 220594] "
fscrypt API cleanups
2025-11-24 14:17 UTC (9+ messages)
` [PATCH 04/11] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 08/11] fscrypt: return a byte offset from bh_get_inode_and_lblk_num
` [PATCH 10/11] fscrypt: pass a byte length to fscrypt_zeroout_range
[PATCH] ext4: fix unaligned preallocation with bigalloc
2025-11-22 8:55 UTC (4+ messages)
` [syzbot ci] "
` [PATCH v2] "
[PATCH v2] ext4: improve str2hashbuf by processing 4-byte chunks and removing function pointers
2025-11-22 4:39 UTC
[syzbot] [ext4?] WARNING in __folio_mark_dirty (3)
2025-11-21 19:14 UTC (4+ messages)
[PATCH] ext4: check folio uptodate state in ext4_page_mkwrite()
2025-11-21 16:49 UTC (3+ messages)
[PATCH v2 0/2] e2fsprogs: fix memory leaks detected by ASAN
2025-11-21 16:23 UTC (4+ messages)
` [PATCH v2 1/2] fsck: fix memory leak of inst->type
` [PATCH v2 2/2] resize: fix memory leak when exiting normally
[PATCH] ext4: improve str2hashbuf by processing 4-byte chunks
2025-11-21 11:59 UTC (8+ messages)
[PATCH v3 21/24] ext4: make data=journal support large block size
2025-11-21 1:59 UTC (5+ messages)
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-20 12:14 UTC (11+ messages)
[PATCH 0/2] e2fsprogs: fix memory leaks detected by ASAN
2025-11-20 3:45 UTC (6+ messages)
` [PATCH 2/2] resize: fix memory leak when exiting normally
[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
2025-11-20 1:49 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox