linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 23:32:53 to 2021-05-19 06:01:33 UTC [more...]

[PATCH v6 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-19  6:00 UTC  (4+ messages)
` [PATCH v6 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v6 2/7] fsdax: Replace mmap entry in case of CoW
` [PATCH v6 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-05-19  4:49 UTC  (13+ messages)
` [PATCH 25/45] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 26/45] xfs: log ticket region debug is largely useless
` [PATCH 28/45] xfs: introduce xlog_write_single()
` [PATCH 29/45] xfs:_introduce xlog_write_partial()

[PATCHSET 0/8] fstests: miscellaneous fixes
 2021-05-19  3:03 UTC  (14+ messages)
` [PATCH 1/8] xfs/122: add entries for structures added to 5.13
` [PATCH 2/8] common/xfs: refactor commands to select a particular xfs backing device
` [PATCH 3/8] xfs: fix old fuzz test invocations of xfs_repair
` [PATCH 4/8] xfs/117: fix fragility in this fuzz test
` [PATCH 5/8] common: always pass -f to $DUMP_COMPRESSOR
` [PATCH 6/8] fsx/fsstress: round blocksize properly
` [PATCH 7/8] fsx: fix backwards parameters in complaint about overly long copy
` [PATCH 8/8] xfs/178: fix mkfs success test

[PATCH 00/23] xfs: initial agnumber -> perag conversions for shrink
 2021-05-19  1:21 UTC  (24+ messages)
` [PATCH 01/23] xfs: move xfs_perag_get/put to xfs_ag.[ch]
` [PATCH 02/23] xfs: prepare for moving perag definitions and support to libxfs
` [PATCH 03/23] xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
` [PATCH 04/23] xfs: make for_each_perag... a first class citizen
` [PATCH 05/23] xfs: convert raw ag walks to use for_each_perag
` [PATCH 06/23] xfs: convert xfs_iwalk to use perag references
` [PATCH 07/23] xfs: convert secondary superblock walk to use perags
` [PATCH 08/23] xfs: pass perags through to the busy extent code
` [PATCH 09/23] xfs: push perags through the ag reservation callouts
` [PATCH 10/23] xfs: pass perags around in fsmap data dev functions
` [PATCH 11/23] xfs: add a perag to the btree cursor
` [PATCH 12/23] xfs: convert rmap btree cursor to using a perag
` [PATCH 13/23] xfs: convert refcount btree cursor to use perags
` [PATCH 14/23] xfs: convert allocbt cursors "
` [PATCH 15/23] xfs: use perag for ialloc btree cursors
` [PATCH 16/23] xfs: remove agno from btree cursor
` [PATCH 17/23] xfs: simplify xfs_dialloc_select_ag() return values
` [PATCH 18/23] xfs: collapse AG selection for inode allocation
` [PATCH 19/23] xfs: get rid of xfs_dir_ialloc()
` [PATCH 20/23] xfs: inode allocation can use a single perag instance
` [PATCH 21/23] xfs: clean up and simplify xfs_dialloc()
` [PATCH 22/23] xfs: use perag through unlink processing
` [PATCH 23/23] xfs: remove xfs_perag_t

[PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-05-19  1:19 UTC 

[PATCH] xfs: use alloc_pages_bulk_array() for buffers
 2021-05-19  1:07 UTC 

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-18 22:36 UTC  (27+ messages)
` [PATCH 01/11] mm: Fix comments mentioning i_mutex
` [PATCH 02/11] documentation: Sync file_operations members with reality
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/11] ext4: Convert to use mapping->invalidate_lock
` [PATCH 05/11] ext2: Convert to using invalidate_lock
` [PATCH 06/11] xfs: Convert to use invalidate_lock
` [PATCH 07/11] zonefs: Convert to using invalidate_lock
` [PATCH 08/11] f2fs: "
` [PATCH 09/11] fuse: "
` [PATCH 10/11] ceph: Fix race between hole punch and page fault
` [PATCH 11/11] cifs: "

[PATCH v3 0/3] iomap: avoid soft lockup warnings on large ioends
 2021-05-18 11:38 UTC  (6+ messages)
` [PATCH v3 1/3] iomap: resched ioend completion when in non-atomic context
` [PATCH v3 2/3] xfs: kick large ioends to completion workqueue
` [PATCH RFC v3 3/3] iomap: bound ioend size to 4096 pages

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-05-18  7:24 UTC  (4+ messages)

[RFC 00/22] xfs: initial agnumber -> perag conversions for shrink
 2021-05-18  1:46 UTC  (61+ messages)
` [PATCH 04/22] xfs: make for_each_perag... a first class citizen
` [PATCH 06/22] xfs: convert xfs_iwalk to use perag references
` [PATCH 07/22] xfs: convert secondary superblock walk to use perags
` [PATCH 08/22] xfs: pass perags through to the busy extent code
` [PATCH 09/22] xfs: push perags through the ag reservation callouts
` [PATCH 10/22] xfs: pass perags around in fsmap data dev functions
` [PATCH 11/22] xfs: add a perag to the btree cursor
` [PATCH 12/22] xfs: convert rmap btree cursor to using a perag
` [PATCH 13/22] xfs: convert refcount btree cursor to use perags
` [PATCH 14/22] xfs: convert allocbt cursors "
` [PATCH 15/22] xfs: use perag for ialloc btree cursors
` [PATCH 16/22] xfs: remove agno from btree cursor
` [PATCH 17/22] xfs: simplify xfs_dialloc_select_ag() return values
` [PATCH 18/22] xfs: collapse AG selection for inode allocation
` [PATCH 19/22] xfs: get rid of xfs_dir_ialloc()
` [PATCH 20/22] xfs: inode allocation can use a single perag instance
` [PATCH 21/22] xfs: clean up and simplify xfs_dialloc()
` [PATCH 22/22] xfs: use perag through unlink processing

[PATCH 4.19] iomap: fix sub-page uptodate handling
 2021-05-17 16:57 UTC 

[PATCH 5.4] iomap: fix sub-page uptodate handling
 2021-05-17 11:17 UTC  (3+ messages)

[PATCH v6 0/3] xfs: testcases for shrinking free space in the last AG
 2021-05-16 15:33 UTC  (6+ messages)
` [PATCH v6 1/3] common/xfs: add _require_xfs_scratch_shrink helper
` [PATCH v6 2/3] xfs: basic functionality test for shrinking free space in the last AG
` [PATCH v6 3/3] xfs: stress "

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

[PATCHSET 0/4] xfs: strengthen validation of extent size hints
 2021-05-14 20:30 UTC  (13+ messages)
` [PATCH 1/4] xfs: standardize extent size hint validation
` [PATCH 2/4] xfs: don't propagate invalid extent size hints to new files
` [PATCH 3/4] xfs: validate extsz hints against rt extent size when rtinherit is set
` [PATCH 4/4] xfs: apply rt extent alignment constraints to cow extsize hint

[PATCH v5 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-14 16:03 UTC  (21+ messages)
` [PATCH v5 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v5 2/7] fsdax: Replace mmap entry in case of CoW
` [PATCH v5 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v5 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v5 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v5 7/7] fs/xfs: Add dax dedupe support

[PATCH] xfs: Remove redundant assignment to busy
 2021-05-14 12:39 UTC  (2+ messages)

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-05-14 10:23 UTC  (3+ messages)

no xfs-5.13-fixes branch yet
 2021-05-14  1:21 UTC 

[Bug 211605] New: Re-mount XFS causes "noattr2 mount option is deprecated" warning
 2021-05-13 13:22 UTC  (3+ messages)
` [Bug 211605] Re-mount XFS causes "attr2 "

[PATCHSET 0/2] xfs: random pending stuff for 5.13
 2021-05-13 12:07 UTC  (5+ messages)
` [PATCH 1/2] xfs: fix deadlock retry tracepoint arguments
` [PATCH 2/2] xfs: restore old ioctl definitions

[PATCH 0/2] xfs: fix buffer use after free on unpin abort
 2021-05-12 14:30 UTC  (11+ messages)
` [PATCH 1/2] xfs: hold buffer across unpin and potential shutdown processing
` [PATCH 2/2] xfs: remove dead stale buf unpin handling code
  ` [PATCH v1.1 "


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