linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-22 06:40:46 to 2018-07-01 00:45:12 UTC [more...]

[PATCH v16 00/21] xfs-4.19: online repair support
 2018-07-01  0:45 UTC  (49+ messages)
` [PATCH 01/21] xfs: don't assume a left rmap when allocating a new rmap
` [PATCH 02/21] xfs: add helper to decide if an inode has allocated cow blocks
` [PATCH 03/21] xfs: refactor part of xfs_free_eofblocks
` [PATCH 04/21] xfs: repair the AGF and AGFL
` [PATCH 05/21] xfs: repair the AGI
` [PATCH 06/21] xfs: repair free space btrees
` [PATCH 07/21] xfs: repair inode btrees
` [PATCH 08/21] xfs: defer iput on certain inodes while scrub / repair are running
` [PATCH 09/21] xfs: finish our set of inode get/put tracepoints for scrub
` [PATCH 10/21] xfs: introduce online scrub freeze
` [PATCH 11/21] xfs: repair the rmapbt
` [PATCH 12/21] xfs: repair refcount btrees
` [PATCH 13/21] xfs: repair inode records
` [PATCH 14/21] xfs: zap broken inode forks
` [PATCH 15/21] xfs: repair inode block maps
` [PATCH 16/21] xfs: repair damaged symlinks
` [PATCH 17/21] xfs: repair extended attributes
` [PATCH 18/21] xfs: scrub should set preen if attr leaf has holes
` [PATCH 19/21] xfs: repair quotas
` [PATCH 20/21] xfs: implement live quotacheck as part of quota repair
` [PATCH 21/21] xfs: add online scrub/repair for superblock counters

Kernel oops at NULL pointer when performing readlink on a fuzzed v5 image
 2018-06-30 18:34 UTC  (4+ messages)

NULL pointer dereference in xfs_bmap_extents_to_btree() when mounting and operating a crafted image
 2018-06-30 18:32 UTC  (9+ messages)

[PATCH] generic: test dm-thin running out of data space vs concurrent discard
 2018-06-29 16:57 UTC 

stop using buffer heads in xfs v6
 2018-06-29 15:59 UTC  (11+ messages)
` [PATCH 23/24] iomap: add support for sub-pagesize buffered I/O without buffer heads

xfs: Deadlock between fs_reclaim and sb_internal
 2018-06-29  6:18 UTC  (2+ messages)

[ANNOUNCE] xfsprogs for-next updated to a3204ee
 2018-06-28 20:14 UTC 

[PATCH v3 0/3] Fix DM DAX handling
 2018-06-28 19:40 UTC  (27+ messages)
` [PATCH v3 1/3] pmem: only set QUEUE_FLAG_DAX for fsdax mode
` [PATCH v3 2/3] dax: bdev_dax_supported() check for QUEUE_FLAG_DAX
` [PATCH v3 3/3] dm: prevent DAX mounts if not supported
  ` [PATCH v4 "

[PATCH 00/10] xfsprogs-4.18: mostly scrub/repair stuff
 2018-06-28 19:24 UTC  (16+ messages)
` [PATCH 01/10] libxfs: remove crc32 functions
` [PATCH 02/10] libfrog: move crc32c code out of libxfs
` [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 10/10] xfs_repair: use libxfs extsize/cowextsize validation helpers
` [PATCH 11/10] xfs_repair: clear extent size hints when clearing inode core
` [PATCH 12/10] xfs_repair: use libxfs extsize/cowextsize validation helpers

[ANNOUNCE] xfsprogs-4.17.0 released
 2018-06-28 17:14 UTC 

[PATCH 00/24] xfs: broad enablement of deferred agfl frees
 2018-06-28 16:36 UTC  (25+ messages)
` [PATCH 01/24] xfs: cow unwritten conversion uses uninitialized dfops
` [PATCH 02/24] xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
` [PATCH 03/24] xfs: remove dfops parameter from ifree call stack
` [PATCH 04/24] xfs: remove dfops param from high level dirname calls
` [PATCH 05/24] xfs: use ->t_dfops for recovery of [b|c]ui log items
` [PATCH 06/24] xfs: use ->t_dfops for attr set/remove operations
` [PATCH 07/24] xfs: remove dfops param in attr fork add path
` [PATCH 08/24] xfs: use ->t_dfops in extent split tx and remove param
` [PATCH 09/24] xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
` [PATCH 10/24] xfs: use ->t_dfops in dqalloc transaction
` [PATCH 11/24] xfs: use ->t_dfops for all xfs_bmapi_write() callers
` [PATCH 12/24] xfs: remove xfs_bmapi_write() dfops param
` [PATCH 13/24] xfs: use ->t_dfops for all xfs_bunmapi() callers
` [PATCH 14/24] xfs: remove xfs_bunmapi() dfops param
` [PATCH 15/24] xfs: remove xfs_bmapi_remap() "
` [PATCH 16/24] xfs: remove struct xfs_bmalloca dfops field
` [PATCH 17/24] xfs: use ->t_dfops for collapse/insert range operations
` [PATCH 18/24] xfs: remove dfops param from internal bmap extent helpers
` [PATCH 19/24] xfs: remove xfs_btree_cur bmbt dfops field
` [PATCH 20/24] xfs: remove unused btree cursor bc_private.a.dfops field
` [PATCH 21/24] xfs: use ->t_dfops for rmap extent swap operations
` [PATCH 22/24] xfs: use ->t_dfops in cancel cow blocks operation
` [PATCH 23/24] xfs: use ->t_dfops in reflink cow recover path
` [PATCH 24/24] xfs: refactor dfops init to attach to transaction

[PATCH] xfs: test bad character in xfs_db field list selector string
 2018-06-28 14:12 UTC  (2+ messages)

[PATCH V2] xfs: Initialize variables in xfs_alloc_get_rec before using them
 2018-06-28 13:56 UTC  (3+ messages)

[PATCH] Fix coverity scan reports
 2018-06-28  9:07 UTC  (3+ messages)

Mounting xfs filesystem takes long time
 2018-06-28  8:19 UTC  (13+ messages)

[PATCH 0/4] fstests: fixes and new tests
 2018-06-28  4:31 UTC  (10+ messages)
` [PATCH 2/4] xfs: regression test for rmapbt fdblocks accounting problems
  ` [PATCH v2 "
` [PATCH 3/4] generic: mread past eof shows nonzero contents
` [PATCH 4/4] xfs: fuzz every field of every structure and test kernel crashes

[PATCH v3 1/3] xfstests: dedupe a single big file and verify integrity
 2018-06-28  4:30 UTC  (4+ messages)
` [PATCH v3 2/3] xfstests: iterate dedupe integrity test
` [PATCH v3 3/3] xfstests: dedupe with random io race test

[PATCH] mm: reject MAP_SHARED_VALIDATE without new flags
 2018-06-28  4:18 UTC  (5+ messages)

[Bug 200311] New: xfsprogs fails to install when user group has space
 2018-06-28  2:56 UTC  (5+ messages)
` [Bug 200311] "

[GIT PULL] xfs: 4.18 fixes, part 1
 2018-06-27 18:24 UTC 

[PATCH] xfs: cow unwritten conversion uses uninitialized dfops
 2018-06-27  7:41 UTC  (3+ messages)

[PATCH] xfs: remove deprecated barrier/nobarrier mount options
 2018-06-26 14:32 UTC  (7+ messages)
` [PATCH 4.19 V2] "

[PATCH] [RFC] writeback: fix range_cyclic writeback vs writepages deadlock
 2018-06-26 11:28 UTC  (6+ messages)

[PATCH] xfsprogs: Remove barrier/nobarrier mount options from xfs.5
 2018-06-26 11:20 UTC  (2+ messages)

[PATCH v2 0/7] Fix DM DAX handling
 2018-06-25 19:20 UTC  (6+ messages)
` [PATCH v2 4/7] dm: prevent DAX mounts if not supported

[PATCH v3] xfs: test inode allocation state missmatch corruption
 2018-06-23 17:50 UTC  (2+ messages)

[PATCH 1/2] xfs: zero length symlinks are not valid
 2018-06-23 17:38 UTC  (12+ messages)

[PATCH 0/8] xfs-4.18: various fixes
 2018-06-23  6:47 UTC  (18+ messages)
` [PATCH 4/8] xfs: don't allow insert-range to shift extents past the maximum offset
  ` [PATCH v2 "
` [PATCH 6/8] xfs: fix uninitialized field in rtbitmap fsmap backend
  ` [PATCH v2 "
` [PATCH 7/8] xfs: fix off-by-one error in xfs_rtalloc_query_range
` [PATCH 8/8] xfs: ensure post-EOF zeroing happens after zeroing part of a file

[ANNOUNCE] xfsprogs-4.17.0-rc1 released
 2018-06-22 19:48 UTC 

[PATCH v2] xfs_quota: don't stop the directory tree walk when DEPTH is hit
 2018-06-22 19:29 UTC  (2+ messages)

[PATCH v2] xfstests: Test root inode parent pointer repairing
 2018-06-22 19:27 UTC  (2+ messages)

[PATCH 1/2] common/xfs: Add _scratch_get_sfdir_prefix function
 2018-06-22 18:04 UTC  (7+ messages)
` [PATCH 2/2] xfstests: Test root inode parent pointer repairing

[PATCH] xfs_quota: fix -d option to limit directory depth correctly
 2018-06-22  8:40 UTC  (4+ 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).