Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2022-05-03 08:22:37 to 2022-05-09 11:03:53 UTC [more...]

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

[Resend PATCH] generic: test fsync of directory with renamed symlink
 2022-05-09 10:03 UTC  (2+ messages)

[PATCH] btrfs: allow defrag to convert inline extents to regular extents
 2022-05-09  9:56 UTC  (5+ messages)

[PATCH stable-5.15.y] btrfs: force v2 space cache usage for subpage mount
 2022-05-09  9:28 UTC 

Debian Bullseye install btrfs raid1
 2022-05-09  6:50 UTC  (15+ messages)

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-05-09  0:46 UTC  (29+ messages)

reduce memory allocation in the btrfs direct I/O path
 2022-05-07  5:26 UTC  (22+ messages)
` [PATCH 1/5] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 2/5] iomap: add per-iomap_iter private data
` [PATCH 3/5] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 4/5] btrfs: allocate dio_data on stack
` [PATCH 5/5] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

[GIT PULL] Btrfs fixes for 5.18-rc6, part 2
 2022-05-06 21:35 UTC  (2+ messages)

reduce memory allocation in the btrfs direct I/O path v2
 2022-05-06 17:18 UTC  (10+ messages)
` [PATCH 1/7] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 2/7] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 3/7] iomap: add per-iomap_iter private data
` [PATCH 4/7] btrfs: allocate dio_data on stack
` [PATCH 5/7] btrfs: remove the disk_bytenr in struct btrfs_dio_private
` [PATCH 6/7] btrfs: move struct btrfs_dio_private to inode.c
` [PATCH 7/7] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

Recovery of BTRFS critical (device md126): corrupt leaf, bad key order: block=10872141938688, root=1, slot=119
 2022-05-06 13:43 UTC  (4+ messages)

[PATCH 0/2] Refactor btrfs_ioctl_balance
 2022-05-06  9:04 UTC  (9+ messages)
` [PATCH 1/2] btrfs: Introduce btrfs_try_lock_balance
` [PATCH 2/2] btrfs: Use btrfs_try_lock_balance in btrfs_ioctl_balance
  ` [kbuild] "
        ` [PATCH v2] "
  ` [btrfs] c696e46e6e: BUG:KASAN:double-free_or_invalid-free_in_btrfs_ioctl_balance

How important is a full balance?
 2022-05-06  2:12 UTC 

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

cleanup btrfs bio handling, part 2 v3
 2022-05-05 15:34 UTC  (23+ messages)
` [PATCH 01/10] btrfs: don't double-defer bio completions for compressed reads
` [PATCH 02/10] btrfs: move more work into btrfs_end_bioc
` [PATCH 03/10] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 04/10] btrfs: split btrfs_submit_data_bio
` [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 v2 05/11] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
 2022-05-05 13:47 UTC  (4+ messages)
  ` [PATCH v2 06/11] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
  ` [PATCH v2 07/11] btrfs: zoned: use generic btrfs zone helpers to support npo2 zoned devices
  ` [PATCH v2 08/11] btrfs: zoned: relax the alignment constraint for "

[PATCH v2] btrfs: Turn name_cache radix tree into XArray in send_ctx
 2022-05-05  7:36 UTC  (4+ messages)

[PATCH v6] btrfs: Turn delayed_nodes_tree into an XArray
 2022-05-05  7:35 UTC  (4+ messages)

[PATCH 00/16] support non power of 2 zoned devices
 2022-05-05  7:28 UTC  (33+ messages)
    ` [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
    ` [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 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 13/16] null_blk: allow non power of 2 zoned devices
    ` [PATCH 16/16] dm-zoned: ensure only power of 2 zone sizes are allowed

[PATCH] btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer
 2022-05-04 23:12 UTC 

[PATCH 00/13] btrfs: make read repair work in synchronous mode
 2022-05-04 22:40 UTC  (14+ messages)
` [PATCH 01/13] btrfs: introduce a pure data checksum checking helper
` [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 13/13] btrfs: remove btrfs_inode::io_failure_tree

[PATCH 0/2] btrfs: zoned: fix zone activation logic
 2022-05-04 18:46 UTC  (6+ messages)
` [PATCH 1/2] btrfs: zoned: move non-changing condition check out of the loop
` [PATCH 2/2] btrfs: zoned: activate block group properly on unlimited active zone device

[PATCH v2] btrfs: Turn fs_roots_radix in btrfs_fs_info into an XArray
 2022-05-04 16:42 UTC  (4+ messages)

[PATCH v2 0/5] btrfs: zoned: fixes for zone finishing
 2022-05-04 16:02 UTC  (9+ messages)
` [PATCH v2 1/5] btrfs: zoned: introduce btrfs_zoned_bg_is_full
` [PATCH v2 2/5] btrfs: zoned: consolidate zone finish function
` [PATCH v2 3/5] btrfs: zoned: finish BG when there are no more allocatable bytes left
` [PATCH v2 4/5] btrfs: zoned: properly finish block group on metadata write
` [PATCH v2 5/5] btrfs: zoned: zone finish unused block group

[bug report] btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
 2022-05-04 15:29 UTC 

[PATCH] btrfs: fix assertion failure when logging directory key range item
 2022-05-04 15:22 UTC  (2+ messages)

[PATCH] btrfs: sysfs: export the balance paused state of exclusive operation
 2022-05-03 15:35 UTC 

2nd Quater puchase request
 2022-05-03 14:48 UTC 

cannot mount btrfs root partition
 2022-05-03 11:34 UTC  (9+ messages)

[Help?] "errors" found in fs roots
 2022-05-03 10:31 UTC  (4+ messages)


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