Linux XFS
[Prev Page][Next Page]
- [xfs-linux:test-merge 13/13] fs/xfs/xfs_file.c:746:49: error: too few arguments to function call, expected 4, have 3, kernel test robot
- [xfs-linux:test-merge 13/13] fs/xfs/xfs_file.c:746:15: error: too few arguments to function 'xfs_file_write_checks',
kernel test robot
- [PATCH] xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots,
Darrick J. Wong
- Bounce probe for linux-xfs@xxxxxxxxxxxxxxx (no action required), linux-xfs+owner
- [PATCH v1 0/2] Minor cleanups in common/rc,
Nirjhar Roy (IBM)
- [PATCH v1 1/2] generic/749: Remove redundant sourcing of common/rc, Nirjhar Roy (IBM)
- [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc, Nirjhar Roy (IBM)
- Re: [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc, Darrick J. Wong
- Re: [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc, Zorro Lang
- Re: [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc, Dave Chinner
nouuid hint in kernel message?,
Kjetil Torgrim Homme
use folios and vmalloc for buffer cache backing memory v2,
Christoph Hellwig
- [PATCH 02/12] xfs: add a fast path to xfs_buf_zero when b_addr is set, Christoph Hellwig
- [PATCH 03/12] xfs: remove xfs_buf.b_offset, Christoph Hellwig
- [PATCH 05/12] xfs: refactor backing memory allocations for buffers, Christoph Hellwig
- [PATCH 04/12] xfs: remove xfs_buf_is_vmapped, Christoph Hellwig
- [PATCH 06/12] xfs: remove the kmalloc to page allocator fallback, Christoph Hellwig
- [PATCH 09/12] xfs: buffer items don't straddle pages anymore, Christoph Hellwig
- [PATCH 07/12] xfs: convert buffer cache to use high order folios, Christoph Hellwig
- [PATCH 11/12] xfs: cleanup mapping tmpfs folios into the buffer cache, Christoph Hellwig
- [PATCH 08/12] xfs: kill XBF_UNMAPPED, Christoph Hellwig
- [PATCH 01/12] xfs: unmapped buffer item size straddling mismatch, Christoph Hellwig
- [PATCH 10/12] xfs: use vmalloc instead of vm_map_area for buffer backing memory, Christoph Hellwig
- [PATCH 12/12] xfs: trace what memory backs a buffer, Christoph Hellwig
[RFC] configs: Add support for central fs configs using sections, Ritesh Harjani (IBM)
[PATCH v2 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE,
Ritesh Harjani (IBM)
[PATCH] xfs: Replace deprecated strncpy() with strscpy(),
Thorsten Blum
[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_cksum,
syzbot
[PATCH v2 0/1] xfs/539: Ignore remount failures on v5 xfs,
Nirjhar Roy (IBM)
[PATCH v2 1/1] iomap: propagate nowait to block layer,
Pavel Begunkov
[PATCH v1 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE,
Ritesh Harjani (IBM)
Re: [PATCH 09/12] mm/filemap: drop streaming/uncached pages when writeback completes, IBM
[PATCH] xfs: Use abs_diff instead of XFS_ABSDIFF,
Matthew Wilcox (Oracle)
[PATCH v4 00/12] large atomic writes for xfs with CoW,
John Garry
- [PATCH v4 09/12] xfs: Add xfs_file_dio_write_atomic(), John Garry
- [PATCH v4 11/12] xfs: Update atomic write max size, John Garry
- [PATCH v4 01/12] xfs: Pass flags to xfs_reflink_allocate_cow(), John Garry
- [PATCH v4 03/12] xfs: Switch atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v4 04/12] xfs: Refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v4 06/12] iomap: Lift blocksize restriction on atomic writes, John Garry
- [PATCH v4 07/12] xfs: Reflink CoW-based atomic write support, John Garry
- [PATCH v4 08/12] xfs: Iomap SW-based atomic write support, John Garry
- [PATCH v4 12/12] xfs: Allow block allocator to take an alignment hint, John Garry
- [PATCH v4 05/12] iomap: Support SW-based atomic writes, John Garry
- [PATCH v4 10/12] xfs: Commit CoW-based atomic writes atomically, John Garry
- [PATCH v4 02/12] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW, John Garry
- Re: (subset) [PATCH v4 00/12] large atomic writes for xfs with CoW, Christian Brauner
[GIT PULL] xfs: add support for zoned devices, Christoph Hellwig
[PATCH] xfs: don't allow log recover IO to be throttled,
Jinliang Zheng
Changes to XFS patch integration process,
Carlos Maiolino
[GIT PULL] XFS fixes for v6.14-rc6,
Carlos Maiolino
[syzbot] [xfs?] [mm?] WARNING: bad unlock balance in __mm_populate, syzbot
Re: [syzbot] [xfs?] WARNING in fsnotify_file_area_perm,
syzbot
Slow deduplication,
Steinar H. Gunderson
[PATCH] xfs: Simplify maximum determination in xrep_calc_ag_resblks(), Markus Elfring
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements,
Yunsheng Lin
[PATCH 0/2] *** Code cleanup ***,
Julian Sun
[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts,
Alistair Popple
- [PATCH v9 01/20] fuse: Fix dax truncate/punch_hole fault path, Alistair Popple
- [PATCH v9 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range(), Alistair Popple
- [PATCH v9 04/20] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH v9 03/20] fs/dax: Don't skip locked entries when scanning entries, Alistair Popple
- [PATCH v9 05/20] fs/dax: Create a common implementation to break DAX layouts, Alistair Popple
- [PATCH v9 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount, Alistair Popple
- [PATCH v9 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts, Alistair Popple
- [PATCH v9 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag, Alistair Popple
- [PATCH v9 09/20] mm/gup: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH v9 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings, Alistair Popple
- [PATCH v9 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma, Alistair Popple
- [PATCH v9 11/20] mm: Allow compound zone device pages, Alistair Popple
- [PATCH v9 13/20] mm/memory: Add vmf_insert_page_mkwrite(), Alistair Popple
- [PATCH v9 14/20] mm/rmap: Add support for PUD sized mappings to rmap, Alistair Popple
- [PATCH v9 16/20] mm/huge_memory: Add vmf_insert_folio_pmd(), Alistair Popple
- [PATCH v9 15/20] mm/huge_memory: Add vmf_insert_folio_pud(), Alistair Popple
- [PATCH v9 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages, Alistair Popple
- [PATCH v9 20/20] device/dax: Properly refcount device dax pages when mapping, Alistair Popple
- [PATCH v9 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support, Alistair Popple
- [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages, Alistair Popple
- Re: [PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts, Alistair Popple
Re: [PATCH 1/1] fs/xfs: Add check to kmem_cache_zalloc(), Julian Sun
[PATCH v3] xfs: add a test for atomic writes,
Catherine Hoang
[ANNOUNCE] xfsprogs: for-next updated to a5466cee9874, Andrey Albershteyn
[PATCH v3 00/12] large atomic writes for xfs with CoW,
John Garry
- [PATCH v3 04/12] xfs: Refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v3 01/12] xfs: Pass flags to xfs_reflink_allocate_cow(), John Garry
- [PATCH v3 07/12] xfs: Reflink CoW-based atomic write support, John Garry
- [PATCH v3 06/12] iomap: Lift blocksize restriction on atomic writes, John Garry
- [PATCH v3 05/12] iomap: Support SW-based atomic writes, John Garry
- [PATCH v3 08/12] xfs: Iomap SW-based atomic write support, John Garry
- [PATCH v3 10/12] xfs: Commit CoW-based atomic writes atomically, John Garry
- [PATCH v3 12/12] xfs: Allow block allocator to take an alignment hint, John Garry
- [PATCH v3 11/12] xfs: Update atomic write max size, John Garry
- [PATCH v3 03/12] xfs: Switch atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v3 02/12] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW, John Garry
- [PATCH v3 09/12] xfs: Add xfs_file_dio_write_atomic(), John Garry
support for zoned devices v4,
Christoph Hellwig
- [PATCH 01/44] xfs: reflow xfs_dec_freecounter, Christoph Hellwig
- [PATCH 02/44] xfs: generalize the freespace and reserved blocks handling, Christoph Hellwig
- [PATCH 04/44] xfs: trace in-memory freecounter reservations, Christoph Hellwig
- [PATCH 03/44] xfs: support reserved blocks for the rt extent counter, Christoph Hellwig
- [PATCH 07/44] xfs: reduce metafile reservations, Christoph Hellwig
- [PATCH 08/44] xfs: factor out a xfs_rt_check_size helper, Christoph Hellwig
- [PATCH 05/44] xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocks, Christoph Hellwig
- [PATCH 11/44] xfs: skip always_cow inodes in xfs_reflink_trim_around_shared, Christoph Hellwig
- [PATCH 12/44] xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write, Christoph Hellwig
- [PATCH 10/44] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c, Christoph Hellwig
- [PATCH 14/44] xfs: add a xfs_rtrmap_highest_rgbno helper, Christoph Hellwig
- [PATCH 09/44] xfs: add a rtg_blocks helper, Christoph Hellwig
- [PATCH 06/44] xfs: make metabtree reservations global, Christoph Hellwig
- [PATCH 15/44] xfs: define the zoned on-disk format, Christoph Hellwig
- [PATCH 18/44] xfs: disable sb_frextents for zoned file systems, Christoph Hellwig
- [PATCH 20/44] xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes, Christoph Hellwig
- [PATCH 19/44] xfs: disable FITRIM for zoned RT devices, Christoph Hellwig
- [PATCH 21/44] xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file, Christoph Hellwig
- [PATCH 22/44] xfs: parse and validate hardware zone information, Christoph Hellwig
- [PATCH 24/44] xfs: add support for zoned space reservations, Christoph Hellwig
- [PATCH 27/44] xfs: implement direct writes to zoned RT devices, Christoph Hellwig
- [PATCH 13/44] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay, Christoph Hellwig
- [PATCH 16/44] xfs: allow internal RT devices for zoned mode, Christoph Hellwig
- [PATCH 28/44] xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item, Christoph Hellwig
- [PATCH 29/44] xfs: hide reserved RT blocks from statfs, Christoph Hellwig
- [PATCH 17/44] xfs: export zoned geometry via XFS_FSOP_GEOM, Christoph Hellwig
- [PATCH 25/44] xfs: implement zoned garbage collection, Christoph Hellwig
- [PATCH 30/44] xfs: support growfs on zoned file systems, Christoph Hellwig
- [PATCH 32/44] xfs: support xchk_xref_is_used_rt_space on zoned file systems, Christoph Hellwig
- [PATCH 34/44] xfs: enable fsmap reporting for internal RT devices, Christoph Hellwig
- [PATCH 23/44] xfs: add the zoned space allocator, Christoph Hellwig
- [PATCH 42/44] xfs: export zone stats in /proc/*/mountstats, Christoph Hellwig
- [PATCH 31/44] xfs: allow COW forks on zoned file systems in xchk_bmap, Christoph Hellwig
- [PATCH 43/44] xfs: contain more sysfs code in xfs_sysfs.c, Christoph Hellwig
- [PATCH 39/44] xfs: add a max_open_zones mount option, Christoph Hellwig
- [PATCH 26/44] xfs: implement buffered writes to zoned RT devices, Christoph Hellwig
- [PATCH 38/44] xfs: support zone gaps, Christoph Hellwig
- [PATCH 40/44] xfs: support write life time based data placement, Christoph Hellwig
- [PATCH 33/44] xfs: support xrep_require_rtext_inuse on zoned file systems, Christoph Hellwig
- [PATCH 36/44] xfs: disable rt quotas for zoned file systems, Christoph Hellwig
- [PATCH 44/44] xfs: export max_open_zones in sysfs, Christoph Hellwig
- [PATCH 37/44] xfs: enable the zoned RT device feature, Christoph Hellwig
- [PATCH 41/44] xfs: wire up the show_stats super operation, Christoph Hellwig
- [PATCH 35/44] xfs: disable reflink for zoned file systems, Christoph Hellwig
- Re: support for zoned devices v4, Damien Le Moal
[PATCH] xfs_repair: -EFSBADCRC needs action when read verifier detects it.,
bodonnel
use folios and vmalloc for buffer cache backing memory,
Christoph Hellwig
- [PATCH 10/12] xfs: use vmalloc instead of vm_map_area for buffer backing memory, Christoph Hellwig
- [PATCH 02/12] xfs: add a fast path to xfs_buf_zero when b_addr is set, Christoph Hellwig
- [PATCH 04/12] xfs: remove xfs_buf_is_vmapped, Christoph Hellwig
- [PATCH 08/12] xfs: kill XBF_UNMAPPED, Christoph Hellwig
- [PATCH 05/12] xfs: refactor backing memory allocations for buffers, Christoph Hellwig
- [PATCH 09/12] xfs: buffer items don't straddle pages anymore, Christoph Hellwig
- [PATCH 11/12] xfs: cleanup mapping tmpfs folios into the buffer cache, Christoph Hellwig
- [PATCH 01/12] xfs: unmapped buffer item size straddling mismatch, Christoph Hellwig
- [PATCH 07/12] xfs: convert buffer cache to use high order folios, Christoph Hellwig
- [PATCH 06/12] xfs: remove the kmalloc to page allocator fallback, Christoph Hellwig
- [PATCH 03/12] xfs: remove xfs_buf.b_offset, Christoph Hellwig
- [PATCH 12/12] xfs: trace what memory backs a buffer, Christoph Hellwig
[PATCH v5 00/10] Update release.sh,
Andrey Albershteyn
- [PATCH v5 02/10] release.sh: add --kup to upload release tarball to kernel.org, Andrey Albershteyn
- [PATCH v5 03/10] release.sh: update version files make commit optional, Andrey Albershteyn
- [PATCH v5 01/10] release.sh: add signing and fix outdated commands, Andrey Albershteyn
- [PATCH v5 06/10] git-contributors: make revspec required and shebang fix, Andrey Albershteyn
- [PATCH v5 08/10] release.sh: add -f to generate for-next update email, Andrey Albershteyn
- [PATCH v5 09/10] libxfs-apply: drop Cc: to stable release list, Andrey Albershteyn
- [PATCH v5 10/10] gitignore: ignore a few newly generated files, Andrey Albershteyn
- [PATCH v5 04/10] Add git-contributors script to notify about merges, Andrey Albershteyn
- [PATCH v5 05/10] git-contributors: better handling of hash mark/multiple emails, Andrey Albershteyn
- [PATCH v5 07/10] release.sh: generate ANNOUNCE email, Andrey Albershteyn
[syzbot] [mm?] [ext4?] WARNING in get_dump_page, syzbot
[ANNOUNCE] xfs-linux: for-next updated to 9b47d37496e2, Carlos Maiolino
[PATCH 1/1] iomap: propagate nowait to block layer,
Pavel Begunkov
[PATCH v3 00/16] Converge on using secs_to_jiffies() part two,
Easwar Hariharan
- [PATCH v3 01/16] coccinelle: misc: secs_to_jiffies: Patch expressions too, Easwar Hariharan
- [PATCH v3 04/16] ALSA: ac97: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 02/16] scsi: lpfc: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 03/16] accel/habanalabs: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 08/16] ata: libata-zpodd: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 06/16] rbd: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 05/16] btrfs: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 07/16] libceph: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 15/16] platform/x86: thinkpad_acpi: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 10/16] power: supply: da9030: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 09/16] xfs: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 13/16] spi: spi-imx: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 14/16] platform/x86/amd/pmf: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 12/16] spi: spi-fsl-lpspi: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 11/16] nvme: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 16/16] RDMA/bnxt_re: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- Re: (subset) [PATCH v3 00/16] Converge on using secs_to_jiffies() part two, Jens Axboe
- Re: [PATCH v3 00/16] Converge on using secs_to_jiffies() part two, Mark Brown
- Re: (subset) [PATCH v3 00/16] Converge on using secs_to_jiffies() part two, Mark Brown
[GIT PULLBOMB]: xfsprogs: everything I have for 6.14,
Darrick J. Wong
buffer cache simplifications v3,
Christoph Hellwig
[PATCHSET] xfsprogs: handle emoji filenames better,
Darrick J. Wong
[PATCH] iomap: Minor code simplification in iomap_dio_bio_iter(),
John Garry
buffer cache simplifications v2,
Christoph Hellwig
[PATCH v3 00/12] iomap: incremental advance conversion -- phase 2,
Brian Foster
- [PATCH v3 01/12] iomap: advance the iter directly on buffered read, Brian Foster
- [PATCH v3 05/12] dax: push advance down into dax_iomap_iter() for read and write, Brian Foster
- [PATCH v3 12/12] iomap: introduce a full map advance helper, Brian Foster
- [PATCH v3 04/12] dax: advance the iomap_iter in the read/write path, Brian Foster
- [PATCH v3 03/12] iomap: convert misc simple ops to incremental advance, Brian Foster
- [PATCH v3 06/12] dax: advance the iomap_iter on zero range, Brian Foster
- [PATCH v3 09/12] dax: advance the iomap_iter on pte and pmd faults, Brian Foster
- [PATCH v3 07/12] dax: advance the iomap_iter on unshare range, Brian Foster
- [PATCH v3 11/12] iomap: rename iomap_iter processed field to status, Brian Foster
- [PATCH v3 10/12] iomap: remove unnecessary advance from iomap_iter(), Brian Foster
- [PATCH v3 08/12] dax: advance the iomap_iter on dedupe range, Brian Foster
- [PATCH v3 02/12] iomap: advance the iter on direct I/O, Brian Foster
- Re: [PATCH v3 00/12] iomap: incremental advance conversion -- phase 2, Christian Brauner
[PATCH v3] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT,
Raphael S. Carvalho
[PATCH 0/8][next] Avoid a couple hundred -Wflex-array-member-not-at-end warnings,
Gustavo A. R. Silva
[PATCH v2] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT,
Raphael S. Carvalho
[PATCH] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT,
Raphael S. Carvalho
xfsprogs_6.13.0-2_source.changes ACCEPTED into unstable, Debian FTP Masters
Processing of xfsprogs_6.13.0-2_source.changes, Debian FTP Masters
[PATCH] mkfs: Correct filesize declaration,
Bastian Germann
xfsprogs_6.13.0-1_source.changes ACCEPTED into unstable, Debian FTP Masters
Processing of xfsprogs_6.13.0-1_source.changes, Debian FTP Masters
[PATCH] xfs_io: don't fail FS_IOC_FSGETXATTR on filesystems that lack support,
Anthony Iliopoulos
[PATCH v3 0/8] enable bs > ps for block devices,
Luis Chamberlain
[PATCH] xfs_scrub: fix buffer overflow in string_escape,
Darrick J. Wong
[GIT PULLBOMB] fstests: catch us up to 6.12-6.14,
Darrick J. Wong
- [GIT PULL 01/10] fstests: more random fixes for v2025.02.16, Darrick J. Wong
- [GIT PULL 02/10] fstests: fix online and offline fsck test groups, Darrick J. Wong
- [GIT PULL 03/10] fstests: enable metadir, Darrick J. Wong
- [GIT PULL 04/10] fstests: make protofiles less janky, Darrick J. Wong
- [GIT PULL 05/10] fstests: shard the realtime section, Darrick J. Wong
- [GIT PULL 06/10] fstests: store quota files in the metadir, Darrick J. Wong
- [GIT PULL 07/10] fstests: enable quota for realtime volumes, Darrick J. Wong
- [GIT PULL 08/10] fstests: check new 6.14 behaviors, Darrick J. Wong
- [GIT PULL 09/10] fstests: realtime reverse-mapping support, Darrick J. Wong
- [GIT PULL 10/10] fstests: reflink on the realtime device, Darrick J. Wong
- Re: [GIT PULLBOMB] fstests: catch us up to 6.12-6.14, Zorro Lang
[syzbot] Monthly xfs report (Feb 2025), syzbot
[PATCH] libxfs-apply: allow stgit users to force-apply a patch,
Darrick J. Wong
[PATCH] dm: fix unconditional IO throttle caused by REQ_PREFLUSH,
Jinliang Zheng
[PATCH] xfs/614: determine the sector size of the fs image by doing a test format,
Darrick J. Wong
[PATCH v2 00/12] iomap: incremental advance conversion -- phase 2,
Brian Foster
- [PATCH v2 01/12] iomap: advance the iter directly on buffered read, Brian Foster
- [PATCH v2 02/12] iomap: advance the iter on direct I/O, Brian Foster
- [PATCH v2 04/12] dax: advance the iomap_iter in the read/write path, Brian Foster
- [PATCH v2 03/12] iomap: convert misc simple ops to incremental advance, Brian Foster
- [PATCH v2 08/12] dax: advance the iomap_iter on dedupe range, Brian Foster
- [PATCH v2 06/12] dax: advance the iomap_iter on zero range, Brian Foster
- [PATCH v2 09/12] dax: advance the iomap_iter on pte and pmd faults, Brian Foster
- [PATCH v2 10/12] iomap: remove unnecessary advance from iomap_iter(), Brian Foster
- [PATCH v2 11/12] iomap: rename iomap_iter processed field to status, Brian Foster
- [PATCH v2 05/12] dax: push advance down into dax_iomap_iter() for read and write, Brian Foster
- [PATCH v2 07/12] dax: advance the iomap_iter on unshare range, Brian Foster
- [PATCH v2 12/12] iomap: introduce a full map advance helper, Brian Foster
- Re: [PATCH v2 00/12] iomap: incremental advance conversion -- phase 2, Christian Brauner
[XFSPROGS PATCH] make: remove the .extradep file in libxfs on "make clean",
Theodore Ts'o
[GIT PULL] XFS fixes for v6.14-rc4,
Carlos Maiolino
[PATCH RFC v2 00/12] mm: Remove pXX_devmap page table bit and pfn_t type,
Alistair Popple
- [PATCH RFC v2 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST, Alistair Popple
- [PATCH RFC v2 02/12] mm: Convert pXd_devmap checks to vma_is_dax, Alistair Popple
- [PATCH RFC v2 03/12] mm/pagewalk: Skip dax pages in pagewalk, Alistair Popple
- [PATCH RFC v2 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special, Alistair Popple
- [PATCH RFC v2 05/12] mm: Remove remaining uses of PFN_DEV, Alistair Popple
- [PATCH RFC v2 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages(), Alistair Popple
- [PATCH RFC v2 07/12] mm: Remove redundant pXd_devmap calls, Alistair Popple
- [PATCH RFC v2 08/12] mm/khugepaged: Remove redundant pmd_devmap() check, Alistair Popple
- [PATCH RFC v2 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs, Alistair Popple
- [PATCH RFC v2 10/12] mm: Remove devmap related functions and page table bits, Alistair Popple
- [PATCH RFC v2 11/12] mm: Remove callers of pfn_t functionality, Alistair Popple
- [PATCH RFC v2 12/12] mm/memremap: Remove unused devmap_managed_key, Alistair Popple
[PATCH 1/2] mkfs,xfs_repair: don't pass a daddr as the flags argument,
Darrick J. Wong
[regression 6.14-rc2 + xfs-for-next] Bad page state at unmount,
Dave Chinner
[PATCHBOMB] fstests: catch us up to 6.12-6.14 changes,
Darrick J. Wong
- [PATCHSET 01/12] fstests: more random fixes for v2025.02.16, Darrick J. Wong
- [PATCHSET 02/12] fstests: fix logwrites zeroing, Darrick J. Wong
- [PATCHSET v32.1 03/12] fstests: fix online and offline fsck test groups, Darrick J. Wong
- [PATCH 04/12] misc: rename the dangerous_bothrepair group to fuzzers_bothrepair, Darrick J. Wong
- [PATCH 03/12] misc: rename the dangerous_online_repair group to fuzzers_online_repair, Darrick J. Wong
- [PATCH 05/12] misc: rename the dangerous_norepair group to fuzzers_norepair, Darrick J. Wong
- [PATCH 09/12] misc: add xfs_scrub + xfs_repair fuzz tests to the scrub and repair groups, Darrick J. Wong
- [PATCH 11/12] xfs/28[56],xfs/56[56]: add to the auto group, Darrick J. Wong
- [PATCH 12/12] xfs/349: reclassify this test as not dangerous, Darrick J. Wong
- [PATCH 01/12] misc: drop the dangerous label from xfs_scrub fsstress tests, Darrick J. Wong
- [PATCH 02/12] misc: rename the dangerous_repair group to fuzzers_repair, Darrick J. Wong
- [PATCH 06/12] misc: fix misclassification of xfs_repair fuzz tests, Darrick J. Wong
- [PATCH 07/12] misc: fix misclassification of xfs_scrub + xfs_repair fuzz tests, Darrick J. Wong
- [PATCH 08/12] misc: fix misclassification of verifier fuzz tests, Darrick J. Wong
- [PATCH 10/12] misc: remove the dangerous_scrub group, Darrick J. Wong
- [PATCHSET v6.4 04/12] fstests: enable metadir, Darrick J. Wong
- [PATCH 10/12] common/populate: label newly created xfs filesystems, Darrick J. Wong
- [PATCH 01/12] various: fix finding metadata inode numbers when metadir is enabled, Darrick J. Wong
- [PATCH 06/12] xfs/509: adjust inumbers accounting for metadata directories, Darrick J. Wong
- [PATCH 02/12] xfs/{030,033,178}: forcibly disable metadata directory trees, Darrick J. Wong
- [PATCH 05/12] xfs/{050,144,153,299,330}: update quota reports to handle metadir trees, Darrick J. Wong
- [PATCH 11/12] scrub: race metapath online fsck with fsstress, Darrick J. Wong
- [PATCH 12/12] xfs: test metapath repairs, Darrick J. Wong
- [PATCH 07/12] xfs: create fuzz tests for metadata directories, Darrick J. Wong
- [PATCH 08/12] xfs/163: bigger fs for metadir, Darrick J. Wong
- [PATCH 09/12] xfs/122: disable this test for any codebase that knows about metadir, Darrick J. Wong
- [PATCH 03/12] common/repair: patch up repair sb inode value complaints, Darrick J. Wong
- [PATCH 04/12] xfs/206: update for metadata directory support, Darrick J. Wong
- [PATCHSET v6.4 05/12] fstests: make protofiles less janky, Darrick J. Wong
- [PATCHSET v6.4 06/12] fstests: shard the realtime section, Darrick J. Wong
- [PATCH 05/15] common/ext4: reformat external logs during mdrestore operations, Darrick J. Wong
- [PATCH 07/15] punch-alternating: detect xfs realtime files with large allocation units, Darrick J. Wong
- [PATCH 12/15] xfs/271,xfs/556: fix tests to deal with rtgroups output in bmap/fsmap commands, Darrick J. Wong
- [PATCH 03/15] fuzzy: stress data and rt sections of xfs filesystems equally, Darrick J. Wong
- [PATCH 04/15] fuzzy: run fsx on data and rt sections of xfs filesystems equally, Darrick J. Wong
- [PATCH 06/15] common/populate: use metadump v2 format by default for fs metadata snapshots, Darrick J. Wong
- [PATCH 13/15] common/xfs: capture realtime devices during metadump/mdrestore, Darrick J. Wong
- [PATCH 09/15] common: pass the realtime device to xfs_db when possible, Darrick J. Wong
- [PATCH 10/15] xfs/185: update for rtgroups, Darrick J. Wong
- [PATCH 14/15] common/fuzzy: adapt the scrub stress tests to support rtgroups, Darrick J. Wong
- [PATCH 15/15] xfs: fix fuzz tests of rtgroups bitmap and summary files, Darrick J. Wong
- [PATCH 01/15] common/populate: refactor caching of metadumps to a helper, Darrick J. Wong
- [PATCH 02/15] common/{fuzzy,populate}: use _scratch_xfs_mdrestore, Darrick J. Wong
- [PATCH 08/15] xfs/206: update mkfs filtering for rt groups feature, Darrick J. Wong
- [PATCH 11/15] xfs/449: update test to know about xfs_db -R, Darrick J. Wong
- [PATCHSET v6.4 07/12] fstests: store quota files in the metadir, Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]