linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-24 19:21:05 to 2024-02-05 12:30:42 UTC [more...]

[PATCHES] RCU pathwalk race fixes
 2024-02-05 12:30 UTC  (24+ 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

Running out of inode flags in ext4
 2024-02-05 10:08 UTC 

[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  (33+ 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
` [RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation
` [RFC PATCH v3 08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map
` [RFC PATCH v3 09/26] ext4: allow inserting delalloc extents with multi-blocks
` [RFC PATCH v3 10/26] ext4: correct delalloc extent length
` [RFC PATCH v3 11/26] ext4: also mark extent as delalloc if it's been unwritten
` [RFC PATCH v3 12/26] ext4: factor out bh handles to ext4_da_get_block_prep()
` [RFC PATCH v3 13/26] ext4: use reserved metadata blocks when splitting extent in endio
` [RFC PATCH v3 14/26] ext4: factor out ext4_map_{create|query}_blocks()
` [RFC PATCH v3 15/26] ext4: introduce seq counter for extent entry
` [RFC PATCH v3 16/26] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v3 17/26] ext4: implement buffered read iomap path
` [RFC PATCH v3 18/26] ext4: implement buffered write "
` [RFC PATCH v3 19/26] ext4: implement writeback "
` [RFC PATCH v3 20/26] ext4: implement mmap "
` [RFC PATCH v3 21/26] ext4: implement zero_range "
` [RFC PATCH v3 22/26] ext4: writeback partial blocks before zero range
` [RFC PATCH v3 23/26] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v3 24/26] ext4: partially enable iomap for regular file's buffered IO path
` [RFC PATCH v3 25/26] filemap: support disable large folios on active inode
` [RFC PATCH v3 26/26] ext4: enable large folio for regular file with iomap buffered IO path

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

sync causing a flush with no data
 2024-02-02 20:40 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

[PATCH] generic/459: don't run on non-journaled ext4 file systems
 2024-02-02 19:06 UTC  (3+ messages)

[PATCH v5 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-02-02 15:56 UTC  (23+ 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

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end (2)
 2024-02-02  9:24 UTC 

[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  (15+ messages)
` [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
` [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
` [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
` [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount

[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)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_find_extent (3)
 2024-01-27 21:58 UTC  (3+ messages)

[PATCH 1/7] ext4: avoid overflow when setting values via sysfs
 2024-01-27 10:44 UTC  (2+ messages)

[Bug 218380] 4.19.304/305 (and 4.14.336) no message 'unable to mount rootfs' anymore
 2024-01-27  6:19 UTC 

[PATCH 0/7] ext4: avoid sysfs variables overflow causing BUG_ON/SOOB
 2024-01-27  2:12 UTC  (15+ messages)
` [PATCH 1/7] ext4: avoid overflow when setting values via sysfs
` [PATCH 2/7] ext4: refactor out ext4_generic_attr_store()
` [PATCH 3/7] ext4: refactor out ext4_generic_attr_show()
` [PATCH 4/7] ext4: add positive int attr pointer to avoid sysfs variables overflow
` [PATCH 5/7] ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
` [PATCH 6/7] ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
` [PATCH 7/7] ext4: set the type of max_zeroout to unsigned int "

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

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end
 2024-01-26 11:05 UTC  (3+ messages)

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

[PATCH] shrink extent tree
 2024-01-25 18:31 UTC 

[PATCH] merge extent blocks when possible
 2024-01-25 17:01 UTC 

[syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
 2024-01-25 12:55 UTC  (3+ 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).