linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-28 13:10:36 to 2024-02-09 14:40:54 UTC [more...]

[RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper
 2024-02-09 14:40 UTC  (8+ messages)
` [RESEND PATCH v9 1/3] libfs: "
` [RESEND PATCH v9 2/3] ext4: Reuse generic_ci_match for ci comparisons
` [RESEND PATCH v9 3/3] f2fs: "

[PATCH v5 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-02-09 14:03 UTC  (24+ messages)
` [PATCH v5 01/12] ovl: Reject mounting over case-insensitive directories
` [PATCH v5 02/12] fscrypt: Factor out a helper to configure the lookup dentry
` [PATCH v5 03/12] fscrypt: Call fscrypt_prepare_lookup_dentry on unencrypted dentries
` [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
` [PATCH v5 05/12] fscrypt: Drop d_revalidate once the key is added
` [PATCH v5 06/12] fscrypt: Ignore plaintext dentries during d_move
` [PATCH v5 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v5 08/12] libfs: Add helper to choose dentry operations at mount-time
` [PATCH v5 09/12] ext4: Configure dentry operations at dentry-creation time
` [PATCH v5 10/12] f2fs: "
` [PATCH v5 11/12] ubifs: "
` [PATCH v5 12/12] libfs: Drop generic_set_encrypted_ci_d_ops

[PATCH 0/3] ext4: Create EA inodes outside of buffer lock
 2024-02-09 11:21 UTC  (4+ messages)
` [PATCH 1/3] ext4: Fold quota accounting into ext4_xattr_inode_lookup_create()
` [PATCH 2/3] ext4: Do not create EA inode under buffer lock
` [PATCH 3/3] ext4: Drop duplicate ea_inode handling in ext4_xattr_block_set()

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-02-09  3:41 UTC  (2+ messages)
` [syzbot] "

[RFC PATCH] ext4: destroy inline data immediately when converting to extent
 2024-02-09  1:31 UTC  (2+ messages)

[RESEND PATCH v9] ext4: Log error when lookup of encoded dentry fails
 2024-02-08 19:02 UTC  (2+ messages)

[PATCH] ext2fs: make sure we have at least EXT2_FIRST_INO + 1 inodes
 2024-02-08 15:54 UTC  (2+ messages)

[PATCH] e2image: correct group descriptors size in ext2fs_image_super_read()
 2024-02-08 15:50 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 1/3] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
 2024-02-07 21:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 2/3] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()

[PATCH AUTOSEL 5.4 1/7] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
 2024-02-07 21:27 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 2/7] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()

[PATCH AUTOSEL 5.10 01/16] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
 2024-02-07 21:26 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 02/16] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
` [PATCH AUTOSEL 5.10 15/16] ext4: correct the hole length returned by ext4_map_blocks()

[PATCH AUTOSEL 5.15 01/23] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
 2024-02-07 21:26 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 02/23] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
` [PATCH AUTOSEL 5.15 03/23] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
` [PATCH AUTOSEL 5.15 22/23] ext4: correct the hole length returned by ext4_map_blocks()

[PATCH AUTOSEL 6.1 01/29] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
 2024-02-07 21:24 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 02/29] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
` [PATCH AUTOSEL 6.1 03/29] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
` [PATCH AUTOSEL 6.1 28/29] ext4: correct the hole length returned by ext4_map_blocks()

[PATCH AUTOSEL 6.6 01/38] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
 2024-02-07 21:23 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 02/38] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
` [PATCH AUTOSEL 6.6 03/38] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
` [PATCH AUTOSEL 6.6 37/38] ext4: correct the hole length returned by ext4_map_blocks()

[PATCH AUTOSEL 6.7 01/44] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
 2024-02-07 21:21 UTC  (4+ messages)
` [PATCH AUTOSEL 6.7 02/44] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
` [PATCH AUTOSEL 6.7 03/44] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
` [PATCH AUTOSEL 6.7 43/44] ext4: correct the hole length returned by ext4_map_blocks()

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2024-02-07 11:44 UTC  (2+ messages)
` [Bug 217965] "

[RESEND PATCH v9 0/2] Minor cleanup for case insensitive path
 2024-02-07  6:43 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] ext4: Simplify the handling of cached insensitive names
` [RESEND PATCH v9 2/2] f2fs: "

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end (2)
 2024-02-06 22:48 UTC  (2+ messages)

[PATCH 0/6] filesystem visibility ioctls
 2024-02-06 16:22 UTC  (22+ messages)
` [PATCH 1/6] fs: super_block->s_uuid_len
` [PATCH 2/6] fs: FS_IOC_GETUUID
` [PATCH 3/6] fat: Hook up sb->s_uuid
` [PATCH 4/6] fs: FS_IOC_GETSYSFSNAME
` [PATCH 5/6] xfs: add support for FS_IOC_GETSYSFSNAME
` [PATCH 6/6] bcachefs: "

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end (2)
 2024-02-06 15:44 UTC 

sync causing a flush with no data
 2024-02-06 15:14 UTC  (2+ messages)

[PATCH] ext4: fix corruption during on-line resize
 2024-02-06 12:05 UTC 

Running out of inode flags in ext4
 2024-02-06  5:13 UTC  (3+ messages)

[PATCH] generic/459: don't run on non-journaled ext4 file systems
 2024-02-05 16:32 UTC  (4+ messages)

[PATCHES] RCU pathwalk race fixes
 2024-02-05 13:51 UTC  (29+ messages)
` [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
  ` [PATCH 02/13] rcu pathwalk: prevent bogus hard errors from may_lookup()
  ` [PATCH 03/13] affs: free affs_sb_info with kfree_rcu()
  ` [PATCH 04/13] exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
  ` [PATCH 05/13] hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
  ` [PATCH 06/13] afs: fix __afs_break_callback() / afs_drop_open_mmap() race
  ` [PATCH 07/13] nfs: make nfs_set_verifier() safe for use in RCU pathwalk
  ` [PATCH 08/13] nfs: fix UAF on pathwalk running into umount
  ` [PATCH 09/13] procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
  ` [PATCH 10/13] procfs: make freeing proc_fs_info rcu-delayed
  ` [PATCH 11/13] fuse: fix UAF in rcu pathwalks
  ` [PATCH 12/13] cifs_get_link(): bail out in unsafe case
  ` [PATCH 13/13] ext4_get_link(): fix breakage in RCU mode
` RCU pathwalk audit notes

[syzbot] [ext4?] general protection fault in __block_commit_write
 2024-02-05  9:01 UTC 

[GIT PULL] ext4 bug fixes for v6.8-rc3
 2024-02-04  7:44 UTC  (2+ messages)

[PATCH v3 0/8] ext4: fix divide error in mb_update_avg_fragment_size()
 2024-02-04  4:57 UTC  (2+ messages)

[PATCH v3 0/9] Some random cleanups to mballoc
 2024-02-04  4:57 UTC  (2+ messages)

[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-02-03 17:57 UTC  (13+ messages)
` [PATCH v3 01/26] ext4: refactor ext4_da_map_blocks()
` [PATCH v3 02/26] ext4: convert to exclusive lock while inserting delalloc extents
` [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks()
` [PATCH v3 04/26] ext4: add a hole extent entry in cache after punch
` [PATCH v3 05/26] ext4: make ext4_map_blocks() distinguish delalloc only extent
` [PATCH v3 06/26] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type

[tytso-ext4:dev] BUILD SUCCESS ec9d669eba4c276d00af88951947fe0e82a6b84c
 2024-02-03 14:42 UTC 

[PATCH 0/3] Start moving write_begin/write_end out of aops
 2024-02-02 19:54 UTC  (12+ messages)
` [PATCH 1/3] fs: Introduce buffered_write_operations
` [PATCH 2/3] fs: Supply optional buffered_write_operations in buffer.c
` [PATCH 3/3] ext4: Convert to buffered_write_operations

[syzbot] kernel BUG in ext4_do_writepages
 2024-02-02  0:08 UTC  (2+ messages)

[PATCH v2] ext4: correct best extent lstart adjustment logic
 2024-02-01 17:24 UTC  (3+ messages)

[PATCH] ext4: correct best extent lstart adjustment logic
 2024-02-01 12:34 UTC  (6+ messages)

[syzbot] [ext4?] KASAN: slab-use-after-free Read in ext4_convert_inline_data_nolock
 2024-02-01  9:18 UTC  (3+ messages)

[syzbot] [ext4?] [block?] kernel BUG in set_blocksize
 2024-02-01  9:14 UTC 

[syzbot] [ext4?] general protection fault in jbd2__journal_start
 2024-01-31 15:41 UTC  (12+ messages)
` [syzbot] [xfs?] "
  ` current->journal_info got nested! (was Re: [syzbot] [xfs?] [ext4?] general protection fault in jbd2__journal_start)
  ` [PATCH] jbd2: user-memory-access in jbd2__journal_start

[RFC PATCH v2 3/8] ext2: Use dax_is_supported()
 2024-01-30 21:40 UTC  (3+ messages)
` [RFC PATCH v2 4/8] ext4: "

[RFC PATCH 4/7] ext2: Use dax_is_supported()
 2024-01-30 15:21 UTC  (4+ messages)
` [RFC PATCH 5/7] ext4: "

[syzbot] kernel BUG in __ext4_journal_stop
 2024-01-30  6:22 UTC  (2+ messages)
` [syzbot] [ext4?] "

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-01-30  2:58 UTC  (5+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread

[PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-01-29 19:34 UTC  (6+ messages)
` [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added

[syzbot] [ext4?] [nilfs?] INFO: task hung in migrate_pages_batch
 2024-01-29 17:31 UTC  (2+ messages)

[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-01-29 16:09 UTC  (4+ messages)

[inline_data] ext4: Stale flags before sync when convert to non-inline
 2024-01-29 11:17 UTC  (5+ messages)

[PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
 2024-01-28 15:58 UTC  (3+ messages)

[PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
 2024-01-28 14:44 UTC  (2+ 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).