linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-24 22:01:34 to 2018-07-30 20:21:10 UTC [more...]

[PATCH v17.1 00/14] xfs-4.19: online repair support
 2018-07-30 18:44 UTC  (25+ 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 00/15] xfs: condense dfops and automatic relogging
 2018-07-30 16:45 UTC  (16+ 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

[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

Recently-formatted XFS filesystems reporting negative used space
 2018-07-30 10:02 UTC  (8+ messages)

[PATCH 0/3] xfs-4.19: superblock verifier cleanups
 2018-07-30  5:30 UTC  (4+ 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

[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  (25+ 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 05/16] xfs: repair the AGFL
` [PATCH 06/16] xfs: repair the AGI
` [PATCH 07/16] xfs: repair free space btrees
` [PATCH 08/16] xfs: repair inode btrees
` [PATCH 09/16] xfs: repair refcount btrees
` [PATCH 10/16] xfs: repair inode records
` [PATCH 11/16] xfs: zap broken inode forks
` [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  (9+ messages)
` [PATCH v3] "
` [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  (4+ 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

[PATCH v2] xfs_quota: don't stop the directory tree walk when DEPTH is hit
 2018-07-26  0:15 UTC  (2+ messages)

[PATCH 0/2] xfs-4.19: inode cleanups
 2018-07-25 19:45 UTC  (12+ messages)
` [PATCH 1/2] xfs: kill IHOLD
` [PATCH 2/2] xfs: clean up IRELE/iput callsites

XFS long delays on disk full
 2018-07-25 17:00 UTC  (5+ messages)

[PATCH 0/2 V3] xfs_repair: rework inode clearing and free inode validation
 2018-07-25 16:32 UTC  (9+ messages)
` [PATCH 1/2 V3] xfs_repair: notify user if free inodes contain errors
` [PATCH 2/2 V3] xfs_repair: clear_dinode should simply clear, not check contents

Processed: Re: Bug#904086: Add fsck.xfs and xfs_repair to the initramfs
 2018-07-25 12:57 UTC  (2+ messages)
  `  "

Processed: your mail
 2018-07-25 12:48 UTC 

Processed: your mail
 2018-07-25 12:39 UTC 

Processed: your mail
 2018-07-25 12:27 UTC 

[PATCH v2 00/15] xfs: embed dfops in the transaction
 2018-07-25 11:34 UTC  (33+ messages)
` [PATCH v2 03/15] xfs: fix transaction leak on remote attr set/remove failure
` [PATCH v2 06/15] xfs: reset dfops to initial state after finish
` [PATCH v2 07/15] xfs: pack holes in xfs_defer_ops and xfs_trans
` [PATCH v2 08/15] xfs: support embedded dfops in transaction
` [PATCH v2 09/15] xfs: use internal dfops in cow blocks cancel
` [PATCH v2 10/15] xfs: use internal dfops in attr code
` [PATCH v2 11/15] xfs: use internal dfops during [b|c]ui recovery
` [PATCH v2 12/15] xfs: remove all boilerplate defer init/finish code
` [PATCH v2 13/15] xfs: remove unnecessary dfops init calls in xattr code
` [PATCH v2 14/15] xfs: drop unnecessary xfs_defer_finish() dfops parameter
` [PATCH v2 15/15] xfs: bypass final dfops roll in trans commit path
  ` [PATCH v3 "

[PATCH] xfs: properly handle free inodes in extent hint validators
 2018-07-25 11:26 UTC  (2+ messages)

Query about the handling of a bug reported before
 2018-07-24 23:00 UTC  (5+ messages)


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