public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-22 15:56:42 to 2022-03-25 07:15:19 UTC [more...]

[btrfs] a052d3d1b6: fio.write_iops 3241.7% improvement
 2022-03-25  7:15 UTC 

[PATCH 0/3] fstests: cross-vfsmount reflink changes
 2022-03-25  0:08 UTC  (6+ messages)
` [PATCH 1/3] fstests: generic/373: change test to validate cross-vfsmount reflink
` [PATCH 2/3] fstests: generic/374: validate cross-vfsmount dedupe
` [PATCH 3/3] fstests: btrfs/029: change the cross vfsmount reflink test

failed to read block groups: Input/output error; bad tree block - bytenr mismatch;
 2022-03-24 23:37 UTC  (6+ messages)

[PATCH v1 1/2] Add Btrfs messages to printk index
 2022-03-24 23:04 UTC  (5+ messages)

[PATCH v2] Add Btrfs messages to printk index
 2022-03-24 23:04 UTC 

[PATCH 0/5][V12] btrfs: allocation_hint
 2022-03-24 19:05 UTC  (19+ messages)
` [PATCH 1/5] btrfs: add flags to give an hint to the chunk allocator
` [PATCH 2/5] btrfs: export the device allocation_hint property in sysfs
` [PATCH 3/5] btrfs: change the device allocation_hint property via sysfs
` [PATCH 4/5] btrfs: add allocation_hint mode

[PATCH] btrfs: Remove unused variable in btrfs_{start,write}_dirty_block_groups()
 2022-03-24 18:49 UTC  (2+ messages)

[PATCH] fs: btrfs: fix possible use-after-free bug in error handling code of btrfs_get_root_ref()
 2022-03-24 18:19 UTC  (2+ messages)

[PATCH v14 0/7] btrfs: add send/receive support for reading/writing compressed data
 2022-03-24 17:53 UTC  (8+ messages)
` [PATCH v14 2/7] btrfs: send: explicitly number commands and attributes
` [PATCH v14 4/7] btrfs: send: write larger chunks when using stream v2
` [PATCH v14 5/7] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2

[PATCH] fs: btrfs: Remove redundant condition
 2022-03-24 17:22 UTC  (3+ messages)

fixes for handling of split direct I/O bios
 2022-03-24 16:57 UTC  (5+ messages)
` [PATCH 1/2] btrfs: fix direct I/O read repair for split bios
` [PATCH 2/2] btrfs: fix direct I/O writes for split bios on zoned devices

btrfs zoned fixlets
 2022-03-24 16:52 UTC  (3+ messages)
` [PATCH 1/2] btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
` [PATCH 2/2] btrfs: fix and document the zoned device choice in alloc_new_bio

[PATCH 0/2] btrfs-progs: add check and repair ability for super num devices mismatch
 2022-03-24 15:12 UTC  (9+ messages)
` [PATCH 1/2] btrfs-progs: check: add check and repair ability for super num devs mismatch

what mens gen and ogen in btrfs sub list / ?
 2022-03-24 12:38 UTC 

[PATCH] btrfs: rename BTRFS_FS_OPEN add comment
 2022-03-24 11:29 UTC 

[PATCH] btrfs: do not clear read-only when adding sprout device
 2022-03-24 11:16 UTC  (8+ messages)

[GIT PULL] Btrfs updates for 5.18
 2022-03-24 10:10 UTC  (8+ messages)

[PATCH] btrfs: prevent subvol with swapfile from being deleted
 2022-03-24  4:59 UTC  (12+ messages)
        ` [PATCH v2] "

[RFC PATCH] btrfs-progs: prop: add datacow inode property
 2022-03-24  4:22 UTC 

RFC: cleanup btrfs bio handling
 2022-03-24  0:57 UTC  (80+ messages)
` [PATCH 02/40] btrfs: fix direct I/O read repair for split bios
` [PATCH 03/40] btrfs: fix direct I/O writes for split bios on zoned devices
` [PATCH 04/40] btrfs: fix and document the zoned device choice in alloc_new_bio
` [PATCH 05/40] btrfs: refactor __btrfsic_submit_bio
` [PATCH 06/40] btrfs: split submit_bio from btrfsic checking
` [PATCH 07/40] btrfs: simplify btrfsic_read_block
` [PATCH 08/40] btrfs: simplify repair_io_failure
` [PATCH 09/40] btrfs: simplify scrub_recheck_block
` [PATCH 10/40] btrfs: simplify scrub_repair_page_from_good_copy
` [PATCH 11/40] btrfs: move the call to bio_set_dev out of submit_stripe_bio
` [PATCH 12/40] btrfs: pass a block_device to btrfs_bio_clone
` [PATCH 13/40] btrfs: initialize ->bi_opf and ->bi_private in rbio_add_io_page
` [PATCH 14/40] btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
` [PATCH 15/40] btrfs: don't allocate a btrfs_bio for scrub bios
` [PATCH 16/40] btrfs: stop using the btrfs_bio saved iter in index_rbio_pages
` [PATCH 17/40] btrfs: remove the submit_bio_hook argument to submit_read_repair
` [PATCH 18/40] btrfs: move more work into btrfs_end_bioc
` [PATCH 19/40] btrfs: defer I/O completion based on the btrfs_raid_bio
` [PATCH 20/40] btrfs: cleanup btrfs_submit_metadata_bio
` [PATCH 21/40] btrfs: cleanup btrfs_submit_data_bio
` [PATCH 22/40] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 23/40] btrfs: store an inode pointer in struct btrfs_bio
` [PATCH 24/40] btrfs: remove btrfs_end_io_wq
` [PATCH 25/40] btrfs: remove btrfs_wq_submit_bio
` [PATCH 26/40] btrfs: refactor btrfs_map_bio
` [PATCH 27/40] btrfs: clean up the raid map handling __btrfs_map_block
` [PATCH 28/40] btrfs: do not allocate a btrfs_io_context in btrfs_map_bio
` [PATCH 29/40] btrfs: do not allocate a btrfs_bio for low-level bios
` [PATCH 30/40] iomap: add per-iomap_iter private data
` [PATCH 31/40] iomap: add a new ->iomap_iter operation
` [PATCH 32/40] iomap: optionally allocate dio bios from a file system bio_set
` [PATCH 33/40] iomap: add a hint to ->submit_io if there is more I/O coming
` [PATCH 34/40] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 35/40] btrfs: allocate dio_data on stack
` [PATCH 36/40] btrfs: implement ->iomap_iter
` [PATCH 37/40] btrfs: add a btrfs_get_stripe_info helper
` [PATCH 38/40] btrfs: return a blk_status_t from btrfs_repair_one_sector
` [PATCH 39/40] btrfs: pass private data end end_io handler to btrfs_repair_one_sector
` [PATCH 40/40] btrfs: use the iomap direct I/O bio directly

[PATCH 0/5] btrfs: rework background block group relocation
 2022-03-24  0:06 UTC  (18+ messages)
` [PATCH 1/5] btrfs: make the bg_reclaim_threshold per-space info
` [PATCH 2/5] btrfs: allow block group background reclaim for !zoned fs'es
` [PATCH 4/5] btrfs: make calc_available_free_space available outside of space-info
  ` [PATCH 5/5] btrfs: zoned: make auto-reclaim less aggressive

[PATCH] btrfs-progs: check: fix return value override in do_check_chunks_and_extents()
 2022-03-23 23:48 UTC  (2+ messages)

[PATCH] btrfs-progs: add print support for verity items
 2022-03-23 23:38 UTC  (4+ messages)

[PATCH] btrfs: do not warn for free space inode in cow_file_range
 2022-03-23 21:16 UTC  (2+ messages)

[PATCH 0/8] btrfs: some speedups around nowait dio
 2022-03-23 16:19 UTC  (9+ messages)
` [PATCH 1/8] btrfs: avoid blocking on page locks with nowait dio on compressed range
` [PATCH 2/8] btrfs: avoid blocking nowait dio when locking file range
` [PATCH 3/8] btrfs: avoid double nocow check when doing nowait dio writes
` [PATCH 4/8] btrfs: stop allocating a path when checking if cross reference exists
` [PATCH 5/8] btrfs: free path at can_nocow_extent() before checking for checksum items
` [PATCH 6/8] btrfs: release path earlier at can_nocow_extent()
` [PATCH 7/8] btrfs: avoid blocking when allocating context for nowait dio read/write
` [PATCH 8/8] btrfs: avoid blocking on space revervation when doing nowait dio writes

[btrfs] 259c4b96d7: fxmark.ssd_btrfs_dbench_client_4_bufferedio.works/sec 15.8% improvement
 2022-03-23  7:27 UTC 

[PATCH v4 0/9] btrfs: refactor scrub entrances for each profile
 2022-03-23  7:01 UTC  (6+ messages)
` [PATCH v4 1/9] btrfs: calculate @physical_end using @dev_extent_len directly in scrub_stripe()
` [PATCH v4 2/9] btrfs: introduce a helper to locate an extent item

[PATCH RFC] btrfs: verify the endio function at layer boundary
 2022-03-23  6:51 UTC  (3+ messages)

[PATCH v2 0/4] protect relocation with sb_start_write
 2022-03-23  2:26 UTC  (8+ messages)
` [PATCH v2 2/4] btrfs: mark device addition as mnt_want_write_file

[PATCH v3 00/18] btrfs: split bio at btrfs_map_bio() time
 2022-03-22 23:45 UTC  (3+ messages)

[PATCH v2 0/2] btrfs: zoned: activate new BG only from extent allocation context
 2022-03-22 16:03 UTC  (2+ messages)


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