linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-24 06:52:39 to 2024-08-02 11:55:08 UTC [more...]

[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-02 11:51 UTC  (9+ 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()

Understanding blktrace; measuring extra writes on ext4 with open(...,O_DSNYC | O_TRUNC)
 2024-08-02  8:28 UTC 

[PATCH 00/20] ext4: some bugfixes and cleanups for ext4 extents path
 2024-08-02  8:12 UTC  (72+ messages)
` [PATCH 01/20] ext4: refactor ext4_ext_rm_idx() to index 'path'
` [PATCH 02/20] ext4: prevent partial update of the extents path
` [PATCH 03/20] ext4: fix double brelse() the buffer "
` [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

[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 v3 0/8] Fix and cleanups to jbd2
 2024-08-01  1:24 UTC  (15+ 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 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] "

[PATCH v5.10.y 0/3] Apply fanotify-related documentation changes
 2024-07-25 15:32 UTC  (4+ messages)
` [PATCH v5.10.y 1/3] samples: Add fs error monitoring example
` [PATCH v5.10.y 2/3] samples: Make fs-monitor depend on libc and headers
` [PATCH v5.10.y 3/3] Add gitignore file for samples/fanotify/ subdirectory

[PATCH v5.15.y 0/4] Apply fanotify-related documentation changes
 2024-07-25 12:29 UTC  (6+ messages)
` [PATCH v5.15.y 1/4] samples: Add fs error monitoring example
` [PATCH v5.15.y 2/4] samples: Make fs-monitor depend on libc and headers
` [PATCH v5.15.y 3/4] docs: Fix formatting of literal sections in fanotify docs
` [PATCH v5.15.y 4/4] Add gitignore file for samples/fanotify/ subdirectory

[syzbot] [ext4?] INFO: task hung in sb_start_write
 2024-07-25  6:18 UTC 

[Bug 219072] After updating to kernel 6.10.0, one of my Western Digital HDD stopped working
 2024-07-25  1:14 UTC  (2+ messages)

[PATCH v2 0/4] ext4: fix incorrect tid assumptions
 2024-07-24 16:31 UTC  (7+ messages)
` [PATCH v2 1/4] ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
` [PATCH v2 2/4] ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
` [PATCH v2 3/4] ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
` [PATCH v2 4/4] ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()

[PATCH 0/4] ext4: fix incorrect tid assumptions
 2024-07-24 15:13 UTC  (13+ messages)
` [PATCH 1/4] ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
` [PATCH 2/4] ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
` [PATCH 3/4] ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
` [PATCH 4/4] ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()

[PATCH 5.10 387/770] fanotify: Allow users to request FAN_FS_ERROR events
 2024-07-24  6:52 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 NNTP newsgroup(s).