linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 01:37:54 to 2021-04-07 13:38:50 UTC [more...]

[PATCH v2 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-07 13:38 UTC  (3+ messages)
` [PATCH v2 1/3] fsdax: Factor helpers to simplify dax fault code
` [PATCH v2 2/3] fsdax: Factor helper: dax_fault_actor()

[PATCH v2 0/3] xfs: rework quotaoff to avoid log deadlock
 2021-04-07 13:24 UTC  (8+ messages)
` [PATCH v2 1/3] xfs: skip dquot reservations if quota is inactive
` [PATCH v2 2/3] xfs: transaction subsystem quiesce mechanism
` [PATCH v2 3/3] xfs: rework quotaoff logging to avoid log deadlock on active fs

[PATCH 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-07 12:29 UTC  (9+ messages)
` [PATCH 1/3] fsdax: Factor helpers to simplify dax fault code
` [PATCH 2/3] fsdax: Factor helper: dax_fault_actor()
` [PATCH 3/3] fsdax: Output address in dax_iomap_pfn() and rename it

[PATCH 0/4] xfs: ioend batching log reservation deadlock
 2021-04-07 11:24 UTC  (15+ messages)
` [PATCH 1/4] xfs: drop submit side trans alloc for append ioends
` [PATCH 2/4] xfs: open code ioend needs workqueue helper
` [PATCH 3/4] xfs: drop unused ioend private merge and setfilesize code
` [PATCH 4/4] xfs: drop unnecessary setfilesize helper
` [PATCH 5/4] iomap: remove unused private field from ioend

[PATCH V2] xfs: scrub: Disable check for unoptimized data fork bmbt node
 2021-04-07  6:27 UTC  (3+ messages)

[PATCH 0/4 v2] xfs: fix eager attr fork init regressions
 2021-04-07  5:08 UTC  (14+ messages)
` [PATCH 1/4] xfs: eager inode attr fork init needs attr feature awareness
` [PATCH 2/4] xfs: inode fork allocation depends on XFS_IFEXTENT flag
` [PATCH 3/4] xfs: default attr fork size does not handle device inodes
` [PATCH 4/4] xfs: precalculate default inode attribute offset

[PATCH V2] Add dax mount option to man xfs(5)
 2021-04-06 13:57 UTC  (2+ messages)

RFC: remove the if_flags field in struct xfs_ifork
 2021-04-06 13:54 UTC  (16+ messages)
` [PATCH 1/7] xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
` [PATCH 2/7] xfs: rename and simplify xfs_bmap_one_block
` [PATCH 3/7] xfs: simplify xfs_attr_remove_args
` [PATCH 4/7] xfs: only look at the fork format in xfs_idestroy_fork
` [PATCH 5/7] xfs: remove XFS_IFBROOT
` [PATCH 6/7] xfs: remove XFS_IFINLINE
` [PATCH 7/7] xfs: remove XFS_IFEXTENTS

[PATCH] Add dax mount option to man xfs(5)
 2021-04-06 11:44 UTC  (4+ messages)

[PATCH] xfs: scrub: Disable check for non-optimized data fork bmbt node
 2021-04-05 23:34 UTC  (2+ messages)

[PATCHSET RFC v3 00/18] xfs: atomic file updates
 2021-04-05 23:08 UTC  (30+ messages)
` [PATCH 01/18] vfs: introduce new file range exchange ioctl
` [PATCH 02/18] xfs: support two inodes in the defer capture structure
` [PATCH 03/18] xfs: allow setting and clearing of log incompat feature flags
` [PATCH 04/18] xfs: clear log incompat feature bits when the log is idle
` [PATCH 05/18] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 06/18] xfs: introduce a swap-extent log intent item
` [PATCH 07/18] xfs: create deferred log items for extent swapping
` [PATCH 08/18] xfs: add a ->xchg_file_range handler
` [PATCH 09/18] xfs: add error injection to test swapext recovery
` [PATCH 10/18] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 11/18] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 12/18] xfs: refactor reflink flag handling in xfs_swap_extent_forks
` [PATCH 13/18] xfs: allow xfs_swap_range to use older extent swap algorithms
` [PATCH 14/18] xfs: remove old swap extents implementation
` [PATCH 15/18] xfs: condense extended attributes after an atomic swap
` [PATCH 16/18] xfs: condense directories "
` [PATCH 17/18] xfs: make atomic extent swapping support realtime files
` [PATCH 18/18] xfs: enable atomic swapext feature

[PATCHSET v2 0/2] fstests: add inode btree blocks counters to the AGI header
 2021-04-05 14:47 UTC  (8+ messages)
` [PATCH 1/2] xfs: functional testing of V5-relevant options
` [PATCH 2/2] xfs: test inobtcount upgrade

[PATCHSET v3 0/3] fstests: make sure NEEDSREPAIR feature stops mounts
 2021-04-05 14:46 UTC  (9+ messages)
` [PATCH 1/3] common/xfs: support realtime devices with _scratch_xfs_admin
` [PATCH 2/3] common/xfs: work around a hang-on-stdin bug in xfs_admin 5.11
` [PATCH 3/3] xfs: test that the needsrepair feature works as advertised

[PATCH v16 00/11] xfs: Delay Ready Attributes
 2021-04-05 13:17 UTC  (42+ messages)
` [PATCH v16 01/11] xfs: Reverse apply 72b97ea40d
` [PATCH v16 03/11] xfs: Hoist xfs_attr_set_shortform
` [PATCH v16 04/11] xfs: Add helper xfs_attr_set_fmt
` [PATCH v16 05/11] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH v16 06/11] xfs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v16 07/11] xfs: Hoist xfs_attr_node_addname
` [PATCH v16 08/11] xfs: Hoist xfs_attr_leaf_addname
` [PATCH v16 09/11] xfs: Hoist node transaction handling
` [PATCH v16 10/11] xfs: Add delay ready attr remove routines
` [PATCH v16 11/11] xfs: Add delay ready attr set routines

[PATCH] fstests: Do not execute xfs/{532,533,538} when realtime feature is enabled
 2021-04-05  7:44 UTC 

[PATCH 0/4] xfs: fix eager attr fork init regressions
 2021-04-04  3:25 UTC  (15+ messages)
` [PATCH 1/4] xfs: eager inode attr fork init needs attr feature awareness
` [PATCH 2/4] xfs: inode fork allocation depends on XFS_IFEXTENT flag
` [PATCH 3/4] xfs: default attr fork size does not handle device inodes
` [PATCH 4/4] xfs: precalculate default inode attribute offset

[PATCH] xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate root node size
 2021-04-03 15:51 UTC  (5+ messages)
` [PATCH V1.1] "

[PATCH v4 0/3] xfs: testcases for shrinking free space in the last AG
 2021-04-02  9:49 UTC  (4+ messages)
` [PATCH v4 1/3] common/xfs: add _require_xfs_scratch_shrink helper
` [PATCH v4 2/3] xfs: basic functionality test for shrinking free space in the last AG
` [PATCH v4 3/3] xfs: stress "

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-04-02  8:18 UTC  (17+ messages)
` [PATCH v3 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v3 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v3 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v3 08/10] fsdax: Dedup file range to use a compare function

[PATCH v2] xfsdump: remove BMV_IF_NO_DMAPI_READ flag
 2021-04-02  7:13 UTC  (2+ messages)

[PATCHSET 0/2] xfs-documentation: format updates for 5.10
 2021-04-02  6:47 UTC  (5+ messages)
` [PATCH 1/2] design: document the new inode btree counter feature
` [PATCH 2/2] design: document changes for the bigtime feature

[PATCH 1/2] xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents
 2021-04-02  6:45 UTC  (4+ messages)
` [PATCH 2/2] xfs: Fix dax inode extent calculation when direct write is performed on an unwritten extent

[PATCH V2 1/2] xfs/529: Execute chown on an existing directory entry
 2021-04-02  2:49 UTC  (2+ messages)
` [PATCH V2 2/2] fstests: Fix tests to execute in multi-block directory config

[PATCH] xfs: fix SIGFPE bug in align_ag_geometry
 2021-04-01  2:53 UTC  (3+ messages)

[PATCH v3] xfs: deprecate BMV_IF_NO_DMAPI_READ flag
 2021-03-31 20:26 UTC 

[PATCHSET 0/1] fstests: consolidate posteof and cowblocks cleanup
 2021-03-31 17:43 UTC  (3+ messages)
` [PATCH 1/1] xfs/23[12]: abstractify the XFS cow prealloc trimming interval

[PATCH v2] xfs: deprecate BMV_IF_NO_DMAPI_READ flag
 2021-03-31 17:06 UTC  (3+ messages)

[PATCHSET 0/4] fstests: widen timestamps to deal with y2038+
 2021-03-31 15:56 UTC  (4+ messages)
` [PATCH 4/4] xfs: test upgrading filesystem to bigtime

xfs ioend batching log reservation deadlock
 2021-03-31 12:26 UTC  (8+ messages)

Bidding invitation
 2021-03-31  7:13 UTC 

[PATCH] xfs: remove BMV_IF_NO_DMAPI_READ flag
 2021-03-31  6:22 UTC  (2+ messages)
` [xfs] 141cfc276a: xfstests.xfs.296.fail

[PATCH v4 0/7] repair: Phase 6 performance improvements
 2021-03-31  6:01 UTC  (8+ messages)
  ` [PATCH v4 1/7] workqueue: bound maximum queue depth
  ` [PATCH v4 2/7] repair: Protect bad inode list with mutex
  ` [PATCH v4 3/7] repair: protect inode chunk tree records with a mutex
  ` [PATCH v4 4/7] repair: parallelise phase 6
  ` [PATCH v4 5/7] repair: don't duplicate names in "
  ` [PATCH v4 6/7] repair: convert the dir byaddr hash to a radix tree
  ` [PATCH v4 7/7] repair: scale duplicate name checking in phase 6

[Bug 212495] New: xfs: system crash caused by null bp->b_pages
 2021-03-31  1:38 UTC  (2+ messages)
` [Bug 212495] "

[PATCHSET v5 0/9] xfs: deferred inode inactivation
 2021-03-31  1:36 UTC  (2+ messages)


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