linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-08 14:00:25 to 2017-06-16 17:10:34 UTC [more...]

memory allocation deadlock
 2017-06-16 17:10 UTC 

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

XFS Calltraces by using XFS with Ceph
 2017-06-16 13:15 UTC  (9+ messages)

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

[PATCH 0/2 V4] Resubmit items failed during writeback
 2017-06-16 11:06 UTC  (4+ 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

[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  (9+ messages)
` [PATCH 04/10] fs: Introduce RWF_NOWAIT

[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

[PATCH v7 00/13] xfs: preparing for online scrub support
 2017-06-15  5:00 UTC  (14+ messages)
` [PATCH 07/13] xfs: check if an inode is cached and allocated
` [PATCH 11/13] xfs: return the hash value of a leaf1 directory block
  ` [PATCH v2 "

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

[PATCH 1/3] mm: add vm_insert_mixed_mkwrite()
 2017-06-12  4:02 UTC  (5+ messages)

It is safe to execute a fallocate on a opened and in-use file?
 2017-06-10 22:00 UTC  (3+ messages)

[PATCH] xfsdump: add AC_SYS_LARGEFILE
 2017-06-09 15:45 UTC  (3+ messages)

[PATCH 0/2] xfs: fix a couple xfs_buf_log_item shutdown problems
 2017-06-08 16:08 UTC  (7+ messages)
` [PATCH 1/2] xfs: release bli from transaction properly on fs shutdown
` [PATCH 2/2] xfs: remove bli from AIL before release on transaction abort

[PATCH v2] xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
 2017-06-08 15:43 UTC  (4+ messages)

[v4.12-rc1 regression] nfs server crashed in fstests run
 2017-06-08 15:32 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).