linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 09:54:36 to 2021-08-25 02:07:08 UTC [more...]

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-08-25  2:06 UTC  (15+ messages)
` [PATCH] VFS/BTRFS/NFSD: provide more unique inode number for btrfs export
        ` [PATCH v2] BTRFS/NFSD: "

[PATCH v2 0/7]
 2021-08-25  2:00 UTC  (11+ messages)
` [PATCH v2 3/7] btrfs: do not read super look for a device path
` [PATCH v2 4/7] btrfs: update the bdev time directly when closing
` [PATCH v2 5/7] btrfs: delay blkdev_put until after the device remove
` [PATCH v2 6/7] btrfs: unify common code for the v1 and v2 versions of "
` [PATCH v2 7/7] btrfs: do not take the device_list_mutex in clone_fs_devices

[PATCH] btrfs-progs: Fix the issues btrfs-convert don't recognition ext4 i_{a,c,a}time_extra
 2021-08-24 17:04 UTC 

[PATCH 0/7] btrfs: Create macro to iterate slots
 2021-08-24 17:06 UTC  (8+ messages)
` [PATCH 1/7] fs: btrfs: Introduce btrfs_for_each_slot
` [PATCH 2/7] btrfs: block-group: use btrfs_for_each_slot in find_first_block_group
` [PATCH 3/7] btrfs: dev-replace: Use btrfs_for_each_slot in mark_block_group_to_copy
` [PATCH 4/7] btrfs: dir-item: use btrfs_for_each_slot in btrfs_search_dir_index_item
` [PATCH 5/7] btrfs: inode: use btrfs_for_each_slot in btrfs_read_readdir
` [PATCH 6/7] btrfs: send: Use btrfs_for_each_slot macro
` [PATCH 7/7] btrfs: volumes: use btrfs_for_each_slot in btrfs_read_chunk_tree

[PATCH v3 0/9] btrfs-progs: make check handle invalid bg items
 2021-08-24 17:00 UTC  (12+ messages)
` [PATCH v3 1/9] btrfs-progs: tests: fix running lowmem checks
` [PATCH v3 2/9] btrfs-progs: check blocks in btrfs_next_sibling_block
` [PATCH v3 3/9] btrfs-progs: check: propagate fs root errors in lowmem mode
` [PATCH v3 4/9] btrfs-progs: check: propagate extent item "
` [PATCH v3 5/9] btrfs-progs: do not double add unaligned extent records
` [PATCH v3 6/9] btrfs-progs: check: detect and fix problems with super_bytes_used
` [PATCH v3 7/9] btrfs-progs: check: detect issues with btrfs_super_used in lowmem check
` [PATCH v3 8/9] btrfs-progs: test: add a test image with a corrupt block group item
` [PATCH v3 9/9] btrfs-progs: tests: add a test image with an invalid super bytes_used

[PATCH v2 00/17] ZNS Support for Btrfs
 2021-08-24 16:04 UTC  (13+ messages)
` [PATCH v2 01/17] btrfs: zoned: load zone capacity information from devices
` [PATCH v2 02/17] btrfs: zoned: move btrfs_free_excluded_extents out from btrfs_calc_zone_unusable
` [PATCH v2 03/17] btrfs: zoned: calculate free space from zone capacity
` [PATCH v2 04/17] btrfs: zoned: tweak reclaim threshold for "
` [PATCH v2 05/17] btrfs: zoned: consider zone as full when no more SB can be written

[PATCH v4 0/4] btrf_show_devname related fixes
 2021-08-24 16:11 UTC  (13+ messages)
  ` [PATCH v3 2/4] btrfs: save latest btrfs_device instead of its block_device in fs_devices
  ` [PATCH v3 0/4] btrf_show_devname related fixes
    ` [PATCH RFC v4 1/4] btrfs: consolidate device_list_mutex in prepare_sprout to its parent
    ` [PATCH RFC v4 3/4] btrfs: use latest_dev in btrfs_show_devname
    ` [PATCH v4 4/4] btrfs: update latest_dev when we sprout
  ` [PATCH v4 2/4] btrfs: save latest btrfs_device instead of its block_device in fs_devices

[PATCH v7 0/4] btrfs-progs: image: new data dump feature
 2021-08-24 16:08 UTC  (6+ messages)
` [PATCH v7 1/4] btrfs-progs: image: introduce framework for more dump versions
` [PATCH v7 2/4] btrfs-progs: image: introduce -d option to dump data
` [PATCH v7 3/4] btrfs-progs: image: reduce memory requirement for decompression
` [PATCH v7 4/4] btrfs-progs: image: fix restored image size misalignment

[PATCH v2 0/2] btrfs: subpage: pack all subpage bitmaps into a larger bitmap
 2021-08-24 14:20 UTC  (13+ messages)
` [PATCH v2 3/4] btrfs: introduce btrfs_subpage_bitmap_info
` [PATCH v2 4/4] btrfs: subpage: pack all subpage bitmaps into a larger bitmap

[PATCH RFC 0/4] btrfs: qgroup: rescan enhancement related to INCONSISTENT flag
 2021-08-24  7:49 UTC  (10+ messages)
` [PATCH RFC 1/4] btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansion
` [PATCH RFC 2/4] btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN
` [PATCH RFC 3/4] btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accounting
` [PATCH RFC 4/4] btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_transaction()

[PATCH] btrfs: fix max max_inline for pagesize=64K
 2021-08-24  5:54 UTC  (3+ messages)

[PATCH RESEND] btrfs: reduce return argument of btrfs_chunk_readonly
 2021-08-24  5:27 UTC 

[PATCH V5 0/4] btrf_show_devname related fixes
 2021-08-24  5:05 UTC  (5+ messages)
` [PATCH V5 1/4] btrfs: convert latest_bdev type to struct btrfs_device and rename
` [PATCH RFC V5 2/4] btrfs: use latest_dev in btrfs_show_devname
` [PATCH V5 3/4] btrfs: update latest_dev when we sprout
` [PATCH V5 4/4] btrfs: fix comment about the btrfs_show_devname

BTRFS fails mount after power failure
 2021-08-24  1:54 UTC  (6+ messages)

[PATCH 0/9] btrfs-progs: mkfs fixes and enhancements for extent tree v2
 2021-08-24  0:01 UTC  (21+ messages)
` [PATCH 1/9] btrfs-progs: use an associative array for init mkfs blocks
` [PATCH 2/9] btrfs-progs: use blocks_nr to determine the super used bytes
` [PATCH 3/9] btrfs-progs: allocate blocks from the start of the temp system chunk
` [PATCH 4/9] btrfs-progs: set nritems based on root items written
` [PATCH 5/9] btrfs-progs: add helper for writing empty tree nodes
` [PATCH 6/9] btrfs-progs: add the block group item in make_btrfs()
` [PATCH 7/9] btrfs-progs: add add_block_group_free_space helper
` [PATCH 8/9] btrfs-progs: generate free space tree at make_btrfs() time
` [PATCH 9/9] btrfs-progs: add the incompat flag for extent tree v2

[PATCH v2] btrfs: reflink: Initialize return value in btrfs_extent_same()
 2021-08-23 23:51 UTC  (6+ messages)

[PATCH v10 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-08-23 23:46 UTC  (27+ messages)
` [PATCH v10 02/14] fs: export variant of generic_write_checks without iov_iter
` [PATCH v10 03/14] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v10 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v10 06/14] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v10 07/14] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v10 08/14] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v10 09/14] btrfs: add BTRFS_IOC_ENCODED_WRITE

[PATCH v2 00/12] btrfs-progs: make check handle invalid bg items
 2021-08-23 23:34 UTC  (11+ messages)
` [PATCH v2 01/12] btrfs-progs: fix running lowmem check tests
` [PATCH v2 02/12] btrfs-progs: do not infinite loop on corrupt keys with lowmem mode
` [PATCH v2 07/12] btrfs-progs: add the ability to corrupt fields of the super block

[PATCH v6 0/4] btrfs-progs: image: new data dump feature
 2021-08-23 23:20 UTC  (5+ messages)

Support for compressed inline extents
 2021-08-23 20:23 UTC  (6+ messages)

[PATCH v2 00/10] btrfs-progs: mkfs fixes and prep work for extent tree v2
 2021-08-23 20:14 UTC  (11+ messages)
` [PATCH v2 01/10] btrfs-progs: mkfs: use an associative array for init blocks
` [PATCH v2 02/10] btrfs-progs: mkfs: get rid of MKFS_SUPER_BLOCK
` [PATCH v2 03/10] btrfs-progs: mkfs: use blocks_nr to determine the super used bytes
` [PATCH v2 04/10] btrfs-progs: mkfs: set nritems based on root items written
` [PATCH v2 05/10] btrfs-progs: mkfs: add helper for writing empty tree nodes
` [PATCH v2 06/10] btrfs-progs: make sure track_dirty and ref_cows is set properly
` [PATCH v2 07/10] btrfs-progs: mkfs: add the block group item in make_btrfs()
` [PATCH v2 08/10] btrfs-progs: add add_block_group_free_space helper
` [PATCH v2 09/10] btrfs-progs: mkfs: generate free space tree at make_btrfs() time
` [PATCH v2 10/10] btrfs-progs: add the incompat flag for extent tree v2

[PATCH v5 00/11] btrfs: defrag: rework to support sector perfect defrag
 2021-08-23 19:43 UTC  (10+ messages)
` [PATCH v5 04/11] btrfs: defrag: extract the page preparation code into one helper
` [PATCH v5 05/11] btrfs: defrag: introduce a new helper to collect target file extents
` [PATCH v5 07/11] btrfs: defrag: introduce a helper to defrag a range
` [PATCH v5 08/11] btrfs: defrag: introduce a new helper to defrag one cluster

[PATCH] btrfs: Add test for rename exchange behavior between subvolumes
 2021-08-23 15:49 UTC  (2+ messages)

Mixed inline and regular extents caused by btrfs/062
 2021-08-23 14:43 UTC  (2+ messages)

[PATCH] btrfs: update comment for fs_devices::seed_list in btrfs_rm_device
 2021-08-23 12:59 UTC  (2+ messages)

[PATCH 0/3] btrf_show_devname related fixes
 2021-08-23 12:20 UTC  (12+ messages)
` [PATCH RFC 2/3] btrfs: consolidate device_list_mutex in prepare_sprout to its parent
` [PATCH RFC 3/3] btrfs: use latest_bdev in btrfs_show_devname

[PATCH] btrfs: reset replace target device to allocation state on close
 2021-08-23 11:56 UTC  (3+ messages)

Is there a way to repeair btrfs?
 2021-08-23 11:30 UTC  (3+ messages)

Regression in v5.14-rc1: f2165627319f btrfs: compression: don't try to compress if we don't have enough pages
 2021-08-23 11:17 UTC  (3+ messages)

[PATCH v2] btrfs: fix lockdep warning while mounting sprout fs
 2021-08-23 11:00 UTC  (3+ messages)

[btrfs] ecc64fab7d: stress-ng.link.ops_per_sec -81.7% regression
 2021-08-23  9:51 UTC  (3+ messages)

[RFC PATCH v5 0/2] Add subcommand that dumps file extents
 2021-08-22 15:01 UTC  (3+ messages)
` [PATCH v5 1/2] btrfs-progs: export util functions about file extent items
` [PATCH v5 2/2] btrfs-progs: cmds: Add subcommand that dumps file extents

[btrfs] 6e3688e66f: stress-ng.link.ops_per_sec 443.3% improvement
 2021-08-22 15:04 UTC 

It's broke, Jim. BTRFS mounted read only after corruption errors on Samsung 980 Pro
 2021-08-22 11:14 UTC 

FAQ: What deos the acronym BTRFS stand for?
 2021-08-22  8:28 UTC 

Trying to recover data from SSD
 2021-08-21  2:56 UTC  (16+ messages)

[PATCH] btrfs-progs: Drop the type check in init_alloc_chunk_ctl_policy_regular
 2021-08-21  0:57 UTC  (5+ messages)

[PATCH v2] btrfs: fix rw device counting in __btrfs_free_extra_devids
 2021-08-20 17:53 UTC  (12+ messages)

switch iomap to an iterator model v2
 2021-08-20 15:27 UTC  (5+ messages)
` [PATCH 11/30] iomap: add the new iomap_iter model

[PATCH v4 0/2] Add subcommand that dumps file extents
 2021-08-20 15:23 UTC  (9+ messages)
` [PATCH v4 2/2] btrfs-progs: cmds: "

[PATCH 0/3] btrfs-progs: make check handle invalid bg items
 2021-08-20 12:58 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: add the ability to corrupt block group items

[PATCH 0/3] btrfs-progs: make subpage warnings more strict
 2021-08-20 12:46 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: tests: also check subpage warning for type 2 test cases

[PATCH v2 0/4] btrf_show_devname related fixes
 2021-08-20 11:06 UTC  (4+ messages)
` [PATCH RFC v2 3/4] btrfs: use latest_dev in btrfs_show_devname
` [PATCH v2 4/4] btrfs: update latest_dev when we sprout

[PATCH linux-next] fs: btrfs: fix returnvar.cocci warnings
 2021-08-20 10:40 UTC  (2+ messages)

[RESEND PATCH] btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
 2021-08-20 10:38 UTC  (3+ messages)
` [PATCH] btrfs: fix stale reference to __btrfs_alloc_chunk


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