public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-20 05:52:13 to 2024-06-05 21:04:30 UTC [more...]

[syzbot] [ext4?] possible deadlock in ext4_setattr (2)
 2024-06-05 21:04 UTC 

[Bug 218932] New: Serious problem with ext4 with all kernels, auto-commits do not settle to block device
 2024-06-05 21:01 UTC  (7+ messages)
` [Bug 218932] "

[PATCH] tests: write f_badjour_encrypted output to log
 2024-06-05 20:03 UTC 

[syzbot] [ext4?] WARNING in ext4_mb_initialize_context
 2024-06-05 19:47 UTC 

[PATCHv2 0/2] iomap: Optimize read_folio
 2024-06-05 15:29 UTC  (7+ messages)
` [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
  ` (subset) "
` [PATCHv2 2/2] iomap: Optimize iomap_read_folio
  ` (subset) "

[PATCH v17 0/7] Case insensitive cleanup for ext4/f2fs
 2024-06-05 10:48 UTC  (13+ messages)
` [PATCH v17 1/7] ext4: Simplify the handling of cached casefolded names
` [PATCH v17 2/7] f2fs: "
` [PATCH v17 3/7] libfs: Introduce case-insensitive string comparison helper
` [PATCH v17 4/7] ext4: Reuse generic_ci_match for ci comparisons
` [PATCH v17 5/7] f2fs: "
` [PATCH v17 6/7] ext4: Move CONFIG_UNICODE defguards into the code flow
` [PATCH v17 7/7] f2fs: "

[RFC] Documentation: Add initial iomap document
 2024-06-05  4:07 UTC  (3+ messages)

[PATCH] jbd2: add missing MODULE_DESCRIPTION()
 2024-06-05  8:35 UTC  (2+ messages)

[PATCH V5] ext4: check hash version and filesystem casefolded consistent
 2024-06-05  1:23 UTC  (6+ messages)
        ` [PATCH V6] fs/ext4: Filesystem without casefold feature cannot be mounted with spihash

[PATCH v2] Fix issue in mark_buffer_dirty_inode
 2024-06-04 19:10 UTC  (3+ messages)

[PATCH] ext4:fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH
 2024-06-04 17:30 UTC  (2+ messages)

[PATCH V2] ext4: add casefolded feature check before setup encrypted info
 2024-06-04  9:36 UTC  (5+ messages)
    ` [PATCH V3] ext4: check hash version and filesystem casefolded consistent

[PATCH v2] Fix issue in mark_buffer_dirty_inode
 2024-06-04  6:00 UTC 

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-06-04  3:10 UTC  (4+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread

[PATCH] ext4: Adjust the layout of the ext4_inode_info structure to save memory
 2024-06-03 15:24 UTC  (4+ messages)

6.9.3 stable : filesystem tasks stalled
 2024-06-03 13:08 UTC 

[syzbot] [ext4?] INFO: task hung in vfs_rmdir (2)
 2024-06-03 11:27 UTC  (7+ messages)

[PATCH] Fix filesystem issue: description of the fix Fix mark_buffer_dirty_inode to mark_buffer_dirty_fsync Signed-off-by: HyeonWoo Cha <chw1119@hanyang.ac.kr>
 2024-06-03  7:35 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in ext4_inline_data_truncate (2)
 2024-06-02 13:53 UTC 

[PATCH] Fix implicit my_llseek declaration error when targeting musl libc
 2024-06-02 12:07 UTC 

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

[RESEND PATCH] jbd2: Use str_plural() to fix Coccinelle warning
 2024-05-31 20:12 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-05-31  3:46 UTC  (2+ messages)
` [syzbot] "

[syzbot] [crypto?] KMSAN: uninit-value in aes_encrypt (5)
 2024-05-30  4:31 UTC 

[syzbot] [mm?] [ext4?] INFO: rcu detected stall in ext4_release_file (2)
 2024-05-30  3:27 UTC 

[PATCH] fuse2fs: explicitly set _FILE_OFFSET_BITS again
 2024-05-29 18:12 UTC 

[PATCH v3 0/2] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-05-29 16:52 UTC  (7+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] ext4: fix possible tid_t sequence overflows

[syzbot] [ext4?] WARNING: locking bug in find_lock_lowest_rq
 2024-05-29 15:50 UTC  (3+ messages)
` Testing if issue still reproduces

[PATCH 0/7] Start moving write_begin/write_end out of aops
 2024-05-29  5:25 UTC  (15+ messages)
` [PATCH 1/7] fs: Introduce buffered_write_operations
` [PATCH 2/7] fs: Supply optional buffered_write_operations in buffer.c
` [PATCH 3/7] buffer: Add buffer_write_begin, buffer_write_end and __buffer_write_end
` [PATCH 4/7] fs: Add filemap_symlink()
` [PATCH 5/7] ext2: Convert to buffered_write_operations
` [PATCH 6/7] ext4: "
` [PATCH 7/7] iomap: Return the folio from iomap_write_begin()

[syzbot] [ext4?] WARNING in ext4_xattr_inode_lookup_create
 2024-05-29  2:01 UTC  (4+ messages)
` [PATCH] fs/dcache: fix warning "

[PATCH v6 00/10] Ext4 fast commit performance patch series
 2024-05-29  1:20 UTC  (11+ messages)
` [PATCH v6 01/10] ext4: convert i_fc_lock to spinlock
` [PATCH v6 02/10] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v6 03/10] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH v6 04/10] ext4: rework fast commit commit path
` [PATCH v6 05/10] ext4: drop i_fc_updates from inode fc info
` [PATCH v6 06/10] ext4: update code documentation
` [PATCH v6 07/10] ext4: add nolock mode to ext4_map_blocks()
` [PATCH v6 08/10] ext4: introduce selective flushing in fast commit
` [PATCH v6 09/10] ext4: temporarily elevate commit thread priority
` [PATCH v6 10/10] ext4: make fast commit ineligible on ext4_reserve_inode_write failure

[PATCH v2] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-05-29  0:01 UTC  (8+ messages)

[PATCH] libext2fs: fix unused parameter warnings/errors
 2024-05-28 13:18 UTC  (4+ messages)
    ` [PATCH e2fsprogs v2] "

[PATCH AUTOSEL 6.6 3/4] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
 2024-05-28  2:18 UTC 

[PATCH AUTOSEL 6.8 3/4] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
 2024-05-28  2:18 UTC 

[PATCH AUTOSEL 6.9 3/5] ext4: do not create EA inode under buffer lock
 2024-05-28  2:18 UTC  (2+ messages)
` [PATCH AUTOSEL 6.9 4/5] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()

[Bug 218850] New: Unexpected failure when write to a file with two file descriptor
 2024-05-27 21:14 UTC  (3+ messages)
` [Bug 218850] "

[PATCH v16 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-05-27 20:54 UTC  (8+ messages)
` [PATCH v16 3/9] libfs: Introduce case-insensitive string comparison helper

[PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
 2024-05-27 18:02 UTC 

[PATCH] ext4: use ext4_update_inode_fsync_trans() helper in inode creation
 2024-05-27 16:14 UTC 

[PATCH] configure: add SIZEOF_TIME_T to public_config.h
 2024-05-27  7:41 UTC 

[PATCH] ext4/jbd2: drop jbd2_transaction_committed()
 2024-05-27  6:37 UTC  (6+ messages)

[syzbot] [ext4?] WARNING in __fortify_report
 2024-05-25  4:11 UTC  (4+ messages)

[syzbot] kernel BUG in ext4_do_writepages
 2024-05-24  0:14 UTC  (2+ messages)

[PATCH] ext4: Use memtostr_pad() for s_volume_name
 2024-05-23 22:54 UTC 

[PATCH] ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()
 2024-05-23 16:45 UTC  (2+ messages)

[PATCH 00/10] Ext4 fast commit performance patch series
 2024-05-23 14:40 UTC  (7+ messages)
` [PATCH 07/10] ext4: add nolock mode to ext4_map_blocks()
` [PATCH 08/10] ext4: introduce selective flushing in fast commit
` [PATCH 09/10] ext4: temporarily elevate commit thread priority
` [PATCH 10/10] ext4: make fast commit ineligible on ext4_reserve_inode_write failure

[PATCH v2] jbd2: speed up jbd2_transaction_committed()
 2024-05-23 12:30 UTC  (3+ messages)

[RFC PATCH 0/2] ext4: two small fast commit fixes
 2024-05-23  8:52 UTC  (9+ messages)
` [RFC PATCH 1/2] ext4: fix fast commit inode enqueueing during a full journal commit
` [RFC PATCH 2/2] jbd2: reset fast commit offset only after fs cleanup is done

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-23  2:00 UTC  (15+ messages)
` [PATCH v3 3/3] xfs: correct the zeroing truncate range

[REGRESSION] dm: use queue_limits_set
 2024-05-21 15:29 UTC  (14+ messages)
`  "

[PATCH 04/10] ext4: rework fast commit commit path
 2024-05-20 22:05 UTC  (2+ messages)

[PATCH v5 00/10] ext4: support adding multi-delalloc blocks
 2024-05-20  9:39 UTC  (7+ messages)
` [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v5 08/10] ext4: factor out a helper to check the cluster allocation state
` [PATCH v5 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks

[PATCH 03/10] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
 2024-05-20  7:45 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