linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-12 12:23:26 to 2017-06-16 19:36:09 UTC [more...]

[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

Fwd: No such file or directory error
 2017-06-16 16:08 UTC  (2+ messages)
  `  "

[PATCH 0/3 v2] Preallocate flush bio
 2017-06-16 14:04 UTC  (4+ messages)
` [PATCH 1/3 v2] btrfs: preallocate device "
` [PATCH 2/3 v2] btrfs: account as waiting for IO, while waiting fot the flush bio completion
` [PATCH 3/3 v2] btrfs: move dev stats accounting out of wait_dev_flush

[PATCH 0/5] Preallocate flush bio, sysfs tunable
 2017-06-16 14:03 UTC  (13+ messages)
` [PATCH 1/5] btrfs: preallocate device flush bio
` [PATCH 2/5] btrfs: account as waiting for IO, while waiting fot the flush bio completion
` [PATCH 3/5] btrfs: move dev stats accounting out of wait_dev_flush
` [PATCH 4/5] btrfs: add fs flag to force device flushing
` [PATCH 5/5] btrfs: sysfs: export the force_dev_flush flag

[PATCH v3] btrfs: fiemap: Cache and merge fiemap extent before submit it to user
 2017-06-16 12:33 UTC  (2+ messages)

[PATCH v2 0/2] Ensure size values are rounded down
 2017-06-16 11:39 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: Manually implement device_total_bytes getter/setter
` [PATCH v2 2/2] btrfs: Round down values which are written for total_bytes_size

Disk usage is more than double the snapshots exclusive data
 2017-06-16  8:49 UTC  (3+ messages)

[PATCH] btrfs: Use btrfs_space_info_used instead of opencoding it
 2017-06-16  8:05 UTC  (5+ messages)
    ` [kbuild-all] "

[PATCH v3 0/9] btrfs: check name_len before read name
 2017-06-16  6:32 UTC  (3+ messages)

[PATCH] btrfs/145: Test various btrfs operations rounding behavior
 2017-06-16  4:20 UTC 

[PATCH 1/2] btrfs-progs: Fix false alert about EXTENT_DATA shouldn't be hole
 2017-06-16  1:43 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: Add test case to check hole file extents with NO_HOLES flag

[PATCH] btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdev
 2017-06-15 21:12 UTC  (2+ messages)

[PATCH] btrfs: use GFP_KERNEL in btrfs_calc_avail_data_space
 2017-06-15 20:44 UTC  (2+ messages)

[PATCH 1/3 v2] btrfs: write_dev_flush does not return ENOMEM anymore
 2017-06-15 20:29 UTC  (9+ 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 3/3 v2.2] btrfs: wait part of the write_dev_flush() can be separated out

[PATCH] btrfs: move fs_info::fs_frozen to the flags
 2017-06-15 17:10 UTC 

[PATCH] btrfs: cleanup duplicate return value in insert_inline_extent
 2017-06-15 17:09 UTC 

[PATCH 0/2] Ensure size values are rounded down
 2017-06-15 16:09 UTC  (4+ messages)
` [PATCH 1/2] btrfs: Manually implement device_total_bytes getter/setter
` [PATCH 2/2] btrfs: Round up values which are written for total_bytes_size

Questions about how BtrFS works
 2017-06-15 15:25 UTC  (5+ messages)
    ` Fwd: "

[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-15 15:03 UTC  (33+ messages)
` [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 0/10 v11] No wait AIO
 2017-06-15 14:55 UTC  (7+ messages)

[PATCH] btrfs: obsolete and remove mount option alloc_start
 2017-06-15 13:26 UTC 

[PATCH] Btrfs: inode.c convert local flags int -> bool
 2017-06-15 10:57 UTC  (2+ messages)

[PATCH v2] btrfs: add mount umount logs
 2017-06-15  9:20 UTC 

csum failed root -9
 2017-06-15  7:13 UTC  (6+ messages)

[xfstests PATCH v4 0/5] new tests for writeback error reporting behavior
 2017-06-15  5:38 UTC  (7+ 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: incremental send, fix invalid path for unlink commands
 2017-06-13 15:06 UTC 

[PATCH 1/2] btrfs: account for pinned bytes and bytes_may_use in should_alloc_chunk
 2017-06-14 15:44 UTC  (2+ messages)
` [PATCH 2/2] btrfs: Simplify math in should_alloc chunk

[PATCH] btrfs: test for device flush-able should be after wait code
 2017-06-14 14:01 UTC  (3+ messages)

regression in 4.12 caused by a7e3b975a0f9 ("Btrfs: fix reported number of inode blocks")
 2017-06-14  8:45 UTC  (2+ messages)

Lock between userspace and btrfs-cleaner on extent_buffer
 2017-06-14  1:05 UTC  (2+ messages)

[PATCH v2 0/2] Btrfs: if else cleanups
 2017-06-13 20:56 UTC  (3+ messages)
` [PATCH v2 1/2] Btrfs: ref_tree_add remove useless compare
` [PATCH v2 2/2] Btrfs: add_all_parents skip compare

[PATCH 0/7] Btrfs: fix total_bytes_pinned counter
 2017-06-13 18:35 UTC  (10+ 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 7/7] Btrfs: warn if total_bytes_pinned is non-zero on unmount

[PATCH 0/7] Btrfs: if else cleanups
 2017-06-13 14:24 UTC  (5+ messages)
` [PATCH 6/7] Btrfs: __tree_mod_log_insert decrease max compare count

[PATCH v6] Btrfs: compression must free at least one sector size
 2017-06-13 13:45 UTC  (2+ messages)

[PATCH 4/8] Btrfs: change how we iterate bios in endio
 2017-06-13 13:29 UTC  (3+ messages)
` [PATCH v3] "

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

[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

[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] 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  (3+ 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  (7+ messages)
` [PATCH 3/8] btrfs: btrfs_bio_clone never fails, skip error handling
` [PATCH 6/8] btrfs: remove redundant parameters from btrfs_bio_alloc

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

btrfs native encryption
 2017-06-12 12:46 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).