messages from 2026-01-21 15:22:57 to 2026-01-24 13:05:23 UTC [more...]
xfsprogs_6.18.0-1_source.changes ACCEPTED into unstable
2026-01-24 13:05 UTC
[PATCH v6 00/16] Exposing case folding behavior
2026-01-24 12:52 UTC (5+ messages)
Processing of xfsprogs_6.18.0-1_source.changes
2026-01-24 12:51 UTC
[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
2026-01-24 10:45 UTC (19+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles
[PATCH] misc: allow zero duration for fsstress and fsx
2026-01-24 5:47 UTC (6+ messages)
[PATCHSET 3/3] xfs: syzbot fixes for online fsck
2026-01-23 18:25 UTC (16+ messages)
` [PATCH 1/5] xfs: get rid of the xchk_xfile_*_descr calls
` [PATCH 2/5] xfs: only call xf{array,blob}_destroy if we have a valid pointer
` [PATCH 3/5] xfs: check return value of xchk_scrub_create_subord
` [PATCH 4/5] xfs: fix UAF in xchk_btree_check_block_owner
` [PATCH 5/5] xfs: check for deleted cursors when revalidating two btrees
buffer cache simplification v2
2026-01-23 16:01 UTC (10+ messages)
` [PATCH 1/3] xfs: don't keep a reference for buffers on the LRU
` [PATCH 2/3] xfs: use a lockref for the buffer reference count
` [PATCH 3/3] xfs: switch (back) to a per-buftarg buffer hash
[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] xfs: fix spacing style issues in xfs_alloc.c
2026-01-23 15:04 UTC
bounce buffer direct I/O when stable pages are required v2
2026-01-23 14:57 UTC (60+ messages)
` [PATCH 01/14] block: refactor get_contig_folio_len
` [PATCH 02/14] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 04/14] block: remove bio_release_page
` [PATCH 05/14] block: add helpers to bounce buffer an iov_iter into bios
` [PATCH 06/14] iomap: fix submission side handling of completion side errors
` [PATCH 07/14] iomap: simplify iomap_dio_bio_iter
` [PATCH 08/14] iomap: split out the per-bio logic from iomap_dio_bio_iter
` [PATCH 09/14] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
` [PATCH 10/14] iomap: free the bio before completing the dio
` [PATCH 11/14] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
` [PATCH 12/14] iomap: support ioends for direct reads
` [PATCH 13/14] iomap: add a flag to bounce buffer direct I/O
` [PATCH 14/14] xfs: use bounce buffering direct I/O when the device requires stable pages
` block or iomap tree, was: Re: bounce buffer direct I/O when stable pages are required v2
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-01-23 13:26 UTC (5+ messages)
[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-23 12:33 UTC (21+ 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
support file system generated / verified integrity information
2026-01-23 7:14 UTC (43+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
` [PATCH 04/15] block: prepare generation / verification helpers for fs usage
` [PATCH 05/15] block: make max_integrity_io_size public
` [PATCH 06/15] block: add fs_bio_integrity helpers
` [PATCH 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/15] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/15] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/15] iomap: allow file systems to hook into buffered read bio submission
` [PATCH 12/15] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 13/15] iomap: support ioends for buffered reads
` [PATCH 14/15] iomap: support T10 protection information
` [PATCH 15/15] xfs: "
[Linux Kernel Bugs] general protection fault in xchk_btree and another slab-use-after-free issue
2026-01-23 7:03 UTC (8+ messages)
[PATCHSET 2/3] xfs: improve shortform attr performance
2026-01-23 7:03 UTC (4+ messages)
` [PATCH 1/3] xfs: reduce xfs_attr_try_sf_addname parameters
` [PATCH 2/3] xfs: speed up parent pointer operations when possible
` [PATCH 3/3] xfs: add a method to replace shortform attrs
[PATCHSET 1/3] xfs: fix problems in the attr leaf freemap code
2026-01-23 7:02 UTC (7+ messages)
` [PATCH 1/6] xfs: delete attr leaf freemap entries when empty
` [PATCH 2/6] xfs: fix freemap adjustments when adding xattrs to leaf blocks
` [PATCH 3/6] xfs: refactor attr3 leaf table size computation
` [PATCH 4/6] xfs: strengthen attr leaf block freemap checking
` [PATCH 5/6] xfs: fix the xattr scrub to detect freemap/entries array collisions
` [PATCH 6/6] xfs: fix remote xattr valuelblk check
[PATCHSET] xfs: syzbot fixes for online fsck
2026-01-23 7:00 UTC (8+ messages)
` [PATCH 1/4] xfs: check the return value of xchk_xfile_*_descr calls
[PATCH 6.1.y] iomap: Fix possible overflow condition in iomap_write_delalloc_scan
2026-01-23 6:33 UTC
[PATCH v1] xfs: Move ASSERTion location in xfs_rtcopy_summary()
2026-01-22 18:32 UTC (3+ messages)
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-22 17:04 UTC (25+ 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 (5+ messages)
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users to use vma_flags_t
[PATCHSET 3/3] xfs: improve shortform attr performance
2026-01-22 6:31 UTC (7+ messages)
` [PATCH 2/3] xfs: speed up parent pointer operations when possible
` [PATCH 3/3] xfs: add a method to replace shortform attrs
[PATCH 6.6.y] iomap: Fix possible overflow condition in iomap_write_delalloc_scan
2026-01-22 3:38 UTC
[PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
2026-01-21 22:47 UTC (2+ messages)
[PATCHSET v6] xfs: autonomous self healing of filesystems
2026-01-21 19:58 UTC (7+ messages)
` [PATCH 11/11] xfs: add media verification ioctl
` [PATCH v6.1 "
[PATCH] xfs/614: fix test for parent pointers
2026-01-21 17:47 UTC (3+ messages)
[RFC PATCH 0/2] Improve user experience with xfs_fsr
2026-01-21 17:42 UTC (5+ messages)
` [RFC PATCH 1/2] libfrog: make xfrog_defragrange return a positive valued
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