messages from 2026-01-16 02:23:22 to 2026-01-20 13:42:17 UTC [more...]
[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-20 13:42 UTC (43+ 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
[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-20 13:36 UTC (21+ 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 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-20 12:50 UTC (46+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 12/29] udf: "
` [PATCH 18/29] ocfs2: "
` [PATCH 20/29] nilfs2: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
[PATCH] ext4: remove unused i_fc_wait
2026-01-20 12:19 UTC
fsverity metadata offset, was: Re: [PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
2026-01-20 11:44 UTC (6+ messages)
[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
[PATCH] ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
2026-01-20 8:45 UTC (2+ messages)
fsverity optimzations and speedups
2026-01-20 7:35 UTC (16+ messages)
` [PATCH 1/6] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 2/6] fs,fsverity: clear out fsverity_info from common code
` [PATCH 3/6] fs,fsverity: handle fsverity in generic_file_open
` [PATCH 4/6] fsverity: use a hashtable to find the fsverity_info
` [PATCH 5/6] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 6/6] fsverity: kick off hash readahead at data I/O submission time
[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 (5+ 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 (24+ messages)
` [PATCH v2 1/8] ext4: kunit tests for extent splitting and conversion
` [PATCH v2 2/8] ext4: kunit tests for higher level extent manipulation functions
` [PATCH v2 3/8] ext4: Add extent status cache support to kunit tests
` [PATCH v2 4/8] ext4: propagate flags to convert_initialized_extent()
` [PATCH v2 5/8] ext4: propagate flags to ext4_convert_unwritten_extents_endio()
` [PATCH v2 6/8] ext4: Refactor zeroout path and handle all cases
` [PATCH v2 7/8] ext4: Refactor split and convert extents
` [PATCH v2 8/8] ext4: Allow zeroout when doing written to unwritten split
[tytso-ext4:dev] BUILD REGRESSION 11f1ff3cc21a8e9ca9f509a664de5975469ec561
2026-01-19 4:35 UTC
[tytso-ext4:fixes] BUILD SUCCESS d250bdf531d9cd4096fedbb9f172bb2ca660c868
2026-01-19 4:35 UTC
[tytso-ext4:dev 35/37] fs/ext4/move_extent.c:324:26: error: use of undeclared identifier 'sb'
2026-01-19 2:38 UTC
[tytso-ext4:dev 25/37] fs/ext4/extents-test.c:300:5: warning: format specifies type 'long' but the argument has type '__ptrdiff_t' (aka 'int')
2026-01-18 21:14 UTC
[tytso-ext4:dev 35/37] fs/ext4/move_extent.c:324:33: error: 'sb' undeclared; did you mean 's8'?
2026-01-18 20:10 UTC
[GIT PULL] e4defrag inline data segfault fix
2026-01-17 4:49 UTC (6+ messages)
WARN_ON_ONCE: (PF_MEMALLOC && nofail) in __alloc_pages_slowpath via ext4, iput, kswapd
2026-01-16 17:21 UTC
[PATCH v5 00/16] Exposing case folding behavior
2026-01-16 16:28 UTC (18+ messages)
` [PATCH v5 01/16] fs: Add case sensitivity info to file_kattr
` [PATCH v5 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v5 03/16] exfat: "
` [PATCH v5 04/16] ntfs3: "
` [PATCH v5 05/16] hfs: "
` [PATCH v5 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v5 07/16] ext4: "
` [PATCH v5 08/16] xfs: "
` [PATCH v5 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v5 10/16] nfs: "
` [PATCH v5 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v5 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v5 13/16] isofs: "
` [PATCH v5 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v5 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v5 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
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