linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-27 23:48:15 to 2018-08-01 18:09:55 UTC [more...]

[PATCH v17.1 00/14] xfs-4.19: online repair support
 2018-08-01 16:23 UTC  (30+ messages)
` [PATCH 01/14] xfs: refactor the xrep_extent_list into xfs_bitmap
` [PATCH 02/14] xfs: repair the AGF
` [PATCH 03/14] xfs: repair the AGFL
` [PATCH 04/14] xfs: repair the AGI
` [PATCH 05/14] xfs: repair free space btrees
` [PATCH 06/14] xfs: repair inode btrees
` [PATCH 07/14] xfs: repair refcount btrees
` [PATCH 08/14] xfs: repair inode records
` [PATCH 09/14] xfs: zap broken inode forks
` [PATCH 10/14] xfs: repair inode block maps
` [PATCH 11/14] xfs: repair damaged symlinks
` [PATCH 12/14] xfs: repair extended attributes
` [PATCH 13/14] xfs: scrub should set preen if attr leaf has holes
` [PATCH 14/14] xfs: repair quotas

[PATCH v2 00/15] xfs: condense dfops and automatic relogging
 2018-08-01 14:39 UTC  (21+ messages)
` [PATCH v2 01/15] xfs: refactor internal dfops initialization
` [PATCH v2 02/15] xfs: use transaction for intent recovery instead of raw dfops
` [PATCH v2 03/15] xfs: remove unused __xfs_defer_cancel() internal helper
` [PATCH v2 04/15] xfs: pass transaction to dfops reset/move helpers
` [PATCH v2 05/15] xfs: replace dop_low with transaction flag
` [PATCH v2 06/15] xfs: add missing defer ijoins for held inodes
` [PATCH v2 07/15] xfs: automatic dfops buffer relogging
` [PATCH v2 08/15] xfs: automatic dfops inode relogging
` [PATCH v2 09/15] xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
` [PATCH v2 10/15] xfs: clean out superfluous dfops dop params/vars
` [PATCH v2 11/15] xfs: cancel dfops on xfs_defer_finish() error
` [PATCH v2 12/15] xfs: replace xfs_defer_ops ->dop_pending with on-stack list
` [PATCH v2 13/15] xfs: pass transaction to xfs_defer_add()
` [PATCH v2 14/15] xfs: always defer agfl block frees
` [PATCH v2 15/15] xfs: fold dfops into the transaction

[PATCH 1/2] xfs: use a local variable for magic number in xfs_da3_node_lookup_int
 2018-08-01 14:15 UTC  (7+ messages)
` [PATCH 2/2] xfs: check da node magic in _node_lookup_int

xfsprogs 4.17.0 error building xfs_repair
 2018-08-01 13:18 UTC  (8+ messages)

[PATCH] xfs: refactor log recovery check
 2018-08-01 12:03 UTC  (3+ messages)

agcount 33 by default for a single HDD?
 2018-08-01 11:45 UTC  (8+ messages)

An IRC note (#xfs on freenode)
 2018-08-01  4:23 UTC 

[PATCH 1/2] xfs: use a local variable for magic number in xfs_da3_node_lookup_int
 2018-07-31 23:20 UTC 

[PATCH] xfs: check da node magic in _node_lookup_int
 2018-07-31 23:04 UTC  (3+ messages)

[PATCH] misc: remove COPYING from doc/ Makefile
 2018-07-31 15:36 UTC  (6+ messages)

[PATCH] xfs: move extent busy tree initialization to xfs_initialize_perag
 2018-07-31 15:09 UTC  (4+ messages)

[PATCH 00/15] xfs: condense dfops and automatic relogging
 2018-07-31 14:18 UTC  (56+ messages)
` [PATCH 01/15] xfs: refactor internal dfops initialization
` [PATCH 02/15] xfs: use transaction for intent recovery instead of raw dfops
` [PATCH 03/15] xfs: remove unused __xfs_defer_cancel() internal helper
` [PATCH 04/15] xfs: pass transaction to dfops reset/move helpers
` [PATCH 05/15] xfs: replace dop_low with transaction flag
` [PATCH 06/15] xfs: add missing defer ijoins for held inodes
` [PATCH 07/15] xfs: automatic dfops buffer relogging
` [PATCH 08/15] xfs: automatic dfops inode relogging
` [PATCH 09/15] xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
` [PATCH 10/15] xfs: clean out superfluous dfops dop params/vars
` [PATCH 11/15] xfs: cancel dfops on xfs_defer_finish() error
` [PATCH 12/15] xfs: replace xfs_defer_ops ->dop_pending with on-stack list
` [PATCH 13/15] xfs: pass transaction to xfs_defer_add()
` [PATCH 14/15] xfs: always defer agfl block frees
` [PATCH 15/15] xfs: fold dfops into the transaction

[PATCH v2 1/2] xfs/288: use -d option of xfs_db write command for v5 XFS
 2018-07-31  5:41 UTC  (2+ messages)
` [PATCH v2 2/2] xfs/288: _notrun if xfs_db can't write values into dir or attr

[PATCH v2 0/4] xfs-4.19: superblock verifier cleanups
 2018-07-31  4:07 UTC  (7+ messages)
` [PATCH 1/4] xfs: refactor superblock verifiers
` [PATCH 2/4] libxfs: add more bounds checking to sb sanity checks
` [PATCH 3/4] xfs: verify icount in superblock write
` [PATCH 4/4] xfs: check for unknown v5 feature bits in superblock write verifier

[PATCH] mkfs: avoid divide-by-zero when hardware reports optimal i/o size as 0
 2018-07-31  2:57 UTC  (4+ messages)
` [PATCH 2/1] mkfs: factor stripe geom validator & use for cli + device

Recently-formatted XFS filesystems reporting negative used space
 2018-07-30 23:42 UTC  (9+ messages)

[PATCH 0/3] xfs-4.19: superblock verifier cleanups
 2018-07-30 23:41 UTC  (11+ messages)
` [PATCH 1/3] xfs: refactor superblock verifiers
` [PATCH 2/3] libxfs: add more bounds checking to sb sanity checks
` [PATCH 3/3] xfs: verify icount in superblock write

Clearly state infrastructure change on old XFS website
 2018-07-30 22:44 UTC  (2+ messages)

[RFC PATCH] xfs: fix cow_seq locking behavior
 2018-07-30 16:22 UTC  (4+ messages)

[PATCH, RFC] xfs: completely disable toggling DAX flag via ioctl on reg files
 2018-07-30 16:09 UTC  (7+ messages)

[PATCH] xfs: add debian initramfs hook to package
 2018-07-30 16:04 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v4] xfs: test inode allocation state missmatch corruption
 2018-07-30 14:51 UTC  (2+ messages)

[PATCH 1/2] libxfs: add more bounds checking to sb sanity checks
 2018-07-30 12:36 UTC  (7+ messages)
` [PATCH 2/2] xfs: verify icount in superblock write

[PATCH] xfs/288: use -d option of xfs_db write command for v5 XFS
 2018-07-29 15:56 UTC  (2+ messages)

[PATCH ] misc: clean up MIN/MAX in the utilities
 2018-07-28  7:39 UTC  (3+ messages)

[PATCH 1/2] misc: use xfs_agfl_walk where appropriate
 2018-07-28  7:39 UTC  (3+ messages)

[PATCH 00/10] xfsprogs-4.18: mostly scrub/repair stuff
 2018-07-27 22:44 UTC  (4+ messages)
` [PATCH 12/10] xfs_repair: use libxfs extsize/cowextsize validation helpers
  ` [PATCH v2 "


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