public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-20 08:58:53 to 2025-07-01 21:24:40 UTC [more...]

[PATCH 0/5] ext4 docs toctree reorganization
 2025-07-01 21:24 UTC  (12+ messages)
` [PATCH 1/5] Documentation: ext4: Convert includes into toctrees
` [PATCH 2/5] Documentation: ext4: Reduce toctree depth
` [PATCH 3/5] Documentation: ext4: atomic_writes: Demote last three sections
` [PATCH 4/5] Documentation: ext4: blockgroup: Add explicit title heading
` [PATCH 5/5] Documentation: ext4: Move inode table short docs into its own file

[PATCH] ext4: verify dirent offset in ext4_readdir()
 2025-07-01 14:11 UTC 

[PATCH v3 00/10] ext4: fix insufficient credits when writing back large folios
 2025-07-01 13:06 UTC  (11+ messages)
` [PATCH v3 01/10] ext4: process folios writeback in bytes
` [PATCH v3 02/10] ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()
` [PATCH v3 03/10] ext4: fix stale data if it bail out of the extents mapping loop
` [PATCH v3 04/10] ext4: refactor the block allocation process of ext4_page_mkwrite()
` [PATCH v3 05/10] ext4: restart handle if credits are insufficient during allocating blocks
` [PATCH v3 06/10] ext4: enhance tracepoints during the folios writeback
` [PATCH v3 07/10] ext4: correct the reserved credits for extent conversion
` [PATCH v3 08/10] ext4: reserved credits for one extent during the folio writeback
` [PATCH v3 09/10] ext4: replace ext4_writepage_trans_blocks()
` [PATCH v3 10/10] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()

[PATCH v2 00/16] ext4: better scalability for ext4 block allocation
 2025-07-01 13:17 UTC  (45+ messages)
` [PATCH v2 01/16] ext4: add ext4_try_lock_group() to skip busy groups
` [PATCH v2 02/16] ext4: remove unnecessary s_mb_last_start
` [PATCH v2 03/16] ext4: remove unnecessary s_md_lock on update s_mb_last_group
` [PATCH v2 04/16] ext4: utilize multiple global goals to reduce contention
` [PATCH v2 05/16] ext4: get rid of some obsolete EXT4_MB_HINT flags
` [PATCH v2 06/16] ext4: fix typo in CR_GOAL_LEN_SLOW comment
` [PATCH v2 07/16] ext4: convert sbi->s_mb_free_pending to atomic_t
` [PATCH v2 08/16] ext4: merge freed extent with existing extents before insertion
` [PATCH v2 09/16] ext4: fix zombie groups in average fragment size lists
` [PATCH v2 10/16] ext4: fix largest free orders lists corruption on mb_optimize_scan switch
` [PATCH v2 11/16] ext4: factor out __ext4_mb_scan_group()
` [PATCH v2 12/16] ext4: factor out ext4_mb_might_prefetch()
` [PATCH v2 13/16] ext4: factor out ext4_mb_scan_group()
` [PATCH v2 14/16] ext4: convert free group lists to ordered xarrays
` [PATCH v2 15/16] ext4: refactor choose group to scan group
` [PATCH v2 16/16] ext4: ensure global ordered traversal across all free groups xarrays

[PATCH] debugfs: fix printing for sequence in descriptor/revoke block
 2025-07-01 12:40 UTC  (4+ messages)

[syzbot] [ext4?] possible deadlock in ext4_inline_data_truncate (4)
 2025-07-01 11:27 UTC 

[PATCH] debugfs/logdump.c: Add parameter t to dump sequence commit timestamps
 2025-07-01  9:31 UTC  (4+ messages)

[PATCH v2 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
 2025-07-01  8:46 UTC  (8+ messages)

[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-07-01  6:05 UTC  (15+ messages)
  ` [RFC[RAP] V2] "

[syzbot] [ext4?] KASAN: slab-use-after-free Read in __ext4_check_dir_entry
 2025-06-30 17:28 UTC 

[PATCH 0/2] Convert fs/verity/ to use SHA-2 library API
 2025-06-30 17:22 UTC  (3+ messages)
` [PATCH 1/2] lib/crypto: hash_info: Move hash_info.c into lib/crypto/
` [PATCH 2/2] fsverity: Switch from crypto_shash to SHA-2 library

[Bug 220299] New: Warning Trace seen at https://elixir.bootlin.com/linux/v6.6.69/source/fs/ext4/ext4_jbd2.c#L73 post remount-ro
 2025-06-30 16:04 UTC 

[PATCH] e2scrub: honor fstrim setting in e2scrub.conf
 2025-06-30 15:19 UTC  (2+ messages)

[PATCH] ext4: fix JBD2 credit overflow with large folios
 2025-06-30 15:01 UTC  (3+ messages)

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-30  6:41 UTC  (9+ messages)
` [PATCH v3 1/4] drm/i915: Use kernel_write() in shmem object create
` [PATCH v3 2/4] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v3 4/4] ext4: support uncached buffered I/O

[syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2)
 2025-06-29  5:10 UTC  (3+ messages)

[Bug 220288] New: A typo Leads to loss of all data on disk
 2025-06-28 21:39 UTC  (8+ messages)
` [Bug 220288] "

[PATCH] debugfs: fix printing for sequence in descriptor/revoke block
 2025-06-27 21:23 UTC 

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-27  2:40 UTC  (17+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v2 4/5] ext4: handle IOCB_DONTCACHE in buffered write path
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE

[PATCH v2] common/rc: add repair fsck flag -f for ext4
 2025-06-26 20:44 UTC  (5+ messages)

[PATCH 0/4] hfs/hfsplus: add uncached buffer io support
 2025-06-26 17:30 UTC  (5+ messages)
` [PATCH 1/4] block: Add struct kiocb pointer to block_write_begin()
` [PATCH 2/4] fs/buffer: parse IOCB_DONTCACHE flag in block_write_begin()
` [PATCH 3/4] hfsplus: enable uncached buffer io support
` [PATCH 4/4] hfs: "

[PATCH v2 0/8] ext4: enable large folio for regular files
 2025-06-26 14:56 UTC  (8+ messages)
` [PATCH v2 8/8] ext4: enable large folio for regular file

[syzbot] [ext4?] kernel BUG in ext4_split_extent_at (3)
 2025-06-26 14:29 UTC 

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-26 13:57 UTC  (10+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
` [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
` [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation

next-20250626: WARNING fs jbd2 transaction.c start_this_handle with ARM64_64K_PAGES
 2025-06-26 13:52 UTC  (2+ messages)

[syzbot] Monthly ext4 report (Jun 2025)
 2025-06-26  5:37 UTC 

[PATCH] fuse2fs: clean up the lockfile handling
 2025-06-26  3:35 UTC  (2+ messages)

[PATCH] fscrypt: don't use hardware offload Crypto API drivers
 2025-06-26  2:36 UTC  (14+ messages)

[syzbot] [ext4?] KASAN: slab-use-after-free Read in ext4_ext_remove_space
 2025-06-25 14:41 UTC  (2+ messages)

LBS support for EXT4
 2025-06-25 12:39 UTC  (10+ messages)

[PATCH 1/2] mm: memcg: introduce PF_MEMALLOC_ACCOUNTFORCE to postpone reclaim to return-to-userland path
 2025-06-24 14:47 UTC  (2+ messages)

[PATCH 0/2] Postpone memcg reclaim to return-to-user path
 2025-06-24  7:45 UTC  (5+ messages)
    ` [External] "

[PATCH v2 0/6] ext4: fix insufficient credits when writing back large folios
 2025-06-23  8:12 UTC  (20+ messages)
` [PATCH v2 2/6] ext4: fix stale data if it bail out of the extents mapping loop
` [PATCH v2 3/6] ext4: restart handle if credits are insufficient during allocating blocks
` [PATCH v2 4/6] ext4: correct the reserved credits for extent conversion
` [PATCH v2 5/6] ext4/jbd2: reintroduce jbd2_journal_blocks_per_page()
` [PATCH v2 6/6] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()

[syzbot] [ext4?] WARNING: locking bug in ext4_mb_initialize_context
 2025-06-21  8:57 UTC 

[PATCH] common/rc: add repair fsck flag -f for ext4
 2025-06-20 17:53 UTC 

[syzbot] [net?] [ext4?] general protection fault in clip_push
 2025-06-20 14:25 UTC 

[RFC 01/12] common/preamble: Fix fsx for ext4 with bigalloc
 2025-06-20  9:59 UTC 


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