linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-30 13:24:27 to 2024-08-14 01:52:03 UTC [more...]

[syzbot] [ext4?] divide error in ext4_mb_regular_allocator
 2024-08-14  1:52 UTC  (3+ messages)

[PATCH v3 00/12] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-13 12:34 UTC  (13+ messages)
` [PATCH v3 01/12] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [PATCH v3 02/12] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [PATCH v3 03/12] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
` [PATCH v3 04/12] ext4: let __revise_pending() return newly inserted pendings
` [PATCH v3 05/12] ext4: passing block allocation information to ext4_es_insert_extent()
` [PATCH v3 06/12] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH v3 07/12] ext4: drop ext4_es_delayed_clu()
` [PATCH v3 08/12] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [PATCH v3 09/12] ext4: drop unused ext4_es_store_status()
` [PATCH v3 10/12] ext4: make extent status types exclusive
` [PATCH v3 11/12] ext4: drop ext4_es_is_delonly()
` [PATCH v3 12/12] ext4: drop all delonly descriptions

[PATCH 0/7] Fixes and cleanups to ext4 ialloc
 2024-08-13 12:07 UTC  (8+ messages)
` [PATCH 1/7] ext4: avoid buffer_head leak in ext4_mark_inode_used
` [PATCH 2/7] ext4: avoid potential buffer_head leak in __ext4_new_inode
` [PATCH 3/7] ext4: avoid negative min_clusters in find_group_orlov
` [PATCH 4/7] ext4: remove dead check in __ext4_new_inode
` [PATCH 5/7] ext4: move checksum length calculation of inode bitmap into ext4_inode_bitmap_csum_[verify/set] functions
` [PATCH 6/7] ext4: remove unneeded NULL check of buffer_head in ext4_mark_inode_used
` [PATCH 7/7] ext4: check buffer_verified in advance to avoid unneeded ext4_get_group_info

[PATCH v5.10.y 0/3] Apply fanotify-related documentation changes
 2024-08-13 10:30 UTC  (2+ messages)

[RESEND PATCH v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by()
 2024-08-13  7:07 UTC 

[Bug 205197] New: kernel BUG at fs/ext4/extents_status.c:884
 2024-08-12 16:01 UTC  (5+ messages)
` [Bug 205197] "

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

ext4 avoidably stalls waiting on writeback when unlinking a truncated file
 2024-08-10 10:16 UTC 

[PATCH v3 0/3] Fix an error caused by improperly dirtied buffer
 2024-08-10  8:28 UTC  (4+ messages)
` [PATCH v3 1/3] ext4: hoist ext4_block_write_begin and replace the __block_write_begin
` [PATCH v3 2/3] ext4: fix a potential assertion failure due to improperly dirtied buffer
` [RFC PATCH v3 3/3] ext4: remove the superfluous things left by __block_write_begin

[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-10  4:01 UTC  (25+ 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

[PATCH] jbd2: correct member name in document
 2024-08-09 19:30 UTC 

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

[RFC PATCH v2 0/2] Fix an error caused by improperly dirtied buffer
 2024-08-09 17:10 UTC  (5+ messages)
` [RFC PATCH V2 1/2] ext4: fix a potential assertion failure due to "
` [RFC PATCH V2 2/2] ext4: Replace the __block_write_begin with ext4_block_write_begin

[RFC PATCH] jbd2: fix a potential assertion failure due to improperly dirtied buffer
 2024-08-09 15:55 UTC  (6+ messages)

[PATCH v2] vfs: Don't evict inode under the inode lru traversing context
 2024-08-09 15:15 UTC  (2+ messages)

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

[PATCH] ext4: don't set SB_RDONLY after filesystem errors
 2024-08-08 16:16 UTC  (3+ messages)

[Bug 219141] New: nfs slow , rw error ffast write
 2024-08-08 13:47 UTC  (2+ messages)
` [Bug 219141] "

[PATCH v3 0/8] Fix and cleanups to jbd2
 2024-08-08  5:30 UTC  (17+ 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

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

[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 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] "

[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  (31+ messages)
` [PATCH 03/20] ext4: fix double brelse() the buffer of the "
` [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)
  `  "

[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  (23+ 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  (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).