linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-20 16:17:04 to 2019-08-26 09:34:17 UTC [more...]

[RFC PATCH 0/4] Support xxhash64 checksums
 2019-08-26  9:34 UTC  (8+ messages)
` [RFC PATCH 4/4] btrfs: sysfs: export supported checksums
` [RFC PATCH 10/17] btrfs-progs: add checksum type to checksumming functions

[PATCH RFC v2 0/2] readmirror feature
 2019-08-26  9:04 UTC  (3+ messages)
` [PATCH RFC v2] btrfs: add readmirror framework and policy devid
` [PATCH RFC v2] btrfs-progs: add readmirror property and ioctl to set get readmirror

[PATCH v4 00/27] btrfs zoned block device support
 2019-08-26  8:38 UTC  (38+ messages)
` [PATCH v4 01/27] btrfs: introduce HMZONED feature flag
` [PATCH v4 02/27] btrfs: Get zone information of zoned block devices
` [PATCH v4 03/27] btrfs: Check and enable HMZONED mode
` [PATCH v4 04/27] btrfs: disallow RAID5/6 in "
` [PATCH v4 05/27] btrfs: disallow space_cache "
` [PATCH v4 06/27] btrfs: disallow NODATACOW "
` [PATCH v4 07/27] btrfs: disable tree-log "
` [PATCH v4 08/27] btrfs: disable fallocate "
` [PATCH v4 09/27] btrfs: align device extent allocation to zone boundary
` [PATCH v4 10/27] btrfs: do sequential extent allocation in HMZONED mode
` [PATCH v4 11/27] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH v4 12/27] btrfs: ensure metadata space available on/after degraded mount in HMZONED
` [PATCH v4 13/27] btrfs: reset zones of unused block groups
` [PATCH v4 14/27] btrfs: limit super block locations in HMZONED mode
` [PATCH v4 15/27] btrfs: redirty released extent buffers in sequential BGs
` [PATCH v4 16/27] btrfs: serialize data allocation and submit IOs
` [PATCH v4 17/27] btrfs: implement atomic compressed IO submission
` [PATCH v4 18/27] btrfs: support direct write IO in HMZONED
` [PATCH v4 19/27] btrfs: serialize meta IOs on HMZONED mode
` [PATCH v4 20/27] btrfs: wait existing extents before truncating
` [PATCH v4 21/27] btrfs: avoid async checksum/submit on HMZONED mode
` [PATCH v4 22/27] btrfs: disallow mixed-bg in "
` [PATCH v4 23/27] btrfs: disallow inode_cache "
` [PATCH v4 24/27] btrfs: support dev-replace "
` [PATCH v4 25/27] btrfs: enable relocation "
` [PATCH v4 26/27] btrfs: relocate block group to repair IO failure in HMZONED
` [PATCH v4 27/27] btrfs: enable to mount HMZONED incompat flag

[PATCH 0/2] btrfs: tree-checker: Add checks to detect missing INODE_ITEM
 2019-08-26  7:40 UTC  (3+ messages)
` [PATCH 1/2] btrfs: tree-checker: Try "
` [PATCH 2/2] btrfs: tree-checker: Add check for INODE_REF

[PATCH v3] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-08-26  6:20 UTC 

BTRFS unable to mount after one failed disk in RAID 1
 2019-08-25 23:51 UTC  (5+ messages)

Need help: super_total_bytes mismatch with fs_devices total_rw_bytes
 2019-08-25 13:36 UTC  (6+ messages)

Massive filesystem corruption since kernel 5.2 (ARCH)
 2019-08-25 10:00 UTC  (2+ messages)

shared extents, but no snapshots or reflinks
 2019-08-25  8:14 UTC  (3+ messages)

[PATCH 0/1] btrfs-progs: docs: document btrfs-balance exit status in detail
 2019-08-25  6:02 UTC  (2+ messages)
` [PATCH 1/1] "

swap and hibernation files
 2019-08-25  5:35 UTC  (2+ messages)

[PATCH v2] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-08-24 15:12 UTC  (2+ messages)

[PATCH 0/6] Refactor nocow path
 2019-08-23 17:28 UTC  (16+ messages)
` [PATCH 4/6] btrfs: Streamline code in run_delalloc_nocow in case of inline extents
` [PATCH 5/6] btrfs: Simplify extent type check
    ` [PATCH] btrfs: Streamline code in run_delalloc_nocow
` [PATCH 6/6] btrfs: Remove BUG_ON from run_delalloc_nocow
        ` [PATCH v2] "

[PATCH v2 0/4] Support xxhash64 checksums
 2019-08-23 17:08 UTC  (13+ messages)
` [PATCH v2 1/4] btrfs: turn checksum type define into a enum
` [PATCH v2 2/4] btrfs: create structure to encode checksum type and length
  ` [PATCH v2.1] "
` [PATCH v2 3/4] btrfs: use xxhash64 for checksumming
` [PATCH v2 4/4] btrfs: sysfs: export supported checksums

[PATCH 0/7] Move some code out of ctree.c and ctree.h
 2019-08-23 17:08 UTC  (8+ messages)
` [PATCH 1/7] btrfs: move cond_wake_up functions out of ctree
` [PATCH 2/7] btrfs: move math functions to misc.h
` [PATCH 3/7] btrfs: move private raid56 definitions from ctree.h
` [PATCH 4/7] btrfs: rename and export read_node_slot
` [PATCH 5/7] btrfs: move functions for tree compare to send.c
` [PATCH 6/7] btrfs: move struct io_ctl to free-space-cache.h
` [PATCH 7/7] btrfs: move dev_stats helpers to volumes.c

[PATCH 0/5][v2] Fix global reserve size and can overcommit
 2019-08-23 13:17 UTC  (7+ messages)
` [PATCH 1/5] btrfs: change the minimum global reserve size
` [PATCH 2/5] btrfs: always reserve our entire size for the global reserve
` [PATCH 3/5] btrfs: use btrfs_try_granting_tickets in update_global_rsv
` [PATCH 4/5] btrfs: do not account global reserve in can_overcommit
` [PATCH 5/5] btrfs: add enospc debug messages for ticket failure

[PATCH 0/2][v2] Rework the worst case calculations for space reservation
 2019-08-23 13:03 UTC  (4+ messages)
` [PATCH 1/2] btrfs: rename the btrfs_calc_*_metadata_size helpers
` [PATCH 2/2] btrfs: only reserve metadata_size for inodes

[PATCH 0/9][v3] Rework reserve ticket handling
 2019-08-23 12:55 UTC  (19+ messages)
` [PATCH 1/9] btrfs: do not allow reservations if we have pending tickets
` [PATCH 2/9] btrfs: roll tracepoint into btrfs_space_info_update helper
` [PATCH 3/9] btrfs: add space reservation tracepoint for reserved bytes
` [PATCH 4/9] btrfs: rework btrfs_space_info_add_old_bytes
` [PATCH 5/9] btrfs: refactor the ticket wakeup code
` [PATCH 6/9] btrfs: rework wake_all_tickets
` [PATCH 7/9] btrfs: fix may_commit_transaction to deal with no partial filling
` [PATCH 8/9] btrfs: remove orig_bytes from reserve_ticket
` [PATCH 9/9] btrfs: rename btrfs_space_info_add_old_bytes

[PATCH v2.1] btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
 2019-08-23 11:41 UTC  (2+ messages)

[PATCH][RESEND] btrfs: add a force_chunk_alloc to space_info's sysfs
 2019-08-23 11:32 UTC  (3+ messages)

Btrfs on LUKS on loopback mounted image on Btrfs
 2019-08-22 21:21 UTC  (3+ messages)

[PATCH v1.2 0/3] btrfs: tree-checker: Add extent items check
 2019-08-22 16:18 UTC  (8+ messages)
` [PATCH v1.2 1/3] btrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM check
` [PATCH v1.2 2/3] btrfs: tree-checker: Add simple keyed refs check
    ` Deletion on BTRFS - how does it work

[PATCH v2 0/13] Btrfs iomap
 2019-08-22 15:05 UTC  (10+ messages)
` [PATCH 04/13] btrfs: Add a simple buffered iomap write
` [PATCH 05/13] btrfs: Add CoW in iomap based writes
` [PATCH 07/13] btrfs: basic direct read operation

[PATCH] Btrfs: Fix an assert statement in __btrfs_map_block()
 2019-08-22 14:14 UTC  (2+ messages)

[PATCH 1/2] btrfs: transaction: Add comment for btrfs transaction lifespan
 2019-08-22  7:25 UTC  (2+ messages)
` [PATCH 2/2] btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED

[PATCH] fs/btrfs/raid56.c: remove set but not used variables 'p_stripe'
 2019-08-22  6:56 UTC  (2+ messages)

Chasing IO errors. BTRFS: error (device dm-2) in btrfs_run_delayed_refs:2907: errno=-5 IO failure
 2019-08-21 23:32 UTC  (8+ messages)

[PATCH 0/1] btrfs: Simplify parsing max_inline mount option
 2019-08-21 16:08 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/5] Fix global reserve size and can overcommit
 2019-08-21 15:30 UTC  (12+ messages)
` [PATCH 1/5] btrfs: change the minimum global reserve size
` [PATCH 2/5] btrfs: always reserve our entire size for the global reserve
` [PATCH 4/5] btrfs: do not account global reserve in can_overcommit
` [PATCH 5/5] btrfs: add enospc debug messages for ticket failure

[PATCH v2 0/2] Btrfs: workqueue cleanups
 2019-08-21 15:18 UTC  (5+ messages)

[PATCH 2/6] btrfs: Improve comments around nocow path
 2019-08-21 15:10 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v2] btrfs: fix allocation of bitmap pages
 2019-08-21 15:05 UTC 

[PATCH 1/6] btrfs: Refactor run_delalloc_nocow
 2019-08-21 15:03 UTC  (3+ messages)
` [PATCH v2 1/2] "

Unable to mount, even in recovery, parent transid verify failed on raid 1
 2019-08-21 14:54 UTC  (4+ messages)

[PATCH 0/8][v2] Rework reserve ticket handling
 2019-08-21 14:07 UTC  (4+ messages)
` [PATCH 8/8] btrfs: remove orig_bytes from reserve_ticket

[PATCH 1/3] btrfs: dev stat drop useless goto
 2019-08-21 14:02 UTC  (7+ messages)
` [PATCH 2/3] btrfs: dev stats item key conversion per cpu type is not needed
` [PATCH 3/3] btrfs: clean search for device item in finish sprout

[PATCH] btrfs: Make reada_tree_block_flagged private
 2019-08-21 13:47 UTC  (3+ messages)

[PATCH v2 0/2] Compression level API cleanups
 2019-08-21 10:55 UTC  (7+ messages)
` [PATCH v2 1/2] btrfs: define compression levels statically
` [PATCH v2 2/2] btrfs: compression: replace set_level callbacks by a common helper

[PATCH] btrfs: fix allocation of bitmap pages
 2019-08-21  1:48 UTC  (5+ messages)

[PATCH 0/3] Rework the worst case calculations for space reservation
 2019-08-20 17:40 UTC  (5+ messages)
` [PATCH 1/3] btrfs: rename the btrfs_calc_*_metadata_size helpers

[PATCH 0/3] Extent buffer accessor macros cleanup
 2019-08-20 16:58 UTC  (4+ messages)
` [PATCH 1/3] btrfs: define separate btrfs_set/get_XX helpers
` [PATCH 2/3] btrfs: assume valid token for btrfs_set/get_token helpers
` [PATCH 3/3] btrfs: tie extent buffer and it's token together


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