linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 11:18:40 to 2021-02-10 06:16:55 UTC [more...]

[PATCH v4 0/3] btrfs: read_policy types latency, device and round-robin
 2021-02-10  6:14 UTC  (10+ messages)
` [PATCH v4 1/3] btrfs: add read_policy latency

"bad tree block start" when trying to mount on ARM
 2021-02-10  5:47 UTC  (18+ messages)

[PATCH RFC 0/6] Add roundrobin raid1 read policy
 2021-02-10  4:24 UTC  (9+ messages)
` [PATCH RFC 1/6] btrfs: Add inflight BIO request counter
` [PATCH RFC 2/6] btrfs: Store the last device I/O offset
` [PATCH RFC 3/6] btrfs: Add stripe_physical function
` [PATCH RFC 4/6] btrfs: Check if the filesystem is has mixed type of devices
` [PATCH RFC 5/6] btrfs: sysfs: Add directory for read policies
` [PATCH RFC 6/6] btrfs: Add roundrobin raid1 read policy

[btrfs] 8698fc4eb7: fio.write_iops 44.9% improvement
 2021-02-10  2:12 UTC 

[PATCH] btrfs-progs: remove workaround for setting capabilities in the receive command
 2021-02-10  1:38 UTC  (2+ messages)

[PATCH u-boot] fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1
 2021-02-10  1:20 UTC  (4+ messages)

[PATCH u-boot 1/2] fs: btrfs: skip xattrs in directory listing
 2021-02-10  0:20 UTC  (4+ messages)
` [PATCH u-boot 2/2] fs: btrfs: change directory list output to be aligned as before

is BTRFS_IOC_DEFRAG behavior optimal?
 2021-02-09 20:26 UTC  (9+ messages)

[PATCH 0/2] btrfs-corrupt-block btree data corruption
 2021-02-09 18:02 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: corrupt generic item data with btrfs-corrupt-block
` [PATCH 2/2] btrfs-progs: expand corrupt_file_extent in btrfs-corrupt-block

[PATCH 0/5] btrfs: support fsverity
 2021-02-09 17:57 UTC  (17+ messages)
` [PATCH 1/5] btrfs: add compat_flags to btrfs_inode_item
` [PATCH 2/5] btrfs: initial fsverity support
` [PATCH 3/5] btrfs: check verity for reads of inline extents and holes
` [PATCH 4/5] btrfs: fallback to buffered io for verity files
` [PATCH 5/5] btrfs: add sysfs feature for fsverity

[PATCH btrfs-progs] btrfs-progs: do not fail when offset of a ROOT_ITEM is not -1
 2021-02-09 17:34 UTC 

[PATCH 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-09  9:46 UTC  (20+ messages)
` [PATCH 1/7] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH 2/7] fsdax: Introduce dax_copy_edges() for CoW
` [PATCH 3/7] fsdax: Copy data before write
` [PATCH 4/7] fsdax: Replace mmap entry in case of CoW
` [PATCH 5/7] fsdax: Dedup file range to use a compare function
` [PATCH 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH 7/7] fs/xfs: Add dedupe support for fsdax

[PATCH v15 00/42] btrfs: zoned block device support
 2021-02-09  1:55 UTC  (61+ messages)
` [PATCH v15 01/42] block: add bio_add_zone_append_page
  ` [PATCH v15 02/42] iomap: support REQ_OP_ZONE_APPEND
  ` [PATCH v15 03/42] btrfs: zoned: defer loading zone info after opening trees
  ` [PATCH v15 04/42] btrfs: zoned: use regular super block location on zone emulation
  ` [PATCH v15 05/42] btrfs: release path before calling to btrfs_load_block_group_zone_info
  ` [PATCH v15 06/42] btrfs: zoned: do not load fs_info::zoned from incompat flag
  ` [PATCH v15 07/42] btrfs: zoned: disallow fitrim on zoned filesystems
  ` [PATCH v15 08/42] btrfs: zoned: allow zoned filesystems on non-zoned block devices
  ` [PATCH v15 09/42] btrfs: zoned: implement zoned chunk allocator
  ` [PATCH v15 10/42] btrfs: zoned: verify device extent is aligned to zone
  ` [PATCH v15 11/42] btrfs: zoned: load zone's allocation offset
  ` [PATCH v15 12/42] btrfs: zoned: calculate allocation offset for conventional zones
  ` [PATCH v15 13/42] btrfs: zoned: track unusable bytes for zones
  ` [PATCH v15 14/42] btrfs: zoned: implement sequential extent allocation
  ` [PATCH v15 15/42] btrfs: zoned: redirty released extent buffers
  ` [PATCH v15 16/42] btrfs: zoned: advance allocation pointer after tree log node
  ` [PATCH v15 17/42] btrfs: zoned: reset zones of unused block groups
  ` [PATCH v15 18/42] btrfs: factor out helper adding a page to bio
  ` [PATCH v15 19/42] btrfs: zoned: use bio_add_zone_append_page
  ` [PATCH v15 20/42] btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
  ` [PATCH v15 21/42] btrfs: zoned: split ordered extent when bio is sent
  ` [PATCH v15 22/42] btrfs: zoned: check if bio spans across an ordered extent
  ` [PATCH v15 23/42] btrfs: extend btrfs_rmap_block for specifying a device
  ` [PATCH v15 24/42] btrfs: zoned: cache if block-group is on a sequential zone
  ` [PATCH v15 25/42] btrfs: save irq flags when looking up an ordered extent
  ` [PATCH v15 26/42] btrfs: zoned: use ZONE_APPEND write for zoned btrfs
  ` [PATCH v15 27/42] btrfs: zoned: enable zone append writing for direct IO
  ` [PATCH v15 28/42] btrfs: zoned: introduce dedicated data write path for zoned filesystems
  ` [PATCH v15 29/42] btrfs: zoned: serialize metadata IO
  ` [PATCH v15 30/42] btrfs: zoned: wait for existing extents before truncating
  ` [PATCH v15 31/42] btrfs: zoned: do not use async metadata checksum on zoned filesystems
  ` [PATCH v15 32/42] btrfs: zoned: mark block groups to copy for device-replace
  ` [PATCH v15 33/42] btrfs: zoned: implement cloning for zoned device-replace
  ` [PATCH v15 34/42] btrfs: zoned: implement copying "
  ` [PATCH v15 35/42] btrfs: zoned: support dev-replace in zoned filesystems
  ` [PATCH v15 36/42] btrfs: zoned: enable relocation on a zoned filesystem
  ` [PATCH v15 37/42] btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
  ` [PATCH v15 38/42] btrfs: split alloc_log_tree()
  ` [PATCH v15 39/42] btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
  ` [PATCH v15 40/42] btrfs: zoned: serialize log transaction on zoned filesystems
  ` [PATCH v15 41/42] btrfs: zoned: reorder log node allocation on zoned filesystem
  ` [PATCH v15 42/42] btrfs: zoned: enable to mount ZONED incompat flag
  ` [PATCH v15 43/43] btrfs: zoned: deal with holes writing out tree-log pages
    ` [PATCH v15.1 "

Access Beyond End of Device & Input/Output Errors
 2021-02-08 21:05 UTC  (6+ messages)

[PATCH] btrfs: Fix race between extent freeing/allocation when using bitmaps
 2021-02-08  8:26 UTC 

fio seqread benchmark, 100% cpu usage
 2021-02-07 19:18 UTC 

Large multi-device BTRFS array (usually) fails to mount on boot
 2021-02-06  5:00 UTC  (4+ messages)

[PATCH 0/4] btrfs: fix a couple swapfile support bugs
 2021-02-05 12:55 UTC  (13+ messages)
` [PATCH 1/4] btrfs: avoid checking for RO block group twice during nocow writeback
` [PATCH 2/4] btrfs: fix race between writes to swap files and scrub
` [PATCH 4/4] btrfs: fix race between swap file activation and snapshot creation
` [PATCH v2 0/3] btrfs: fix a couple swapfile support bugs
  ` [PATCH v2 1/3] btrfs: avoid checking for RO block group twice during nocow writeback
  ` [PATCH v2 2/3] btrfs: fix race between writes to swap files and scrub
  ` [PATCH v2 3/3] btrfs: fix race between swap file activation and snapshot creation

Domain operatingsystem.de
 2021-02-05 15:27 UTC 

[RFC][PATCH V6] btrfs: allocation_hint mode
 2021-02-05 18:01 UTC  (4+ messages)
` [PATCH 5/5] btrfs: add allocator_hint mode

Btrfs progs release 5.10.1
 2021-02-05 11:25 UTC 

[PATCH] btrfs: add a test for btrfs fsverity
 2021-02-05  6:38 UTC  (3+ messages)

[PATCH 6/6] btrfs: do not block inode logging for so long during transaction commit
 2021-02-05  1:47 UTC  (8+ messages)

btrfs becomes read only on removal of folders
 2021-02-05  0:38 UTC  (3+ messages)

a test
 2021-02-05  0:17 UTC 

put 2 hard drives in mdadm raid 1 and detect bitrot like btrfs does, what's that called?
 2021-02-04 19:58 UTC  (8+ messages)
    `  "

[PATCH] btrfs: fix extent buffer leak on failure to copy root
 2021-02-04 16:08 UTC  (2+ messages)

[PATCH 0/2] btrfs: add proper subpage compress read support
 2021-02-04 12:17 UTC  (4+ messages)
` [PATCH 1/2] btrfs: make btrfs_submit_compressed_read() to be subpage compatible
` [PATCH 2/2] btrfs: make check_compressed_csum() "

Space cache
 2021-02-04 10:17 UTC  (2+ messages)

[PATCH v14 00/42] btrfs: zoned block device support
 2021-02-04  8:25 UTC  (4+ messages)
` [PATCH v14 29/42] btrfs: introduce dedicated data write path for ZONED mode

[PATCH] btrfs: Remove unneeded return variable
 2021-02-04  6:29 UTC 

[PATCH v5 00/18] btrfs: add read-only support for subpage sector size
 2021-02-04  5:13 UTC  (7+ messages)
` [bug report] Unable to handle kernel paging request

Need help for my Unraid cache drive
 2021-02-04  3:16 UTC  (2+ messages)

[PATCH v2 0/4] btrfs: send: correctly recreate changed inodes
 2021-02-03 16:20 UTC  (6+ messages)
` [PATCH v2 3/4] btrfs: send: fix invalid commands for inodes with changed rdev but same gen

[PATCH v7 00/10] fs: interface for directly reading/writing compressed data
 2021-02-03 16:03 UTC  (3+ messages)

[bug report] btrfs: mark block groups to copy for device-replace
 2021-02-03 14:26 UTC  (2+ messages)

[PATCH] btrfs: add comment on why we can return 0 if we failed to atomically lock the page in read_extent_buffer_pages()
 2021-02-03 13:27 UTC  (2+ messages)

[PATCH v5.1 17/62] btrfs: integrate page status update for data read path into begin/end_page_read()
 2021-02-03 12:44 UTC  (2+ 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).