messages from 2022-12-07 11:27:55 to 2022-12-23 21:05:22 UTC [more...]
[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
2022-12-23 21:05 UTC (26+ 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
[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
[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 (10+ 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 (18+ messages)
` [RFCv1 13/72] tst_badblocks: Add unit test to verify badblocks list merge api
` [RFCv1 14/72] tst_bitmaps_standalone: Add copy and merge bitmaps test
` [RFCv1 15/72] tst_bitmaps_pthread: Add merge bitmaps test using pthreads
` [RFCv1 16/72] tst_libext2fs_pthread: Add libext2fs merge/clone unit tests
` [RFCv1 17/72] libext2fs: Add support for ext2fs_test_block_bitmap_range2_valid()
` [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
[PATCH v2 00/12] ext4: enhance simulate fail facility
2022-12-14 13:46 UTC (2+ messages)
[Bug 216807] New: [Syzkaller & bisect] There is "possible deadlock in ext4_bmap" issue in v6.1 kernel
2022-12-14 5:54 UTC
[GIT PULL] udf and ext2 fixes for 6.2-rc1
2022-12-13 5:00 UTC (2+ messages)
[GIT PULL] ext4 changes for 6.2
2022-12-13 5:00 UTC (2+ messages)
[GIT PULL] fsverity updates for 6.2
2022-12-13 5:00 UTC (2+ messages)
[GIT PULL] fscrypt updates for 6.2
2022-12-13 5:00 UTC (2+ messages)
[PATCH v4 00/23] Convert to filemap_get_folios_tag()
2022-12-11 6:03 UTC (5+ messages)
` [PATCH v4 15/23] f2fs: Convert last_fsync_dnode() to use filemap_get_folios_tag()
` [f2fs-dev] "
` [PATCH v4 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [f2fs-dev] "
[tytso-ext4:dev] BUILD SUCCESS 1da18e38cb97e9521e93d63034521a9649524f64
2022-12-09 18:25 UTC
[PATCH 0/7] ext4 fast-commit fixes
2022-12-09 16:12 UTC (3+ messages)
[PATCH v9 0/8] Clean up the case-insensitive lookup path
2022-12-09 13:47 UTC (6+ messages)
[PATCH] ext4: Fix deadlock due to mbcache entry corruption
2022-12-09 6:53 UTC (11+ messages)
[PATCH v4 0/3] Fix two issues about bigalloc feature
2022-12-09 6:04 UTC (9+ messages)
` [PATCH v4 1/3] ext4: fix incorrect calculate 'reserved' in '__es_remove_extent' when enable "
` [PATCH v4 2/3] ext4: record error when detect abnormal 'i_reserved_data_blocks'
` [PATCH v4 3/3] ext4: add check pending tree when evict inode
[PATCH v3 0/4] Fix two issue about ext4 extended attribute
2022-12-09 5:39 UTC (9+ messages)
` [PATCH v3 1/4] ext4: fix WARNING in ext4_expand_extra_isize_ea
` [PATCH v3 2/4] ext4: allocate extended attribute value in vmalloc area
` [PATCH v3 3/4] ext4: rename xattr_find_entry() and __xattr_check_inode()
` [PATCH v3 4/4] ext4: fix inode leak in 'ext4_xattr_inode_create()'
[PATCH] tune2fs:check return value of ext2fs_mmp_update2 in rewrite_metadata_checksums
2022-12-09 3:36 UTC (2+ messages)
[PATCH] mmp:fix wrong comparison in ext2fs_mmp_stop
2022-12-09 3:37 UTC (2+ messages)
[PATCH v3 0/3] Fix two issues about bigalloc feature
2022-12-08 22:54 UTC (9+ messages)
` [PATCH v3 1/3] ext4: fix incorrect calculate 'reserved' in '__es_remove_extent' when enable "
` [PATCH v3 2/3] ext4: record error when detect abnormal 'i_reserved_data_blocks'
` [PATCH v3 3/3] ext4: add check pending tree when evict inode
[PATCH] fsverity: mark builtin signatures as deprecated
2022-12-08 17:41 UTC
[PATCH v4 0/13] ext4: Stop using ext4_writepage() for writeout of ordered data
2022-12-08 16:33 UTC (13+ messages)
` [PATCH v4 06/13] ext4: Provide ext4_do_writepages()
` [PATCH v4 09/13] jbd2: Switch jbd2_submit_inode_data() to use fs-provided hook for data writeout
` [PATCH v4 10/13] ext4: Switch to using write_cache_pages() for data=journal writeout
` [PATCH v4 11/13] mm: Export buffer_migrate_folio_norefs()
` [PATCH v4 13/13] ext4: Remove ordered data support from ext4_writepage()
divide error in mb_update_avg_fragment_size
2022-12-08 12:27 UTC
[PATCH] ext4: don't allow journal inode to have encrypt flag
2022-12-08 3:41 UTC (3+ messages)
uninit variable warnings on gcc 11.3?
2022-12-08 1:37 UTC
[PATCH mm-unstable v2] ext4: Convert mext_page_double_lock() to mext_folio_double_lock()
2022-12-07 18:10 UTC
[Bug 216784] New: There is "ext4_xattr_block_set" WARNING in v6.1-rc8 guest kernel
2022-12-07 17:19 UTC (3+ messages)
` [Bug 216784] "
[PATCH 0/2] ext4: Fix unaccounted allocation when expanding inode space
2022-12-07 12:45 UTC (4+ messages)
` [PATCH 1/2] ext4: Initialize quota before expanding inode in setproject ioctl
` [PATCH 2/2] ext4: Avoid unaccounted block allocation when expanding inode
[PATCH v2 0/6] Fix two issue about ext4 extended attribute
2022-12-07 12:03 UTC (5+ messages)
` [PATCH v2 2/6] ext4: add primary check extended attribute inode in ext4_xattr_check_entries()
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;
as well as URLs for NNTP newsgroup(s).