linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-15 10:51:02 to 2019-02-20 11:12:58 UTC [more...]

[PATCH 2/2] Btrfs: report and handle error on unexpected first key on extent buffer
 2019-02-20 11:12 UTC  (5+ messages)

[PATCH] Btrfs: remove assertion when searching for a key in a node/leaf
 2019-02-20 11:11 UTC 

[RFC PATCH] btrfs-progs: Quiet mode for btrfs-receive
 2019-02-20  9:16 UTC 

[PATCH -next] btrfs: Fix type conversion in btrfs_read_root_item
 2019-02-20  9:10 UTC  (5+ messages)

[RFC PATCH 0/6] Allow setting file birth time with utimensat()
 2019-02-20  7:47 UTC  (17+ messages)

[PATCH 1/2] fstests: generic, test fsync after succession of file renames
 2019-02-20  2:43 UTC  (4+ messages)

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-20  2:37 UTC  (30+ messages)
` [PATCH V15 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V15 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V15 03/18] block: remove bvec_iter_rewind()
` [PATCH V15 04/18] block: introduce multi-page bvec helpers
` [PATCH V15 05/18] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V15 06/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V15 07/18] block: use bio_for_each_bvec() to map sg
` [PATCH V15 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V15 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V15 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V15 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V15 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V15 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V15 14/18] block: enable multipage bvecs
` [PATCH V15 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V15 16/18] block: document usage of bio iterator helpers
` [PATCH V15 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V15 18/18] block: kill BLK_MQ_F_SG_MERGE
  ` [dm-devel] [PATCH V15 00/18] block: support multi-page bvec

[PATCH] btrfs: drop the lock on error in btrfs_dev_replace_cancel()
 2019-02-20  1:20 UTC  (3+ messages)

corrupt leaf: root=1 block=57567265079296 slot=83, bad key order
 2019-02-19 19:45 UTC 

[PATCH 1/2] Btrfs: add missing error handling after doing leaf/node binary search
 2019-02-19 19:46 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v2] btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
 2019-02-19 18:11 UTC  (8+ messages)
    ` [PATCH v2.1] "

[PATCH] fs/btrfs: init csum_list before possible free
 2019-02-19 16:31 UTC  (3+ messages)

Spurious warning fix backport for 4.9
 2019-02-19 15:11 UTC  (2+ messages)

[PATCH v3] btrfs: factor our read/write stage off csum_tree_block() into its callers
 2019-02-19 12:43 UTC 

Broken filesystem
 2019-02-19 12:42 UTC  (3+ messages)

[PATCH v2] btrfs: factor our read/write stage off csum_tree_block() into its callers
 2019-02-19 12:15 UTC  (3+ messages)

Btrfs send with parent different size depending on source of files
 2019-02-19 12:05 UTC  (30+ messages)

[PATCH] btrfs: factor our read/write stage off csum_tree_block() into its callers
 2019-02-19 10:04 UTC  (4+ messages)

[LSF/MM TOPIC] Software RAID Support for NV-DIMM
 2019-02-19  3:59 UTC  (10+ messages)

raid 1 filesystem corruption
 2019-02-18 23:23 UTC  (3+ messages)

[LSF/MM TOPIC] More async operations for file systems - async discard?
 2019-02-18 22:30 UTC  (5+ messages)

Corrupted filesystem, looking for guidance
 2019-02-18 21:06 UTC  (3+ messages)

raid1 mount as read only
 2019-02-18 20:25 UTC  (2+ messages)

[PATCH] Btrfs: fix file corruption after snapshotting
 2019-02-18 17:27 UTC  (3+ messages)

[PATCH 0/4] Btrfs: a few more cleanups and fixes for clone/deduplication
 2019-02-18 16:55 UTC  (11+ messages)
` [PATCH 3/4] Btrfs: check if destination root is read-only for deduplication
` [PATCH 4/4] Btrfs: remove no longer needed range length checks "

[GIT PULL] Btrfs fixes for 4.15-rc2
 2019-02-18 16:15 UTC  (3+ messages)

[PATCH 0/2] Fix missing reference aborts when resuming snapshot delete
 2019-02-18 14:31 UTC  (3+ messages)
` [PATCH 1/2] btrfs: check for refs on snapshot delete resume

[PATCH v5.1 00/12] btrfs: Enhancement to tree block validation
 2019-02-18  9:32 UTC  (15+ messages)
` [PATCH v5.1 01/12] btrfs: Always output error message when key/level verification fails
` [PATCH v5.1 02/12] btrfs: extent_io: Kill the forward declaration of flush_write_bio()
` [PATCH v5.1 03/12] btrfs: disk-io: Show the timing of corrupted tree block explicitly
` [PATCH v5.1 04/12] btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
` [PATCH v5.1 05/12] btrfs: extent_io: Handle error better in extent_write_full_page()
` [PATCH v5.1 06/12] btrfs: extent_io: Handle error better in btree_write_cache_pages()
` [PATCH v5.1 07/12] btrfs: extent_io: Kill the dead branch in extent_write_cache_pages()
` [PATCH v5.1 08/12] btrfs: extent_io: Handle error better in extent_write_locked_range()
` [PATCH v5.1 09/12] btrfs: extent_io: Kill the BUG_ON() in lock_extent_buffer_for_io()
` [PATCH v5.1 10/12] btrfs: extent_io: Kill the BUG_ON() in extent_write_cache_pages()
` [PATCH v5.1 11/12] btrfs: extent_io: Handle error better in extent_writepages()
` [PATCH v5.1 12/12] btrfs: Do mandatory tree block check before submitting bio

Btrfs corruption: Cannot mount partition
 2019-02-18  7:38 UTC  (7+ messages)

[PATCH v3 0/9] btrfs: Refactor delayed ref parameter list
 2019-02-18  6:59 UTC  (8+ messages)
` [PATCH v3 1/9] btrfs: delayed-ref: Introduce better documented delayed ref structures

Subvolume ID 5 Showing Deleted
 2019-02-18  1:59 UTC  (2+ messages)

Errors after kernel panic not addressed during scrub or fsck
 2019-02-18  1:51 UTC  (2+ messages)

[PATCH] vfs: don't decrement i_nlink in d_tmpfile
 2019-02-17  0:26 UTC  (5+ messages)
` [PATCH v2] "

Zdravstvujte vas interesuyut klientskie bazy dannyh?
 2019-02-16 23:37 UTC 

[PATCH v5 00/12] btrfs: Enhancement to tree block validation
 2019-02-16  6:49 UTC  (15+ messages)
` [PATCH v5 03/12] btrfs: disk-io: Show the timing of corrupted tree block explicitly
` [PATCH v5 04/12] btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
` [PATCH v5 05/12] btrfs: extent_io: Handle error better in extent_write_full_page()
` [PATCH v5 06/12] btrfs: extent_io: Handle error better in btree_write_cache_pages()
` [PATCH v5 07/12] btrfs: extent_io: Kill the dead branch in extent_write_cache_pages()
` [PATCH v5 08/12] btrfs: extent_io: Handle error better in extent_write_locked_range()
` [PATCH v5 09/12] btrfs: extent_io: Kill the BUG_ON() in lock_extent_buffer_for_io()
` [PATCH v5 10/12] btrfs: extent_io: Kill the BUG_ON() in extent_write_cache_pages()
` [PATCH v5 11/12] btrfs: extent_io: Handle error better in extent_writepages()
` [PATCH v5 12/12] btrfs: Do mandatory tree block check before submitting bio

Better distribution of RAID1 data?
 2019-02-15 23:11 UTC  (6+ messages)

[PATCH v2] btrfs: honor path->skip_locking in backref code
 2019-02-15 18:35 UTC  (2+ messages)

[PATCH 1/2] Btrfs: fix fsync after succession of renames of different files
 2019-02-15 17:47 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] btrfs: ensure that a DUP block group has exactly two stripes
 2019-02-15 15:20 UTC  (4+ messages)

Reproducer for "compressed data + hole data corruption bug, 2018 editiion"
 2019-02-15 12:02 UTC  (11+ messages)
` Reproducer for "compressed data + hole data corruption bug, 2018 edition" still works on 4.20.7


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