linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-19 05:14:37 to 2019-08-23 10:11:46 UTC [more...]

[PATCH v4 00/27] btrfs zoned block device support
 2019-08-23 10:10 UTC  (18+ 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 v2 0/4] Support xxhash64 checksums
 2019-08-23  9:43 UTC  (12+ 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/9][v3] Rework reserve ticket handling
 2019-08-23  8:18 UTC  (15+ 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][RESEND] btrfs: add a force_chunk_alloc to space_info's sysfs
 2019-08-23  6:35 UTC  (2+ messages)

shared extents, but no snapshots or reflinks
 2019-08-23  3:19 UTC  (2+ messages)

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

[PATCH 0/5][v2] Fix global reserve size and can overcommit
 2019-08-22 19:19 UTC  (6+ 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-22 19:14 UTC  (3+ messages)
` [PATCH 1/2] btrfs: rename the btrfs_calc_*_metadata_size helpers
` [PATCH 2/2] btrfs: only reserve metadata_size for inodes

[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 0/6] Refactor nocow path
 2019-08-22 14:25 UTC  (15+ 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] 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)

[PATCH v2.1] btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
 2019-08-22  2:14 UTC 

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)

[RFC PATCH 0/4] Support xxhash64 checksums
 2019-08-21 16:19 UTC  (13+ messages)
` [RFC PATCH 2/4] btrfs: create structure to encode checksum type and length
` [RFC PATCH 4/4] btrfs: sysfs: export supported checksums
` [RFC PATCH 12/17] btrfs-progs: pass checksum type to btrfs_csum_data()

[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  (14+ 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 add_old_bytes when updating "
` [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  (8+ messages)
` [PATCH v2 2/2] Btrfs: get rid of pointless wtag variable in async-thread.c

[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  (15+ messages)
` [PATCH 1/8] btrfs: do not allow reservations if we have pending tickets
` [PATCH 5/8] btrfs: refactor the ticket wakeup code
` [PATCH 6/8] btrfs: rework wake_all_tickets
` [PATCH 7/8] btrfs: fix may_commit_transaction to deal with no partial filling
` [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  (6+ messages)

BTRFS unable to mount after one failed disk in RAID 1
 2019-08-20 23:39 UTC  (3+ messages)

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

[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

[PATCH] btrfs-progs: balance: check for full-balance before background fork
 2019-08-20 14:46 UTC  (3+ messages)

[PATCH 0/2] Compression level API cleanups
 2019-08-20 14:35 UTC  (4+ messages)
` [PATCH 1/2] btrfs: define compression levels statically

[PATCH] btrfs-progs: tests: fix cli-tests/003-fi-resize-args
 2019-08-20 14:26 UTC  (2+ messages)

[PATCH] Btrfs: fix use-after-free when using the tree modification log
 2019-08-20 14:21 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 22/44] btrfs: trim: Check the range passed into to prevent overflow
 2019-08-20 13:40 UTC 

[PATCH v3 00/27] btrfs zoned block device support
 2019-08-20 13:05 UTC  (7+ messages)
` [PATCH v3 03/27] btrfs: Check and enable HMZONED mode

[PATCH v3 00/15] btrfs-progs: zoned block device support
 2019-08-20  4:52 UTC  (16+ messages)
` [PATCH v3 01/15] btrfs-progs: utils: Introduce queue_param helper function
` [PATCH v3 02/15] btrfs-progs: introduce raid parameters variables
` [PATCH v3 03/15] btrfs-progs: build: Check zoned block device support
` [PATCH v3 04/15] btrfs-progs: add new HMZONED feature flag
` [PATCH v3 05/15] btrfs-progs: Introduce zone block device helper functions
` [PATCH v3 06/15] btrfs-progs: load and check zone information
` [PATCH v3 07/15] btrfs-progs: avoid writing super block to sequential zones
` [PATCH v3 08/15] btrfs-progs: support discarding zoned device
` [PATCH v3 09/15] btrfs-progs: support zero out on zoned block device
` [PATCH v3 10/15] btrfs-progs: align device extent allocation to zone boundary
` [PATCH v3 11/15] btrfs-progs: do sequential allocation in HMZONED mode
` [PATCH v3 12/15] btrfs-progs: redirty clean extent buffers in seq
` [PATCH v3 13/15] btrfs-progs: mkfs: Zoned block device support
` [PATCH v3 14/15] btrfs-progs: device-add: support HMZONED device
` [PATCH v3 15/15] btrfs-progs: introduce support for device replace "

[PATCH v2] btrfs: transaction: Commit transaction more frequently for BPF
 2019-08-20  0:34 UTC  (7+ messages)

Deduplication Idea
 2019-08-19 22:11 UTC 

[PATCH] btrfs-progs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should go
 2019-08-19 16:50 UTC  (4+ messages)
` [PATCH] btrfs: "

[PATCH] Btrfs: fix workqueue deadlock on dependent filesystems
 2019-08-19 16:37 UTC  (2+ messages)

[PATCH] fstests: generic/500 doesn't work for btrfs
 2019-08-19 16:25 UTC  (3+ messages)

[PATCH 0/5] Rework eviction space flushing
 2019-08-19 16:22 UTC  (4+ messages)
` [PATCH 4/5] btrfs: refactor priority_reclaim_metadata_space

[PATCH v2] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-08-19  8:18 UTC 

[PATCH v2] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-08-19  7:51 UTC 


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