linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-23 15:03:37 to 2023-01-05 14:46:35 UTC [more...]

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-01-05 14:46 UTC  (13+ 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

[PATCH 5.15 00/10] ext4 fast-commit fixes for 5.15-stable
 2023-01-05 12:01 UTC  (12+ messages)
` [PATCH 5.15 01/10] ext4: remove unused enum EXT4_FC_COMMIT_FAILED
` [PATCH 5.15 02/10] ext4: use ext4_debug() instead of jbd_debug()
` [PATCH 5.15 03/10] ext4: introduce EXT4_FC_TAG_BASE_LEN helper
` [PATCH 5.15 04/10] ext4: factor out ext4_fc_get_tl()
` [PATCH 5.15 05/10] ext4: fix potential out of bound read in ext4_fc_replay_scan()
` [PATCH 5.15 06/10] ext4: disable fast-commit of encrypted dir operations
` [PATCH 5.15 07/10] ext4: don't set up encryption key during jbd2 transaction
` [PATCH 5.15 08/10] ext4: add missing validation of fast-commit record lengths
` [PATCH 5.15 09/10] ext4: fix unaligned memory access in ext4_fc_reserve_space()
` [PATCH 5.15 10/10] ext4: fix off-by-one errors in fast-commit block filling

[PATCH v4] ext4: truncate during setxattr leads to kernel panic
 2023-01-05 11:27 UTC  (4+ messages)

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-05 11:24 UTC  (15+ 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] ext4: fix WARNING in ext4_update_inline_data
 2023-01-05  9:15 UTC 

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-04 21:14 UTC  (24+ messages)
` [PATCH v5 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v5 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v5 05/23] afs: Convert afs_writepages_region() "
` [PATCH v5 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v5 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v5 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v5 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v5 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v5 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()

[PATCH v2] ext4: Fix function prototype mismatch for ext4_feat_ktype
 2023-01-04 21:09 UTC 

[e2fsprogs PATCH] libext2fs: fix 32-bit Windows build
 2023-01-04 20:53 UTC  (4+ messages)

Pls. keep noacl & nouser_xattr
 2023-01-04 20:42 UTC 

[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
 2023-01-04 19:08 UTC  (21+ 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

kernel BUG in ext4_free_blocks (2)
 2023-01-04 11:34 UTC 

[e2fsprogs PATCH] libext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics()
 2023-01-04 10:43 UTC  (2+ messages)

[e2fsprogs PATCH] tune2fs: fix setting fsuuid::fsu_len
 2023-01-04 10:36 UTC  (2+ messages)

[e2fsprogs PATCH] resize2fs: remove unused variable from adjust_superblock()
 2023-01-04 10:35 UTC  (2+ messages)

[e2fsprogs PATCH] libsupport: remove unused label in get_devname()
 2023-01-04 10:25 UTC  (2+ messages)

[e2fsprogs PATCH] libsupport: clean up definition of flags_array
 2023-01-04 10:23 UTC  (2+ messages)

[e2fsprogs PATCH] libext2fs: remove unused variable in ext2fs_xattrs_read_inode()
 2023-01-04 10:23 UTC  (2+ messages)

BUG: corrupted list in mb_update_avg_fragment_size
 2023-01-04  9:02 UTC 

[PATCH] ext4: fix use-after-free Read in ext4_find_extent for bigalloc + inline
 2023-01-04  8:49 UTC  (3+ messages)

[PATCH] fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
 2023-01-04  6:58 UTC  (2+ messages)

[PATCH 0/4] fsverity cleanups
 2023-01-04  6:58 UTC  (2+ messages)

[PATCH] ext4: Fix function prototype mismatch for ext4_feat_ktype
 2023-01-04  6:43 UTC  (5+ messages)

Separate mailing list (and git and patchwork) for fsverity?
 2023-01-04  6:18 UTC  (4+ messages)

[PATCH 1/1] fs/ext4/inode.c: Remove unnecessary variable initialization
 2023-01-04  5:52 UTC 

[PATCH] ext4: reject 1k block fs on the first block of disk
 2023-01-04  1:58 UTC  (3+ 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: 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)

[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

[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
 2022-12-28 15:55 UTC  (21+ 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

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

[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-23 15:41 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 NNTP newsgroup(s).