linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-14 12:48:45 to 2023-03-22 14:12:35 UTC [more...]

[PATCH v1 0/3] lib/string_helpers et al.: Change return value of strreplace()
 2023-03-22 14:12 UTC  (4+ messages)
` [PATCH v1 1/3] jbd2: Avoid printing out the boundary
` [PATCH v1 2/3] lib/string_helpers: Change returned value of the strreplace()
` [PATCH v1 3/3] kobject: Use return value of strreplace()

[PATCH v2] ext4: Fix i_disksize exceeding i_size problem in paritally written case
 2023-03-22  9:18 UTC  (2+ messages)

A new special orphan inode 12 in ext4 only?
 2023-03-22  9:09 UTC 

[PATCH 0/3] e2fsprogs: test cross-compiling for Android
 2023-03-22  3:29 UTC  (4+ messages)
` [PATCH 1/3] e2fsck: avoid -Wtautological-constant-out-of-range-compare warnings
` [PATCH 2/3] e2freefrag: don't use linux/fsmap.h when fsmap_sizeof() is missing
` [PATCH 3/3] ci.yml: test cross-compiling for Android

[PATCH v5 0/3] ext4, jbd2: journal cycled record transactions between each mount
 2023-03-22  1:33 UTC  (4+ messages)
` [PATCH v5 1/3] jbd2: continue to record log "
` [PATCH v5 2/3] ext4: add journal cycled recording support
` [PATCH v5 3/3] ext4: update doc about journal superblock description

[PATCH][next] ext2: remove redundant assignment to pointer end
 2023-03-21 14:08 UTC  (2+ messages)

[PATCH] ext4: Fix warnings when freezing filesystem with journaled data
 2023-03-21 12:06 UTC  (4+ messages)

[PATCH 0/8] Some fixes and cleanup to mballoc
 2023-03-21 16:12 UTC  (9+ messages)
` [PATCH 1/8] ext4: fix wrong unit use in ext4_mb_normalize_request
` [PATCH 2/8] ext4: fix unit mismatch in ext4_mb_new_blocks_simple
` [PATCH 3/8] ext4: fix wrong unit use in ext4_mb_new_inode_pa
` [PATCH 4/8] ext4: fix wrong unit use in ext4_mb_find_by_goal
` [PATCH 5/8] ext4: treat stripe in block unit
` [PATCH 6/8] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
` [PATCH 7/8] ext4: remove ext4_block_group and ext4_block_group_offset declaration
` [PATCH 8/8] ext4: try all groups in ext4_mb_new_blocks_simple

[PATCH] ext4: Fix i_disksize exceeding i_size problem in paritally written case
 2023-03-21  1:29 UTC  (8+ messages)

[PATCH] e2scrub: fix pathname escaping across all service definitions
 2023-03-21  1:23 UTC 

return an ERR_PTR from __filemap_get_folio v3
 2023-03-20 13:58 UTC  (6+ messages)
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp

[PATCH 0/7] A few patches to improve ext4 balloc
 2023-03-20 13:19 UTC  (5+ messages)
` [PATCH 7/7] ext4: improve inode table blocks counting in ext4_num_overhead_clusters

[PATCH] ext4: avoid to access uninitialized block_cluster
 2023-03-20 21:21 UTC 

[bug report] ext4: Fix possible corruption when moving a directory
 2023-03-20 11:03 UTC  (5+ messages)

[PATCH v3 00/20] Some bugfix and cleanup to mballoc
 2023-03-20  7:31 UTC  (7+ messages)
` [PATCH v3 20/20] ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple

tune2fs: check whether filesystem is in use for I_flag and Q_flag test
 2023-03-20  5:05 UTC  (2+ messages)

[PATCH] tune2fs: check whether filesystem is in use for I_flag and Q_flag test
 2023-03-20  5:04 UTC 

[PATCH] tune2fs: check whether dev is mounted or in use before setting
 2023-03-20  2:08 UTC  (5+ messages)

[PATCH 1/1] ext4: Replace ext4_kvfree_array_rcu() by kvfree_rcu_mightsleep()
 2023-03-19 10:53 UTC  (3+ messages)

[tytso-ext4:dev 16/43] fs/ext4/balloc.c:153 ext4_num_overhead_clusters() error: uninitialized symbol 'block_cluster'
 2023-03-18  7:43 UTC 

[PATCH v4 0/2] ext4, jbd2: journal cycled record transactions between each mount
 2023-03-18  6:13 UTC  (8+ messages)
` [PATCH v4 1/2] jbd2: continue to record log "
` [PATCH v4 2/2] ext4: add journal cycled recording support

[PATCH v3 0/2] ext4, jbd2: journal cycled record transactions between each mount
 2023-03-18  2:25 UTC  (8+ messages)
` [PATCH v3 1/2] jbd2: continue to record log "
` [PATCH v3 2/2] ext4: add journal cycled recording support

[syzbot] [ext4?] WARNING: bad unlock balance in ext4_xattr_get
 2023-03-17 21:12 UTC 

[tytso-ext4:dev] BUILD SUCCESS da8c7d2105be0c0028cfad712da9e17adf9a26eb
 2023-03-17 14:05 UTC 

[PATCH 5.4] ext4: fix cgroup writeback accounting with fs-layer encryption
 2023-03-17 12:57 UTC  (2+ messages)

[PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
 2023-03-17 12:40 UTC  (11+ messages)

[RFC 00/11] multiblock allocator improvements
 2023-03-17 11:37 UTC  (10+ messages)
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
` [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)

[PATCH] ext4: remove unneeded check of nr_to_submit
 2023-03-17 11:08 UTC  (3+ messages)

[PATCH v2 0/3] e2fsprogs: journal cycled record transactions between each mount
 2023-03-17  9:17 UTC  (4+ messages)
` [PATCH v2 1/3] lib/ext2fs: record and show journal head block
` [PATCH v2 2/3] debugfs/e2fsck: update the journal head block after recovery
` [PATCH v2 3/3] debugfs/e2fsck: check bad s_head block number

[PATCH v5 0/9] ext4: Convert inode preallocation list to an rbtree
 2023-03-17  8:37 UTC  (10+ messages)
` [PATCH v5 1/9] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v5 2/9] ext4: Refactor code related to freeing PAs
` [PATCH v5 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v5 4/9] ext4: Move overlap assert logic into a separate function
` [PATCH v5 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v5 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
` [PATCH v5 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v5 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v5 9/9] ext4: Remove the logic to trim inode PAs

[PATCH 4.14] ext4: fix cgroup writeback accounting with fs-layer encryption
 2023-03-17  5:06 UTC 

[PATCH 4.19] ext4: fix cgroup writeback accounting with fs-layer encryption
 2023-03-17  5:05 UTC 

[e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts
 2023-03-17  4:10 UTC  (2+ messages)

[PATCH] tests: fix u_direct_io to work with older losetup
 2023-03-17  4:10 UTC  (2+ messages)

[PATCH] tests: fix r_move_itable_realloc to run on Linux
 2023-03-17  4:10 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-03-17  3:16 UTC 

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-03-17  2:53 UTC  (4+ messages)

[PATCH 0/4] Remove unused group parameter in bitmap checksum
 2023-03-17  1:52 UTC  (2+ messages)

[PATCH 0/2] two cleanups for mballoc
 2023-03-17  1:52 UTC  (2+ messages)

[PATCH] ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED instead
 2023-03-17  1:52 UTC 

[Bug 217209] New: ext4_da_write_end: i_disksize exceeds i_size in paritally written case
 2023-03-17  1:33 UTC  (4+ messages)
` [Bug 217209] "

[PATCH v2 07/14] ext4/super: Rename kfree_rcu() to kfree_rcu_mightsleep()
 2023-03-16 15:23 UTC  (3+ messages)

[syzbot] [ext4?] WARNING: bad unlock balance in ext4_rename
 2023-03-16 13:55 UTC  (3+ messages)

[PATCH 0/3] ext4: fix WARNING in ext4_add_complete_io
 2023-03-16 11:28 UTC  (4+ messages)
` [PATCH 1/3] ext4: correct error ctx->mask_s_##name in ctx_set_##name
` [PATCH 2/3] ext4: add helper to check if flag is changed by ctx
` [PATCH 3/3] ext4: fix race between writepages and remount

Faktoring
 2023-03-16  8:51 UTC 

Rubber Molded
 2023-03-16  8:40 UTC 

[tytso-ext4:dev] BUILD SUCCESS 18b7f4107219ef12898b2ee77b8fb6de8887d1b7
 2023-03-16  5:48 UTC 

kernel BUG at fs/ext4/inode.c:1914 - page_buffers()
 2023-03-15 18:57 UTC  (6+ messages)

[PATCH 00/31] Convert most of ext4 to folios
 2023-03-15 17:57 UTC  (42+ messages)
` [PATCH 01/31] fs: Add FGP_WRITEBEGIN
` [PATCH 02/31] fscrypt: Add some folio helper functions
` [PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio
` [PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
` [PATCH 06/31] ext4: Turn mpage_process_page() into mpage_process_folio()
` [PATCH 07/31] ext4: Convert mpage_submit_page() to mpage_submit_folio()
` [PATCH 08/31] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
` [PATCH 09/31] ext4: Convert ext4_readpage_inline() to take a folio
` [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use "
` [PATCH 11/31] ext4: Convert ext4_try_to_write_inline_data() "
` [PATCH 14/31] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
` [PATCH 15/31] ext4: Convert ext4_write_inline_data_end() to use a folio
` [PATCH 16/31] ext4: Convert ext4_write_begin() "
` [PATCH 17/31] ext4: Convert ext4_write_end() "
` [PATCH 18/31] ext4: Use a folio in ext4_journalled_write_end()
` [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
` [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take "
` [PATCH 22/31] ext4: Convert ext4_page_nomap_can_writeout() "

[syzbot] [ext4?] WARNING in kvfree (2)
 2023-03-15 17:57 UTC 

[PATCH REBASED 0/7] ext4: Cleanup data=journal writeback path
 2023-03-15 16:16 UTC  (2+ messages)

[PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
 2023-03-15 14:57 UTC  (4+ messages)

[PATCH v2 0/5] ext4: fsmap: Consolidate fsmap_head checks
 2023-03-15 11:20 UTC  (6+ messages)
` [PATCH v2 1/5] ext4: ioctl: Add missing linux/string.h header
` [PATCH v2 2/5] ext4: fsmap: Check fmh_iflags value directly on the user copied data
` [PATCH v2 3/5] ext4: fsmap: Consolidate fsmap_head checks
` [PATCH v2 4/5] ext4: fsmap: Do the validation checks on constified fsmap data
` [PATCH v2 5/5] ext4: fsmap: Remove duplicated initialization

[PATCH v3 0/6] ext4: Fix stale buffer loading from last failed
 2023-03-15  8:44 UTC  (9+ messages)
` [PATCH v3 1/6] ext4: Fix reusing stale buffer heads from last failed mounting
` [PATCH v3 2/6] ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'
` [PATCH v3 3/6] jbd2: remove unused feature macros
` [PATCH v3 4/6] jbd2: switch to check format version in superblock directly
` [PATCH v3 5/6] jbd2: factor out journal initialization from journal_get_superblock()
` [PATCH v3 6/6] jbd2: remove j_format_version

Technický audit podlah
 2023-03-15  8:30 UTC 

[PATCH][for stable 5.{15, 10} 0/4] ext4: Fix kernel BUG in ext4_free_blocks
 2023-03-15  8:17 UTC  (2+ messages)

[LSF TOPIC] online repair of filesystems: what next?
 2023-03-15  3:45 UTC  (2+ messages)

[PATCH 05/31] ext4: Convert ext4_writepage() to use a folio
 2023-03-14 22:26 UTC  (3+ messages)

RFC: Filesystem metadata in HIGHMEM
 2023-03-14 14:51 UTC 

[PATCH v2 0/5] ext4: Fix stale buffer loading from last failed
 2023-03-14 14:37 UTC  (8+ messages)
` [PATCH v2 1/5] ext4: Fix reusing stale buffer heads from last failed mounting

[PATCH 0/4] e2fsprogs: journal cycled record transactions between each mount
 2023-03-14 14:10 UTC  (5+ messages)
` [PATCH 1/4] lib/ext2fs: record and show journal head block
` [PATCH 2/4] debugfs/e2fsck: update the journal head block after recovery
` [PATCH 3/4] debugfs/e2fsck: check bad s_head block number
` [PATCH 4/4] ext4.5: document the journal_cycle_record mount options

[PATCH v2] ext4: allow concurrent unaligned dio overwrites
 2023-03-14 13:07 UTC 

[Bug 217189] New: SATA HDD not detected
 2023-03-14 12:53 UTC  (3+ messages)
` [Bug 217189] "

[PATCH AUTOSEL 6.2 05/13] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:42 UTC 

[PATCH AUTOSEL 4.14 4/5] ext4: fix task hung in ext4_xattr_delete_inode
 2023-03-14 12:44 UTC 

[PATCH AUTOSEL 4.19 5/7] ext4: fix task hung in ext4_xattr_delete_inode
 2023-03-14 12:44 UTC 

[PATCH AUTOSEL 5.10 4/8] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:43 UTC 

[PATCH AUTOSEL 5.4 4/7] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:44 UTC 

[PATCH AUTOSEL 5.15 05/10] ext4: update s_journal_inum if it changes after journal replay
 2023-03-14 12:43 UTC 

[PATCH AUTOSEL 6.1 07/13] ext4: fix task hung in ext4_xattr_delete_inode
 2023-03-14 12:43 UTC 


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