public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-12 06:23:13 to 2022-05-17 18:22:58 UTC [more...]

[PATCH 0/2] btrfs: teach send to avoid trashing the page cache with data
 2022-05-17 18:18 UTC  (11+ messages)
` [PATCH 2/2] btrfs: send: avoid trashing the page cache
` [PATCH v2 0/2] btrfs: teach send to avoid trashing the page cache with data
  ` [PATCH 1/2] btrfs: send: keep the current inode open while processing it

New collaboration
 2022-05-17 15:45 UTC 

simple synchronous read repair
 2022-05-17 15:37 UTC  (24+ messages)
` [PATCH 01/15] btrfs: introduce a pure data checksum checking helper
` [PATCH 02/15] btrfs: quit early if the fs has no RAID56 support for raid56 related checks
` [PATCH 03/15] btrfs: save the original bi_iter into btrfs_bio for buffered read
` [PATCH 04/15] btrfs: remove duplicated parameters from submit_data_read_repair()
` [PATCH 05/15] btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
` [PATCH 06/15] btrfs: make repair_io_failure available outside of extent_io.c
` [PATCH 07/15] btrfs: factor out a helper to end a single sector from submit_data_read_repair
` [PATCH 08/15] btrfs: refactor end_bio_extent_readpage
` [PATCH 09/15] btrfs: factor out a btrfs_csum_ptr helper
` [PATCH 10/15] btrfs: add a btrfs_map_bio_wait helper
` [PATCH 11/15] btrfs: set ->file_offset in end_bio_extent_readpage
` [PATCH 12/15] btrfs: add new read repair infrastructure
` [PATCH 13/15] btrfs: use the new read repair code for direct I/O
` [PATCH 14/15] btrfs: use the new read repair code for buffered reads
` [PATCH 15/15] btrfs: remove io_failure_record infrastructure completely

[PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-17 15:34 UTC  (28+ messages)
  ` [PATCH v4 01/13] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH v4 02/13] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v4 03/13] nvme: zns: Allow ZNS drives that have non-power_of_2 "
  ` [PATCH v4 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
  ` [PATCH v4 05/13] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
  ` [PATCH v4 06/13] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
  ` [PATCH v4 07/13] btrfs: zoned: use generic btrfs zone helpers to support npo2 zoned devices
  ` [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
  ` [PATCH v4 09/13] btrfs: zoned: relax the alignment constraint for zoned devices
  ` [PATCH v4 10/13] zonefs: allow non power of 2 "
  ` [PATCH v4 11/13] null_blk: "
  ` [PATCH v4 12/13] null_blk: use zone_size_sects_shift for "
  ` [PATCH v4 13/13] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices

[PATCH] btrfs:zoned: Fix comment description for sb_write_pointer logic
 2022-05-17 14:16 UTC  (4+ messages)

[PATCH 00/13] btrfs: make read repair work in synchronous mode
 2022-05-17 13:32 UTC  (20+ messages)
` [PATCH 05/13] btrfs: add btrfs_read_repair_ctrl to record corrupted sectors
` [PATCH 06/13] btrfs: add a helper to queue a corrupted sector for read repair

[PATCH] fstests: add a btrfs read_repair group
 2022-05-17 13:24 UTC  (3+ messages)

[RFC ONLY 0/8] btrfs: introduce raid-stripe-tree
 2022-05-17  8:31 UTC  (37+ messages)
` [RFC ONLY 1/8] btrfs: add raid stripe tree definitions
` [RFC ONLY 2/8] btrfs: move btrfs_io_context to volumes.h
` [RFC ONLY 3/8] btrfs: read raid-stripe-tree from disk
` [RFC ONLY 4/8] btrfs: add boilerplate code to insert raid extent
` [RFC ONLY 5/8] btrfs: add code to delete "
` [RFC ONLY 6/8] btrfs: add code to read "
` [RFC ONLY 7/8] btrfs: zoned: allow zoned RAID1
` [RFC ONLY 8/8] btrfs: add raid stripe tree pretty printer

[PATCH] btrfs: Fix an error handling path in btrfs_read_sys_array()
 2022-05-17  5:55 UTC  (6+ messages)

Trying to recover pair of drives after sudden power off
 2022-05-17  3:10 UTC  (3+ messages)

[PATCH] btrfs: prevent remounting to v1 space cache for subpage mount
 2022-05-17  0:27 UTC  (3+ messages)

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-05-16 16:55 UTC  (26+ messages)

[bug report] btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
 2022-05-16 15:18 UTC  (5+ messages)

[PATCH] [v2] Kbuild: move to -std=gnu11
 2022-05-16 14:19 UTC  (4+ messages)
  ` [greybus-dev] "

[PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-16 14:15 UTC  (9+ messages)
  ` [PATCH v4 01/13] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH v4 02/13] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v4 03/13] nvme: zns: Allow ZNS drives that have non-power_of_2 "
    ` [dm-devel] "
  ` [PATCH v4 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
  ` [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices

[PATCH 0/5] btrfs-progs: almost full support for RAID56J profiles
 2022-05-15 18:15 UTC  (7+ messages)
` [PATCH 1/5] btrfs-progs: introduce the basic support for RAID56J feature
` [PATCH 2/5] btrfs-progs: mkfs: add support for RAID56J creation
` [PATCH 3/5] btrfs-progs: check: take per device reservation into consideration
` [PATCH 4/5] btrfs-progs: print-tree: add support for per_dev_reserved of chunk item
` [PATCH 5/5] btrfs-progs: check/lowmem: fix path leakage when dev extents are invalid

[PATCH RFC] btrfs: place holder for RAID56J profiles
 2022-05-15 10:55 UTC 

Use of PageError in superblock writes
 2022-05-14 17:58 UTC 

[PATCH 0/4] btrfs: cleanups and preparation for the incoming RAID56J features
 2022-05-13 22:58 UTC  (16+ messages)
` [PATCH 1/4] btrfs: remove @dev_extent_len argument from scrub_stripe() function
` [PATCH 2/4] btrfs: use btrfs_chunk_max_errors() to replace weird tolerance calculation
` [PATCH 3/4] btrfs: use btrfs_raid_array[] to calculate the number of parity stripes
` [PATCH 4/4] btrfs: use btrfs_raid_array[].ncopies in btrfs_num_copies()

[PATCH v2] btrfs: zoned: introduce a minimal zone size and reject mount
 2022-05-13 18:46 UTC  (4+ messages)

[PATCH] btrfs-progs: removed unused header check/btrfsck.h
 2022-05-13 11:52 UTC 

[PATCH] btrfs-progs: convert: initialize the target fs label
 2022-05-13  8:51 UTC 

[PATCH v3 00/11] support non power of 2 zoned devices
 2022-05-12 17:22 UTC  (12+ messages)
  ` [PATCH v3 11/11] dm-zoned: ensure only power of 2 zone sizes are allowed
  ` [PATCH v3 10/11] null_blk: allow non power of 2 zoned devices

reduce memory allocation in the btrfs direct I/O path v2
 2022-05-12 10:25 UTC  (3+ messages)

cleanup btrfs bio handling, part 2 v3
 2022-05-12  6:30 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox