linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 13:19:58 to 2021-10-12 19:00:50 UTC [more...]

[PATCH v1 00/12] MEMORY_DEVICE_COHERENT for CPU-accessible coherent device memory
 2021-10-12 19:00 UTC  (16+ messages)
` [PATCH v1 01/12] ext4/xfs: add page refcount helper
` [PATCH v1 02/12] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v1 03/12] mm: add zone device coherent type memory support
` [PATCH v1 04/12] mm: add device coherent vma selection for memory migration
` [PATCH v1 05/12] drm/amdkfd: ref count init for device pages
` [PATCH v1 06/12] drm/amdkfd: add SPM support for SVM
` [PATCH v1 07/12] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 08/12] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 09/12] lib: test_hmm add module param for "
` [PATCH v1 10/12] lib: add support for device coherent type in test_hmm
` [PATCH v1 11/12] tools: update hmm-test to support device coherent type
` [PATCH v1 12/12] tools: update test_hmm script to support SP config

[PATCH v2 0/4] xfs: fix perag iteration raciness
 2021-10-12 18:54 UTC  (7+ messages)
` [PATCH v2 1/4] xfs: fold perag loop iteration logic into helper function
` [PATCH v2 2/4] xfs: rename the next_agno perag iteration variable
` [PATCH v2 3/4] xfs: terminate perag iteration reliably on agcount
` [PATCH v2 4/4] xfs: fix perag reference leak on iteration race with growfs

[PATCHSET RFC v2 chandan 0/4] xfs: separate btree cursor slab zones
 2021-10-12 18:49 UTC  (11+ messages)
` [PATCH 3/4] xfs: check absolute maximum nlevels for each btree type
` [PATCH 4/4] xfs: use separate btree cursor slab "

Performance regression with async inode inactivation
 2021-10-12 13:42 UTC  (10+ messages)

[PATCH][next] xfs: Use kvcalloc() instead of kvzalloc()
 2021-10-11 22:58 UTC  (2+ messages)

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-11 11:57 UTC  (14+ messages)
` [PATCH 1/6] MM: Support __GFP_NOFAIL in alloc_pages_bulk_*() and improve doco
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCH V3 00/12] xfs: Extend per-inode extent counters
 2021-10-10 21:49 UTC  (30+ messages)
` [PATCH V3 05/12] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V3 06/12] xfs: xfs_dfork_nextents: Return extent count via an out argument
` [PATCH V3 07/12] xfs: Rename inode's extent counter fields based on their width
` [PATCH V3 08/12] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V3 09/12] xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
` [PATCH V3 12/12] xfs: Define max extent length based on on-disk format definition

[PATCH 0/3] xfs: fix perag iteration raciness
 2021-10-08 21:20 UTC  (7+ messages)
` [PATCH 1/3] xfs: fold perag loop iteration logic into helper function
` [PATCH 2/3] xfs: rename the next_agno perag iteration variable
` [PATCH 3/3] xfs: terminate perag iteration reliably on end agno

[PATCH v2 0/4] Dump log cleanups
 2021-10-08 19:06 UTC  (12+ messages)
` [PATCH v2 1/4] xfstests: Rename _scratch_inject_logprint to _scratch_remount_dump_log
` [PATCH v2 2/4] xfstests: Rename _test_inject_logprint to _test_remount_dump_log
` [PATCH v2 3/4] common/log: Move *_dump_log routines to common/log
` [PATCH v2 4/4] common/log: Fix *_dump_log routines for ext4
    ` [External] : "

[PATCH] Prevent mmap command to map beyond EOF
 2021-10-07 10:45 UTC  (6+ messages)

BUG: unable to handle kernel NULL pointer dereference in xlog_cil_commit
 2021-10-06 22:27 UTC  (3+ messages)

[PATCH] libxfs: fix crash on second attempt to initialize library
 2021-10-05 22:32 UTC 

[PATCH] libxfs: fix call_rcu crash when unmounting the fake mount in mkfs
 2021-10-05 22:31 UTC 

[PATCH 0/3] debian updates
 2021-10-04 18:27 UTC  (6+ messages)
` [PATCH 1/3] debian: Update Uploaders list
` [PATCH 2/3] debian: Pass --build and --host to configure
` [PATCH 3/3] debian: Tag xfslibs-dev "Multi-Arch: same"

[PATCH] xfs: use kmem_cache_free() for kmem_cache objects
 2021-10-04  1:07 UTC  (7+ messages)

[ANNOUNCE] xfsprogs for-next updated to 7c432f77
 2021-10-01 20:33 UTC 

[PATCHSET 00/61] xfs: sync libxfs with 5.14
 2021-10-01 19:57 UTC  (9+ messages)
` [PATCH 04/61] libxfs: port xfs_set_inode_alloc from the kernel
` [PATCH 05/61] libxfs: fix whitespace inconsistencies with kernel
` [PATCH 06/61] xfs: Fix fall-through warnings for Clang
` [PATCH 07/61] misc: convert utilities to use "fallthrough;"

[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-10-01  1:32 UTC  (6+ messages)
` [PATCH v2 10/12] lib: add support for device public type in test_hmm
` [PATCH v2 09/12] lib: test_hmm add module param for zone device type

[RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles
 2021-09-30 15:54 UTC  (26+ messages)
` [PATCH v3 1/9] mm: Remove the callback func argument from __swap_writepage()
` [PATCH v3 2/9] mm: Add 'supports' field to the address_space_operations to list features
` [PATCH v3 3/9] mm: Make swap_readpage() void
` [PATCH v3 4/9] Introduce IOCB_SWAP kiocb flag to trigger REQ_SWAP
` [PATCH v3 5/9] mm: Make swap_readpage() for SWP_FS_OPS use ->swap_rw() not ->readpage()
` [PATCH v3 6/9] mm: Make __swap_writepage() do async DIO if asked for it
` [PATCH v3 8/9] block, btrfs, ext4, xfs: Implement swap_rw
` [PATCH v3 9/9] mm: Remove swap BIO paths and only use DIO paths

[PATCH V2 0/5] xfsprogs: generic serialisation primitives
 2021-09-29 20:46 UTC  (21+ messages)
` [PATCH V2 1/5] xfsprogs: introduce liburcu support
` [PATCH V2 2/5] libxfs: add spinlock_t wrapper
` [PATCH V2 3/5] atomic: convert to uatomic
` [PATCH V2 4/5] libxfs: add kernel-compatible completion API
` [PATCH V2 5/5] libxfs: add wrappers for kernel semaphores

[PATCH v10 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-09-28  6:23 UTC  (9+ messages)
` [PATCH v10 1/8] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v10 2/8] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v10 3/8] fsdax: Replace mmap entry in case of CoW
` [PATCH v10 4/8] fsdax: Convert dax_iomap_zero to iter model
` [PATCH v10 5/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v10 6/8] fsdax: Dedup file range to use a compare function
` [PATCH v10 7/8] xfs: support CoW in fsdax mode
` [PATCH v10 8/8] xfs: Add dax dedupe support

/me taps out
 2021-09-28  2:35 UTC 

[PATCH 3/5] vfs: add a zero-initialization mode to fallocate
 2021-09-28  0:08 UTC  (13+ messages)

Bug#987093: marked as done (xfsprogs: need config.guess/sub update for riscv64)
 2021-09-27 22:21 UTC 

[PATCHSET RFC achender 0/2] xfs: refactor log recovery resource capture
 2021-09-27 20:38 UTC  (7+ messages)
` [PATCH 1/2] xfs: formalize the process of holding onto resources across a defer roll
` [PATCH 2/2] xfs: port the defer ops capture and continue to resource capture

[PATCH v2 2/2] xfsdump: intercept bind mount targets
 2021-09-27 15:07 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2 1/2] xfsdump: Revert "xfsdump: handle bind mount targets"
 2021-09-27 15:05 UTC  (2+ messages)

[RFC PATCH] xfsrestore: fix rootdir due to xfsdump bulkstat misuse
 2021-09-27 15:00 UTC  (3+ messages)
` [RFC PATCH v2] "

[PATCH] xfs: fix system crash caused by null bp->b_pages
 2021-09-25  2:16 UTC  (5+ messages)

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-09-24 13:09 UTC  (6+ messages)
` [PATCH v7 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v7 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v7 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v7 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v7 8/8] fsdax: add exception for reflinked files


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).