linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 13:32:20 to 2020-11-06 11:55:00 UTC [more...]

[PATCH 00/14][REBASED] Set the lockdep class on eb's at allocation time
 2020-11-06 11:54 UTC  (25+ messages)
` [PATCH 01/14] btrfs: remove lockdep classes for the fs tree
` [PATCH 02/14] btrfs: cleanup extent buffer readahead
` [PATCH 03/14] btrfs: use btrfs_read_node_slot in btrfs_realloc_node
` [PATCH 04/14] btrfs: use btrfs_read_node_slot in walk_down_reloc_tree
` [PATCH 05/14] btrfs: use btrfs_read_node_slot in do_relocation
` [PATCH 06/14] btrfs: use btrfs_read_node_slot in replace_path
` [PATCH 07/14] btrfs: use btrfs_read_node_slot in walk_down_tree
` [PATCH 08/14] btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swap
` [PATCH 09/14] btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocks
` [PATCH 10/14] btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtree
` [PATCH 11/14] btrfs: pass root owner to read_tree_block
` [PATCH 12/14] btrfs: pass the root owner and level around for reada
` [PATCH 13/14] btrfs: pass the owner_root and level to alloc_extent_buffer
` [PATCH 14/14] btrfs: set the lockdep class for ebs on creation

[PATCH 00/32] btrfs: preparation patches for subpage support
 2020-11-06 11:54 UTC  (53+ messages)
` [PATCH 01/32] btrfs: extent_io: remove the extent_start/extent_len for end_bio_extent_readpage()
` [PATCH 02/32] btrfs: extent_io: integrate page status update into endio_readpage_release_extent()
` [PATCH 04/32] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH 06/32] btrfs: extent_io: calculate inline extent buffer page size based on page size
` [PATCH 08/32] btrfs: extent_io: sink less common parameters for __set_extent_bit()
` [PATCH 10/32] btrfs: disk_io: grab fs_info from extent_buffer::fs_info directly for btrfs_mark_buffer_dirty()
` [PATCH 12/32] btrfs: disk-io: extract the extent buffer verification from btrfs_validate_metadata_buffer()
` [PATCH 13/32] btrfs: disk-io: accept bvec directly for csum_dirty_buffer()
` [PATCH 14/32] btrfs: inode: make btrfs_readpage_end_io_hook() follow sector size
` [PATCH 15/32] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE
` [PATCH 16/32] btrfs: extent_io: allow find_first_extent_bit() to find a range with exact bits match
` [PATCH 17/32] btrfs: extent_io: don't allow tree block to cross page boundary for subpage support
` [PATCH 21/32] btrfs: extent-io: make type of extent_state::state to be at least 32 bits
` [PATCH 22/32] btrfs: file-item: use nodesize to determine whether we need readahead for btrfs_lookup_bio_sums()
` [PATCH 23/32] btrfs: file-item: remove the btrfs_find_ordered_sum() call in btrfs_lookup_bio_sums()
` [PATCH 24/32] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs
` [PATCH 25/32] btrfs: scrub: distinguish scrub_page from regular page
` [PATCH 26/32] btrfs: scrub: remove the @force parameter of scrub_pages()
` [PATCH 27/32] btrfs: scrub: use flexible array for scrub_page::csums
` [PATCH 28/32] btrfs: scrub: refactor scrub_find_csum()
` [PATCH 29/32] btrfs: scrub: introduce scrub_page::page_len for subpage support
` [PATCH 30/32] btrfs: scrub: always allocate one full page for one sector for RAID56
` [PATCH 31/32] btrfs: scrub: support subpage tree block scrub
` [PATCH 32/32] btrfs: scrub: support subpage data scrub

Fwd: Read time tree block corruption detected
 2020-11-06 11:28 UTC  (31+ messages)

[PATCH v9 01/41] block: add bio_add_zone_append_page
 2020-11-06 10:52 UTC  (50+ messages)
` [PATCH v9 16/41] btrfs: track unusable bytes for zones
` [PATCH v9 17/41] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v9 18/41] btrfs: reset zones of unused block groups
` [PATCH v9 19/41] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v9 20/41] btrfs: extract page adding function
` [PATCH v9 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v9 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v9 23/41] btrfs: split ordered extent when bio is sent
` [PATCH v9 24/41] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v9 25/41] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v9 26/41] btrfs: enable zone append writing for direct IO
` [PATCH v9 27/41] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v9 28/41] btrfs: serialize meta IOs on "
` [PATCH v9 30/41] btrfs: avoid async metadata checksum "
` [PATCH v9 31/41] btrfs: mark block groups to copy for device-replace
` [PATCH v9 32/41] btrfs: implement cloning for ZONED device-replace
` [PATCH v9 33/41] btrfs: implement copying "
` [PATCH v9 34/41] btrfs: support dev-replace in ZONED mode
` [PATCH v9 35/41] btrfs: enable relocation "
` [PATCH v9 37/41] btrfs: split alloc_log_tree()
` [PATCH v9 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v9 39/41] btrfs: serialize log transaction on ZONED mode
` [PATCH v9 40/41] btrfs: reorder log node allocation

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-06 10:37 UTC  (9+ messages)
` [PATCH v9 05/41] btrfs: Check and enable ZONED mode
` [PATCH v9 11/41] btrfs: implement log-structured superblock for "
` [PATCH v9 15/41] btrfs: emulate write pointer for conventional zones

[btrfs] 500a784e5c: RIP:poll_idle
 2020-11-06  8:56 UTC 

[PATCH 0/1] cleanup btrfs_free_extra_devids() drop arg step
 2020-11-06  8:06 UTC  (2+ messages)
` [PATCH 1/1] btrfs: "

[PATCH RESEND v2 0/3] cleanup btrfs_find_device and fix sysbot warning
 2020-11-06  0:20 UTC  (4+ messages)
` [PATCH RESEND v2 1/3] btrfs: drop never met condition of disk_total_bytes == 0

[PATCH 0/4] fixes for btrfs async discards
 2020-11-05 22:23 UTC  (21+ messages)
` [PATCH 1/4] btrfs: discard: speed up discard up to iops_limit
` [PATCH 2/4] btrfs: discard: save discard delay as ns not jiffy
` [PATCH 3/4] btrfs: don't miss discards after override-schedule
` [PATCH 4/4] btrfs: discard: reschedule work after param update

[PATCH] btrfs: wait on v1 cache for log replay
 2020-11-05 21:32 UTC  (3+ messages)

[PATCH 0/4] btrfs: fix cases of stat(2) reporting incorrect number of used blocks
 2020-11-05 19:24 UTC  (9+ messages)
` [PATCH 1/4] btrfs: fix missing delalloc new bit for new delalloc ranges
` [PATCH 2/4] btrfs: refactor btrfs_drop_extents() to make it easier to extend
` [PATCH 3/4] btrfs: fix race when defragging that leads to unnecessary IO
` [PATCH 4/4] btrfs: update the number of bytes used by an inode atomically

[PATCH] btrfs: reorder extent buffer members for better packing
 2020-11-05 18:12 UTC  (7+ messages)

[PATCH 00/14] Another batch of inode vs btrfs_inode cleanups
 2020-11-05 16:21 UTC  (4+ messages)
` [PATCH 03/14] btrfs: Make btrfs_truncate_inode_items take btrfs_inode

[PATCH 0/8] Block group caching fixes
 2020-11-05 14:27 UTC  (22+ messages)
` [PATCH 1/8] btrfs: do not shorten unpin len for caching block groups
` [PATCH 2/8] btrfs: update last_byte_to_unpin in switch_commit_roots
` [PATCH 3/8] btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_range
` [PATCH 4/8] btrfs: cleanup btrfs_discard_update_discardable usage
` [PATCH 5/8] btrfs: load free space cache into a temporary ctl
` [PATCH 6/8] btrfs: load the free space cache inode extents from commit root
` [PATCH 7/8] btrfs: async load free space cache
` [PATCH 8/8] btrfs: protect the fs_info->caching_block_groups differently

[PATCH] btrfs: ref-verify: Fix memleak in btrfs_ref_tree_mod
 2020-11-05 11:51 UTC  (2+ messages)

[PATCH] btrfs/220: fix how we tests for mount options
 2020-11-05 11:43 UTC  (2+ messages)

[PATCH] btrfs: Rename __set_extent_bit to set_extent_bit
 2020-11-05  9:08 UTC 

Disinfectant
 2020-11-05  8:30 UTC 

Restore btrfs partition
 2020-11-05  1:00 UTC  (2+ messages)

[btrfs] 96bed17ad9: fio.write_iops -59.7% regression
 2020-11-04 16:48 UTC  (2+ messages)

[PATCH 1/2] generic: test number of blocks used by a file after mwrite into a hole
 2020-11-04 11:13 UTC  (2+ messages)
` [PATCH 2/2] generic: test for non-zero used blocks while writing into a file

[btrfs] 444d7ff97a: xfstests.generic.311.fail xfstests.generic.547.fail
 2020-11-04  8:17 UTC 

[PATCH 0/1] handle attacking device with devid=0
 2020-11-04  0:55 UTC  (4+ messages)
` [PATCH RESEND v2] btrfs: fix devid 0 without a replace item by failing the mount

[PATCH 0/3] btrfs: btrfs_lookup_bio_sums() related fixes
 2020-11-03 23:42 UTC  (8+ messages)
` [PATCH 2/3] btrfs: ordered-data: rename parameter @len to @nr_sectors
` [PATCH 3/3] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs

parent transid verify failed: Fixed but re-appearing
 2020-11-03 23:05 UTC  (14+ messages)
  ` Re[2]: "
                ` Re[3]: "

[PATCH 00/12] Convert btree locking to an rwsem
 2020-11-03 20:59 UTC  (3+ messages)

[RFC PATCH] Revert "btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled"
 2020-11-03 19:08 UTC  (3+ messages)

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-03 19:00 UTC  (7+ messages)
` [patch V3 22/37] highmem: High implementation details and document API
` [patch V3 24/37] sched: highmem: Store local kmaps in task struct
  ` [patch V4 "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).