Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-11 17:27:11 to 2023-12-29 22:13:09 UTC [more...]

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2023-12-29 22:13 UTC  (12+ messages)
` [Bug 217965] "

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-12-29  3:40 UTC  (3+ 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 

parity raid and ext4 get stuck in writes
 2023-12-25  7:39 UTC  (3+ messages)

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

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2023-12-23 18:39 UTC  (21+ 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

[PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op
 2023-12-23 12:46 UTC  (22+ messages)
` [PATCH v2 1/8] dcache: Add helper to disable d_revalidate for a specific dentry
` [PATCH v2 2/8] fscrypt: Drop d_revalidate if key is available
` [PATCH v2 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v2 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
` [PATCH v2 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
` [PATCH v2 6/8] f2fs: "
` [PATCH v2 7/8] libfs: Don't support setting casefold operations during lookup
` [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 v2 0/8] ext4: fix divide error in mb_update_avg_fragment_size()
 2023-12-21 15:05 UTC  (9+ 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 0/4] ext4: fix divide error in mb_update_avg_fragment_size()
 2023-12-20 13:43 UTC  (15+ messages)
` [PATCH 1/4] ext4: fix double-free of blocks due to wrong extents moved_len
` [PATCH 2/4] ext4: do not trim the group with corrupted block bitmap
` [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 

[PATCH AUTOSEL 4.14 2/6] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-12-18 12:47 UTC 

[PATCH AUTOSEL 4.19 2/6] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-12-18 12:47 UTC 

[PATCH AUTOSEL 5.4 2/7] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-12-18 12:46 UTC 

[PATCH AUTOSEL 5.10 2/8] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-12-18 12:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 5/8] jbd2: fix soft lockup in journal_finish_inode_data_buffers()

[PATCH AUTOSEL 5.15 02/13] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-12-18 12:45 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 07/13] jbd2: fix soft lockup in journal_finish_inode_data_buffers()

[PATCH AUTOSEL 6.1 03/15] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-12-18 12:44 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 04/15] jbd2: increase the journal IO's priority
` [PATCH AUTOSEL 6.1 09/15] jbd2: fix soft lockup in journal_finish_inode_data_buffers()

[PATCH AUTOSEL 6.6 04/18] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-12-18 12:43 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 05/18] jbd2: increase the journal IO's priority
` [PATCH AUTOSEL 6.6 12/18] jbd2: fix soft lockup in journal_finish_inode_data_buffers()

[PATCH v2] ext4: fix inconsistent between segment fstrim and full fstrim
 2023-12-16  1:09 UTC 

[PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
 2023-12-16  1:01 UTC  (7+ messages)

[PATCHSET] e2scrub: fix some problems
 2023-12-15 22:56 UTC  (3+ messages)
` [PATCH 1/2] e2scrub: fix pathname escaping across all service definitions
` [PATCH 2/2] e2fsprogs: don't allow udisks to automount ext4 filesystems with no prompt

[PATCH linux-next] ext4: use kcalloc instead of open coded arithmetic
 2023-12-15 13:43 UTC 

[PATCH 0/1] Fix for recent bugzilla reports related to long halts during block allocation
 2023-12-15 11:19 UTC  (2+ messages)
` [PATCH 1/1] ext4: fallback to complex scan if aligned scan doesn't work

start removing writepage instances
 2023-12-15  4:59 UTC  (4+ messages)
` [PATCH 4/9] hfs: remove ->writepage

[RFC PATCH 0/6] ext4: make ext4_map_blocks() recognize delayed only extent
 2023-12-15  4:36 UTC  (6+ messages)
` [RFC PATCH 3/6] ext4: correct the hole length returned by ext4_map_blocks()

[PATCH 0/8] Revert setting casefolding dentry operations through s_d_op
 2023-12-14 15:01 UTC  (12+ messages)
` [PATCH 1/8] dcache: Add helper to disable d_revalidate for a specific dentry
` [PATCH 2/8] fscrypt: Drop d_revalidate if key is available
` [PATCH 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
` [PATCH 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
` [PATCH 6/8] f2fs: "
` [PATCH 7/8] libfs: Don't support setting casefold operations during lookup
` [PATCH 8/8] fscrypt: Move d_revalidate configuration back into fscrypt

[PATCH] ext4: Convert ext4_da_do_write_end() to take a folio
 2023-12-14  5:30 UTC 

[tytso-ext4:dev] BUILD SUCCESS 6c02757c936063f0631b4e43fe156f8c8f1f351f
 2023-12-13 16:08 UTC 

[RFC PATCH v2] mm/filemap: avoid buffered read/write race to read inconsistent data
 2023-12-13  9:31 UTC  (2+ messages)

[PATCH] fs/ext4: Allow for the last group to be marked as trimmed
 2023-12-13  9:27 UTC  (2+ messages)

[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
 2023-12-13  9:20 UTC  (14+ messages)

[PATCH v2 0/5] jbd2: Add errseq to detect writeback
 2023-12-13  1:32 UTC  (6+ messages)
` [PATCH v2 1/5] jbd2: Add errseq to detect client fs's bdev writeback error
` [PATCH v2 2/5] jbd2: Replace journal state flag by checking errseq
` [PATCH v2 3/5] jbd2: Remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'
` [PATCH v2 4/5] jbd2: Abort journal when detecting metadata writeback error of fs dev
` [PATCH v2 5/5] ext4: Move ext4_check_bdev_write_error() into nojournal mode

[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
 2023-12-13  1:10 UTC  (18+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()

[GIT PULL] ext4 bug fixes for 6.7-rc6
 2023-12-12 19:49 UTC  (2+ messages)

[PATCH] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
 2023-12-12 15:27 UTC  (2+ messages)

[PATCH 0/5] jbd2: Add errseq to detect writeback
 2023-12-12 14:39 UTC  (12+ messages)
` [PATCH 1/5] jbd2: Add errseq to detect client fs's bdev writeback error
` [PATCH 2/5] jbd2: Replace journal state flag by checking errseq
` [PATCH 3/5] jbd2: Remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'
` [PATCH 4/5] jbd2: Abort journal when detecting metadata writeback error of fs dev
` [PATCH 5/5] ext4: Move ext4_check_bdev_write_error() into nojournal mode

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-12 14:25 UTC  (11+ messages)

[RFC PATCH] mm/filemap: avoid buffered read/write race to read inconsistent data
 2023-12-12 13:37 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).