public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-10 12:35:25 to 2022-05-17 12:34:34 UTC [more...]

[PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-17 12:30 UTC  (25+ 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

[PATCH] btrfs:zoned: Fix comment description for sb_write_pointer logic
 2022-05-17 12:25 UTC  (3+ messages)

[PATCH 0/2] btrfs: teach send to avoid trashing the page cache with data
 2022-05-17 10:47 UTC  (10+ 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

[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] fstests: add a btrfs read_repair group
 2022-05-17  7:54 UTC  (2+ messages)

[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  (48+ 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 00/13] btrfs: make read repair work in synchronous mode
 2022-05-13 11:23 UTC  (19+ 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] 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  (9+ messages)
` [PATCH 06/10] btrfs: don't use btrfs_bio_wq_end_io for compressed writes

[bug report] btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
 2022-05-11 13:10 UTC  (2+ messages)

[PATCH] btrfs-progs: check/lowmem: fix path leakage when dev extents are invalid
 2022-05-11 11:09 UTC 

[PATCH 1/1] btrfs: simplify lookup_data_extent()
 2022-05-11  7:06 UTC  (4+ messages)

[PATCH] btrfs: sysfs: export the balance paused state of exclusive operation
 2022-05-11  2:33 UTC  (2+ messages)

[PATCH] btrfs-progs: print-tree: print the checksum of header without tailing zeros
 2022-05-10 12:31 UTC  (7+ messages)


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