public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-12 18:15:34 to 2025-11-25 10:38:01 UTC [more...]

[PATCH e2fsprogs v3] libext2fs: fix orphan file size > kernel limit with large blocksize
 2025-11-25 10:37 UTC  (2+ messages)

[PATCH] ext4: align max orphan file size with e2fsprogs limit
 2025-11-25 10:37 UTC  (2+ messages)

[PATCH] ext4: Mark inodes without acls in __ext4_iget()
 2025-11-25 10:13 UTC 

[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  (17+ messages)
` [PATCH 01/11] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 02/11] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 03/11] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 04/11] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 05/11] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 06/11] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 07/11] fscrypt: pass a byte length "
` [PATCH 08/11] fscrypt: return a byte offset from bh_get_inode_and_lblk_num
` [PATCH 09/11] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 10/11] fscrypt: pass a byte length "
` [PATCH 11/11] fscrypt: pass a real sector_t "

[PATCH v2 00/13] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-11-24 14:05 UTC  (18+ 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()

[PATCH] generic: use _qmount_option and _qmount
 2025-11-24 13:20 UTC 

[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 

[PATCH v2] ext4: check folio uptodate state in ext4_page_mkwrite()
 2025-11-22  1:57 UTC 

[PATCH v4 00/24] ext4: enable block size larger than page size
 2025-11-22  0:13 UTC  (27+ 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

[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  (9+ 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  (20+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-11-20  5:14 UTC  (7+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH 0/2] e2fsprogs: fix memory leaks detected by ASAN
 2025-11-20  3:45 UTC  (10+ messages)
` [PATCH 1/2] fsck: fix memory leak of inst->type
` [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)

[PATCH] Documentation: ext4: Document casefold and encrypt flags
 2025-11-19 14:32 UTC 

[PATCH 0/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-11-19  9:36 UTC  (6+ messages)
` [PATCH 1/4] ext4: make ext4_es_cache_extent() support overwrite existing extents

Wiadomość z księgowości
 2025-11-19  8:55 UTC 

[tytso-ext4:dev] BUILD SUCCESS 103ce01cd045197461d654f62f1a30cabedbcad4
 2025-11-19  0:58 UTC 

[PATCH v2 1/2] ext4: fix string copying in parse_apply_sb_mount_options()
 2025-11-17 19:13 UTC  (2+ messages)

[PATCH v2] ext4: refresh inline data size before write operations
 2025-11-17 19:13 UTC  (4+ messages)

[PATCH] ext4: clear i_state_flags when alloc inode
 2025-11-17 19:13 UTC  (2+ messages)

[PATCH RFC] ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()
 2025-11-17 19:13 UTC  (2+ messages)

[PATCH] ext4: xattr: fix null pointer deref in ext4_raw_inode()
 2025-11-17 19:13 UTC  (2+ messages)

[PATCH] jbd2: assign different lock_class_key for different filesystem
 2025-11-17 19:13 UTC  (10+ messages)
              ` [PATCH v2] jbd2: allocate lock_class_key for jbd2_handle dynamically

[PATCH V2] jbd2: store more accurate errno in superblock when possible
 2025-11-17 19:13 UTC  (2+ messages)

[PATCH] fs/jbd2: use a weaker annotation in journal handling
 2025-11-17 19:13 UTC  (2+ messages)

[PATCH v2] jbd2: fix the inconsistency between checksum and data in memory for journal sb
 2025-11-17 19:13 UTC  (2+ messages)

[PATCH] jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted
 2025-11-17 19:13 UTC  (2+ messages)

generic_permission() optimization
 2025-11-17 11:42 UTC  (10+ messages)

[PATCHSET] fstests: more random fixes for v2025.11.04
 2025-11-15  2:32 UTC  (15+ messages)
` [PATCH 2/7] generic/778: fix severe performance problems
` [PATCH 3/7] generic/778: fix background loop control with sentinel files
` [PATCH 4/7] generic/019: skip test when there is no journal
` [PATCH 6/7] generic/774: reduce file size
` [PATCH 7/7] generic/774: turn off lfsr

[PATCH v3 0/2] block: enable per-cpu bio cache by default
 2025-11-14  9:21 UTC  (3+ messages)
` [PATCH v3 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v3 2/2] block: enable per-cpu bio cache "

[PATCHSET v6] fstests: support ext4 fuse testing
 2025-11-13 15:52 UTC  (8+ messages)
` [PATCH 04/33] common/rc: skip test if swapon doesn't work
        ` [PATCH v6.1 "

[PATCH v3 1/3] ext4: remove useless code in ext4_map_create_blocks
 2025-11-13 11:27 UTC  (3+ messages)

[PATCH v2 00/24] ext4: enable block size larger than page size
 2025-11-13  9:14 UTC  (4+ messages)

[PATCH e2fsprogs v2] libext2fs: fix orphan file size > kernel limit with large blocksize
 2025-11-13  9:01 UTC 

[syzbot] [ext4?] possible deadlock in ext4_xattr_set_handle (7)
 2025-11-13  8:08 UTC 

[PATCH v1] jbd2: use J_ASSERT instead of BUG_ON for checkpoint mutex
 2025-11-13  3:20 UTC  (3+ messages)

[PATCH e2fsprogs] libext2fs: fix orphan file size > kernel limit with large blocksize
 2025-11-13  3:02 UTC  (5+ messages)

[PATCH] ext4: validate xattrs to avoid OOB in ext4_find_inline_entry
 2025-11-12 19:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] fs/ext4: fix typo in comment
 2025-11-12 18:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox