public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 07:26:03 to 2026-01-22 06:37:36 UTC [more...]

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-22  6:37 UTC  (39+ messages)
` [PATCH 20/29] nilfs2: add EXPORT_OP_STABLE_HANDLES flag to export operations

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2026-01-22  2:07 UTC  (15+ 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 v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21 22:47 UTC  (50+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH v2 03/31] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH v2 04/31] ext4: "
` [PATCH v2 05/31] ext2: "
` [PATCH v2 06/31] erofs: "
` [PATCH v2 07/31] efs: "
` [PATCH v2 08/31] xfs: "
` [PATCH v2 09/31] ceph: "
` [PATCH v2 10/31] btrfs: "
` [PATCH v2 11/31] befs: "
` [PATCH v2 12/31] ufs: "
` [PATCH v2 13/31] udf: "
` [PATCH v2 14/31] affs: "
` [PATCH v2 15/31] squashfs: "
` [PATCH v2 16/31] smb/client: "
` [PATCH v2 17/31] ovl: "
` [PATCH v2 18/31] orangefs: "
` [PATCH v2 19/31] ocfs2: "
` [PATCH v2 20/31] ntfs3: "
` [PATCH v2 21/31] nilfs2: "
` [PATCH v2 22/31] nfs: "
` [PATCH v2 23/31] jfs: "
` [PATCH v2 24/31] jffs2: "
` [PATCH v2 25/31] isofs: "
` [PATCH v2 26/31] gfs2: "
` [PATCH v2 27/31] fuse: "
` [PATCH v2 28/31] fat: "
` [PATCH v2 29/31] f2fs: "
` [PATCH v2 30/31] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
` [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 RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-20 16:50 UTC  (28+ 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] 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  (12+ messages)
` [PATCH 3/6] fs,fsverity: handle fsverity in generic_file_open
` [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  (16+ messages)
` [PATCH 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH 04/12] mm: add basic VMA flag operation helper functions
` [PATCH 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH 06/12] mm: update secretmem "
` [PATCH 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH 08/12] mm: update all remaining mmap_prepare users "
` [PATCH 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v3 0/8] ext4 extent split/convert refactor and kunit tests
 2026-01-19 17:43 UTC  (9+ messages)
` [PATCH v3 1/8] ext4: kunit tests for extent splitting and conversion
` [PATCH v3 2/8] ext4: kunit tests for higher level extent manipulation functions
` [PATCH v3 3/8] ext4: Add extent status cache support to kunit tests
` [PATCH v3 4/8] ext4: propagate flags to convert_initialized_extent()
` [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

[tytso-ext4:dev] BUILD SUCCESS WITH WARNING a4ffc45fdcdc4e94a8acf7dd3342cf1d1a2cdabf
 2026-01-19 16:50 UTC 

[tytso-ext4:dev 25/37] fs/ext4/extents-test.c:299:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int'
 2026-01-19 15:18 UTC  (2+ messages)

[GIT PULL] ext4 fixes for 6.19-rc6
 2026-01-19 13:54 UTC  (2+ messages)

[RFC 0/5] ext4: mark more ops fast-commit ineligible
 2026-01-19 12:37 UTC  (4+ messages)
` [RFC 5/5] ext4: mark group extend "

[PATCH v2 0/8] ext4 extent split/convert refactor and kunit tests
 2026-01-19 11:47 UTC  (4+ messages)
` [PATCH v2 6/8] ext4: Refactor zeroout path and handle all cases


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