public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-17 17:26:22 to 2022-03-23 16:19:49 UTC [more...]

[PATCH 0/8] btrfs: some speedups around nowait dio
 2022-03-23 16:19 UTC  (5+ 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] btrfs: do not warn for free space inode in cow_file_range
 2022-03-23 15:30 UTC 

[PATCH] btrfs: prevent subvol with swapfile from being deleted
 2022-03-23 13:37 UTC  (10+ messages)
        ` [PATCH v2] "

[PATCH 0/5] btrfs: rework background block group relocation
 2022-03-23 11:52 UTC  (17+ 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 3/5] btrfs: change the bg_reclaim_threshold valid region from 0 to 100
` [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: do not clear read-only when adding sprout device
 2022-03-23 10:44 UTC  (4+ messages)

RFC: cleanup btrfs bio handling
 2022-03-23  8:36 UTC  (80+ messages)
` [PATCH 01/40] btrfs: fix submission hook error handling in btrfs_repair_one_sector
` [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] fs: btrfs: Remove redundant condition
 2022-03-23  7:54 UTC  (2+ messages)

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

[PATCH 0/5][V12] btrfs: allocation_hint
 2022-03-23  3:26 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 v2 0/4] protect relocation with sb_start_write
 2022-03-23  2:26 UTC  (9+ messages)
` [PATCH v2 2/4] btrfs: mark device addition as mnt_want_write_file
  ` [btrfs] cd452af388: xfstests.btrfs.218.fail

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

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

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

[PATCH v1 1/2] Add Btrfs messages to printk index
 2022-03-22 20:24 UTC  (4+ messages)
` [PATCH v1 2/2] "

[PATCH v2 0/2] btrfs: zoned: activate new BG only from extent allocation context
 2022-03-22 16:03 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs: return allocated block group from do_chunk_alloc()
` [PATCH v2 2/2] btrfs: zoned: activate block group only for extent allocation

[linux-next:master] BUILD REGRESSION f9006d9269eac8ff295c2cb67280c54888c74106
 2022-03-22  3:31 UTC 

Error adding new device on paused balance filesystem
 2022-03-21 20:34 UTC 

Bad tree block after hibernation and reboot
 2022-03-21 20:26 UTC 

[PATCH stable-5.15.y, stable-5.16.y] btrfs: skip reserved bytes warning on unmount after log cleanup failure
 2022-03-21 12:30 UTC  (2+ messages)

[PATCH] btrfs: submit_read_repair() cleanup
 2022-03-21  5:48 UTC 

Btrfs autodefrag wrote 5TB in one day to a 0.5TB SSD without a measurable benefit
 2022-03-20 21:15 UTC  (13+ messages)

[PATCH] fstests: fix btrfs/255 to fail on deadlock
 2022-03-20 15:33 UTC  (4+ messages)

[PATCH v2] btrfs: fix fallocate to use file_modified to update permissions consistently
 2022-03-20 15:24 UTC  (2+ messages)
` [btrfs] 7664aed024: fio.write_iops 29.3% improvement

[PATCH] btrfs: raid56: do blk_check_plugged check twice while writing
 2022-03-19 18:31 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60
 2022-03-19  3:39 UTC 

[PATCH] btrfs: check/qgroup: fix two error messages used in qgroup verification
 2022-03-18 18:47 UTC  (2+ messages)

[PATCH] btrfs: fix the uninitialized btrfs_bio::iter
 2022-03-18 16:35 UTC  (2+ messages)

[PATCH 0/2] btrfs: zoned: activate new BG only from extent allocation context
 2022-03-18 16:08 UTC  (3+ messages)
` [PATCH 2/2] btrfs: zoned: activate block group only for extent allocation

[btrfs] 3626a285f8: divide_error:#[##]
 2022-03-18  1:54 UTC  (11+ messages)
              ` [LKP] "

[linux-next:master] BUILD REGRESSION 97add482e9033a9386baa8824fbea34d0cbfe663
 2022-03-18  0:53 UTC 

Btrfs autodefrag wrote 5TB in one day to a 0.5TB SSD without a measurable benefit
 2022-03-17 22:06 UTC  (11+ messages)

[PATCH v4 0/4] btrfs: inode creation cleanups and fixes
 2022-03-17 20:21 UTC  (2+ messages)

[PATCH v2] btrfs: avoid defragging extents whose next extents are not targets
 2022-03-17 19:15 UTC  (2+ messages)

[PATCH v3] btrfs: check extent buffer owner against the owner rootid
 2022-03-17 18:53 UTC  (2+ messages)

[PATCH v8 0/5] tests for btrfs fsverity
 2022-03-17 18:19 UTC  (8+ messages)
` [PATCH v8 1/5] common/verity: require corruption functionality
` [PATCH v8 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v8 5/5] generic: test fs-verity EFBIG scenarios

[PATCH v0 0/1] Add Btrfs messages to printk index
 2022-03-17 17:44 UTC  (3+ messages)

[PATCH v14 0/7] btrfs: add send/receive support for reading/writing compressed data
 2022-03-17 17:25 UTC  (6+ messages)
` [PATCH v14 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v14 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v14 08/10] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v14 09/10] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v14 10/10] btrfs-progs: receive: add tests for basic encoded_write send/receive


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