Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-19 23:03:30 to 2024-01-04 22:20:41 UTC [more...]

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2024-01-04 22:20 UTC  (17+ messages)
` [Bug 217965] "

[PATCH] ext4: Convert ext4_da_do_write_end() to take a folio
 2024-01-04 16:41 UTC  (2+ messages)

[PATCH 0/1] Fix for recent bugzilla reports related to long halts during block allocation
 2024-01-04 15:27 UTC  (3+ messages)
` [PATCH 1/1] ext4: fallback to complex scan if aligned scan doesn't work

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2024-01-04 15:16 UTC  (31+ messages)
` [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
` [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
` [PATCH RFC v3 for-6.8/block 15/17] ext4: use "
` [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected()
` [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis

e2scrub finds corruption immediately after mounting
 2024-01-04 14:37 UTC  (6+ messages)

[PATCH v3 0/8] ext4: fix divide error in mb_update_avg_fragment_size()
 2024-01-04 14:20 UTC  (9+ messages)
` [PATCH v3 1/8] ext4: fix double-free of blocks due to wrong extents moved_len
` [PATCH v3 2/8] ext4: do not trim the group with corrupted block bitmap
` [PATCH v3 3/8] ext4: regenerate buddy after block freeing failed if under fc replay
` [PATCH v3 4/8] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
` [PATCH v3 5/8] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
` [PATCH v3 6/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
` [PATCH v3 7/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
` [PATCH v3 8/8] ext4: mark the group block bitmap as corrupted before reporting an error

[PATCH v2 0/8] ext4: fix divide error in mb_update_avg_fragment_size()
 2024-01-04 12:14 UTC  (19+ messages)
` [PATCH v2 1/8] ext4: fix double-free of blocks due to wrong extents moved_len
` [PATCH v2 2/8] ext4: do not trim the group with corrupted block bitmap
` [PATCH v2 3/8] ext4: regenerate buddy after block freeing failed if under fc replay
` [PATCH v2 4/8] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
` [PATCH v2 5/8] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
` [PATCH v2 6/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
` [PATCH v2 7/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
` [PATCH v2 8/8] ext4: mark the group block bitmap as corrupted before reporting an error

[PATCH v2 0/9] Some random cleanups to mballoc
 2024-01-04  6:50 UTC  (14+ messages)
` [PATCH v2 1/9] ext4: remove unused return value of __mb_check_buddy
` [PATCH v2 2/9] ext4: remove unused parameter group in ext4_mb_choose_next_group_*()
` [PATCH v2 3/9] ext4: remove unneeded return value of ext4_mb_release_context
` [PATCH v2 4/9] ext4: remove unused ext4_allocation_context::ac_groups_considered
` [PATCH v2 5/9] ext4: remove unused return value of ext4_mb_release
` [PATCH v2 6/9] ext4: remove unused return value of ext4_mb_release_inode_pa
` [PATCH v2 7/9] ext4: remove unused return value of ext4_mb_release_group_pa
` [PATCH v2 8/9] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
` [PATCH v2 9/9] ext4: remove 'needed' in trace_ext4_discard_preallocations

parity raid and ext4 get stuck in writes
 2024-01-04  6:11 UTC  (5+ messages)

[linus:master] [jbd2] 6a3afb6ac6: fileio.latency_95th_ms 92.5% regression
 2024-01-03 13:28 UTC  (5+ messages)

[RFC PATCH v2 00/25] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-01-03 13:20 UTC  (33+ messages)
` [RFC PATCH v2 01/25] ext4: refactor ext4_da_map_blocks()
` [RFC PATCH v2 02/25] ext4: convert to exclusive lock while inserting delalloc extents
` [RFC PATCH v2 03/25] ext4: correct the hole length returned by ext4_map_blocks()
` [RFC PATCH v2 04/25] ext4: add a hole extent entry in cache after punch
` [RFC PATCH v2 05/25] ext4: make ext4_map_blocks() distinguish delalloc only extent
` [RFC PATCH v2 06/25] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
` [RFC PATCH v2 07/25] iomap: don't increase i_size if it's not a write operation
` [RFC PATCH v2 08/25] iomap: add pos and dirty_len into trace_iomap_writepage_map
` [RFC PATCH v2 09/25] ext4: allow inserting delalloc extents with multi-blocks
` [RFC PATCH v2 10/25] ext4: correct delalloc extent length
` [RFC PATCH v2 11/25] ext4: also mark extent as delalloc if it's been unwritten
` [RFC PATCH v2 12/25] ext4: factor out bh handles to ext4_da_get_block_prep()
` [RFC PATCH v2 13/25] ext4: use reserved metadata blocks when splitting extent in endio
` [RFC PATCH v2 14/25] ext4: introduce seq counter for extent entry
` [RFC PATCH v2 15/25] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v2 16/25] ext4: implement buffered read iomap path
` [RFC PATCH v2 17/25] ext4: implement buffered write "
` [RFC PATCH v2 18/25] ext4: implement writeback "
` [RFC PATCH v2 19/25] ext4: implement mmap "
` [RFC PATCH v2 20/25] ext4: implement zero_range "
` [RFC PATCH v2 21/25] ext4: writeback partial blocks before zero range
` [RFC PATCH v2 22/25] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v2 23/25] ext4: partially enable iomap for regular file's buffered IO path
` [RFC PATCH v2 24/25] filemap: support disable large folios on active inode
` [RFC PATCH v2 25/25] ext4: enable large folio for regular file with iomap buffered IO path

[syzbot] [virtualization?] KMSAN: uninit-value in virtqueue_add (4)
 2024-01-03  9:59 UTC 

[PATCH] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
 2024-01-03  9:06 UTC  (2+ messages)

[PATCH v2 0/5] More unit test for mballoc
 2024-01-03 10:49 UTC  (6+ messages)
` [PATCH v2 1/5] ext4: Add unit test for test_free_blocks_simple
` [PATCH v2 2/5] ext4: Add unit test of ext4_mb_generate_buddy
` [PATCH v2 3/5] ext4: Add unit test for mb_mark_used
` [PATCH v2 4/5] ext4: Add unit test for mb_free_blocks
` [PATCH v2 5/5] ext4: Add unit test for ext4_mb_mark_diskspace_used

[PATCH 0/8] Some random cleanups to mballoc
 2024-01-03  1:27 UTC  (18+ messages)
` [PATCH 1/8] ext4: remove unused return value of __mb_check_buddy
` [PATCH 2/8] ext4: remove unused parameter group in ext4_mb_choose_next_group_*()
` [PATCH 3/8] ext4: remove unneeded return value of ext4_mb_release_context
` [PATCH 4/8] ext4: remove unused ext4_allocation_context::ac_groups_considered
` [PATCH 5/8] ext4: remove unused return value of ext4_mb_release
` [PATCH 6/8] ext4: remove unused return value of ext4_mb_release_inode_pa
` [PATCH 7/8] ext4: remove unused return value of ext4_mb_release_group_pa
` [PATCH 8/8] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations

ext4/super.c : Fix a goto label
 2024-01-02 14:22 UTC  (3+ messages)
` [v2] "

[PATCH] ext4: return 0 when ext4_get_group_info failed in __mb_check_buddy
 2024-01-02 12:33 UTC  (3+ messages)

[syzbot] [ext4?] INFO: task hung in ext4_quota_write
 2024-01-01 12:06 UTC 

[PATCHSET] e2scrub: fix some problems
 2023-12-31 21:37 UTC  (3+ messages)
` [PATCH 3/2] e2scrub_fail: move executable script to /usr/libexec

[PATCH] ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
 2023-12-30  7:06 UTC 

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-12-29  3:40 UTC  (2+ messages)
` [syzbot] "

[inline_data] ext4: Stale flags before sync when convert to non-inline
 2023-12-28  9:29 UTC  (3+ messages)

[PATCH e2fsprogs] e4crypt: fix spurious "Success" error message
 2023-12-27  8:08 UTC 

[syzbot] [ext4?] WARNING in lock_two_nondirectories
 2023-12-25  2:56 UTC  (11+ messages)
` [PATCH] ext4: fix "

[PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op
 2023-12-23 12:46 UTC  (13+ messages)
` [PATCH v2 2/8] fscrypt: Drop d_revalidate if key is available
` [PATCH v2 8/8] fscrypt: Move d_revalidate configuration back into fscrypt
  ` [PATCH] ovl: Reject mounting case-insensitive filesystems

[RFC PATCH v2 0/6] ext4: make ext4_map_blocks() recognize delalloc only extent
 2023-12-23 11:02 UTC  (7+ messages)
` [RFC PATCH v2 1/6] ext4: refactor ext4_da_map_blocks()
` [RFC PATCH v2 2/6] ext4: convert to exclusive lock while inserting delalloc extents
` [RFC PATCH v2 3/6] ext4: correct the hole length returned by ext4_map_blocks()
` [RFC PATCH v2 4/6] ext4: add a hole extent entry in cache after punch
` [RFC PATCH v2 5/6] ext4: make ext4_map_blocks() distinguish delalloc only extent
` [RFC PATCH v2 6/6] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type

[syzbot] kernel BUG in ext4_do_writepages
 2023-12-22  0:07 UTC  (2+ messages)

[PATCH 0/4] ext4: fix divide error in mb_update_avg_fragment_size()
 2023-12-20 13:43 UTC  (9+ messages)
` [PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
` [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt

[PATCH 12/22] ext4_add_entry(): ->d_name.len is never 0
 2023-12-20  5:24 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).