linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 01:14:06 to 2020-11-02 05:48:27 UTC [more...]

Switching from spacecache v1 to v2
 2020-11-02  5:48 UTC  (3+ messages)

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-02  5:34 UTC  (45+ messages)
` [PATCH v9 01/41] block: add bio_add_zone_append_page
  ` [PATCH v9 02/41] iomap: support REQ_OP_ZONE_APPEND
  ` [PATCH v9 03/41] btrfs: introduce ZONED feature flag
  ` [PATCH v9 04/41] btrfs: Get zone information of zoned block devices
  ` [PATCH v9 05/41] btrfs: Check and enable ZONED mode
  ` [PATCH v9 06/41] btrfs: introduce max_zone_append_size
  ` [PATCH v9 07/41] btrfs: disallow space_cache in ZONED mode
  ` [PATCH v9 08/41] btrfs: disallow NODATACOW "
  ` [PATCH v9 09/41] btrfs: disable fallocate "
  ` [PATCH v9 10/41] btrfs: disallow mixed-bg "
  ` [PATCH v9 11/41] btrfs: implement log-structured superblock for "
  ` [PATCH v9 12/41] btrfs: implement zoned chunk allocator
  ` [PATCH v9 13/41] btrfs: verify device extent is aligned to zone
  ` [PATCH v9 14/41] btrfs: load zone's alloction offset
  ` [PATCH v9 15/41] btrfs: emulate write pointer for conventional zones
  ` [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 29/41] btrfs: wait existing extents before truncating
  ` [PATCH v9 30/41] btrfs: avoid async metadata checksum on ZONED mode
  ` [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 36/41] btrfs: relocate block group to repair IO failure in ZONED
  ` [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 41/41] btrfs: enable to mount ZONED incompat flag

[PATCH 2/4] fs: btrfs: volumes: prevent overflow for multiplying
 2020-11-02  1:06 UTC 

[PATCH v2] btrfs-progs: device stats: add json output format
 2020-11-01 21:24 UTC  (4+ messages)

[PATCH 0/3] fstests: Fix tests which checks for swapfile support
 2020-11-01 16:03 UTC  (8+ messages)
` [PATCH 1/3] common/rc: Make swapon check in _require_scratch_swapfile() specific to btrfs
` [PATCH 2/3] shared/001: Verify swapon on fallocated files for supported FS
` [PATCH 3/3] common/rc: source common/xfs and common/btrfs

[PATCH] btrfs: sysfs: remove unneeded semicolon
 2020-11-01 15:30 UTC 

[PATCH] btrfs: fix boolreturn.cocci warnings
 2020-11-01  5:20 UTC 

NULL pointer exception in btrfs_compress_pages
 2020-10-31 18:06 UTC 

[PATCH] btrfs-progs: Sort main help menu
 2020-10-31  0:15 UTC 

btrfsck segfaults on root 5 missing its root dir, recreating
 2020-10-30 21:56 UTC  (2+ messages)

[PATCH 00/14] Set the lockdep class on eb's at allocation time
 2020-10-30 21:03 UTC  (15+ 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

[GIT PULL] Btrfs fixes for 5.10-rc2
 2020-10-30 20:35 UTC  (2+ messages)

WARNING in close_fs_devices (2)
 2020-10-30 18:36 UTC  (6+ messages)

[PATCH 0/2] fix verify_one_dev_extent and btrfs_find_device
 2020-10-29 21:30 UTC  (8+ messages)
` [PATCH 2/2] btrfs: fix btrfs_find_device unused arg seed
  ` [PATCH RESEND v2 "
` [PATCH v2 1/2] btrfs: drop never met condition of disk_total_bytes == 0
  ` [PATCH RESEND "
` [PATCH RESEND 0/2] fix verify_one_dev_extent and btrfs_find_device

Investment Partner Needed ASAP
 2020-10-29 10:06 UTC 

[PATCH v6 00/10] btrfs: free space tree mounting fixes
 2020-10-29 23:57 UTC  (11+ messages)
` [PATCH v6 01/10] btrfs: lift rw mount setup from mount and remount
` [PATCH v6 02/10] btrfs: cleanup all orphan inodes on ro->rw remount
` [PATCH v6 03/10] btrfs: create free space tree "
` [PATCH v6 04/10] btrfs: clear oneshot options on mount and remount
` [PATCH v6 05/10] btrfs: clear free space tree on ro->rw remount
` [PATCH v6 06/10] btrfs: keep sb cache_generation consistent with space_cache
` [PATCH v6 07/10] btrfs: use sb state to print space_cache mount option
` [PATCH v6 08/10] btrfs: warn when remount will not change the free space tree
` [PATCH v6 09/10] btrfs: remove free space items when disabling space cache v1
` [PATCH v6 10/10] btrfs: skip space_cache v1 setup when not using it

[PATCH v2 0/3] btrfs: btrfs_lookup_bio_sums() related fixes
 2020-10-29 23:57 UTC  (13+ messages)
` [PATCH v2 1/3] btrfs: file-item: use nodesize to determine whether we need readhead for btrfs_lookup_bio_sums()
` [PATCH v2 2/3] btrfs: file-item: remove the btrfs_find_ordered_sum() call in btrfs_lookup_bio_sums()
` [PATCH v2 3/3] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs

[PATCH v4 00/68] btrfs: add basic rw support for subpage sector size
 2020-10-29 23:56 UTC  (11+ messages)
` [PATCH v4 08/68] btrfs: inode: sink parameter @start and @len for check_data_csum()
` [PATCH v4 42/68] btrfs: allow RO mount of 4K sector size fs on 64K page system

[PATCH v2] btrfs-progs: restore: Have -l display subvolume name
 2020-10-29 23:33 UTC 

[PATCH 0/3] btrfs-progs: rescue: Add create-control-device subcommand
 2020-10-29 23:17 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] btrfs-progs: bash: Update completion script with create-control-device
` [PATCH 3/3] btrfs-progs: rescue: Update docs "

[PATCH 0/1] handle attacking device with devid=0
 2020-10-29 22:53 UTC  (2+ messages)
` [PATCH RESEND v2] btrfs: fix devid 0 without a replace item by failing the mount

[PATCH] btrfs: clean up NULL checks in qgroup_unreserve_range()
 2020-10-29 20:51 UTC  (2+ messages)

[PATCH v10 resend 0/3] readmirror feature (read_policy sysfs and in-memory only approach)
 2020-10-29 19:30 UTC  (9+ messages)
` [PATCH v10 1/3] btrfs: add btrfs_strmatch helper
` [PATCH v10 2/3] btrfs: create read policy framework
` [PATCH v10 3/3] btrfs: create read policy sysfs attribute, pid

[PATCH 0/8] Misc cleanups
 2020-10-29 18:47 UTC  (10+ messages)
` [PATCH 1/8] btrfs: use the right number of levels for lockdep keysets
` [PATCH 2/8] btrfs: generate lockdep keyset names at compile time
` [PATCH 3/8] btrfs: send: use helpers to access root_item::ctransid
` [PATCH 4/8] btrfs: check-integrity: use proper helper to access btrfs_header
` [PATCH 5/8] btrfs: use root_item helpers for limit and flags in btrfs_create_tree
` [PATCH 6/8] btrfs: add set/get accessors for root_item::drop_level
` [PATCH 7/8] btrfs: remove unnecessary casts in printk
` [PATCH 8/8] btrfs: scrub: update message regarding read-only status

[PATCH] fstests: add missing remove of the $seqres.full file for some tests
 2020-10-29 18:41 UTC  (2+ messages)

[PATCH v3 00/12] Improve preemptive ENOSPC flushing
 2020-10-29 17:48 UTC  (5+ messages)
` [PATCH v3 04/12] btrfs: introduce a FORCE_COMMIT_TRANS flush operation
` [PATCH v3 10/12] btrfs: implement space clamping for preemptive flushing

[PATCH v2 0/2] Some block rsv fixes
 2020-10-29 16:30 UTC  (2+ messages)

[PATCH 00/10] Sectorsize, csum_size lifted to fs_info
 2020-10-29 16:25 UTC  (18+ messages)
` [PATCH 01/10] btrfs: use precalculated sectorsize_bits from fs_info
` [PATCH 02/10] btrfs: replace div_u64 by shift in free_space_bitmap_size
` [PATCH 03/10] btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
` [PATCH 04/10] btrfs: store precalculated csum_size in fs_info
` [PATCH 05/10] btrfs: precalculate checksums per leaf once
` [PATCH 06/10] btrfs: use cached value of fs_info::csum_size everywhere
` [PATCH 07/10] btrfs: switch cached fs_info::csum_size from u16 to u32
` [PATCH 08/10] btrfs: remove unnecessary local variables for checksum size
` [PATCH 09/10] btrfs: check integrity: remove local copy of csum_size
` [PATCH 10/10] btrfs: scrub: remove local copy of csum_size from context

Fail to mount btrfs partition after several power losses
 2020-10-29 14:55 UTC 

[PATCH] btrfs: do not start and wait for delalloc on snapshot roots on transaction commit
 2020-10-29 12:24 UTC  (2+ messages)

(no subject)
 2020-10-29 12:25 UTC  (6+ messages)
` [PATCH v5 02/10] btrfs: cleanup all orphan inodes on ro->rw remount
` [PATCH v5 09/10] btrfs: remove free space items when disabling space cache v1

questions about qemu io_uring/dio
 2020-10-29  8:11 UTC  (3+ messages)

[PATCH v2 0/4] btrfs: read_policy types latency, device and round-robin
 2020-10-29  7:54 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: add read_policy latency
` [PATCH v2 2/4] btrfs: introduce new device-state read_preferred
` [PATCH 3/4] btrfs: introduce new read_policy device
` [PATCH RFC 4/4] btrfs: introduce new read_policy round-robin

[PATCH 0/3] btrfs: btrfs_lookup_bio_sums() related fixes
 2020-10-29  7:32 UTC  (6+ messages)
` [PATCH 1/3] btrfs: file-item: use nodesize to determine whether we need readhead for btrfs_lookup_bio_sums()
` [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

[PATCH 0/4] btrfs: basic tier support
 2020-10-29  5:35 UTC  (5+ messages)
` [PATCH 1/4] btrfs: add tier score to device
` [PATCH 2/4] btrfs: tiering data and metadata
` [PATCH 3/4] btrfs: tier-aware mirror path select
` [PATCH 4/4] btrfs: tier-aware free space cacl

[PATCH v1 0/4] btrfs: read_policy types latency, device and round-robin
 2020-10-29  7:44 UTC  (14+ messages)
` [PATCH 1/4] btrfs: add read_policy latency
` [PATCH 2/4] btrfs: introduce new device-state read_preferred
` [PATCH 3/4] btrfs: introduce new read_policy device
` [PATCH RFC 4/4] btrfs: introduce new read_policy round-robin

[RFC PATCH] Revert "btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled"
 2020-10-29  3:12 UTC  (2+ messages)

[PATCH v10 0/3] readmirror feature (read_policy sysfs and in-memory only approach)
 2020-10-28  4:25 UTC  (2+ messages)
` [PATCH v10 3/3] btrfs: create read policy sysfs attribute, pid

[PATCH v9 0/3] readmirror feature (read_policy sysfs and in-memory only approach)
 2020-10-28 12:06 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;
as well as URLs for NNTP newsgroup(s).