linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-25 17:16:55 to 2024-08-08 04:33:24 UTC [more...]

[syzbot] [ext4?] kernel BUG in ext4_mb_use_inode_pa (2)
 2024-08-08  4:33 UTC 

[RFC PATCH] jbd2: fix a potential assertion failure due to improperly dirtied buffer
 2024-08-08  3:05 UTC  (5+ messages)

[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-07 17:48 UTC  (19+ messages)
` [PATCH v2 01/10] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [PATCH v2 02/10] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [PATCH v2 03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
` [PATCH v2 04/10] ext4: let __revise_pending() return newly inserted pendings
` [PATCH v2 05/10] ext4: count removed reserved blocks for delalloc only extent entry
` [PATCH v2 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH v2 07/10] ext4: drop ext4_es_delayed_clu()
` [PATCH v2 08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [PATCH v2 09/10] ext4: drop ext4_es_is_delonly()
` [PATCH v2 10/10] ext4: drop all delonly descriptions

[Bug 219132] New: Redundant "re-mounted ro" message
 2024-08-07 13:41 UTC  (5+ messages)
` [Bug 219132] "

[Bug 219136] New: ext4: dax: overflowing extents beyond inode size when partially writing
 2024-08-07 12:53 UTC  (3+ messages)
` [Bug 219136] "

[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
 2024-08-07  9:35 UTC  (4+ messages)

[PATCH v3 0/8] Fix and cleanups to jbd2
 2024-08-07  7:41 UTC  (16+ messages)
` [PATCH v3 1/8] jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
` [PATCH v3 2/8] jbd2: remove dead check in journal_alloc_journal_head
` [PATCH v3 3/8] jbd2: remove unused return value of jbd2_fc_release_bufs
` [PATCH v3 4/8] jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_metadata_buffer
` [PATCH v3 5/8] jbd2: remove unneeded done_copy_out variable "
` [PATCH v3 6/8] ext4: move escape handle to futher improve jbd2_journal_write_metadata_buffer
` [PATCH v3 7/8] jbd2: correct comment jbd2_mark_journal_empty
` [PATCH v3 8/8] jbd2: remove unneeded check of ret in jbd2_fc_get_buf

[PATCH v4 1/2] locking/lockdep: Forcing subclasses to have same name pointer as their parent class
 2024-08-07  2:21 UTC  (5+ messages)
` [PATCH v4 2/2] locking/lockdep: Testing lock class and subclass got the same name pointer

[Bug 218596] New: kernel BUG at fs/ext4/extents_status.c:884
 2024-08-06 11:31 UTC  (4+ messages)
` [Bug 218596] "

[Bug 205197] New: kernel BUG at fs/ext4/extents_status.c:884
 2024-08-06 11:30 UTC  (4+ messages)
` [Bug 205197] "

[PATCH] ext4: don't set SB_RDONLY after filesystem errors
 2024-08-06 10:50 UTC  (2+ messages)

[PATCH] vfs: Don't evict inode under the inode lru traversing context
 2024-08-06  3:48 UTC  (5+ messages)

[PATCH] correct the variable name of structure in comment in order to remove warning, seen while building Documentation using make htmldocs command
 2024-08-05 13:29 UTC  (2+ messages)

[BUG REPORT] potential deadlock in inode evicting under the inode lru traversing context on ext4 and ubifs
 2024-08-05  1:29 UTC  (2+ messages)

[PATCH 00/20] ext4: some bugfixes and cleanups for ext4 extents path
 2024-08-03  2:23 UTC  (50+ messages)
` [PATCH 03/20] ext4: fix double brelse() the buffer of the "
` [PATCH 04/20] ext4: add new ext4_ext_path_brelse() helper
` [PATCH 05/20] ext4: fix slab-use-after-free in ext4_split_extent_at()
` [PATCH 06/20] ext4: avoid use-after-free in ext4_ext_show_leaf()
` [PATCH 07/20] ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
` [PATCH 08/20] ext4: get rid of ppath in ext4_find_extent()
` [PATCH 09/20] ext4: get rid of ppath in get_ext_path()
` [PATCH 10/20] ext4: get rid of ppath in ext4_ext_create_new_leaf()
` [PATCH 11/20] ext4: get rid of ppath in ext4_ext_insert_extent()
` [PATCH 12/20] ext4: get rid of ppath in ext4_split_extent_at()
` [PATCH 13/20] ext4: get rid of ppath in ext4_force_split_extent_at()
` [PATCH 14/20] ext4: get rid of ppath in ext4_split_extent()
` [PATCH 15/20] ext4: get rid of ppath in ext4_split_convert_extents()
` [PATCH 16/20] ext4: get rid of ppath in ext4_convert_unwritten_extents_endio()
` [PATCH 17/20] ext4: get rid of ppath in ext4_ext_convert_to_initialized()
` [PATCH 18/20] ext4: get rid of ppath in ext4_ext_handle_unwritten_extents()
` [PATCH 19/20] ext4: get rid of ppath in convert_initialized_extent()
` [PATCH 20/20] ext4: avoid unnecessary extent path frees and allocations

Understanding blktrace; measuring extra writes on ext4 with open(...,O_DSNYC | O_TRUNC)
 2024-08-02 19:58 UTC  (3+ messages)

[syzbot] [ext4?] KCSAN: data-race in generic_buffers_fsync_noflush / writeback_single_inode (3)
 2024-08-02  7:50 UTC 

[PATCH] kernel/ext4: nested locking for xattr inode
 2024-08-01 14:38 UTC 

[PATCH 3/4] ext4: factor out write end code of inline file
 2024-08-01  7:20 UTC  (2+ messages)
  `  "

Modification of block device by R/O mount
 2024-08-01  6:32 UTC  (4+ messages)

[PATCH v4 0/8] Fix and cleanups to jbd2
 2024-08-01  1:38 UTC  (9+ messages)
` [PATCH v4 1/8] jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
` [PATCH v4 2/8] jbd2: remove dead check in journal_alloc_journal_head
` [PATCH v4 3/8] jbd2: remove unused return value of jbd2_fc_release_bufs
` [PATCH v4 4/8] jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_metadata_buffer
` [PATCH v4 5/8] jbd2: remove unneeded done_copy_out variable "
` [PATCH v4 6/8] jbd2: move escape handle to futher improve jbd2_journal_write_metadata_buffer
` [PATCH v4 7/8] jbd2: correct comment jbd2_mark_journal_empty
` [PATCH v4 8/8] jbd2: remove unneeded check of ret in jbd2_fc_get_buf

[PATCH 6.1 000/440] 6.1.103-rc1 review
 2024-07-31 16:49 UTC  (4+ messages)

[PATCH v2 0/8] Fix and cleanups to jbd2
 2024-07-31 12:00 UTC  (11+ messages)
` [PATCH v2 1/8] jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
` [PATCH v2 2/8] jbd2: remove dead check in journal_alloc_journal_head
` [PATCH v2 3/8] jbd2: remove unused return value of jbd2_fc_release_bufs
` [PATCH v2 4/8] jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_metadata_buffer
` [PATCH v2 5/8] jbd2: remove unneeded done_copy_out variable "
` [PATCH v2 6/8] ext4: move escape handle to futher improve jbd2_journal_write_metadata_buffer
` [PATCH v2 7/8] jbd2: correct comment jbd2_mark_journal_empty
` [PATCH v2 8/8] jbd2: remove unneeded check of ret in jbd2_fc_get_buf

subscribe
 2024-07-31 11:06 UTC 

[PATCH 0/7] Fix and cleanups to jbd2
 2024-07-31  8:37 UTC  (24+ messages)
` [PATCH 1/7] jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
` [PATCH 2/7] jbd2: remove dead check in journal_alloc_journal_head
` [PATCH 3/7] jbd2: remove unused return value of jbd2_fc_release_bufs
` [PATCH 4/7] jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_metadata_buffer
` [PATCH 5/7] jbd2: remove unneeded done_copy_out variable "
` [PATCH 6/7] jbd2: correct comment jbd2_mark_journal_empty
` [PATCH 7/7] jbd2: remove unneeded check of ret in jbd2_fc_get_buf

[linus:master] [jbd2] a794c9ad02: fxmark.ssd_ext4_MWCL_18_bufferedio.works/sec 10.9% improvement
 2024-07-31  4:55 UTC 

[PATCH v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by()
 2024-07-30 22:02 UTC 

[PATCH v3] ext4: Annotate struct ext4_xattr_inode_array with __counted_by()
 2024-07-30 21:16 UTC  (2+ messages)

[PATCH v2] ext4: Annotate struct ext4_xattr_inode_array with __counted_by()
 2024-07-30 20:41 UTC  (4+ messages)

[PATCH] ext4: Annotate struct ext4_xattr_inode_array with __counted_by()
 2024-07-30 17:10 UTC  (4+ messages)

[PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros
 2024-07-29 18:57 UTC  (22+ messages)
` [PATCH 1/4] module: "

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_read_inline_dir
 2024-07-28 22:46 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 3/5] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
 2024-07-28 15:50 UTC 

[PATCH AUTOSEL 5.4 4/6] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
 2024-07-28 15:50 UTC 

[PATCH AUTOSEL 5.10 5/7] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
 2024-07-28 15:49 UTC 

[PATCH AUTOSEL 5.15 07/10] ext4: fix uninitialized variable in ext4_inlinedir_to_tree
 2024-07-28 15:49 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 08/10] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer

[PATCH AUTOSEL 6.1 14/17] ext4: fix uninitialized variable in ext4_inlinedir_to_tree
 2024-07-28 15:47 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 15/17] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer

[PATCH AUTOSEL 6.6 17/20] ext4: fix uninitialized variable in ext4_inlinedir_to_tree
 2024-07-28 15:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 18/20] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer

[PATCH AUTOSEL 6.10 29/34] ext4: fix uninitialized variable in ext4_inlinedir_to_tree
 2024-07-28 15:40 UTC  (3+ messages)
` [PATCH AUTOSEL 6.10 30/34] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
` [PATCH AUTOSEL 6.10 33/34] ext4: sanity check for NULL pointer after ext4_force_shutdown

[PATCH] Documentation: ext4.rst: Remove obsolete descriptions of noacl/nouser_xattr options
 2024-07-28  0:34 UTC 

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


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