linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-19 12:30:06 to 2021-08-23 23:46:15 UTC [more...]

[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 0/9] btrfs-progs: mkfs fixes and enhancements for extent tree v2
 2021-08-23 23:37 UTC  (19+ 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 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 RFC 0/4] btrfs: qgroup: rescan enhancement related to INCONSISTENT flag
 2021-08-23 23:27 UTC  (8+ 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/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-08-23 23:22 UTC  (17+ messages)
` [PATCH] VFS/BTRFS/NFSD: provide more unique inode number for btrfs export
        ` [PATCH v2] BTRFS/NFSD: "

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

[PATCH v2 0/2] btrfs: subpage: pack all subpage bitmaps into a larger bitmap
 2021-08-23 23:16 UTC  (12+ 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

BTRFS fails mount after power failure
 2021-08-23 20:52 UTC 

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 v4 0/4] btrf_show_devname related fixes
 2021-08-23 19:46 UTC  (11+ 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 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 v3 0/9] btrfs-progs: make check handle invalid bg items
 2021-08-23 19:23 UTC  (10+ 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] 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  (15+ messages)
` [PATCH 1/3] btrfs: fix comment about the btrfs_show_devname
` [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)

[PATCH v2] btrfs: reflink: Initialize return value in btrfs_extent_same()
 2021-08-23  9:44 UTC  (5+ 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  (13+ messages)

switch iomap to an iterator model v2
 2021-08-20 15:27 UTC  (9+ messages)
` [PATCH 07/30] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 11/30] iomap: add the new iomap_iter model
` [PATCH 23/30] fsdax: switch dax_iomap_rw to use iomap_iter

[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  (6+ messages)
` [PATCH RFC v2 1/4] btrfs: consolidate device_list_mutex in prepare_sprout to its parent
` [PATCH v2 2/4] btrfs: save latest btrfs_device instead of its block_device in fs_devices
` [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  (3+ 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

[PATCH 0/3] btrfs: allow BTRFS_IOC_SNAP_DESTROY_V2 to remove ghost subvolume
 2021-08-20  5:45 UTC  (2+ messages)

[PATCH] btrfs: reflink: Assure length != 0 in btrfs_extent_same()
 2021-08-20  0:32 UTC  (5+ messages)

failed to read the system array: -2 / open_ctree failed
 2021-08-19 20:00 UTC  (4+ messages)

[PATCH] generic: test swapping process pages in and out of a swapfile
 2021-08-19 19:18 UTC  (3+ messages)

[PATCH] btrfs: drop ret in ioctl_quota_rescan_status
 2021-08-19 12:43 UTC  (2+ messages)

[PATCH] btrfs: send: Simplify send_create_inode_if_needed
 2021-08-19 12:38 UTC  (2+ messages)

[PATCH RFC] btrfs: Introduce btrfs_for_each_slot
 2021-08-19 12:34 UTC  (3+ messages)

[PATCH v2] btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling
 2021-08-19 12:34 UTC  (7+ 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).