linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-12 07:24:19 to 2017-06-16 19:37:21 UTC [more...]

[xfstests PATCH v5 0/5] new tests for writeback error reporting behavior
 2017-06-16 19:36 UTC  (5+ messages)
` [xfstests PATCH v5 1/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v5 2/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v5 3/5] generic: add a writeback error handling test
` [xfstests PATCH v5 4/5] generic: test writeback error handling on dmerror devices

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-16 19:34 UTC  (23+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 02/22] buffer: use mapping_set_error instead of setting the flag
` [PATCH v7 03/22] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v7 04/22] buffer: set errors in mapping at the time that the error occurs
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 06/22] mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
` [PATCH v7 07/22] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v7 08/22] mm: clean up error handling in write_one_page
` [PATCH v7 09/22] fs: always sync metadata in __generic_file_fsync
` [PATCH v7 10/22] lib: add errseq_t type and infrastructure for handling it
` [PATCH v7 11/22] fs: new infrastructure for writeback error handling and reporting
` [PATCH v7 12/22] mm: tracepoints for writeback error events
` [PATCH v7 13/22] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v7 14/22] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v7 15/22] dax: set errors in mapping when writeback fails
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 17/22] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v7 18/22] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v7 19/22] ext4: add more robust reporting of metadata writeback errors
` [PATCH v7 20/22] ext2: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v7 22/22] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[PATCH 0/2 V4] Resubmit items failed during writeback
 2017-06-16 19:24 UTC  (6+ messages)
` [PATCH 1/2 V4] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 2/2] xfs: Properly retry failed inode items in case of error during buffer writeback

memory allocation deadlock
 2017-06-16 19:12 UTC  (4+ messages)

[PATCH v2] xfs: free uncommitted transactions during log recovery
 2017-06-16 18:56 UTC 

[PATCH] xfs: don't crash on unexpected holes in dir/attr btrees
 2017-06-16 18:12 UTC  (2+ messages)

[PATCH v7 00/13] xfs: preparing for online scrub support
 2017-06-16 17:59 UTC  (7+ messages)
` [PATCH 07/13] xfs: check if an inode is cached and allocated
  ` [PATCH v3 "

[PATCH] mkfs.xfs: allow specification of 0 data stripe width & unit
 2017-06-16 17:55 UTC 

XFS Calltraces by using XFS with Ceph
 2017-06-16 17:46 UTC  (10+ messages)

[PATCH] xfs: debug mode sysfs flag to force [un]pin the log tail
 2017-06-16 16:46 UTC  (2+ messages)
` [PATCH] tests/xfs: test for log recovery failure after tail overwrite

[PATCH] docs: add missing sb_qflags values
 2017-06-16 15:40 UTC 

[PATCH 0/7] lseek SEEK_HOLE / SEEK_DATA via iomap
 2017-06-16 15:30 UTC  (9+ messages)
` [PATCH 1/7] GFS2: Make height info part of metapath
` [PATCH 2/7] GFS2: Implement iomap for block_map
` [PATCH 3/7] GFS2: Switch fiemap implementation to use iomap
` [PATCH 4/7] vfs: Add iomap_seek_hole_data helper
` [PATCH 5/7] gfs2: Implement lseek SEEK_HOLE / SEEK_DATA via iomap
` [PATCH 6/7] xfs: Switch to iomap for lseek SEEK_HOLE / SEEK_DATA
` [PATCH 7/7] xfs: Switch to iomap for seeking in quota files

XFS journal write ordering constraints?
 2017-06-16 13:42 UTC  (12+ messages)

[PATCH] xfs: free uncommitted transactions during log recovery
 2017-06-16 11:51 UTC  (6+ messages)

[PATCH] docs: fix mailing list
 2017-06-16  1:56 UTC  (2+ messages)

[PATCH] docs: record the metadump file format
 2017-06-15 22:00 UTC 

[PATCH v9 0/3] xfsprogs 4.12: GETFSMAP support
 2017-06-15 20:37 UTC  (5+ messages)
` [PATCH 1/3] xfs_io: refactor numlen into a library function
` [PATCH 2/3] libxcmd: add cvt{int, long} to convert strings to int and long
` [PATCH 3/3] libxfs: use crc32c slice-by-8 variant by default

[PATCH v9 00/12] xfsprogs 4.12: GETFSMAP support
 2017-06-15 20:37 UTC  (13+ messages)
` [PATCH 01/12] xfs_io: refactor numlen into a library function
` [PATCH 02/12] libxcmd: add cvt{int, long} to convert strings to int and long
` [PATCH 03/12] libxfs: use crc32c slice-by-8 variant by default
` [PATCH 04/12] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 05/12] xfs_io: support the new getfsmap ioctl
` [PATCH 06/12] xfs_repair: replace rmap_compare with libxfs version
` [PATCH 07/12] xfs_spaceman: space management tool
` [PATCH 08/12] xfs_spaceman: add FITRIM support
` [PATCH 09/12] xfs_spaceman: add new speculative prealloc control
` [PATCH 10/12] xfs_spaceman: Free space mapping command
` [PATCH 11/12] xfs_spaceman: add a man page
` [PATCH 12/12] xfs_spaceman: add group summary mode

[PATCH 0/3] xfs_repair: pthread creation failure recovery fixes
 2017-06-15 19:11 UTC  (5+ messages)
` [PATCH 1/3] xfs_repair: clear pthread_t when pthread_create fails
` [PATCH 2/3] xfs_repair: add prefetch trace calls to debug thread creation failures

Shutdown filesystem when a thin pool become full
 2017-06-15 15:04 UTC  (11+ messages)

[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-15 15:03 UTC  (37+ messages)
` [PATCH v6 01/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v6 02/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v6 03/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v6 04/20] buffer: set errors in mapping at the time that the error occurs
` [PATCH v6 05/20] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v6 06/20] mm: drop "wait" parameter from write_one_page
` [PATCH v6 07/20] mm: clean up error handling in write_one_page
` [PATCH v6 08/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v6 09/20] fs: new infrastructure for writeback error handling and reporting
` [PATCH v6 10/13] ext4: add more robust reporting of metadata writeback errors
` [PATCH v6 10/20] mm: tracepoints for writeback error events
` [PATCH v6 11/13] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v6 11/20] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v6 12/20] fs: add a new fstype flag to indicate how writeback errors are tracked
` [PATCH v6 12/13] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v6 13/13] btrfs: minimal conversion to errseq_t writeback error reporting on fsync
` [PATCH v6 13/20] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v6 14/20] dax: set errors in mapping when writeback fails
` [PATCH v6 15/20] fs: have call_fsync call filemap_report_wb_err if FS_WB_ERRSEQ is set
` [PATCH v6 16/20] block: convert to errseq_t based writeback error tracking
` [PATCH v6 17/20] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v6 18/20] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v6 19/20] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v6 20/20] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[PATCH v2 0/3] DAX common 4k zero page
 2017-06-15 14:58 UTC  (6+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()
` [PATCH v2 2/3] dax: relocate dax_load_hole()
` [PATCH v2 3/3] dax: use common 4k zero page for dax mmap reads

[PATCH 0/10 v11] No wait AIO
 2017-06-15 14:55 UTC  (7+ messages)

[PATCH 0/2 v2] xfsprogs: metadump warns about dirty journal
 2017-06-15 11:23 UTC  (5+ messages)
` [PATCH 1/2] metadump: warn about corruption if log is dirty

[xfstests PATCH v4 0/5] new tests for writeback error reporting behavior
 2017-06-15  5:38 UTC  (13+ messages)
` [xfstests PATCH v4 1/5] generic: add a writeback error handling test
` [xfstests PATCH v4 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v4 3/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v4 4/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v4 5/5] btrfs: make a btrfs version of writeback error reporting test

[ANNOUNCE] xfsprogs: for-next updated to f9a6d64
 2017-06-14 20:52 UTC 

[PATCH v8 00/10] xfsprogs 4.12: GETFSMAP support
 2017-06-14 20:49 UTC  (28+ messages)
` [PATCH 02/10] xfs_io: refactor numlen into a library function
` [PATCH 03/10] xfs_io: support the new getfsmap ioctl
` [PATCH 04/10] xfs_repair: replace rmap_compare with libxfs version
` [PATCH 05/10] xfs_spaceman: space management tool
` [PATCH 06/10] xfs_spaceman: add FITRIM support
` [PATCH 07/10] xfs_spaceman: add new speculative prealloc control
` [PATCH 08/10] xfs_spaceman: Free space mapping command
` [PATCH 09/10] xfs_spaceman: add a man page
` [PATCH 10/10] xfs_spaceman: add group summary mode

[RFC PATCH] xfs: prevent overwrite of pinned log tail
 2017-06-14 20:38 UTC 

[PATCH 0/2 V3] Resubmit items failed during writeback
 2017-06-14 12:29 UTC  (9+ messages)
` [PATCH 1/2 V3] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 2/2 V3] xfs: Properly retry failed inode items in case of error during buffer writeback

Request for inclusion of b54554ac5afa ("Make __xfs_xattr_put_listen preperly report errors.")
 2017-06-12 12:59 UTC  (7+ 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).