linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-22 08:03:14 to 2019-08-26 21:31:57 UTC [more...]

[PATCH 00/11] xfs_scrub: fix IO error reporting
 2019-08-26 21:31 UTC  (8+ messages)
` [PATCH 01/11] xfs_scrub: separate media error reporting for attribute forks
` [PATCH 02/11] xfs_scrub: improve reporting of file data media errors
` [PATCH 03/11] xfs_scrub: better reporting of metadata "
` [PATCH 04/11] xfs_scrub: improve reporting of file "
` [PATCH 05/11] xfs_scrub: don't report media errors on unwritten extents
` [PATCH 06/11] xfs_scrub: reduce fsmap activity for media errors
` [PATCH 07/11] xfs_scrub: request fewer bmaps when we can

[PATCH 00/11] xfs_scrub: fix IO error detection during media verify
 2019-08-26 21:31 UTC  (12+ messages)
` [PATCH 01/11] xfs_scrub: fix handling of read-verify pool runtime errors
` [PATCH 02/11] xfs_scrub: abort all read verification work immediately on error
` [PATCH 03/11] xfs_scrub: fix read-verify pool error communication problems
` [PATCH 04/11] xfs_scrub: fix queue-and-stash of non-contiguous verify requests
` [PATCH 05/11] xfs_scrub: only call read_verify_force_io once per pool
` [PATCH 06/11] xfs_scrub: refactor inode prefix rendering code
` [PATCH 07/11] xfs_scrub: record disk LBA size
` [PATCH 08/11] xfs_scrub: enforce read verify pool minimum io size
` [PATCH 09/11] xfs_scrub: return bytes verified from a SCSI VERIFY command
` [PATCH 10/11] xfs_scrub: fix read verify disk error handling strategy
` [PATCH 11/11] xfs_scrub: simulate errors in the read-verify phase

[PATCH 00/13] libfrog/xfs_scrub: fix error handling
 2019-08-26 21:29 UTC  (14+ messages)
` [PATCH 01/13] libfrog: fix workqueue error communication problems
` [PATCH 02/13] libfrog: fix missing error checking in workqueue code
` [PATCH 03/13] libfrog: split workqueue destroy functions
` [PATCH 04/13] xfs_scrub: redistribute read verify pool flush and destroy responsibilities
` [PATCH 05/13] libfrog: fix per-thread variable error communication problems
` [PATCH 06/13] libfrog: add missing per-thread variable error handling
` [PATCH 07/13] libfrog: fix bitmap error communication problems
` [PATCH 08/13] libfrog: fix missing error checking in bitmap code
` [PATCH 09/13] xfs_scrub: fix per-thread counter error communication problems
` [PATCH 10/13] xfs_scrub: report all progressbar creation failures
` [PATCH 11/13] xfs_scrub: check progress bar timedwait failures
` [PATCH 12/13] xfs_scrub: move all the queue_subdir error reporting to callers
` [PATCH 13/13] xfs_scrub: fix error handling problems in vfs.c

[PATCH 0/4] xfsprogs: bulkstat v5
 2019-08-26 21:28 UTC  (5+ messages)
` [PATCH 1/4] xfs_io: add a bulkstat command
` [PATCH 2/4] xfs_spaceman: remove open-coded per-ag bulkstat
` [PATCH 3/4] xfs_scrub: convert to per-ag inode bulkstat operations
` [PATCH 4/4] xfs_scrub: batch inumbers calls during fscounters calculation

[PATCH 0/5] xfsprogs: port utilities to bulkstat v5
 2019-08-26 21:22 UTC  (6+ messages)
` [PATCH 1/5] man: add documentation for v5 bulkstat ioctl
` [PATCH 2/5] man: add documentation for v5 inumbers ioctl
` [PATCH 3/5] misc: convert XFS_IOC_FSBULKSTAT to XFS_IOC_BULKSTAT
` [PATCH 4/5] misc: convert to v5 bulkstat_single call
` [PATCH 5/5] misc: convert from XFS_IOC_FSINUMBERS to XFS_IOC_INUMBERS

[PATCH 0/3] xfs_scrub: fix bugs in vfs tree walk code
 2019-08-26 21:21 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: refactor queueing of subdir scan work item
` [PATCH 2/3] xfs_scrub: fix nr_dirs accounting problems
` [PATCH 3/3] xfs_scrub: remove unnecessary wakeup wait in scan_fs_tree

[PATCH 0/4] xfs_spaceman: use runtime support library
 2019-08-26 21:20 UTC  (5+ messages)
` [PATCH 1/4] xfs_spaceman: remove typedef usage
` [PATCH 2/4] xfs_spaceman: remove unnecessary test in openfile()
` [PATCH 3/4] xfs_spaceman: embed struct xfs_fd in struct fileio
` [PATCH 4/4] xfs_spaceman: convert open-coded unit conversions to helpers

[PATCH 0/4] xfsprogs: help mkfs shed its AG initialization code
 2019-08-26 21:22 UTC  (5+ messages)
` [PATCH 1/4] libxfs: fix uncached buffer refcounting
` [PATCH 2/4] libxfs: fix buffer refcounting in delwri_queue
` [PATCH 3/4] libxfs: make xfs_buf_delwri_submit actually do something
` [PATCH 4/4] mkfs: use libxfs to write out new AGs

[PATCH 0/2] xfsprogs: scrub filesystem summary counters
 2019-08-26 21:21 UTC  (3+ messages)
` [PATCH 1/2] xfs_io: add online scrub/repair for superblock counters
` [PATCH 2/2] xfs_scrub: check summary counters

[PATCH 0/1] xfsprogs: online health tracking support
 2019-08-26 21:20 UTC  (2+ messages)
` [PATCH 1/1] xfs_spaceman: report health problems

[PATCH v2 00/15] xfs: mount API patch series
 2019-08-26 19:33 UTC  (20+ messages)
` [PATCH v2 01/15] vfs: Create fs_context-aware mount_bdev() replacement
` [PATCH v2 02/15] xfs: mount-api - add fs parameter description
` [PATCH v2 03/15] xfs: mount-api - refactor suffix_kstrtoint()
` [PATCH v2 04/15] xfs: mount-api - refactor xfs_parseags()
` [PATCH v2 05/15] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [PATCH v2 06/15] xfs: mount-api - move xfs_parseargs() validation to a helper
` [PATCH v2 07/15] xfs: mount-api - refactor xfs_fs_fill_super()
` [PATCH v2 08/15] xfs: mount-api - add xfs_get_tree()
` [PATCH v2 09/15] xfs: mount-api - add xfs_remount_rw() helper
` [PATCH v2 10/15] xfs: mount-api - add xfs_remount_ro() helper
` [PATCH v2 11/15] xfs: mount api - add xfs_reconfigure()
` [PATCH v2 12/15] xfs: mount-api - add xfs_fc_free()
` [PATCH v2 13/15] xfs: mount-api - dont set sb in xfs_mount_alloc()
` [PATCH v2 14/15] xfs: mount-api - switch to new mount-api
` [PATCH v2 15/15] xfs: mount-api - remove legacy mount functions

[PATCH] xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'
 2019-08-26 19:14 UTC  (2+ messages)

[PATCH] xfs: show error code when printing writeback error messages
 2019-08-26 19:01 UTC  (3+ messages)

[PATCH V2] xfs: allocate xattr buffer on demand
 2019-08-26 18:59 UTC  (4+ messages)

[PATCH] xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
 2019-08-26 18:36 UTC 

[PATCH] xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
 2019-08-26 18:38 UTC 

[PATCH 0/6] xfs: stable fixes for v4.19.y - circa v4.19.60
 2019-08-26 18:19 UTC  (4+ messages)

5.3-rc1 regression with XFS log recovery
 2019-08-26 17:32 UTC  (5+ messages)

[PATCH] xfs: fix maxicount division by zero error
 2019-08-26 16:34 UTC 

[PATCH v2] xfs: bmap scrub should only scrub records once
 2019-08-26 16:22 UTC 

[PATCH RFC] generic 223: Ensure xfs allocator will honor alignment requirements
 2019-08-26 14:47 UTC 

[RFC] xfs: Flush iclog containing XLOG_COMMIT_TRANS before waiting for log space
 2019-08-26 12:39 UTC  (13+ messages)

[PATCH 0/3] xfs: avoid IO issues unaligned memory allocation
 2019-08-26 12:21 UTC  (35+ messages)
` [PATCH 2/3] xfs: add kmem_alloc_io()
` [PATCH 3/3] xfs: alignment check bio buffers

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-08-26 11:16 UTC  (3+ messages)
` [PATCH v2 1/2] mm, sl[ou]b: improve memory accounting
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-26 10:41 UTC  (7+ messages)
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range

[PATCH] xfsdump: fix compiling errors due to typedef removal in xfsprogs
 2019-08-26 10:23 UTC  (3+ messages)

[PATCH v2] xfs: use aligned buffers for IO
 2019-08-26  7:52 UTC  (7+ messages)
` [PATCH 1/3] xfs: add kmem allocation trace points
` [PATCH 2/3] xfs: get allocation alignment from the buftarg
` [PATCH 3/3] xfs: add kmem_alloc_io()

[PATCH V4] fs: New zonefs file system
 2019-08-26  6:57 UTC 

[PATCH] t_stripealign: Fix fibmap error handling
 2019-08-26  6:48 UTC  (4+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-26  5:55 UTC  (25+ messages)

[PATCH V2] fs: New zonefs file system
 2019-08-26  4:39 UTC  (3+ messages)

[PATCH V3] fs: New zonefs file system
 2019-08-26  4:32 UTC  (3+ messages)

[PATCH] xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
 2019-08-25 15:45 UTC  (12+ messages)
` [PATCH] generic: test for failure to unlock inode after chgrp fails with EDQUOT

[GIT PULL] xfs: fix for 5.3-rc6
 2019-08-24 18:45 UTC  (2+ messages)

[PATCH v2 2/5] mm: Add file_offset_of_ helpers
 2019-08-24 15:28 UTC  (4+ messages)

[PATCH v2] xfs: Fix ABBA deadlock between AGI and AGF in rename()
 2019-08-24  3:45 UTC 

[PATCH] xfs: Fix ABBA deadlock between AGI and AGF in rename()
 2019-08-24  2:21 UTC  (3+ messages)

[GIT PULL] xfs: fixes for 5.3-rc6
 2019-08-23 18:00 UTC  (2+ messages)

[PATCH] xfs: bmap scrub should only scrub records once
 2019-08-23 16:17 UTC  (5+ messages)

[PATCH v2 3/5] iomap: Support large pages
 2019-08-23 12:48 UTC  (2+ messages)

[PATCH v2 1/5] fs: Introduce i_blocks_per_page
 2019-08-23 12:26 UTC  (2+ messages)

[PATCH] xfsdump: find root inode, not first inode
 2019-08-22 20:54 UTC  (7+ messages)
` [PATCH] xfsdump: reject bind mounted subdir targets

[PATCH 01/10] xfs: mount-api - add fs parameter description
 2019-08-22 17:17 UTC  (4+ messages)

[PATCH] xfs: Use BUG_ON rather than BUG() to remove unreachable code
 2019-08-22 14:44 UTC  (3+ 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).