Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 22:53:45 to 2021-05-19 20:46:56 UTC [more...]

[PATCHSET 0/8] fstests: miscellaneous fixes
 2021-05-19 20:46 UTC  (9+ messages)
` [PATCH 2/8] common/xfs: refactor commands to select a particular xfs backing device
` [PATCH 8/8] xfs/178: fix mkfs success test

RFC: buffer cache backing page allocation cleanup
 2021-05-19 19:09 UTC  (12+ messages)
` [PATCH 01/11] xfs: cleanup error handling in xfs_buf_get_map
` [PATCH 02/11] xfs: split xfs_buf_allocate_memory
` [PATCH 03/11] xfs: remove ->b_offset handling for page backed buffers
` [PATCH 04/11] xfs: cleanup _xfs_buf_get_pages
` [PATCH 05/11] xfs: remove the xb_page_found stat counter in xfs_buf_alloc_pages
` [PATCH 06/11] xfs: remove the size and nbytes variables "
` [PATCH 07/11] xfs: simplify the b_page_count calculation
` [PATCH 08/11] xfs: centralize page allocation and freeing for buffers
` [PATCH 09/11] xfs: lift the buffer zeroing logic into xfs_buf_alloc_pages
` [PATCH 10/11] xfs: retry allocations from xfs_buf_get_uncached as well
` [PATCH 11/11] xfs: use alloc_pages_bulk_array() for buffers

[PATCH RFC v2] xfs: Print XFS UUID on mount and umount events
 2021-05-19 15:22 UTC 

[PATCH v3 0/3] iomap: avoid soft lockup warnings on large ioends
 2021-05-19 14:52 UTC  (8+ 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-19 14:13 UTC  (7+ messages)

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

[PATCH RFC] xfs: Print XFS UUID on mount and umount events
 2021-05-19 12:38 UTC  (2+ messages)

[PATCH 00/39 v4] xfs: CIL and log optimisations
 2021-05-19 12:13 UTC  (40+ messages)
` [PATCH 01/39] xfs: log stripe roundoff is a property of the log
` [PATCH 02/39] xfs: separate CIL commit record IO
` [PATCH 03/39] xfs: remove xfs_blkdev_issue_flush
` [PATCH 04/39] xfs: async blkdev cache flush
` [PATCH 05/39] xfs: CIL checkpoint flushes caches unconditionally
` [PATCH 06/39] xfs: remove need_start_rec parameter from xlog_write()
` [PATCH 07/39] xfs: journal IO cache flush reductions
` [PATCH 08/39] xfs: Fix CIL throttle hang when CIL space used going backwards
` [PATCH 09/39] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 10/39] xfs: AIL needs asynchronous CIL forcing
` [PATCH 11/39] xfs: CIL work is serialised, not pipelined
` [PATCH 12/39] xfs: factor out the CIL transaction header building
` [PATCH 13/39] xfs: only CIL pushes require a start record
` [PATCH 14/39] xfs: embed the xlog_op_header in the unmount record
` [PATCH 15/39] xfs: embed the xlog_op_header in the commit record
` [PATCH 16/39] xfs: log tickets don't need log client id
` [PATCH 17/39] xfs: move log iovec alignment to preparation function
` [PATCH 18/39] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 19/39] xfs: log ticket region debug is largely useless
` [PATCH 20/39] xfs: pass lv chain length into xlog_write()
` [PATCH 21/39] xfs: introduce xlog_write_single()
` [PATCH 22/39] xfs:_introduce xlog_write_partial()
` [PATCH 23/39] xfs: xlog_write() no longer needs contwr state
` [PATCH 24/39] xfs: xlog_write() doesn't need optype anymore
` [PATCH 25/39] xfs: CIL context doesn't need to count iovecs
` [PATCH 26/39] xfs: use the CIL space used counter for emptiness checks
` [PATCH 27/39] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 28/39] xfs: rework per-iclog header CIL reservation
` [PATCH 29/39] xfs: introduce per-cpu CIL tracking structure
` [PATCH 30/39] xfs: implement percpu cil space used calculation
` [PATCH 31/39] xfs: track CIL ticket reservation in percpu structure
` [PATCH 32/39] xfs: convert CIL busy extents to per-cpu
` [PATCH 33/39] xfs: Add order IDs to log items in CIL
` [PATCH 34/39] xfs: convert CIL to unordered per cpu lists
` [PATCH 35/39] xfs: convert log vector chain to use list heads
` [PATCH 36/39] xfs: move CIL ordering to the logvec chain
` [PATCH 37/39] xfs: avoid cil push lock if possible
` [PATCH 38/39] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 39/39] xfs: expanding delayed logging design with background material

[PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-05-19 12:20 UTC  (3+ messages)

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-19 10:57 UTC  (18+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 07/11] zonefs: Convert to using invalidate_lock

[PATCH v6 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-19  6:00 UTC  (8+ 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 v6 4/7] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v6 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v6 7/7] fs/xfs: Add dax dedupe support

[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()

[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: use alloc_pages_bulk_array() for buffers
 2021-05-19  1:07 UTC 

[RFC 00/22] xfs: initial agnumber -> perag conversions for shrink
 2021-05-18  1:46 UTC  (43+ messages)
` [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 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  (5+ 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 RESEND v18 00/11] Delay Ready Attributes
 2021-05-15 15:40 UTC  (19+ messages)
` [PATCH RESEND v18 01/11] xfs: Reverse apply 72b97ea40d
` [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 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  (12+ messages)
` [PATCH v5 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [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] 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 "


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 read-only IMAP folder(s) and NNTP newsgroup(s).