messages from 2025-06-30 13:58:59 to 2025-07-09 17:49:37 UTC [more...]
[PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
2025-07-09 17:49 UTC (2+ messages)
[PATCHSET] fuse2fs: more bug fixes
2025-07-09 16:52 UTC (13+ messages)
` [PATCH 1/8] libext2fs: fix off-by-one bug in punch_extent_blocks
` [PATCH 2/8] libext2fs: fix arguments passed to ->block_alloc_stats_range
` [PATCH 3/8] fuse2fs: refactor uid/gid setting
` [PATCH 4/8] fuse2fs: fix gid inheritance on sgid parent directories
` [PATCH 5/8] fuse2fs: don't truncate when creating a new file
` [PATCH 6/8] fuse2fs: fix incorrect EOFS input handling in FITRIM
` [PATCH 7/8] fuse2fs: fix incorrect unit conversion at the end of FITRIM
` [PATCH 8/8] fuse2fs: don't try to mount after option parsing errors
` [PATCH 9/8] fuse2fs: fix relatime comparisons
` [PATCH 10/8] fuse2fs: fix lockfile creation, again
` [PATCH 11/8] fuse2fs: fix race condition in op_destroy
` [PATCH 12/8] fuse2fs: fix races in statfs
[PATCH] e2scrub: reorder exit status check after calling lvremove
2025-07-09 16:48 UTC (3+ messages)
[PATCH] ext4: fix inode use after free in ext4_end_io_rsv_work()
2025-07-09 13:59 UTC (2+ messages)
[PATCH v4 RESEND] ext4: Make sure BH_New bit is cleared in ->write_end handler
2025-07-09 8:48 UTC
[PATCH v4 00/11] ext4: fix insufficient credits when writing back large folios
2025-07-09 7:53 UTC (15+ messages)
` [PATCH v4 01/11] ext4: process folios writeback in bytes
` [PATCH v4 02/11] ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()
` [PATCH v4 03/11] ext4: fix stale data if it bail out of the extents mapping loop
` [PATCH v4 04/11] ext4: refactor the block allocation process of ext4_page_mkwrite()
` [PATCH v4 05/11] ext4: restart handle if credits are insufficient during allocating blocks
` [PATCH v4 06/11] ext4: enhance tracepoints during the folios writeback
` [PATCH v4 07/11] ext4: correct the reserved credits for extent conversion
` [PATCH v4 08/11] ext4: reserved credits for one extent during the folio writeback
` [PATCH v4 09/11] ext4: replace ext4_writepage_trans_blocks()
` [PATCH v4 10/11] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()
` [PATCH v4 11/11] ext4: limit the maximum folio order
[PATCH] f2fs: improve the performance of f2fs_lookup
2025-07-09 2:42 UTC (11+ messages)
` [PATCH v3 1/2] libfs: reduce the number of memory allocations in generic_ci_match
` 回复: "
` [PATCH v3 2/2] f2fs: improve the performance of f2fs_lookup
` [PATCH v2] "
` [PATCH v4 1/2] libfs: reduce the number of memory allocations in generic_ci_match
[PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
2025-07-09 1:13 UTC (19+ messages)
` (subset) "
[PATCH v2 00/16] ext4: better scalability for ext4 block allocation
2025-07-08 13:08 UTC (21+ messages)
` [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 v3 1/2] libfs: reduce the number of memory allocations in generic_ci_match
2025-07-08 6:52 UTC
[PATCH] ext4: Refactor breaking condition for xattr_find_entry()
2025-07-08 3:01 UTC (3+ messages)
[PATCH v4 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-08 2:40 UTC (10+ messages)
` [PATCH v4 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v4 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v4 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v4 4/5] mm/filemap: add write_begin_get_folio() helper function
` [PATCH v4 5/5] ext4: support uncached buffered I/O
next-20250626: WARNING fs jbd2 transaction.c start_this_handle with ARM64_64K_PAGES
2025-07-08 2:11 UTC (12+ messages)
[syzbot] [ext4?] kernel BUG in ext4_update_inline_data
2025-07-07 16:32 UTC
[syzbot] [ext4?] possible deadlock in ext4_evict_inode (4)
2025-07-07 12:24 UTC (3+ messages)
[PATCH v4] debugfs/logdump.c: Add parameter t to dump sequence commit timestamps
2025-07-05 0:39 UTC (5+ messages)
[syzbot] [ext4?] possible deadlock in ext4_page_mkwrite
2025-07-04 17:49 UTC
[PATCH 0/4] hfs/hfsplus: add uncached buffer io support
2025-07-04 17:45 UTC (7+ messages)
` [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 0/2] Convert fs/verity/ to use SHA-2 library API
2025-07-04 13:25 UTC (4+ 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
[PATCH v3] fscrypt: Don't use problematic non-inline crypto engines
2025-07-04 13:25 UTC (2+ messages)
[PATCH v3 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
2025-07-04 9:01 UTC (2+ messages)
[PATCH v3 00/10] ext4: fix insufficient credits when writing back large folios
2025-07-04 8:47 UTC (25+ 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 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-07-04 8:39 UTC (4+ messages)
[PATCH 1/2] ext4: show the default enabled i_version option
2025-07-03 16:41 UTC (4+ messages)
` [PATCH 2/2] ext4: preserve SB_I_VERSION on remount
[PATCH v2 0/8] ext4: enable large folio for regular files
2025-07-03 14:13 UTC (6+ messages)
` [PATCH v2 8/8] ext4: enable large folio for regular file
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-03 11:45 UTC (10+ messages)
` [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
[PATCH v3] debugfs/logdump.c: Add parameter t to dump sequence commit timestamps
2025-07-03 11:42 UTC (3+ messages)
[PATCH] ext4: verify dirent offset in ext4_readdir()
2025-07-03 9:54 UTC (3+ messages)
[PATCH 0/5] ext4 docs toctree reorganization
2025-07-02 22:59 UTC (8+ messages)
[Bug 220288] New: A typo Leads to loss of all data on disk
2025-07-02 19:36 UTC (2+ messages)
` [Bug 220288] "
ext4 metadata corruption - snapshot related?
2025-07-02 15:32 UTC (4+ messages)
[PATCH 1/2] fuse2fs: fix normal (non-kernel) permissions checking
2025-07-02 15:19 UTC (4+ messages)
` [PATCH 2/2] fuse2fs.1: fix formatting of newly added options in the man page
[PATCH] e2scrub: honor fstrim setting in e2scrub.conf
2025-07-02 2:00 UTC (3+ messages)
[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
[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] ext4: fix JBD2 credit overflow with large folios
2025-06-30 15:01 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).