Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-14 21:23:05 to 2023-01-04 00:12:25 UTC [more...]

[PATCH] ext4: Fix function prototype mismatch for ext4_feat_ktype
 2023-01-04  0:12 UTC  (2+ messages)

[syzbot] [ext4?] kernel panic: EXT4-fs (device loop0): panic forced after error (2)
 2023-01-04  0:08 UTC  (4+ messages)

ext4 superblock checksum invalid after running resize2fs
 2023-01-03 21:17 UTC  (3+ messages)

[PATCH] ext4: reject 1k block fs on the first block of disk
 2023-01-03 19:17 UTC  (2+ messages)

[PATCH] ext4: Verify extent header in ext4_find_extent()
 2023-01-03 17:33 UTC  (3+ messages)

[syzbot] [ext4?] KMSAN: uninit-value in htree_dirblock_to_tree
 2023-01-03 10:58 UTC 

[PATCH] ext4: fix inode tree inconsistency caused by ENOMEM
 2023-01-03 10:27 UTC  (2+ messages)

[PATCH] fs/ext4: Replace kmap_atomic() with kmap_local_page()
 2023-01-03  4:30 UTC  (3+ messages)

[PATCH] fs/ext2: Replace kmap_atomic() with kmap_local_page()
 2023-01-03  4:20 UTC  (3+ messages)

[PATCH v2 0/2] optimize ea_inode block expansion to fix panic
 2023-01-03  1:45 UTC  (3+ messages)
` [PATCH v2 1/2] ext4: optimize ea_inode block expansion
` [PATCH v2 2/2] ext4: refuse to create ea block when umounted

[PATCH] ext4: remove dead code in updating backup sb
 2023-01-02 16:41 UTC  (2+ messages)

[RFC PATCH v2] ext4: dio take shared inode lock when overwriting preallocated blocks
 2023-01-02 14:09 UTC  (2+ messages)

remove generic_writepages
 2023-01-02 12:16 UTC  (10+ messages)
` [PATCH 1/6] fs: remove an outdated comment on mpage_writepages
` [PATCH 2/6] ntfs3: stop using generic_writepages
` [PATCH 3/6] ntfs3: remove ->writepage
` [PATCH 4/6] jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2
` [PATCH 5/6] ocfs2: use filemap_fdatawrite_wbc instead of generic_writepages
` [PATCH 6/6] mm: remove generic_writepages

[PATCH 1/1] ext4: Don't show commit interval if it is zero
 2023-01-02 11:12 UTC  (3+ messages)

[syzbot] [ext4?] BUG: unable to handle kernel paging request in ext4_htree_store_dirent
 2023-01-02 10:00 UTC 

[PATCH v2] ext4: Fix possible use-after-free in ext4_find_extent
 2023-01-02  5:41 UTC  (6+ messages)

[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
 2022-12-31 15:09 UTC  (10+ messages)
` [PATCH v5 1/9] iomap: Add iomap_put_folio helper
` [PATCH v5 2/9] iomap/gfs2: Unlock and put folio in page_done handler
` [PATCH v5 3/9] iomap: Rename page_done handler to put_folio
` [PATCH v5 4/9] iomap: Add iomap_get_folio helper
` [PATCH v5 5/9] iomap/gfs2: Get page in page_prepare handler
` [PATCH v5 6/9] iomap: Rename page_prepare handler to get_folio
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler
` [PATCH v5 8/9] iomap: Rename page_ops to folio_ops
` [PATCH v5 9/9] xfs: Make xfs_iomap_folio_ops static

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_find_extent (2)
 2022-12-31  7:08 UTC 

[PATCH 1/2] ext4: optimize ea_inode block expansion
 2022-12-31  3:27 UTC  (4+ messages)
` [PATCH 2/2] ext4: refuse to create ea block when umounted

[PATCH] Fix typos
 2022-12-30 12:01 UTC 

[syzbot] [ext4?] WARNING in mb_find_extent
 2022-12-30  7:58 UTC 

[syzbot] [ext4?] WARNING in ext4_update_inline_data
 2022-12-30  5:46 UTC 

[PATCH] ext4: Fix possible use-after-free in ext4_find_extent
 2022-12-29 22:40 UTC  (2+ messages)

[PATCH v2] ext4: fix kernel infoleak via ext4_extent_header
 2022-12-29 20:30 UTC  (3+ messages)
` How can this fix prevent information from leaking to user space and prevent the kernel from crashing?

[PATCH RFC 0/8] Introduce provisioning primitives for thinly provisioned storage
 2022-12-29  8:22 UTC  (25+ messages)
` [PATCH RFC 1/8] block: Introduce provisioning primitives
` [PATCH RFC 2/8] dm: Add support for block provisioning
` [PATCH RFC 4/8] fs: Introduce FALLOC_FL_PROVISION

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2022-12-29  8:12 UTC  (8+ messages)
` [PATCH v2 1/7] block: Introduce provisioning primitives
` [PATCH v2 2/7] dm: Add support for block provisioning
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION
` [PATCH v2 4/7] loop: Add support for provision requests
` [PATCH v2 5/7] ext4: Add support for FALLOC_FL_PROVISION
` [PATCH v2 6/7] ext4: Add mount option for provisioning blocks during allocations
` [PATCH v2 7/7] ext4: Add a per-file provision override xattr

[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
 2022-12-28 15:55 UTC  (32+ messages)
` [RFC v3 1/7] fs: Add folio_may_straddle_isize helper
` [RFC v3 2/7] iomap: Add iomap_folio_done helper
` [RFC v3 3/7] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v3 4/7] iomap: Add iomap_folio_prepare helper
` [RFC v3 5/7] iomap: Get page in page_prepare handler
` [RFC v3 6/7] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v3 7/7] iomap: Rename page_ops to folio_ops
` [RFC v4 0/7] Turn iomap_page_ops into iomap_folio_ops
` [RFC v4 1/7] fs: Add folio_may_straddle_isize helper
` [RFC v4 2/7] iomap: Add iomap_folio_done helper
` [RFC v4 3/7] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v4 4/7] iomap: Add iomap_folio_prepare helper
` [RFC v4 5/7] iomap/gfs2: Get page in page_prepare handler
` [RFC v4 6/7] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v4 7/7] iomap: Rename page_ops to folio_ops

[syzbot] [ext4?] possible deadlock in ext4_find_inline_entry
 2022-12-28  7:59 UTC 

[PATCH v2 00/11] fsverity: support for non-4K pages
 2022-12-23 20:36 UTC  (12+ messages)
` [PATCH v2 01/11] fsverity: use unsigned long for level_start
` [PATCH v2 02/11] fsverity: simplify Merkle tree readahead size calculation
` [PATCH v2 03/11] fsverity: store log2(digest_size) precomputed
` [PATCH v2 04/11] fsverity: use EFBIG for file too large to enable verity
` [PATCH v2 05/11] fsverity: replace fsverity_hash_page() with fsverity_hash_block()
` [PATCH v2 06/11] fsverity: support verification with tree block size < PAGE_SIZE
` [PATCH v2 07/11] fsverity: support enabling "
` [PATCH v2 08/11] ext4: simplify ext4_readpage_limit()
` [PATCH v2 09/11] f2fs: simplify f2fs_readpage_limit()
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()
` [PATCH v2 11/11] ext4: allow verity with fs block size < PAGE_SIZE

[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-23 15:41 UTC  (5+ messages)

[PATCH] ext4: fix underflow in group bitmap calculation
 2022-12-23  5:08 UTC  (4+ messages)

Separate mailing list (and git and patchwork) for fsverity?
 2022-12-22 16:51 UTC  (3+ messages)

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-12-22 15:02 UTC  (2+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs

kernel BUG in ext4_free_blocks (2)
 2022-12-21 11:34 UTC  (11+ messages)

[PATCH] [RFC] Fix data missing when reusing bh which is ready to be checkpointed
 2022-12-21 10:13 UTC  (2+ messages)

[syzbot] [ext4?] inconsistent lock state in ext4_xattr_set_handle
 2022-12-21  8:15 UTC 

[PATCH v1] ext4: Remove deprecated noacl/nouser_xattr options
 2022-12-20  8:39 UTC  (8+ messages)

[PATCH] e2fsck: optimize clone_file on large devices
 2022-12-19 13:05 UTC 

Why fstests g/673 and g/683~687 suddently fail (on xfs, ext4...) on latest linux v6.1+ ?
 2022-12-19  4:11 UTC  (5+ messages)

[PATCH 1/1] ext4: Don't show commit interval if it is zero
 2022-12-19  1:51 UTC 

[syzbot] possible deadlock in ext4_ind_migrate
 2022-12-18 15:03 UTC 

[syzbot] kernel BUG in ext4_do_writepages
 2022-12-17 20:23 UTC 

[PATCH] ext4: use ext4_fc_tl_mem in fast-commit replay path
 2022-12-17  5:02 UTC 

[PATCH] fsverity: don't check builtin signatures when require_signatures=0
 2022-12-17  3:53 UTC  (5+ messages)

[PATCH] fsverity: mark builtin signatures as deprecated
 2022-12-17  2:04 UTC  (8+ messages)

[RFC PATCH] ext4: dio take shared inode lock when overwriting preallocated blocks
 2022-12-15  9:21 UTC  (9+ messages)

Słowa kluczowe do wypozycjonowania
 2022-12-15  9:00 UTC 

[PATCH] fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
 2022-12-15  6:04 UTC 

[PATCH] debugfs:fix repeated output problem with `logdump -O -n <num_trans>`
 2022-12-15  2:31 UTC  (4+ messages)
    ` [PATCH] debugfs:fix repeated output problem with logdump

[Syzkaller & bisect] There is "possible deadlock in ext4_bmap" issue in v6.1 kernel
 2022-12-15  1:48 UTC  (3+ messages)

[PATCH 0/4] fsverity cleanups
 2022-12-14 23:10 UTC  (6+ messages)
` [PATCH 1/4] fsverity: optimize fsverity_file_open() on non-verity files
` [PATCH 2/4] fsverity: optimize fsverity_prepare_setattr() "
` [PATCH 3/4] fsverity: optimize fsverity_cleanup_inode() "
` [PATCH 4/4] fsverity: pass pos and size to ->write_merkle_tree_block

[PATCH] ext4: improve xattr consistency checking and error reporting
 2022-12-14 22:00 UTC  (2+ messages)

[RFCv1 00/72] e2fsprogs: Parallel fsck support
 2022-12-14 21:32 UTC  (7+ messages)
` [RFCv1 18/72] libext2fs: Add support to get average group count
` [RFCv1 19/72] libext2fs: Misc fixes for struct_ext2_filsys
` [RFCv1 21/72] e2fsck: add -m option for multithread


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