Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-10 05:49:41 to 2023-03-17 02:53:17 UTC [more...]

[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 v3 00/20] Some bugfix and cleanup to mballoc
 2023-03-17  1:52 UTC  (6+ messages)
` [PATCH v3 20/20] ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple

[PATCH 0/2] two cleanups for mballoc
 2023-03-17  1:52 UTC  (6+ messages)
` [PATCH 1/2] ext4: fix typos in mballoc
` [PATCH 2/2] ext4: avoid unnecessary pointer dereference in ext4_mb_normalize_request

[PATCH 0/7] A few patches to improve ext4 balloc
 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 

[PATCH] ext4: Fix i_disksize exceeding i_size problem in paritally written case
 2023-03-17  1:35 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] ext4: remove unneeded check of nr_to_submit
 2023-03-16 20:48 UTC 

[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 v3 0/2] ext4, jbd2: journal cycled record transactions between each mount
 2023-03-15 17:28 UTC  (6+ messages)
` [PATCH v3 1/2] jbd2: continue to record log "
` [PATCH v3 2/2] ext4: add journal cycled recording support

[PATCH] ext4: Fix warnings when freezing filesystem with journaled data
 2023-03-15 16:16 UTC  (2+ messages)

[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  (4+ 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  (14+ messages)
` [PATCH v2 1/5] ext4: Fix reusing stale buffer heads from last failed mounting
` [PATCH v2 2/5] jbd2: remove unused feature macros
` [PATCH v2 3/5] jbd2: switch to check format version in superblock directly
` [PATCH v2 4/5] jbd2: factor out journal initialization from journal_get_superblock()
` [PATCH v2 5/5] jbd2: remove j_format_version

[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  (6+ messages)
` [Bug 217189] "

[PATCH AUTOSEL 6.2 05/13] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:42 UTC  (3+ messages)
` [PATCH AUTOSEL 6.2 06/13] ext4: update s_journal_inum if it changes after journal replay
` [PATCH AUTOSEL 6.2 07/13] ext4: fix task hung in ext4_xattr_delete_inode

[PATCH AUTOSEL 4.14 3/5] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:44 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 4/5] ext4: fix task hung in ext4_xattr_delete_inode

[PATCH AUTOSEL 4.19 4/7] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:44 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 5/7] ext4: fix task hung in ext4_xattr_delete_inode

[PATCH AUTOSEL 5.10 4/8] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 5/8] ext4: fix task hung in ext4_xattr_delete_inode

[PATCH AUTOSEL 5.4 4/7] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 5/7] ext4: fix task hung in ext4_xattr_delete_inode

[PATCH AUTOSEL 5.15 04/10] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:43 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 05/10] ext4: update s_journal_inum if it changes after journal replay
` [PATCH AUTOSEL 5.15 06/10] ext4: fix task hung in ext4_xattr_delete_inode

[PATCH AUTOSEL 6.1 05/13] ext4: fail ext4_iget if special inode unallocated
 2023-03-14 12:43 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 06/13] ext4: update s_journal_inum if it changes after journal replay
` [PATCH AUTOSEL 6.1 07/13] ext4: fix task hung in ext4_xattr_delete_inode

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_group_desc_csum
 2023-03-14 11:19 UTC  (17+ messages)

[linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
 2023-03-14  5:50 UTC  (3+ messages)

[PATCH 0/5] ext4: Fix stale buffer loading from last failed
 2023-03-13 12:48 UTC  (13+ messages)
` [PATCH 1/5] ext4: Fix reusing stale buffer heads from last failed mounting
` [PATCH 2/5] jbd2: remove unused feature macros
` [PATCH 3/5] jbd2: switch to check format version in superblock directly
` [PATCH 4/5] jbd2: factor out journal initialization from journal_get_superblock()
` [PATCH 5/5] jbd2: remove j_format_version

[PATCH] ext4: convert to DIV_ROUND_UP() in mpage_process_page_bufs()
 2023-03-13  9:25 UTC  (18+ messages)

[PATCH v3 01/20] ext4: set goal start correctly in ext4_mb_normalize_request
 2023-03-13  2:07 UTC  (2+ messages)

[GIT PULL] ext4 fixes for 6.3-rc2
 2023-03-12 16:20 UTC  (2+ messages)

[PATCH] ext4: fix to report fstrim.minlen back to userspace
 2023-03-12 10:15 UTC  (3+ messages)

[PATCH] ext4: Fix WANRON caused by unconsistent boot loader inode's i_size and i_disksize
 2023-03-11  5:16 UTC  (3+ messages)

[Bug 217171] New: ext4: stale buffer loading from last failed mounting
 2023-03-10 12:38 UTC  (4+ messages)
` [Bug 217171] "

[PATCH v4 1/5] fs: add i_blockmask()
 2023-03-10 11:13 UTC  (8+ messages)
` [PATCH v4 2/5] erofs: convert to use i_blockmask()
` [PATCH v4 4/5] ocfs2: "
` [PATCH v4 5/5] fs/remap_range: "

return an ERR_PTR from __filemap_get_folio v2
 2023-03-10  8:02 UTC  (5+ messages)
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[syzbot] [ext4?] KMSAN: uninit-value in mb_find_extent
 2023-03-10  7:40 UTC 

erofs: convert to use i_blockmask()
 2023-03-10  6:50 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).