linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 17:55:52 to 2020-11-09 15:14:42 UTC [more...]

[PATCH 00/14][REBASED] Set the lockdep class on eb's at allocation time
 2020-11-09 15:09 UTC  (30+ 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] btrfs-progs: filesystem usage: add avail info from statfs()
 2020-11-09 14:59 UTC 

[PATCH 0/2] btrfs: paramater refactors for data and metadata endio call backs
 2020-11-09 12:34 UTC  (7+ messages)
` [PATCH 1/2] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [PATCH 2/2] btrfs: use more straightforward disk_bytenr to replace icsum for check_data_csum()

[PATCH v2] generic: test for non-zero used blocks while writing into a file
 2020-11-09 12:01 UTC 

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

[PATCH 0/4] btrfs: fix cases of stat(2) reporting incorrect number of used blocks
 2020-11-09 11:10 UTC  (11+ 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 0/8] Locking cleanups and lockdep fix
 2020-11-09 10:23 UTC  (17+ messages)
` [PATCH 1/8] btrfs: cleanup the locking in btrfs_next_old_leaf
` [PATCH 2/8] btrfs: unlock to current level "
` [PATCH 3/8] btrfs: kill path->recurse
` [PATCH 4/8] btrfs: remove the recursion handling code in locking.c
` [PATCH 5/8] btrfs: remove __btrfs_read_lock_root_node
` [PATCH 6/8] btrfs: use btrfs_tree_read_lock in btrfs_search_slot
` [PATCH 7/8] btrfs: remove the recurse parameter from __btrfs_tree_read_lock
` [PATCH 8/8] btrfs: remove ->recursed from extent_buffer

[PATCH 00/32] btrfs: preparation patches for subpage support
 2020-11-09  6:44 UTC  (71+ 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 11/32] btrfs: disk-io: make csum_tree_block() handle sectorsize smaller than page size
` [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 18/32] btrfs: extent_io: update num_extent_pages() to support subpage sized extent buffer
` [PATCH 19/32] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH 20/32] btrfs: disk-io: only clear EXTENT_LOCK bit for extent_invalidatepage()
` [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 0/2] btrfs-progs: add new precaution check for incoming subpage support
 2020-11-09  5:39 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: check: detect and warn about tree blocks cross 64K page boundary
` [PATCH 2/2] btrfs-progs: tests: check the result log for critical warnings

btdu - sampling disk usage profiler for btrfs
 2020-11-08 10:26 UTC 

[PATCH] btrfs-progs: doc: snapshot -r and -i can be used together
 2020-11-08  3:15 UTC  (2+ messages)

Fwd: Read time tree block corruption detected
 2020-11-07 19:50 UTC  (37+ messages)

Move from 5.9.3 kernel to 5.4.75?
 2020-11-07 15:52 UTC  (3+ messages)

[4.19] Security fixes (blktrace, btrfs)
 2020-11-07 15:27 UTC  (2+ messages)

Im rechtlichen Kontext
 2020-11-07  8:44 UTC 

raid 5/6 - is this implemented?
 2020-11-07  1:43 UTC  (2+ messages)

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

[GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6
 2020-11-06 18:51 UTC  (8+ messages)
` [PATCH v5 1/9] lib: zstd: Add zstd compatibility wrapper
` [PATCH v5 5/9] btrfs: zstd: Switch to the zstd-1.4.6 API

[PATCH v6 00/10] btrfs: free space tree mounting fixes
 2020-11-06 16:39 UTC  (2+ messages)

[PATCH v9 01/41] block: add bio_add_zone_append_page
 2020-11-06 15:01 UTC  (8+ messages)
` [PATCH v9 19/41] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v9 24/41] btrfs: extend btrfs_rmap_block for specifying a device

[WORKFLOW] Git commit hooks now in btrfs-workflow tree
 2020-11-06 14:50 UTC 

[PATCH 0/4] fixes for btrfs async discards
 2020-11-06 14:19 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 v9 00/41] btrfs: zoned block device support
 2020-11-06 10:37 UTC  (7+ messages)
` [PATCH v9 05/41] btrfs: Check and enable ZONED mode
` [PATCH v9 11/41] btrfs: implement log-structured superblock for "

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

[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] btrfs: wait on v1 cache for log replay
 2020-11-05 21:32 UTC  (3+ messages)

[PATCH] btrfs: reorder extent buffer members for better packing
 2020-11-05 18:12 UTC  (2+ 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  (11+ messages)
` [PATCH 4/8] btrfs: cleanup btrfs_discard_update_discardable usage
` [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)


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).