linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-07 01:00:03 to 2017-06-13 10:27:24 UTC [more...]

[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-13 10:27 UTC  (31+ 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 1/3 v2] btrfs: write_dev_flush does not return ENOMEM anymore
 2017-06-13  9:32 UTC  (4+ messages)
` [PATCH 2/3 v2] btrfs: remove redundant null bdev counting during flush submit
` [PATCH 3/3 v2] btrfs: wait part of the write_dev_flush() can be separated out
` [PATCH 1/3 v2.1] btrfs: write_dev_flush does not return ENOMEM anymore

[PATCH 00/19] fs_info refactor part 2 (disk-io.h and volumes.h based)
 2017-06-13  9:19 UTC  (20+ messages)
` [PATCH 01/19] btrfs-progs: Refactor btrfs_map_block and its variants to use btrfs_fs_info
` [PATCH 02/19] btrfs-progs: Refactor btrfs_num_copies "
` [PATCH 03/19] btrfs-progs: Refactor btrfs_next_bg and its callers "
` [PATCH 04/19] btrfs-progs: Refactor csum_tree_block "
` [PATCH 05/19] btrfs-progs: Refactor write_and_map_eb "
` [PATCH 06/19] btrfs-progs: Refactor write_tree_block "
` [PATCH 07/19] btrfs-progs: btrfstune: Refactor change_devices_uuid "
` [PATCH 08/19] btrfs-progs: Refactor read_extent_data "
` [PATCH 09/19] btrfs-progs: Refactor btrfs_find_tree_block "
` [PATCH 10/19] btrfs-progs: Refactor btrfs_readahead_tree_block "
` [PATCH 11/19] btrfs-progs: Refactor write_all_supers and its callers "
` [PATCH 12/19] btrfs-progs: Refactor btrfs_check_chunk_valid "
` [PATCH 13/19] btrfs-progs: Refactor btrfs_find_device "
` [PATCH 14/19] btrfs-progs: Refactor btrfs_read_sys_array/chunk_tree "
` [PATCH 15/19] btrfs-progs: Refactor btrfs_add_system_chunk "
` [PATCH 16/19] btrfs-progs: Refactor btrfs_chunk_readonly "
` [PATCH 17/19] btrfs-progs: Refactor btrfs_add_device() "
` [PATCH 18/19] btrfs-progs: Remove btrfs_read_super_device as there is no implementation
` [PATCH 19/19] btrfs-progs: Refactor chunk creation functions to use btrfs_fs_info

[PATCH 0/2] cleanup write_dev_flush()
 2017-06-13  9:07 UTC  (6+ messages)
` [PATCH 1/2] btrfs: write_dev_flush does not return ENOMEM anymore
` [PATCH 2/2] btrfs: flush error also accounts for its send error

[xfstests PATCH v4 0/5] new tests for writeback error reporting behavior
 2017-06-13  8:40 UTC  (4+ 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 5/5] btrfs: make a btrfs version of writeback error reporting test

[PATCH] btrfs: use ino_t for inode in tracer
 2017-06-13  8:12 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/10 v11] No wait AIO
 2017-06-13  6:14 UTC  (7+ messages)
` [PATCH 04/10] fs: Introduce RWF_NOWAIT

csum failed root -9
 2017-06-13  5:24 UTC  (2+ messages)

[PATCH 4/8] Btrfs: change how we iterate bios in endio
 2017-06-12 17:05 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/3] More bio fixes and cleanups
 2017-06-12 17:50 UTC  (6+ messages)
` [PATCH 1/3] btrfs: document mandatory order of bio in btrfs_io_bio
` [PATCH 2/3] btrfs: add helper to initialize the non-bio part of btrfs_io_bio
` [PATCH 3/3] btrfs: sink gfp parameter to btrfs_io_bio_alloc

[PATCH 0/7] Btrfs: fix total_bytes_pinned counter
 2017-06-12 17:37 UTC  (20+ messages)
` [PATCH 1/7] Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64
` [PATCH 2/7] Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()
` [PATCH 3/7] Btrfs: update total_bytes_pinned when pinning down extents
` [PATCH 4/7] Btrfs: always account pinned bytes when dropping a tree block ref
` [PATCH 5/7] Btrfs: return old and new total ref mods when adding delayed refs
` [PATCH 6/7] Btrfs: rework delayed ref total_bytes_pinned accounting
` [PATCH 7/7] Btrfs: warn if total_bytes_pinned is non-zero on unmount

[PATCH] Btrfs: Improve btrfs_ioctl_search_key documentation
 2017-06-12 16:31 UTC  (5+ messages)
` [PATCH v2] Btrfs: "

[PATCH] btrfs: Convert btrfs_fs_info's free_chunk_space to an atomic64_t
 2017-06-12 15:47 UTC  (5+ messages)

[PATCH] Btrfs: fix Null pointer dereference in dio read endio
 2017-06-12 14:32 UTC  (3+ messages)

[PATCH] btrfs-progs: send operates on ro snapshots only
 2017-06-12 14:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/8] Bio allocation and error handling cleanups
 2017-06-12 13:13 UTC  (23+ messages)
` [PATCH 1/8] btrfs: bioset allocations will never fail, adapt our helpers
` [PATCH 2/8] btrfs: btrfs_bio_alloc never fails, skip error handling
` [PATCH 3/8] btrfs: btrfs_bio_clone "
` [PATCH 4/8] btrfs: btrfs_io_bio_alloc "
` [PATCH 5/8] btrfs: sink gfp parameter to btrfs_bio_clone
` [PATCH 6/8] btrfs: remove redundant parameters from btrfs_bio_alloc
` [PATCH 7/8] btrfs: opencode trivial compressed_bio_alloc, simplify error handling
` [PATCH 8/8] btrfs: pass bytes to btrfs_bio_alloc

[PATCH v2] btrfs: add compression trace points
 2017-06-12 12:55 UTC  (5+ messages)

btrfs native encryption
 2017-06-12 12:46 UTC  (7+ messages)

Filesystem won't mount (open_ctree failed) or repair (BUG_ON)
 2017-06-12  6:35 UTC  (11+ messages)

Questions about how BtrFS works
 2017-06-11  8:00 UTC  (2+ messages)

eBPF tracing Btrfs performance
 2017-06-11  2:35 UTC 

[GIT PULL] Btrfs
 2017-06-10 13:00 UTC 

btrfs-progs: Add 2 new subcommands to inspect-internal
 2017-06-09 21:57 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: Generic functions to retrieve chunks and their bg info

[PULL] Btrfs fixes for 4.12
 2017-06-09 19:50 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix an infinite loop in btrfs_next_bg
 2017-06-09 18:09 UTC 

dedicated error codes for the block layer V3
 2017-06-09 15:29 UTC  (6+ messages)

btrfs-convert: whats minimum free space requirement?
 2017-06-09 13:02 UTC  (3+ messages)

status of swapfiles on Btrfs
 2017-06-09  0:06 UTC  (2+ messages)

About free space fragmentation, metadata write amplification and (no)ssd
 2017-06-08 19:19 UTC  (5+ messages)

Lock between userspace and btrfs-cleaner on extent_buffer
 2017-06-08 18:34 UTC 

mount gets stuck - BUG: soft lockup
 2017-06-08  3:57 UTC  (3+ messages)

[PATCH] btrfs: test Btrfs delalloc accounting overflow
 2017-06-08  2:51 UTC  (4+ messages)

[PATCH 0/7] Btrfs: if else cleanups
 2017-06-07 22:48 UTC  (11+ messages)
` [PATCH 1/7] Btrfs: __compare_inode_defrag decrease max compare count
` [PATCH 2/7] Btrfs: backref_comp "
` [PATCH 3/7] Btrfs: ref_node_cmp "
` [PATCH 4/7] Btrfs: ref_tree_add remove useless compare
` [PATCH 5/7] Btrfs: add_all_parents skip compare
` [PATCH 6/7] Btrfs: __tree_mod_log_insert decrease max compare count
` [PATCH 7/7] Btrfs: end_workqueue_bio use switch case instead of else if

getting rid of "csum failed" on a hw raid
 2017-06-07 21:24 UTC  (13+ messages)

[PATCH v2] btrfs: Convert btrfs_fs_info's free_chunk_space to an atomic64_t
 2017-06-07 18:34 UTC 

[PATCH] Btrfs: send, fix invalid path after renaming and linking file
 2017-06-07 15:36 UTC 

crypto: Work around deallocated stack frame reference gcc bug on sparc
 2017-06-07  3:04 UTC  (3+ messages)

[PATCH] generic: test Btrfs delalloc accounting overflow
 2017-06-07  3:12 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).