linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-05 15:06:48 to 2022-05-09 23:09:29 UTC [more...]

Highly reflinked and fragmented considered harmful?
 2022-05-09 23:09 UTC  (2+ messages)

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-05-09 19:32 UTC  (8+ messages)
` [RFC PATCH v1 11/18] xfs: add async buffered write support

reduce memory allocation in the btrfs direct I/O path v2
 2022-05-09 18:58 UTC  (11+ messages)
` [PATCH 1/7] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 2/7] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 3/7] iomap: add per-iomap_iter private data
` [PATCH 4/7] btrfs: allocate dio_data on stack
` [PATCH 5/7] btrfs: remove the disk_bytenr in struct btrfs_dio_private
` [PATCH 6/7] btrfs: move struct btrfs_dio_private to inode.c
` [PATCH 7/7] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

reduce memory allocation in the btrfs direct I/O path
 2022-05-09 18:46 UTC  (20+ messages)
` [PATCH 1/5] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 2/5] iomap: add per-iomap_iter private data
` [PATCH 5/5] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

[PATCH v2] generic: soft quota limits testing within grace time
 2022-05-09 18:35 UTC 

[QUESTION] Upgrade xfs filesystem to reflink support?
 2022-05-09 18:20 UTC  (2+ messages)

[PATCH 00/18 V4] XFS: LARP state machine and recovery rework
 2022-05-09 16:43 UTC  (21+ messages)
` [PATCH 01/18] xfs: avoid empty xattr transaction when attrs are inline
` [PATCH 02/18] xfs: initialise attrd item to zero
` [PATCH 03/18] xfs: make xattri_leaf_bp more useful
` [PATCH 04/18] xfs: rework deferred attribute operation setup
` [PATCH 05/18] xfs: separate out initial attr_set states
` [PATCH 06/18] xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
` [PATCH 07/18] xfs: consolidate leaf/node states in xfs_attr_set_iter
` [PATCH 08/18] xfs: split remote attr setting out from replace path
` [PATCH 09/18] xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
` [PATCH 10/18] xfs: remote xattr removal in xfs_attr_set_iter() is conditional
` [PATCH 11/18] xfs: clean up final attr removal in xfs_attr_set_iter
` [PATCH 12/18] xfs: xfs_attr_set_iter() does not need to return EAGAIN
` [PATCH 13/18] xfs: introduce attr remove initial states into xfs_attr_set_iter
` [PATCH 14/18] xfs: switch attr remove to xfs_attri_set_iter
` [PATCH 15/18] xfs: remove xfs_attri_remove_iter
` [PATCH 16/18] xfs: use XFS_DA_OP flags in deferred attr ops
` [PATCH 17/18] xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
` [PATCH 18/18] xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify

(no subject)
 2022-05-09  8:17 UTC  (27+ messages)
` [PATCH 01/17] xfs: avoid empty xattr transaction when attrs are inline
` [PATCH 02/17] xfs: initialise attrd item to zero
` [PATCH 03/17] xfs: make xattri_leaf_bp more useful
` [PATCH 04/17] xfs: rework deferred attribute operation setup
` [PATCH 05/17] xfs: separate out initial attr_set states
` [PATCH 06/17] xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
` [PATCH 07/17] xfs: consolidate leaf/node states in xfs_attr_set_iter
` [PATCH 08/17] xfs: split remote attr setting out from replace path
` [PATCH 09/17] xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
` [PATCH 10/17] xfs: remote xattr removal in xfs_attr_set_iter() is conditional
` [PATCH 11/17] xfs: clean up final attr removal in xfs_attr_set_iter
` [PATCH 12/17] xfs: xfs_attr_set_iter() does not need to return EAGAIN
` [PATCH 13/17] xfs: introduce attr remove initial states into xfs_attr_set_iter
` [PATCH 14/17] xfs: switch attr remove to xfs_attri_set_iter
` [PATCH 15/17] xfs: remove xfs_attri_remove_iter
` [PATCH 16/17] xfs: use XFS_DA_OP flags in deferred attr ops
` [PATCH 17/17] xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
` [PATCH 00/17 V3] XFS: LARP state machine and recovery rework

[PATCH 1/4] xfs: detect self referencing btree sibling pointers
 2022-05-09  0:03 UTC  (5+ messages)
` [xfs] 32678f1513: aim7.jobs-per-min -5.6% regression
    ` [LKP] "

[xfs] bc37e4fb5c: xfstests.xfs.144.fail
 2022-05-08 21:54 UTC 

[PATCH v2] io/mmap.c: fix musl build on mips64
 2022-05-08 19:30 UTC 

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-05-08 14:36 UTC  (15+ messages)
` [PATCH v14 01/07] dax: Introduce holder for dax_device
` [PATCH v14 02/07] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v14 03/07] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v14 04/07] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v14 05/07] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v14 06/07] xfs: Implement ->notify_failure() for XFS
` [PATCH v14 07/07] fsdax: set a CoW flag when associate reflink mappings
` [PATCH v11 01/07] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v11 02/07] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v11 03/07] fsdax: Replace mmap entry in case of CoW
` [PATCH v11 04/07] fsdax: Add dax_iomap_cow_copy() for dax zero
` [PATCH v11 05/07] fsdax: Dedup file range to use a compare function
` [PATCH v11 06/07] xfs: support CoW in fsdax mode
` [PATCH v11 07/07] xfs: Add dax dedupe support

[PATCH v7 0/1] xfstests: add log attribute replay test
 2022-05-07  5:34 UTC  (14+ messages)
` [PATCH v7 1/1] xfstests: Add Log Attribute Replay test
  ` [PATCH] xfs/larp: Make test failures debuggable

[PATCH] xfs/533: Delete test since directory's extent count can never overflow
 2022-05-06 20:42 UTC  (3+ messages)

[ANNOUNCE] xfsprogs-5.18.0-rc0 released
 2022-05-06 20:30 UTC 

[PATCH] generic: soft quota limits testing within grace time
 2022-05-06 17:12 UTC  (7+ messages)

generic/068 crash on 5.18-rc2?
 2022-05-06 17:03 UTC  (11+ messages)

[PATCH] xfs: remove unreachable code
 2022-05-06 16:04 UTC  (2+ messages)

xfsprogs_5.16.0-1_source.changes ACCEPTED into unstable
 2022-05-06 10:34 UTC 

Processing of xfsprogs_5.16.0-1_source.changes
 2022-05-06 10:24 UTC 

Processing of xfsprogs_5.16.0-1_source.changes
 2022-05-06 10:19 UTC 

[PATCHSET 0/2] xfs_db: tweaks to btheight command
 2022-05-06  9:59 UTC  (5+ messages)
` [PATCH 1/2] xfs_db: support computing btheight for all cursor types
` [PATCH 2/2] xfs_db: report absolute maxlevels for each btree type

[PATCH v1 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-05 22:48 UTC  (18+ messages)
` [PATCH v1 01/15] mm: add zone device coherent type memory support
` [PATCH v1 02/15] mm: add device coherent vma selection for memory migration
` [PATCH v1 03/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v1 04/15] mm: add device coherent checker to remove migration pte
` [PATCH v1 05/15] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v1 06/15] drm/amdkfd: add SPM support for SVM
` [PATCH v1 07/15] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 08/15] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 09/15] lib: test_hmm add module param for "
` [PATCH v1 10/15] lib: add support for device coherent type in test_hmm
` [PATCH v1 11/15] tools: update hmm-test to support device coherent type
` [PATCH v1 12/15] tools: update test_hmm script to support SP config
` [PATCH v1 13/15] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v1 14/15] tools: add hmm gup tests for device coherent type
` [PATCH v1 15/15] tools: add selftests to hmm for COW in device memory

[PATCH v2 0/3] xfs: remove quota warnings
 2022-05-05 20:48 UTC  (8+ messages)
` [PATCH v2 2/3] xfs: remove warning counters from struct xfs_dquot_res
` [PATCH v2 3/3] xfs: don't set warns on dquots

[PATCHSET 0/2] xfs_db/xfs_repair: warn about bad btree heights
 2022-05-05 20:13 UTC  (5+ messages)
` [PATCH 1/2] xfs_db: warn about suspicious finobt trees when metadumping
` [PATCH 2/2] xfs_repair: warn about suspicious btree levels in AG headers

[PATCHSET 0/2] xfsprogs: random fixes
 2022-05-05 19:34 UTC  (5+ messages)
` [PATCH 1/2] xfs_scrub: move to mallinfo2 when available
` [PATCH 2/2] xfs_db: fix a complaint about a printf buffer overrun

[PATCHSET 0/4] xfs_scrub: improve balancing of threads for inode scan
 2022-05-05 16:08 UTC  (5+ messages)
` [PATCH 1/4] xfs_scrub: widen action list length variables
` [PATCH 2/4] xfs_scrub: prepare phase3 for per-inogrp worker threads
` [PATCH 3/4] xfs_scrub: balance inode chunk scan across CPUs
` [PATCH 4/4] xfs_scrub: don't revisit scanned inodes when reprocessing a stale inode

[PATCHSET 0/6] xfs_scrub: small performance tweaks
 2022-05-05 16:08 UTC  (7+ messages)
` [PATCH 1/6] xfs_scrub: collapse trivial file scrub helpers
` [PATCH 2/6] xfs_scrub: in phase 3, use the opened file descriptor for scrub calls
` [PATCH 3/6] xfs_scrub: fall back to scrub-by-handle if opening handles fails
` [PATCH 4/6] xfs_scrub: don't try any file repairs during phase 3 if AG metadata bad
` [PATCH 5/6] xfs_scrub: make phase 4 go straight to fstrim if nothing to fix
` [PATCH 6/6] xfs_scrub: in phase 3, use the opened file descriptor for repair calls

[PATCHSET 0/3] xfs_repair: various small fixes
 2022-05-05 16:06 UTC  (4+ messages)
` [PATCH 1/3] xfs_repair: detect v5 featureset mismatches in secondary supers
` [PATCH 2/3] xfs_repair: improve checking of existing rmap and refcount btrees
` [PATCH 3/3] xfs_repair: check the ftype of dot and dotdot directory entries

[PATCHSET 0/4] xfs_repair: check rt bitmap and summary
 2022-05-05 16:05 UTC  (5+ messages)
` [PATCH 1/4] xfs_repair: fix sizing of the incore rt space usage map calculation
` [PATCH 2/4] xfs_repair: check free rt extent count
` [PATCH 3/4] xfs_repair: check the rt bitmap against observations
` [PATCH 4/4] xfs_repair: check the rt summary "

[PATCHSET 0/6] mkfs: various bug fixes
 2022-05-05 16:05 UTC  (7+ messages)
` [PATCH 1/6] mkfs: fix missing validation of -l size against maximum internal log size
` [PATCH 2/6] mkfs: reduce internal log size when log stripe units are in play
` [PATCH 3/6] mkfs: don't let internal logs bump the root dir inode chunk to AG 1
` [PATCH 4/6] mkfs: improve log extent validation
` [PATCH 5/6] mkfs: round log size down if rounding log start up causes overflow
` [PATCH 6/6] mkfs: don't trample the gid set in the protofile

[PATCHSET 0/3] xfsprogs: packaging improvements for debian
 2022-05-05 16:03 UTC  (4+ messages)
` [PATCH 1/3] debian: refactor common options
` [PATCH 2/3] debian: bump compat level to 11
` [PATCH 3/3] debian: support multiarch for libhandle


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