messages from 2021-10-14 17:59:08 to 2021-10-27 23:02:35 UTC [more...]
futher decouple DAX from block devices
2021-10-27 23:02 UTC (19+ 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
Segmentation fault on 28tb usb3 volume with xfs_repair
2021-10-27 21:06 UTC
[PATCH xfs] xfs: remove duplicate include in xfs_super.c
2021-10-27 20:53 UTC (2+ messages)
[Question] ext4/xfs: Default behavior changed after per-file DAX
2021-10-27 14:36 UTC (8+ messages)
XFS NVMe RDMA?
2021-10-27 8:23 UTC (5+ messages)
[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
2021-10-27 6:49 UTC (25+ messages)
` [PATCH 1/6] dax: introduce RWF_RECOVERY_DATA flag to preadv2() and pwritev2()
` [PATCH 2/6] dax: prepare dax_direct_access() API with DAXDEV_F_RECOVERY flag
` [PATCH 3/6] pmem: pmem_dax_direct_access() to honor the "
` [PATCH 4/6] dm,dax,pmem: prepare dax_copy_to/from_iter() APIs with DAXDEV_F_RECOVERY
` correction: "
` [PATCH 5/6] dax,pmem: Add data recovery feature to pmem_copy_to/from_iter()
` [PATCH 6/6] dm: Ensure dm honors DAXDEV_F_RECOVERY flag on dax only
` [dm-devel] [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
[PATCH] xfs: Remove duplicated include in xfs_super
2021-10-26 1:59 UTC (2+ messages)
xfsrestore'ing from file backups don't restore...why not?
2021-10-26 0:48 UTC (2+ messages)
[PATCH v2] tests/xfs: test COW writeback failure when overlapping non-shared blocks
2021-10-25 16:10 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 5ca5916b6bc9
2021-10-22 23:27 UTC
[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
2021-10-22 0:09 UTC (16+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
[PATCH] generic: test COW writeback failure when overlapping non-shared blocks
2021-10-21 21:10 UTC (4+ messages)
[PATCH] xfs: punch out data fork delalloc blocks on COW writeback failure
2021-10-21 18:42 UTC (2+ messages)
[Bug 214767] New: xfs seems to hang due to race condition? maybe related to (gratuitous) thaw
2021-10-21 13:20 UTC (14+ messages)
` [Bug 214767] "
[PATCH V3 00/12] xfs: Extend per-inode extent counters
2021-10-21 10:27 UTC (13+ messages)
` [PATCH V3 07/12] xfs: Rename inode's extent counter fields based on their width
[PATCHSET v2 0/2] xfs: clean up zone terminology
2021-10-21 5:26 UTC (5+ messages)
` [PATCH 1/2] xfs: remove kmem_zone typedef
` [PATCH 2/2] xfs: rename _zone variables to _cache
[PATCHSET 0/5] xfs: use slab caches for deferred log items
2021-10-21 1:56 UTC (12+ 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
[PATCH v1 0/2] mm: remove extra ZONE_DEVICE struct page refcount
2021-10-20 18:51 UTC (25+ messages)
` [PATCH v1 2/2] "
Small project: Make it easier to upgrade root fs (i.e. to bigtime)
2021-10-20 13:30 UTC (5+ messages)
[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
2021-10-20 6:58 UTC (26+ 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
[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 (11+ messages)
[PATCH v3 0/4] xfs: fix perag iteration raciness
2021-10-14 20:16 UTC (5+ messages)
` [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
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;
as well as URLs for NNTP newsgroup(s).