linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 12:04:01 to 2021-10-15 06:41:38 UTC [more...]

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-10-15  6:41 UTC  (22+ messages)
` [PATCH v7 1/8] dax: Use rwsem for dax_{read,write}_lock()
` [PATCH v7 2/8] dax: Introduce holder for dax_device
` [PATCH v7 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [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

[PATCH v1 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2021-10-15  3:45 UTC  (15+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH] xfs: use kmem_cache_free() for kmem_cache objects
 2021-10-15  0:57 UTC  (14+ messages)

[PATCHSET v4 00/17] xfs: support dynamic btree cursor height
 2021-10-15  0:48 UTC  (34+ messages)
` [PATCH 01/17] xfs: fix incorrect decoding in xchk_btree_cur_fsbno
  ` [PATCH v4.1 "
` [PATCH 02/17] xfs: remove xfs_btree_cur.bc_blocklog
` [PATCH 03/17] xfs: reduce the size of nr_ops for refcount btree cursors
` [PATCH 04/17] xfs: don't track firstrec/firstkey separately in xchk_btree
` [PATCH 05/17] xfs: dynamically allocate btree scrub context structure
` [PATCH 06/17] xfs: prepare xfs_btree_cur for dynamic cursor heights
` [PATCH 07/17] xfs: rearrange xfs_btree_cur fields for better packing
` [PATCH 08/17] xfs: refactor btree cursor allocation function
` [PATCH 09/17] xfs: encode the max btree height in the cursor
` [PATCH 10/17] xfs: dynamically allocate cursors based on maxlevels
` [PATCH 11/17] xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
` [PATCH 12/17] xfs: compute maximum AG btree height for critical reservation calculation
` [PATCH 13/17] xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
` [PATCH 14/17] xfs: compute the maximum height of the rmap btree when reflink enabled
` [PATCH 15/17] xfs: kill XFS_BTREE_MAXLEVELS
` [PATCH 16/17] xfs: compute absolute maximum nlevels for each btree type
` [PATCH 17/17] xfs: use separate btree cursor cache "

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-14 11:46 UTC  (16+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

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

[PATCH v2 0/4] xfs: fix perag iteration raciness
 2021-10-14 17:50 UTC  (14+ 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

[PATCH v10 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-10-14 17:50 UTC  (4+ messages)
` [PATCH v10 7/8] xfs: support CoW in fsdax mode

[PATCH] xfs: replace snprintf in show functions with sysfs_emit
 2021-10-14 16:51 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next **REBASED** to 11a83f4c3930
 2021-10-14 16:28 UTC 

[PATCH] libxfs: fix call_rcu crash when unmounting the fake mount in mkfs
 2021-10-14 16:24 UTC  (2+ messages)

[PATCH V3 00/12] xfs: Extend per-inode extent counters
 2021-10-14 10:07 UTC  (14+ messages)
` [PATCH V3 07/12] xfs: Rename inode's extent counter fields based on their width

Sorting blocks in xfs_buf_delwri_submit_buffers() still necessary?
 2021-10-14  7:33 UTC  (3+ messages)

[PATCHSET v3 00/15] xfs: support dynamic btree cursor height
 2021-10-13 23:48 UTC  (41+ messages)
` [PATCH 01/15] xfs: remove xfs_btree_cur.bc_blocklog
` [PATCH 02/15] xfs: reduce the size of nr_ops for refcount btree cursors
` [PATCH 03/15] xfs: don't track firstrec/firstkey separately in xchk_btree
` [PATCH 04/15] xfs: dynamically allocate btree scrub context structure
` [PATCH 05/15] xfs: support dynamic btree cursor heights
` [PATCH 06/15] xfs: rearrange xfs_btree_cur fields for better packing
` [PATCH 07/15] xfs: refactor btree cursor allocation function
` [PATCH 08/15] xfs: encode the max btree height in the cursor
` [PATCH 09/15] xfs: dynamically allocate cursors based on maxlevels
` [PATCH 10/15] xfs: compute actual maximum btree height for critical reservation calculation
` [PATCH 11/15] xfs: compute the maximum height of the rmap btree when reflink enabled
` [PATCH 12/15] xfs: kill XFS_BTREE_MAXLEVELS
` [PATCH 13/15] xfs: widen btree maxlevels computation to handle 64-bit record counts
` [PATCH 14/15] xfs: compute absolute maximum nlevels for each btree type
` [PATCH 15/15] xfs: use separate btree cursor cache "

[PATCH v1 00/12] MEMORY_DEVICE_COHERENT for CPU-accessible coherent device memory
 2021-10-13 13:34 UTC  (22+ 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

Performance regression with async inode inactivation
 2021-10-13  9:51 UTC  (11+ messages)

[ANNOUNCE] xfs-linux: for-next updated to b06b65cb3f9b
 2021-10-13  1:59 UTC 

[PATCHSET 0/2] xfs: clean up zone terminology
 2021-10-12 23:34 UTC  (3+ messages)
` [PATCH 1/2] xfs: remove kmem_zone typedef
` [PATCH 2/2] xfs: rename _zone variables to _cache

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

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

[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] : "


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).