public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-20 12:19:55 to 2026-01-26 04:52:26 UTC [more...]

fsverity cleanups, speedup and memory usage optimization v3
 2026-01-26  4:50 UTC 

fsverity cleanups, speedup and memory usage optimization v2
 2026-01-26  4:44 UTC  (49+ 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 v6 00/16] Exposing case folding behavior
 2026-01-25 22:04 UTC  (26+ 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

[Bug 221007] New: Online ext4 defragmentation fails on 'inline' files (feature inline_data_
 2026-01-25 16:48 UTC  (2+ messages)
` [Bug 221007] "

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-25 14:50 UTC  (22+ 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

[syzbot] [ext4?] WARNING in ext4_split_convert_extents
 2026-01-25 11:08 UTC  (2+ messages)

[tytso-ext4:test] BUILD SUCCESS 6740d5ebba535938a3e0b46dff0053b63b1de95f
 2026-01-24 23:47 UTC 

[tytso-ext4:dev] BUILD SUCCESS 4f5e8e6f012349a107531b02eed5b5ace6181449
 2026-01-24 22:33 UTC 

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2026-01-24 16:54 UTC  (23+ 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 12/31] fuse: implement direct IO with iomap
` [PATCH 16/31] fuse: implement large folios for iomap pagecache files

[PATCH] ext4: remove unused i_fc_wait
 2026-01-24  8:18 UTC  (2+ messages)

[PATCH] ext4: remove tl argument from ext4_fc_replay_{add,del}_range
 2026-01-24  8:07 UTC  (2+ messages)

[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-01-23 17:57 UTC  (3+ messages)
` [RFC v4 6/7] ext4: fast commit: add lock_updates tracepoint

[PATCH v7 00/16] Exposing case folding behavior
 2026-01-23 15:49 UTC  (22+ 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

[PATCH v4 0/8] ext4 extent split/convert refactor and kunit tests
 2026-01-23  6:25 UTC  (9+ messages)
` [PATCH v4 1/8] ext4: kunit tests for extent splitting and conversion
` [PATCH v4 2/8] ext4: kunit tests for higher level extent manipulation functions
` [PATCH v4 3/8] ext4: Add extent status cache support to kunit tests
` [PATCH v4 4/8] ext4: propagate flags to convert_initialized_extent()
` [PATCH v4 5/8] ext4: propagate flags to ext4_convert_unwritten_extents_endio()
` [PATCH v4 6/8] ext4: Refactor zeroout path and handle all cases
` [PATCH v4 7/8] ext4: Refactor split and convert extents
` [PATCH v4 8/8] ext4: Allow zeroout when doing written to unwritten split

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-22 17:04 UTC  (30+ 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  (16+ messages)
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users to use vma_flags_t
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only

[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  (7+ messages)

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

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


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