linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-21 09:16:51 to 2025-12-05 07:20:35 UTC [more...]

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  7:18 UTC  (23+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept

[PATCH v3] ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()
 2025-12-05  5:59 UTC 

[PATCH v2] ext4: check folio uptodate state in ext4_page_mkwrite()
 2025-12-05  3:33 UTC  (16+ messages)

[PATCHSET] fstests: more random fixes for v2025.11.04
 2025-12-04 17:18 UTC  (8+ messages)
` [PATCH 2/7] generic/778: fix severe performance problems

[PATCH] ext4: fix ext4_tune_sb_params padding
 2025-12-04 16:06 UTC  (5+ messages)

[GIT PULL] ext4 changes for 6.19-rc1
 2025-12-04  4:48 UTC  (2+ messages)

[PATCH] ext2: factor out ext2_fill_super() teardown path
 2025-12-03 19:19 UTC  (4+ messages)

[PATCH v3 0/2] block: enable per-cpu bio cache by default
 2025-12-03 14:53 UTC  (3+ messages)

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-03 10:18 UTC  (3+ messages)

[PATCH] generic: use _qmount_option and _qmount
 2025-12-03  5:46 UTC  (6+ messages)

[syzbot] [ext4?] WARNING in __folio_mark_dirty (3)
 2025-12-02 13:47 UTC  (6+ messages)

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2025-12-02  9:05 UTC  (2+ messages)
` [Bug 217965] "

[PATCH] ext4: Fix KASAN slab-use-after-free in ext4_find_extent due to corrupted eh_entries
 2025-12-02  8:18 UTC  (4+ messages)
  `  "

[tytso-ext4:dev] BUILD SUCCESS 6fb67ac896900e60f46ee4efba97b372a80370e0
 2025-12-02  3:09 UTC 

[syzbot] [ext4?] possible deadlock in ext4_destroy_inline_data (2)
 2025-12-02  1:56 UTC  (7+ messages)

[PATCH v3 00/14] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-12-02  1:15 UTC  (20+ 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()

[tytso-ext4:test] BUILD SUCCESS 78fd3495ca503125d64c20e8708d23c451e7ff77
 2025-12-01 21:23 UTC 

[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  (11+ messages)
` [PATCH v4 11/24] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [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)

[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  (5+ 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 00/13] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-11-29 18:41 UTC  (47+ 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()

[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  (4+ messages)
` [PATCH 30/44] fs: use min() or umin() instead of min_t()

[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  (7+ 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  (3+ messages)
` [PATCH v2] "
  ` [syzbot ci] "

[PATCH v2] ext4: improve str2hashbuf by processing 4-byte chunks and removing function pointers
 2025-11-22  4:39 UTC 

[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  (3+ messages)
` [PATCH v2 1/2] fsck: fix memory leak of inst->type

[PATCH] ext4: improve str2hashbuf by processing 4-byte chunks
 2025-11-21 11:59 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).