linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-12 20:24:32 to 2021-10-20 05:47:59 UTC [more...]

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-10-20  5:47 UTC  (25+ 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

Small project: Make it easier to upgrade root fs (i.e. to bigtime)
 2021-10-19 21:04 UTC  (3+ messages)

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

[PATCHSET 0/5] xfs: use slab caches for deferred log items
 2021-10-19 18:52 UTC  (6+ messages)
` [PATCH 1/5] xfs: compact deferred intent item structures
` [PATCH 2/5] xfs: create slab caches for frequently-used deferred items
` [PATCH 3/5] xfs: rename xfs_bmap_add_free to xfs_free_extent_later
` [PATCH 4/5] xfs: reduce the size of struct xfs_extent_free_item
` [PATCH 5/5] xfs: remove unused parameter from refcount code

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

futher decouple DAX from block devices
 2021-10-19 15:44 UTC  (14+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
  ` [dm-devel] "
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-19 13:59 UTC  (19+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCHSET v4 00/17] xfs: support dynamic btree cursor height
 2021-10-18 22:26 UTC  (35+ 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 "

[ANNOUNCE] xfsprogs for-next updated to 7189ee53
 2021-10-18 14:56 UTC  (5+ messages)
` [ANNOUNCE] xfsprogs for-next rebased to b4c6731a

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

[PATCH] libxfs: fix crash on second attempt to initialize library
 2021-10-15 20:29 UTC  (2+ messages)

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

[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  (8+ messages)
` [PATCH v2 3/4] xfs: terminate perag iteration reliably on agcount

[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  (9+ messages)

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


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