linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-26 01:35:42 to 2018-07-31 16:50:49 UTC [more...]

[PATCH v17.1 00/14] xfs-4.19: online repair support
 2018-07-31 15:10 UTC  (26+ 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] 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] misc: remove COPYING from doc/ Makefile
 2018-07-31  8:08 UTC  (5+ messages)

[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  (8+ messages)

[PATCH] xfs: add debian initramfs hook to package
 2018-07-30 16:04 UTC  (9+ 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  (13+ 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  (22+ messages)
` [PATCH 03/10] xfs_scrub: destroy workqueues when erroring out
` [PATCH 04/10] xfs_scrub: schedule and manage optimizations/repairs to the filesystem
` [PATCH 05/10] xfs_scrub: allow developers to force repairs
` [PATCH 06/10] xfs_scrub: don't error out if an optimize-only repair isn't supported
` [PATCH 07/10] xfs_scrub: rename NOFIX_COMPLAIN to be less confusing
` [PATCH 08/10] xfs_scrub: only retry non-permanent repair failures
` [PATCH 09/10] xfs_io: wire up repair ioctl stuff
` [PATCH 12/10] xfs_repair: use libxfs extsize/cowextsize validation helpers
  ` [PATCH v2 "

[PATCH v17 00/16] xfs-4.19: online repair support
 2018-07-27 18:19 UTC  (18+ messages)
` [PATCH 01/16] xfs: pass transaction lock while setting up agresv on cyclic metadata
` [PATCH 02/16] xfs: move the repair extent list into its own file
` [PATCH 03/16] xfs: refactor the xrep_extent_list into xfs_bitmap
` [PATCH 04/16] xfs: repair the AGF
` [PATCH 12/16] xfs: repair inode block maps
` [PATCH 13/16] xfs: repair damaged symlinks
` [PATCH 14/16] xfs: repair extended attributes
` [PATCH 15/16] xfs: scrub should set preen if attr leaf has holes
` [PATCH 16/16] xfs: repair quotas

[PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch
 2018-07-27 16:28 UTC 

reduce lookups in the COW extent tree V3
 2018-07-27 15:10 UTC  (6+ messages)
` [PATCH 6/6] xfs: avoid COW fork extent lookups in writeback if the fork didn't change

Question about reflink feature
 2018-07-27  4:14 UTC  (3+ messages)

[GIT PULL] xfs: 4.18 fixes, part 1
 2018-07-26 18:22 UTC  (2+ messages)
` [GIT PULL] xfs: 4.18 fixes, part 2

[PATCH] libxfs: add more bounds checking to sb sanity checks
 2018-07-26 17:19 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] xfs: remove deprecated barrier/nobarrier mount options
 2018-07-26 16:10 UTC  (3+ messages)

[PATCH V2] xfs_io: Document shutdown -f
 2018-07-26 14:35 UTC  (3+ messages)
` [PATCH V3] "

[PATCH v17 00/16] xfs-4.19: online repair support
 2018-07-26  0:38 UTC  (3+ messages)
` [PATCH 01/16] xfs: pass transaction lock while setting up agresv on cyclic metadata


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