public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-25 23:20:00 to 2022-04-29 18:31:47 UTC [more...]

[PATCH 0/9] Structre and parameter cleanups
 2022-04-29 18:27 UTC  (4+ messages)
` [PATCH 1/9] btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
` [PATCH 2/9] btrfs: remove btrfs_delayed_extent_op::is_data
` [PATCH 3/9] btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-29 17:52 UTC  (51+ messages)

[PATCH 00/16] support non power of 2 zoned devices
 2022-04-29 17:30 UTC  (31+ messages)
  ` [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH 02/16] block: add blk_queue_zone_aligned and bdev_zone_aligned helper
  ` [PATCH 03/16] block: add bdev_zone_no helper
  ` [PATCH 04/16] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH 05/16] nvme: zns: Allow ZNS drives that have non-power_of_2 "
  ` [PATCH 06/16] nvmet: use blk_queue_zone_no()
  ` [PATCH 07/16] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
  ` [PATCH 08/16] btrfs: zoned: add generic btrfs helpers for zoned devices
  ` [PATCH 09/16] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
  ` [PATCH 10/16] btrfs: zoned: use btrfs zone helpers to support non po2 zoned devices
  ` [PATCH 11/16] btrfs: zoned: relax the alignment constraint for "
  ` [PATCH 12/16] zonefs: allow non power of 2 "
  ` [PATCH 13/16] null_blk: "
  ` [PATCH 14/16] f2fs: call bdev_zone_sectors() only once on init_blkz_info()
  ` [PATCH 15/16] f2fs: ensure only power of 2 zone sizes are allowed
  ` [PATCH 16/16] dm-zoned: "

Recovery of BTRFS critical (device md126): corrupt leaf, bad key order: block=10872141938688, root=1, slot=119
 2022-04-29 17:02 UTC  (3+ messages)

[PATCH RFC v2 01/12] btrfs: introduce a pure data checksum checking helper
 2022-04-29 15:14 UTC  (29+ messages)
` [PATCH RFC v2 02/12] btrfs: always save bio::bi_iter into btrfs_bio::iter before submitting
` [PATCH RFC v2 03/12] btrfs: remove duplicated parameters from submit_data_read_repair()
` [PATCH RFC v2 04/12] btrfs: add btrfs_read_repair_ctrl to record corrupted sectors
` [PATCH RFC v2 05/12] btrfs: add a helper to queue a corrupted sector for read repair
` [PATCH RFC v2 06/12] btrfs: introduce a helper to repair from one mirror
` [PATCH RFC v2 07/12] btrfs: allow btrfs read repair to submit all writes in one go
` [PATCH RFC v2 08/12] btrfs: switch buffered read to the new btrfs_read_repair_* based repair routine
` [PATCH RFC v2 09/12] btrfs: switch direct IO routine to use btrfs_read_repair_ctrl
` [PATCH RFC v2 10/12] btrfs: cleanup btrfs_repair_one_sector()
` [PATCH RFC v2 11/12] btrfs: remove io_failure_record infrastructure completely
` [PATCH RFC v2 12/12] btrfs: remove btrfs_inode::io_failure_tree

[PATCH] btrfs: Remove unnecessary inode_need_compress() check
 2022-04-29 14:45 UTC  (3+ messages)

cleanup btrfs bio handling, part 2 v2
 2022-04-29 14:30 UTC  (11+ messages)
` [PATCH 01/10] btrfs: move more work into btrfs_end_bioc
` [PATCH 02/10] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 03/10] btrfs: split btrfs_submit_data_bio
` [PATCH 04/10] btrfs: don't double-defer bio completions for compressed reads
` [PATCH 05/10] btrfs: defer I/O completion based on the btrfs_raid_bio
` [PATCH 06/10] btrfs: don't use btrfs_bio_wq_end_io for compressed writes
` [PATCH 07/10] btrfs: centralize setting REQ_META
` [PATCH 08/10] btrfs: remove btrfs_end_io_wq
` [PATCH 09/10] btrfs: refactor btrfs_map_bio
` [PATCH 10/10] btrfs: do not allocate a btrfs_bio for low-level bios

[PATCH v5] btrfs: improve error reporting in lookup_inline_extent_backref
 2022-04-29 14:17 UTC 

[PATCH v2] btrfs: Turn fs_info member buffer_radix into XArray
 2022-04-29 14:14 UTC  (2+ messages)

[PATCH 0/4] btrfs: zoned: fixes for zone finishing
 2022-04-29 11:55 UTC  (8+ messages)
` [PATCH 1/4] btrfs: zoned: consolidate zone finish function
` [PATCH 2/4] btrfs: zoned: finish BG when there are no more allocatable bytes left
` [PATCH 3/4] btrfs: zoned: properly finish block group on metadata write
` [PATCH 4/4] btrfs: zoned: zone finish unused block group

Question on file system on ZNS SSD
 2022-04-29 11:36 UTC  (3+ messages)

What is the recommended course of action for: Found file extent holes
 2022-04-29  5:47 UTC  (3+ messages)

[PATCH] btrfs: Derive compression type from extent map during reads
 2022-04-28 16:42 UTC  (4+ messages)

[PATCH v4] btrfs: improve error reporting in lookup_inline_extent_backref
 2022-04-28 16:39 UTC  (3+ messages)

[PATCH] fstests: add some missing _require_loop's
 2022-04-28 15:13 UTC  (2+ messages)

[PATCH] btrfs: don't call destroy_workqueue on NULL workqueues
 2022-04-28 15:02 UTC  (2+ messages)

[PATCH] btrfs: fix deadlock between concurrent dio writes when low on free data space
 2022-04-28 13:59 UTC 

[PATCH] btrfs: Turn fs_roots_radix in btrfs_fs_info into an XArray
 2022-04-28 11:59 UTC  (6+ messages)

[PATCH RFC v2 00/12] btrfs: make read repair work in synchronous mode
 2022-04-28  7:01 UTC  (2+ messages)

[PATCH] ext4/054,ext4/055: don't run when using DAX
 2022-04-28  6:55 UTC  (3+ messages)

[syzbot] general protection fault in btrfs_stop_all_workers
 2022-04-28  5:05 UTC  (3+ messages)

[PATCH v4 0/9] btrfs: refactor scrub entrances for each profile
 2022-04-27 19:10 UTC  (4+ messages)

[PATCH v2] btrfs: Turn name_cache radix tree into XArray in send_ctx
 2022-04-27 14:36 UTC  (3+ messages)

[PATCH v2] btrfs: improve error reporting in lookup_inline_extent_backref
 2022-04-27 12:14 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v9 0/5] tests for btrfs fsverity
 2022-04-26 22:40 UTC  (6+ messages)
` [PATCH v9 1/5] common/verity: require corruption functionality
` [PATCH v9 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v9 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v9 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v9 5/5] generic: test fs-verity EFBIG scenarios

[GIT PULL] Btrfs fixes for 5.18-rc5
 2022-04-26 19:06 UTC  (2+ messages)

[PATCH v5] btrfs: Turn delayed_nodes_tree into an XArray
 2022-04-26 17:52 UTC  (6+ messages)

Btrfs progs release 5.17
 2022-04-26 17:24 UTC 

[PATCH v6] btrfs: Turn delayed_nodes_tree into an XArray
 2022-04-26 14:31 UTC  (3+ messages)

[PATCH] btrfs: Derive compression type from extent map during reads
 2022-04-26 13:46 UTC 

cleanup btrfs bio handling, part 2
 2022-04-26 13:24 UTC  (8+ messages)
` [PATCH 01/10] btrfs: move more work into btrfs_end_bioc
` [PATCH 02/10] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 09/10] btrfs: refactor btrfs_map_bio

[PATCH v2] fstests: btrfs: test setting compression via xattr on nodatacow files
 2022-04-26  9:59 UTC  (2+ messages)

[PATCH] Turn name_cache radix tree into XArray in send_ctx
 2022-04-26  9:44 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670
 2022-04-26  5:42 UTC 

[PATCH 03/10] btrfs: split btrfs_submit_data_bio
 2022-04-26  1:24 UTC  (12+ messages)

[PATCH 0/2] btrfs-progs: fsck: fix false warning on sprouted filesystems
 2022-04-25 23:15 UTC  (6+ messages)
` [PATCH 2/2] btrfs-progs: fsck-tests: check warning for seed and "


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