public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 17:43:37 to 2026-01-23 06:20:59 UTC [more...]

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-23  6:20 UTC  (16+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

fsverity cleanups, speedup and memory usage optimization v2
 2026-01-23  5:27 UTC  (32+ messages)
` [PATCH 01/11] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/11] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/11] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 04/11] fsverity: start consolidating pagecache code
` [PATCH 05/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 06/11] fsverity: push out fsverity_info lookup
` [PATCH 07/11] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 08/11] ext4: consolidate fsverity_info lookup
` [PATCH 09/11] f2fs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info

[PATCH v7 00/16] Exposing case folding behavior
 2026-01-23  0:42 UTC  (20+ messages)
` [PATCH v7 01/16] fs: Add case sensitivity flags to file_kattr
` [PATCH v7 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v7 03/16] exfat: "
` [PATCH v7 04/16] ntfs3: "
` [PATCH v7 05/16] hfs: "
` [PATCH v7 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v7 07/16] ext4: "
` [PATCH v7 08/16] xfs: "
` [PATCH v7 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v7 10/16] nfs: "
` [PATCH v7 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v7 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v7 13/16] isofs: "
` [PATCH v7 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v7 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v7 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2026-01-22 22:31 UTC  (17+ messages)
` [PATCH 01/31] fuse: implement the basic iomap mechanisms
` [PATCH 03/31] fuse: make debugging configurable at runtime
` [PATCH 07/31] fuse: create a per-inode flag for toggling iomap
` [PATCH 10/31] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-22 17:04 UTC  (31+ messages)

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 15:47 UTC  (29+ messages)
` [PATCH RESEND 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH RESEND 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH RESEND 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH RESEND 04/12] mm: add basic VMA flag operation helper functions
` [PATCH RESEND 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH RESEND 06/12] mm: update secretmem "
` [PATCH RESEND 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users "
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH RESEND 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH RESEND 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH RESEND 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21 22:47 UTC  (18+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH v2 31/31] nfsd: convert dprintks in check_export() to tracepoints

adding the casefold feature to an ext4 driver
 2026-01-21 17:15 UTC 

fsverity metadata offset, was: Re: [PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
 2026-01-21 15:03 UTC  (8+ messages)

[PATCH v6 00/16] Exposing case folding behavior
 2026-01-21 10:15 UTC  (21+ messages)
` [PATCH v6 01/16] fs: Add case sensitivity flags to file_kattr
` [PATCH v6 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v6 03/16] exfat: "
` [PATCH v6 04/16] ntfs3: "
` [PATCH v6 05/16] hfs: "
` [PATCH v6 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v6 07/16] ext4: "
` [PATCH v6 08/16] xfs: "
` [PATCH v6 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v6 10/16] nfs: "
` [PATCH v6 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v6 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v6 13/16] isofs: "
` [PATCH v6 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v6 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v6 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH] ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
 2026-01-21  9:51 UTC  (4+ messages)

[PATCH] ext4: remove tl argument from ext4_fc_replay_{add,del}_range
 2026-01-21  6:38 UTC 

[tytso-ext4:dev] BUILD SUCCESS WITH WARNING 1375189be5a60de4c0966f9e1dc5b34f056ec04d
 2026-01-21  5:53 UTC  (2+ messages)

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21  4:10 UTC  (2+ messages)

[PATCH] ext4: remove unused i_fc_wait
 2026-01-20 12:19 UTC 

[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-01-20 11:25 UTC  (8+ messages)
` [RFC v4 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v4 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v4 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v4 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v4 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v4 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v4 7/7] ext4: fast commit: export snapshot stats in fc_info

fsverity optimzations and speedups
 2026-01-20  7:35 UTC  (4+ messages)
` [PATCH 4/6] fsverity: use a hashtable to find the fsverity_info

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 21:18 UTC  (4+ messages)

[PATCH v3 0/8] ext4 extent split/convert refactor and kunit tests
 2026-01-19 17:43 UTC  (5+ messages)
` [PATCH v3 5/8] ext4: propagate flags to ext4_convert_unwritten_extents_endio()
` [PATCH v3 6/8] ext4: Refactor zeroout path and handle all cases
` [PATCH v3 7/8] ext4: Refactor split and convert extents
` [PATCH v3 8/8] ext4: Allow zeroout when doing written to unwritten split


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox