Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-31 23:34:41 to 2021-06-04 01:19:16 UTC [more...]

[PATCH v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-04  1:18 UTC  (8+ messages)
` [PATCH v4 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v4 02/10] dax: Introduce holder for dax_device
` [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v4 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v4 06/10] fs/dax: Implement dax_holder_operations
` [PATCH v4 07/10] dm: Introduce ->rmap() to find bdev offset

[PATCH 00/39 v5] xfs: CIL and log optimisations
 2021-06-03 22:43 UTC  (53+ 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 v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-06-03 22:37 UTC  (4+ messages)

[PATCHSET RFC 00/10] fstests: move test group lists into test files
 2021-06-03 22:21 UTC  (8+ messages)
` [PATCH 04/10] fstests: move test group info to "

[PATCHSET v2 0/3] xfs: preserve inode health reports for longer
 2021-06-03 21:30 UTC  (15+ messages)
` [PATCH 1/3] xfs: only reset incore inode health state flags when reclaiming an inode
` [PATCH 2/3] xfs: drop IDONTCACHE on inodes when we mark them sick
` [PATCH 3/3] xfs: don't let background reclaim forget sick inodes

[PATCHSET 0/2] xfs: rename struct xfs_eofblocks
 2021-06-03 21:18 UTC  (7+ messages)
` [PATCH 1/2] xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_
` [PATCH 2/2] xfs: rename struct xfs_eofblocks to xfs_icwalk

[PATCH v2 2/2] xfsdump: intercept bind mount targets
 2021-06-03 20:53 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2 1/2] xfsdump: Revert "xfsdump: handle bind mount targets"
 2021-06-03 20:29 UTC  (2+ messages)

[PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-06-03 14:54 UTC  (4+ messages)

[PATCH 00/39 v4] xfs: CIL and log optimisations
 2021-06-03  3:56 UTC  (33+ messages)
` [PATCH 20/39] xfs: pass lv chain length into xlog_write()
        ` [PATCH 20/39 V2] "
` [PATCH 22/39] xfs:_introduce xlog_write_partial()
` [PATCH 30/39] xfs: implement percpu cil space used calculation
` [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 39/39] xfs: expanding delayed logging design with background material

[PATCHSET v6 00/15] xfs: clean up incore inode walk functions
 2021-06-03  1:38 UTC  (26+ messages)
` [PATCH 01/15] xfs: move the quotaoff dqrele inode walk into xfs_icache.c
` [PATCH 02/15] xfs: detach inode dquots at the end of inactivation
` [PATCH 03/15] xfs: move the inode walk functions further down
` [PATCH 04/15] xfs: rename xfs_inode_walk functions to xfs_icwalk
` [PATCH 05/15] xfs: pass the goal of the incore inode walk to xfs_inode_walk()
` [PATCH 06/15] xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
` [PATCH 07/15] xfs: move xfs_inew_wait call into xfs_dqrele_inode
` [PATCH 08/15] xfs: remove iter_flags parameter from xfs_inode_walk_*
` [PATCH 09/15] xfs: remove indirect calls from xfs_inode_walk{,_ag}
` [PATCH 10/15] xfs: clean up inode state flag tests in xfs_blockgc_igrab
` [PATCH 11/15] xfs: make the icwalk processing functions clean up the grab state
` [PATCH 12/15] xfs: fix radix tree tag signs
` [PATCH 13/15] xfs: pass struct xfs_eofblocks to the inode scan callback
` [PATCH 14/15] xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
` [PATCH 15/15] xfs: refactor per-AG inode tagging functions

[PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-06-02 23:00 UTC  (2+ messages)

[PATCH 0/6] xfs: bunmapi needs updating for deferred freeing
 2021-06-02 21:37 UTC  (10+ messages)
` [PATCH 3/6] xfs: xfs_itruncate_extents has no extent count limitation
` [PATCH 4/6] xfs: add a free space extent change reservation
` [PATCH 5/6] xfs: factor free space tree transaciton reservations

[GIT PULL] xfs: Use bulk page allocator for buffer cache
 2021-06-02 19:16 UTC  (2+ messages)

[PATCH RFC] xfs: hold buffer across unpin and potential shutdown processing
 2021-06-02 16:40 UTC  (10+ messages)

[PATCHSET v5 00/14] xfs: clean up incore inode walk functions
 2021-06-02  6:16 UTC  (29+ messages)
` [PATCH 01/14] xfs: move the quotaoff dqrele inode walk into xfs_icache.c
` [PATCH 02/14] xfs: detach inode dquots at the end of inactivation
` [PATCH 03/14] xfs: move the inode walk functions further down
` [PATCH 04/14] xfs: pass the goal of the incore inode walk to xfs_inode_walk()
` [PATCH 05/14] xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
` [PATCH 06/14] xfs: move xfs_inew_wait call into xfs_dqrele_inode
` [PATCH 07/14] xfs: remove iter_flags parameter from xfs_inode_walk_*
` [PATCH 08/14] xfs: remove indirect calls from xfs_inode_walk{,_ag}
` [PATCH 09/14] xfs: clean up the blockgc grab and scan calls a little
` [PATCH 10/14] xfs: clean up xfs_dqrele_inode calling conventions
` [PATCH 11/14] xfs: fix radix tree tag signs
` [PATCH 12/14] xfs: pass struct xfs_eofblocks to the inode scan callback
` [PATCH 13/14] xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
` [PATCH 14/14] xfs: refactor per-AG inode tagging functions

[GIT PULL] xfs: initial agnumber -> perag conversions for shrink
 2021-06-02  6:11 UTC 

[PATCH 00/23] xfs: initial agnumber -> perag conversions for shrink
 2021-06-02  0:34 UTC  (10+ messages)
` [PATCH 06/23] xfs: convert xfs_iwalk to use perag references
    ` [PATCH 06/23 V2] "
` [PATCH 18/23] xfs: collapse AG selection for inode allocation
    ` [PATCH 18/23 V2] "

[PATCH][next] xfs: Fix fall-through warnings for Clang
 2021-06-02  0:32 UTC  (9+ messages)

[PATCHSET v2 0/5] xfs: clean up quotaoff inode walks
 2021-06-01 23:15 UTC  (13+ messages)
` [PATCH 2/5] xfs: detach inode dquots at the end of inactivation
` [PATCH 3/5] xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
` [PATCH 4/5] xfs: drop inactive dquots before inactivating inodes
` [PATCH 5/5] xfs: move xfs_inew_wait call into xfs_dqrele_inode

[PATCHSET 0/3] xfs: various unit conversion
 2021-06-01 18:52 UTC  (10+ messages)
` [PATCH 1/3] xfs: set ip->i_diflags directly in xfs_inode_inherit_flags
` [PATCH 2/3] xfs: clean up open-coded fs block unit conversions
` [PATCH 3/3] xfs: remove unnecessary shifts

[PATCH 00/10] xfs: buffer bulk page allocation and cleanups
 2021-06-01  1:46 UTC  (4+ messages)
` [PATCH 06/10] xfs: remove ->b_offset handling for page backed buffers


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