public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-20 23:17:32 to 2024-09-03 02:29:38 UTC [more...]

[RFC PATCHv2 1/1] fs: ext4: Don't use CMA for buffer_head
 2024-09-03  2:29 UTC  (3+ messages)

[PATCH v6 0/4] Fix an error caused by improperly dirtied buffer
 2024-09-02 13:35 UTC  (7+ messages)
` [PATCH 1/4] ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffers
` [PATCH 2/4] ext4: hoist ext4_block_write_begin and replace the __block_write_begin
` [PATCH 3/4] ext4: fix a potential assertion failure due to improperly dirtied buffer
` [PATCH 4/4] ext4: remove the special buffer dirty handling in do_journal_get_write_access

[PATCH v2] ovl: don't set the superblock's errseq_t manually
 2024-09-02 11:32 UTC  (3+ messages)

[syzbot] [ext4?] kernel BUG in ext4_inline_data_truncate
 2024-09-01 12:34 UTC  (3+ messages)

[PATCH] buffer: Associate the meta bio with blkg from buffer page
 2024-08-31  9:48 UTC  (8+ messages)

[PATCH] tune2fs: do not update quota when not needed
 2024-08-30 18:59 UTC 

[PATCH v3 1/2] ext4: Check stripe size compatibility on remount as well
 2024-08-30  8:28 UTC  (3+ messages)
` [PATCH v3 2/2] ext4: Convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2C

[PATCH 00/10] ext4: clean up and refactor fallocate
 2024-08-30  7:38 UTC  (11+ messages)
` [PATCH 01/10] ext4: write out dirty data before dropping pages
` [PATCH 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH 03/10] ext4: drop ext4_update_disksize_before_punch()
` [PATCH 04/10] ext4: refactor ext4_zero_range()
` [PATCH 05/10] ext4: refactor ext4_punch_hole()
` [PATCH 06/10] ext4: refactor ext4_collapse_range()
` [PATCH 07/10] ext4: refactor ext4_insert_range()
` [PATCH 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH 09/10] ext4: factor out the common checking part of all fallocate operations
` [PATCH 10/10] ext4: factor out a common helper to lock and flush data before fallocate

[PATCH -next] ext4: Simplify if condition
 2024-08-30  7:17 UTC 

[PATCH v2 1/2] ext4: Check stripe size compatibility on remount as well
 2024-08-30  5:03 UTC  (6+ messages)
` [PATCH v2 2/2] ext4: Convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2C

[tytso-ext4:dev] BUILD SUCCESS dda898d7ffe85931f9cca6d702a51f33717c501e
 2024-08-30  4:21 UTC 

[PATCH v5 0/3] Fix an error caused by improperly dirtied buffer
 2024-08-30  2:03 UTC  (9+ messages)
` [PATCH 1/3] ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffers
` [PATCH 2/3] ext4: hoist ext4_block_write_begin and replace the __block_write_begin
` [PATCH 3/3] ext4: fix a potential assertion failure due to improperly dirtied buffer

[PATCH v3] ext4: fix i_data_sem unlock order in ext4_ind_migrate()
 2024-08-29 15:22 UTC 

[PATCH v2] ext4: dax: keep orphan list before truncate overflow allocated blocks
 2024-08-29 12:21 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_inlinedir_to_tree
 2024-08-29 10:39 UTC  (2+ messages)

sort out the fallocate mode mess v2
 2024-08-29  3:56 UTC  (25+ messages)
` [PATCH 1/6] block: remove checks for FALLOC_FL_NO_HIDE_STALE
` [PATCH 2/6] ext4: remove tracing "
` [PATCH 3/6] fs: sort out the fallocate mode vs flag mess
` [PATCH 4/6] xfs: call xfs_flush_unmap_range from xfs_free_file_space
` [PATCH 5/6] xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space
` [PATCH 6/6] xfs: refactor xfs_file_fallocate

[PATCH v4 0/2] Fix an error caused by improperly dirtied buffer
 2024-08-29  1:50 UTC  (8+ messages)
` [PATCH 1/2] ext4: hoist ext4_block_write_begin and replace the __block_write_begin
` [PATCH 2/2] ext4: fix a potential assertion failure due to improperly dirtied buffer

[PATCH -next 0/3] ext4: Using scope-based resource management function
 2024-08-28 21:34 UTC  (5+ messages)
` [PATCH -next 1/3] ext4: Use scoped()/scoped_guard() to drop read_lock()/unlock pair
` [PATCH -next 2/3] ext4: Use scoped()/scoped_guard() to drop write_lock()/unlock pair
` [PATCH -next 3/3] ext4: Use scoped()/scoped_guard() to drop rcu_read_lock()/unlock pair

[syzbot] [ext4?] [ocfs2?] kernel BUG in jbd2_cleanup_journal_tail
 2024-08-28 12:28 UTC  (7+ messages)

[PATCH 1/2] ext4: dax: Fix overflowing extents beyond inode size when partially writing
 2024-08-28  9:27 UTC  (6+ messages)
` [PATCH 2/2] ext4: dax: keep orphan list before truncate overflow allocated blocks

jbd2: io throttle for metadata buffers
 2024-08-28  3:32 UTC  (4+ messages)

[PATCH V5] ext4: check hash version and filesystem casefolded consistent
 2024-08-27 20:16 UTC  (4+ messages)
` [PATCH V6] fs/ext4: Filesystem without casefold feature cannot be mounted with spihash
    ` [PATCH] ext4: Fix error message when rejecting the default hash

[PATCH v2 00/25] ext4: some bugfixes and cleanups for ext4 extents path
 2024-08-27 18:07 UTC  (29+ messages)
` [PATCH v2 01/25] ext4: refactor ext4_ext_rm_idx() to index 'path'
` [PATCH v2 02/25] ext4: prevent partial update of the extents path
` [PATCH v2 03/25] ext4: fix slab-use-after-free in ext4_split_extent_at()
` [PATCH v2 04/25] ext4: avoid use-after-free in ext4_ext_show_leaf()
` [PATCH v2 05/25] ext4: update orig_path in ext4_find_extent()
` [PATCH v2 06/25] ext4: aovid use-after-free in ext4_ext_insert_extent()
` [PATCH v2 07/25] ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
` [PATCH v2 08/25] ext4: fix double brelse() the buffer of the extents path
` [PATCH v2 09/25] ext4: add new ext4_ext_path_brelse() helper
` [PATCH v2 10/25] ext4: propagate errors from ext4_find_extent() in ext4_insert_range()
` [PATCH v2 11/25] ext4: get rid of ppath in ext4_find_extent()
` [PATCH v2 12/25] ext4: get rid of ppath in get_ext_path()
` [PATCH v2 13/25] ext4: get rid of ppath in ext4_ext_create_new_leaf()
` [PATCH v2 14/25] ext4: get rid of ppath in ext4_ext_insert_extent()
` [PATCH v2 15/25] ext4: get rid of ppath in ext4_split_extent_at()
` [PATCH v2 16/25] ext4: get rid of ppath in ext4_force_split_extent_at()
` [PATCH v2 17/25] ext4: get rid of ppath in ext4_split_extent()
` [PATCH v2 18/25] ext4: get rid of ppath in ext4_split_convert_extents()
` [PATCH v2 19/25] ext4: get rid of ppath in ext4_convert_unwritten_extents_endio()
` [PATCH v2 20/25] ext4: get rid of ppath in ext4_ext_convert_to_initialized()
` [PATCH v2 21/25] ext4: get rid of ppath in ext4_ext_handle_unwritten_extents()
` [PATCH v2 22/25] ext4: get rid of ppath in convert_initialized_extent()
` [PATCH v2 23/25] ext4: refactor ext4_swap_extents() to reuse extents path
` [PATCH v2 24/25] ext4: make some fast commit functions "
` [PATCH v2 25/25] ext4: save unnecessary indentation in ext4_ext_create_new_leaf()

[PATCH v5 1/2] locking/lockdep: Avoid creating new name string literals in lockdep_set_subclass()
 2024-08-27 18:00 UTC  (4+ messages)
` [PATCH v6 2/2] locking/lockdep: Test no new string literal is created "

[PATCH] jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH] ext4: dax: Fix overflowing extents beyond inode size when partially writing
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH] jbd2: fix kernel-doc for j_transaction_overhead_buffers
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by()
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH] ext4: fix access to uninitialised lock in fc replay path
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH v5] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH v4 0/8] Fix and cleanups to jbd2
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH v2 1/4] ext4: Reduce stack usage in ext4_mpage_readpages()
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH v2 0/4] ext4: fix incorrect tid assumptions
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH] ext4: don't set SB_RDONLY after filesystem errors
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH] Documentation: ext4.rst: Remove obsolete descriptions of noacl/nouser_xattr options
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH] ext4: Use seq_putc() in two functions
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH] ext4: Fix timer use-after-free on failed mount
 2024-08-27 12:47 UTC  (2+ messages)

[PATCH] kernel/ext4: nested locking for xattr inode
 2024-08-27 12:47 UTC  (2+ messages)

[Bug 219200] New: update from 6.11.0-rc1 to 6.11.0-rc5 causes file system check every boot
 2024-08-27 11:07 UTC  (4+ messages)
` [Bug 219200] "

[syzbot] [ext4?] BUG: unable to handle kernel paging request in do_split
 2024-08-24  4:20 UTC  (6+ messages)
` [PATCH] ext4: No need to continue when the number of entries is 1

[PATCH 0/2] fs/dcache: fix cache inconsistency on case-insensitive lookups
 2024-08-22 17:25 UTC  (7+ messages)
` [PATCH 1/2] fs/dcache: introduce d_alloc_parallel_check_existing

[PATCH] ext4: Adjust the layout of the ext4_inode_info structure to save memory
 2024-08-22 15:00 UTC  (2+ messages)

[PATCH 0/3] Some extended attributes related comments correction
 2024-08-22 15:00 UTC  (2+ messages)

[PATCH] ext4: Correct dentry name hash when readdir with encrypted and not casefolded
 2024-08-22 15:00 UTC  (2+ messages)

[PATCH] ext4:fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH
 2024-08-22 15:00 UTC  (3+ messages)
` [PATCH v2] ext4: fix "

[tytso-ext4:dev] BUILD SUCCESS dd7895c6e4a71257be661bc76dfd8211ee27b9ba
 2024-08-22  2:12 UTC 

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-08-21 18:29 UTC  (3+ messages)
` [syzbot] "

sort out the fallocate mode mess
 2024-08-21 16:11 UTC  (13+ messages)
` [PATCH 1/6] block: remove checks for FALLOC_FL_NO_HIDE_STALE
` [PATCH 2/6] ext4: remove tracing "
` [PATCH 3/6] fs: sort out the fallocate mode vs flag mess
` [PATCH 4/6] xfs: call xfs_flush_unmap_range from xfs_free_file_space
` [PATCH 5/6] xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space
` [PATCH 6/6] xfs: refactor xfs_file_fallocate

[PATCH 0/4] ext4: avoid OOB when system.data xattr changes underneath the filesystem
 2024-08-21 15:23 UTC  (5+ messages)
` [PATCH 1/4] ext4: ext4_search_dir should return a proper error
` [PATCH 2/4] ext4: return error on ext4_find_inline_entry
` [PATCH 3/4] ext4: explicitly exit when ext4_find_inline_entry returns an error
` [PATCH 4/4] ext4: avoid OOB when system.data xattr changes underneath the filesystem

[PATCH 0/2] e2fsck: make sure orphan files are cleaned-up
 2024-08-21 13:12 UTC  (2+ messages)

[RFC PATCH 1/1] fs: ext4: Don't use CMA for buffer_head
 2024-08-21 11:22 UTC 

Overwriteable media errors and data recovery
 2024-08-21  9:38 UTC 

[PATCH 00/20] ext4: some bugfixes and cleanups for ext4 extents path
 2024-08-21  3:29 UTC  (6+ messages)
` [PATCH 12/20] ext4: get rid of ppath in ext4_split_extent_at()

[RESEND PATCH v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by()
 2024-08-20 23:17 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