Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2022-05-05 07:08:38 to 2022-05-13 08:34:44 UTC [more...]

[PATCH 0/4] btrfs: cleanups and preparation for the incoming RAID56J features
 2022-05-13  8:34 UTC  (4+ 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 00/13] btrfs: make read repair work in synchronous mode
 2022-05-12 23:01 UTC  (14+ 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 v3 00/11] support non power of 2 zoned devices
 2022-05-12 17:22 UTC  (26+ 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

reduce memory allocation in the btrfs direct I/O path v2
 2022-05-12 10:25 UTC  (14+ 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

cleanup btrfs bio handling, part 2 v3
 2022-05-12  6:30 UTC  (20+ messages)
` [PATCH 04/10] btrfs: split btrfs_submit_data_bio
` [PATCH 06/10] btrfs: don't use btrfs_bio_wq_end_io for compressed writes
` [PATCH 08/10] btrfs: remove btrfs_end_io_wq
` [PATCH 10/10] btrfs: do not allocate a btrfs_bio for low-level bios

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

[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  (3+ messages)

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

[PATCH v2] btrfs: allow defrag to convert inline extents to regular extents
 2022-05-10 11:55 UTC  (3+ messages)

[PATCH] btrfs: add "0x" prefix for unsupported optional features
 2022-05-10 11:25 UTC  (4+ messages)

[PATCH] btrfs: do not account twice for inode ref when reserving metadata units
 2022-05-10  8:52 UTC  (3+ messages)

[kbuild] Re: [PATCH 2/2] btrfs: Use btrfs_try_lock_balance in btrfs_ioctl_balance
 2022-05-10  5:42 UTC  (4+ messages)
` [PATCH v2] "

reduce memory allocation in the btrfs direct I/O path
 2022-05-10  3:33 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 5/5] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

How important is a full balance?
 2022-05-09 21:33 UTC  (4+ messages)

[PATCH 0/9] Structre and parameter cleanups
 2022-05-09 19:56 UTC  (3+ messages)

[PATCH v6] btrfs: Turn delayed_nodes_tree into an XArray
 2022-05-09 19:51 UTC  (5+ messages)

[PATCH] btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer
 2022-05-09 19:10 UTC  (2+ messages)

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

[PATCH v2] generic: test fsync of directory with renamed symlink
 2022-05-09 15:37 UTC  (3+ messages)

[PATCH stable-5.15.y] btrfs: force v2 space cache usage for subpage mount
 2022-05-09 14:32 UTC  (2+ messages)

[PATCH 4.9-stable] btrfs: always log symlinks in full mode
 2022-05-09 14:23 UTC 

[PATCH 4.14-stable] btrfs: always log symlinks in full mode
 2022-05-09 14:23 UTC 

[PATCH 4.19-stable] btrfs: always log symlinks in full mode
 2022-05-09 14:23 UTC 

[PATCH 5.4-stable] btrfs: always log symlinks in full mode
 2022-05-09 14:23 UTC 

[PATCH 5.10-stable] btrfs: always log symlinks in full mode
 2022-05-09 14:22 UTC 

[PATCH 5.15-stable] btrfs: always log symlinks in full mode
 2022-05-09 14:22 UTC 

[PATCH 5.17-stable] btrfs: always log symlinks in full mode
 2022-05-09 14:22 UTC 

[Resend PATCH] generic: test fsync of directory with renamed symlink
 2022-05-09 13:08 UTC  (7+ messages)

[PATCH] btrfs: allow defrag to convert inline extents to regular extents
 2022-05-09 11:29 UTC  (7+ messages)

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

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

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 2/2] btrfs: Use btrfs_try_lock_balance in btrfs_ioctl_balance
 2022-05-06  9:04 UTC  (2+ messages)
` [btrfs] c696e46e6e: BUG:KASAN:double-free_or_invalid-free_in_btrfs_ioctl_balance

[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 00/16] support non power of 2 zoned devices
 2022-05-05  7:28 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