messages from 2024-08-09 19:30:40 to 2024-08-26 22:08:34 UTC [more...]
[PATCH v5 1/2] locking/lockdep: Avoid creating new name string literals in lockdep_set_subclass()
2024-08-26 22:07 UTC (3+ messages)
` [PATCH v6 2/2] locking/lockdep: Test no new string literal is created "
[syzbot] [ext4?] [ocfs2?] kernel BUG in jbd2_cleanup_journal_tail
2024-08-26 19:34 UTC (4+ messages)
[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
[RFC PATCHv2 1/1] fs: ext4: Don't use CMA for buffer_head
2024-08-23 8:53 UTC (2+ messages)
[PATCH -next 0/3] ext4: Using scope-based resource management function
2024-08-23 6:18 UTC (4+ 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
[PATCH v4 0/2] Fix an error caused by improperly dirtied buffer
2024-08-23 1:33 UTC (3+ 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 0/2] fs/dcache: fix cache inconsistency on case-insensitive lookups
2024-08-22 17:25 UTC (8+ messages)
` [PATCH 1/2] fs/dcache: introduce d_alloc_parallel_check_existing
[PATCH V5] ext4: check hash version and filesystem casefolded consistent
2024-08-22 15:00 UTC (3+ messages)
` [PATCH V6] fs/ext4: Filesystem without casefold feature cannot be mounted with spihash
[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 "
[PATCH v2 00/25] ext4: some bugfixes and cleanups for ext4 extents path
2024-08-22 2:35 UTC (26+ 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()
[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()
[PATCH 1/2] ext4: dax: Fix overflowing extents beyond inode size when partially writing
2024-08-21 1:44 UTC (3+ messages)
` [PATCH 2/2] ext4: dax: keep orphan list before truncate overflow allocated blocks
[RESEND PATCH v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by()
2024-08-20 23:17 UTC (2+ messages)
[PATCH v4 1/2] locking/lockdep: Forcing subclasses to have same name pointer as their parent class
2024-08-20 21:07 UTC (2+ messages)
[Bug 219166] New: ext4 hang when setting echo noop > /sys/block/sda/queue/scheduler
2024-08-20 15:33 UTC (12+ messages)
` [Bug 219166] "
` [Bug 219166] occasional block layer hang when setting 'echo noop > /sys/block/sda/queue/scheduler'
[syzbot] [ext4?] KASAN: use-after-free Read in ext4_search_dir (2)
2024-08-20 14:23 UTC (3+ messages)
[PATCH v2 0/7] Fixes and cleanups to ext4 ialloc
2024-08-20 13:22 UTC (8+ messages)
` [PATCH v2 1/7] ext4: avoid buffer_head leak in ext4_mark_inode_used()
` [PATCH v2 2/7] ext4: avoid potential buffer_head leak in __ext4_new_inode()
` [PATCH v2 3/7] ext4: avoid negative min_clusters in find_group_orlov()
` [PATCH v2 4/7] ext4: remove dead check in __ext4_new_inode()
` [PATCH v2 5/7] ext4: move checksum length calculation of inode bitmap into ext4_inode_bitmap_csum_[verify/set]() functions
` [PATCH v2 6/7] ext4: remove unneeded NULL check of buffer_head in ext4_mark_inode_used()
` [PATCH v2 7/7] ext4: check buffer_verified in advance to avoid unneeded ext4_get_group_info()
[PATCH v2 1/2] ext4: Check stripe size compatibility on remount as well
2024-08-20 12:48 UTC (3+ messages)
` [PATCH v2 2/2] ext4: Convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2C
[PATCH] Fix missing description in struct member for journal_s
2024-08-20 10:58 UTC
[RFC PATCH 1/1] fs: jbd2: try to launch cp transaction when bh refer cma
2024-08-20 7:26 UTC
[PATCH 1/2] ext4: Check stripe size compatibility on remount as well
2024-08-20 6:30 UTC (6+ messages)
` [PATCH 2/2] ext4: Convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2C
[PATCH -next] ext4: Remove redundant null pointer check
2024-08-20 1:32 UTC
[PATCH v2] Fix member variable description warnings while building docs
2024-08-19 18:33 UTC
[PATCH] doc: jbd2: Fix documentation warnings for jbd2.h
2024-08-19 16:36 UTC
[syzbot] [ext4?] [ocfs2?] KASAN: null-ptr-deref Write in jbd2_journal_update_sb_log_tail
2024-08-19 14:43 UTC (3+ messages)
` [PATCH] ocfs2: Fix null-ptr-deref "
jbd2: io throttle for metadata buffers
2024-08-19 13:38 UTC (3+ messages)
[PATCH] fix member variable description warnings while building docs
2024-08-19 7:51 UTC (3+ messages)
[PATCH] ext4: convert i_fc_lock to spinlock
2024-08-18 4:49 UTC (12+ messages)
` [PATCH v7 0/9] Ext4 Fast Commit Performance Patchset
` [PATCH v7 1/9] ext4: convert i_fc_lock to spinlock
` [PATCH v7 2/9] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v7 3/9] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH v7 4/9] ext4: rework fast commit commit path
` [PATCH v7 5/9] ext4: drop i_fc_updates from inode fc info
` [PATCH v7 6/9] ext4: update code documentation
` [PATCH v7 7/9] ext4: temporarily elevate commit thread priority
` [PATCH v7 8/9] ext4: make fast commit ineligible on ext4_reserve_inode_write failure
` [PATCH v7 9/9] ext4: hold s_fc_lock while during fast commit
[PATCH v2] ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
2024-08-17 8:55 UTC
[PATCH] ext4: disambiguate the return value of ext4_dio_write_end_io()
2024-08-17 1:29 UTC (5+ messages)
[PATCH 0/7] Fixes and cleanups to ext4 ialloc
2024-08-16 16:35 UTC (17+ 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
[syzbot] Monthly ext4 report (Aug 2024)
2024-08-16 9:46 UTC
[syzbot] [ext4?] divide error in ext4_mb_regular_allocator
2024-08-15 23:05 UTC (7+ messages)
` [PATCH] ext4: fix "
[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 v5.10.y 0/3] Apply fanotify-related documentation changes
2024-08-13 10:30 UTC (2+ messages)
[Bug 205197] New: kernel BUG at fs/ext4/extents_status.c:884
2024-08-12 16:01 UTC (2+ 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 (8+ messages)
` [PATCH v2 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
[PATCH] jbd2: correct member name in document
2024-08-09 19:30 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox