public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-01 08:53:27 to 2022-12-13 08:41:42 UTC [more...]

small raid56 cleanups v2
 2022-12-13  8:41 UTC  (4+ messages)
` [PATCH 1/8] btrfs: cleanup raid56_parity_write
` [PATCH 2/8] btrfs: cleanup rmw_rbio
` [PATCH 3/8] btrfs: cleanup rmw_read_wait_recover

[PATCH v4 0/9] btrfs: introduce RAID stripe tree
 2022-12-13  8:36 UTC  (15+ messages)
` [PATCH v4 1/9] btrfs: add raid stripe tree definitions
` [PATCH v4 2/9] btrfs: read raid-stripe-tree from disk
` [PATCH v4 3/9] btrfs: add support for inserting raid stripe extents
` [PATCH v4 4/9] btrfs: delete stripe extent on extent deletion
` [PATCH v4 5/9] btrfs: lookup physical address from stripe extent
` [PATCH v4 6/9] btrfs: add raid stripe tree pretty printer
` [PATCH v4 7/9] btrfs: zoned: allow zoned RAID
` [PATCH v4 8/9] btrfs: check for leaks of ordered stripes on umount
` [PATCH v4 9/9] btrfs: add tracepoints for ordered stripes

[syzbot] KMSAN: uninit-value in longest_match
 2022-12-13  6:40 UTC  (2+ messages)

consolidate btrfs checksumming, repair and bio splitting v2
 2022-12-13  5:53 UTC  (26+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio

[GIT PULL] Btrfs updates for 6.2
 2022-12-13  5:00 UTC  (4+ messages)
  ` [GIT PULL] Btrfs updates for 6.2 (updated merge log)

[GIT PULL] fsverity updates for 6.2
 2022-12-13  5:00 UTC  (2+ messages)

[PATCH 0/3] btrfs: fix unexpected -ENOMEM with percpu_counter_init when create snapshot
 2022-12-13  3:34 UTC  (15+ messages)
` [PATCH 1/3] btrfs: refactor anon_dev with new_fs_root_args for create subvolume/snapshot
` [PATCH 2/3] btrfs: change snapshot_lock to dynamic pointer
` [PATCH 3/3] btrfs: add snapshot_lock to new_fs_root_args

Speed up mount time?
 2022-12-13  0:30 UTC  (4+ messages)

[PATCH] btrfs: Fix an error handling path in btrfs_rename()
 2022-12-12 20:19 UTC  (2+ messages)

[PATCH] btrfs: Fix an error handling path in btrfs_defrag_leaves()
 2022-12-12 20:01 UTC 

[PATCH 0/4] btrfs: delayed_ref parameter cleanup
 2022-12-12 19:05 UTC  (10+ messages)
` [PATCH 1/4] btrfs: drop unused trans parameter of drop_delayed_ref
` [PATCH 2/4] btrfs: remove trans parameter of merge_ref
` [PATCH 3/4] btrfs: drop trans parameter of insert_delayed_ref
` [PATCH 4/4] btrfs: directly pass in fs_info to btrfs_merge_delayed_refs

small btrfs-zoned fixlets and optimizations
 2022-12-12 18:59 UTC  (13+ messages)
` [PATCH 1/7] btrfs: use file_offset to limit bios size in calc_bio_boundaries
` [PATCH 2/7] btrfs; rename the disk_bytenr in strut btrfs_ordered_extent
` [PATCH 3/7] btrfs: set bbio->file_offset in alloc_new_bio
` [PATCH 4/7] btrfs: pass a btrfs_bio to btrfs_use_append
` [PATCH 5/7] btrfs: never return true for reads in btrfs_use_zone_append
` [PATCH 6/7] btrfs: don't rely on unchanging ->bi_bdev for zone append remaps
` [PATCH 7/7] btrfs: remove the bdev argument to btrfs_rmap_block

[Question] The function option of c in subvol/snapshot create, what does this option do specifically?
 2022-12-12 15:27 UTC 

Metadata RAID1c4 balance issue
 2022-12-12 12:23 UTC  (2+ messages)

[PATCH] btrfs: remove the wait argument to btrfs_start_ordered_extent
 2022-12-12 12:07 UTC  (2+ messages)

small raid56 cleanups
 2022-12-12  7:59 UTC  (8+ messages)
` [PATCH 1/3] btrfs: cleanup raid56_parity_write
` [PATCH 2/3] btrfs: cleanup rmw_rbio
` [PATCH 3/3] btrfs: call rbio_orig_end_io from rmw_rbio

[PATCH] btrfs: add extra error messages to cover non-ENOMEM errors from device_add_list()
 2022-12-12  2:19 UTC 

[PATCH] btrfs-progs: change load_device_info to chunk tree search solution
 2022-12-11 23:20 UTC  (2+ messages)

[PATCH v4 00/23] Convert to filemap_get_folios_tag()
 2022-12-11  6:03 UTC  (5+ messages)
` [PATCH v4 15/23] f2fs: Convert last_fsync_dnode() to use filemap_get_folios_tag()
  ` [f2fs-dev] "
` [PATCH v4 16/23] f2fs: Convert f2fs_sync_meta_pages() "
  ` [f2fs-dev] "

[syzbot] kernel BUG in set_state_bits
 2022-12-11  5:17 UTC  (2+ messages)

Feature Request: Subvolume Expiration
 2022-12-11  4:56 UTC  (2+ messages)

Compliment Of The Day,
 2022-12-10 20:54 UTC 

[PATCH] fsverity: mark builtin signatures as deprecated
 2022-12-09 22:17 UTC  (5+ messages)

[PATCH] fstests: btrfs/219: remove it from auto group
 2022-12-09  9:45 UTC  (2+ messages)

[PATCH] btrfs-progs: change load_device_info to chunk tree search solution
 2022-12-09  9:43 UTC  (2+ messages)

[PATCH v2] btrfs-progs: chunk tree search solution for btrfs249
 2022-12-09  9:14 UTC  (3+ messages)

[PATCH] fstests: btrfs/080: fix the stray '\'
 2022-12-09  8:40 UTC  (2+ messages)

[PATCH] fstests: btrfs/220: fix the test failure due to new default mount option
 2022-12-09  8:37 UTC  (2+ messages)

[PATCH] fsverity: don't check builtin signatures when require_signatures=0
 2022-12-08 20:42 UTC  (2+ messages)

[PATCH] fsverity: mark builtin signatures as deprecated
 2022-12-08 17:41 UTC 

Filesystem only mounts read-only after balance failure on enospc
 2022-12-07 23:13 UTC  (2+ messages)

[PATCH 0/8] extent buffer dirty cleanups
 2022-12-07 22:28 UTC  (9+ messages)
` [PATCH 1/8] btrfs: always lock the block before calling btrfs_clean_tree_block
` [PATCH 2/8] btrfs: do not check header generation in btrfs_clean_tree_block
` [PATCH 3/8] btrfs: do not set the header generation before btrfs_clean_tree_block
` [PATCH 4/8] btrfs: replace clearing extent buffer dirty bit with btrfs_clean_block
` [PATCH 5/8] btrfs: do not increment dirty_metadata_bytes in set_btree_ioerr
` [PATCH 6/8] btrfs: rename btrfs_clean_tree_block => btrfs_clear_buffer_dirty
` [PATCH 7/8] btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty
` [PATCH 8/8] btrfs: remove btrfs_wait_tree_block_writeback

[PATCH] btrfs: move btrfs_abort_transaction to transaction.c
 2022-12-07 16:06 UTC  (2+ messages)

[PATCH] btrfs: make btrfs_get_io_geometry() to return void
 2022-12-07  7:21 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in btrfs_clear_delalloc_extent
 2022-12-07  6:42 UTC 

[PATCH] btrfs: handle missing chunk mapping more gracefully
 2022-12-07  5:09 UTC 

[PATCH] btrfs-progs: corrupt-block: fix the mismatch in --root and -r options
 2022-12-07  4:35 UTC 

[PoC PATCH 00/11] btrfs: scrub: rework to get rid of the complex bio formshaping
 2022-12-06 18:48 UTC  (16+ messages)
` [PoC PATCH 01/11] btrfs: scrub: introduce the structure for new BTRFS_STRIPE_LEN based interface
` [PoC PATCH 02/11] btrfs: scrub: introduce a helper to find and fill the sector info for a scrub2_stripe
` [PoC PATCH 03/11] btrfs: scrub: introduce a helper to verify one scrub2_stripe
` [PoC PATCH 04/11] btrfs: scrub: add the repair function for scrub2_stripe
` [PoC PATCH 05/11] btrfs: scrub: add a writeback helper "
` [PoC PATCH 06/11] btrfs: scrub: add the error reporting "
` [PoC PATCH 07/11] btrfs: scrub: add raid56 P/Q scrubbing support
` [PoC PATCH 08/11] btrfs: scrub: use dedicated super block verification function to scrub one super block
` [PoC PATCH 09/11] btrfs: scrub: switch to the new scrub2_stripe based infrastructure
` [PoC PATCH 10/11] btrfs: scrub: cleanup the old scrub_parity infrastructure
` [PoC PATCH 11/11] btrfs: scrub: cleanup scrub_extent() and its related functions

[linux-next:master] BUILD REGRESSION 5d562c48a21eeb029a8fd3f18e1b31fd83660474
 2022-12-06 16:06 UTC 

Array stuck with balance in progress holding exclusive lock after kernel warning
 2022-12-06 15:36 UTC 

No boot or access of single NVME SSD with BTRFS possible
 2022-12-06 12:28 UTC 

[PATCH] btrfs: refuse to remount read-write with unsupported compat-ro features
 2022-12-06 11:14 UTC  (4+ messages)

[PATCH] btrfs: remove level argument from btrfs_set_block_flags
 2022-12-06  8:04 UTC  (2+ messages)

[syzbot] WARNING: kmalloc bug in btrfs_ioctl_send
 2022-12-05 17:26 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION ee9bda616d36d2dc864aa294c2656fad88c9efa0
 2022-12-05 17:05 UTC 

[PATCH] btrfs: print transaction aborted messages with an error level
 2022-12-05 17:01 UTC  (3+ messages)

[syzbot] WARNING in lookup_inline_extent_backref
 2022-12-05  8:13 UTC 

[PATCH] btrfs-progs: check: enhance the error output for backref mimsatch
 2022-12-05  6:07 UTC 

[PATCH PoC v2 00/10] btrfs: scrub: introduce a new family of ioctl, scrub_fs
 2022-12-03 23:09 UTC  (4+ messages)
` [PATCH PoC v2 01/10] btrfs: introduce BTRFS_IOC_SCRUB_FS family of ioctls

[PATCH v4 00/10] prep and initial sync of kernel code
 2022-12-02 16:23 UTC  (11+ messages)
` [PATCH v4 01/10] btrfs-progs: sync uapi/btrfs.h into btrfs-progs
` [PATCH v4 02/10] btrfs-progs: make the find extent buffer helpers take fs_info
` [PATCH v4 03/10] btrfs-progs: move extent cache code directly into btrfs_fs_info
` [PATCH v4 04/10] btrfs-progs: sync ondisk definitions from the kernel
` [PATCH v4 05/10] btrfs-progs: sync compression.h "
` [PATCH v4 06/10] btrfs-progs: sync messages.* "
` [PATCH v4 07/10] btrfs-progs: sync accessors.[ch] "
` [PATCH v4 08/10] btrfs-progs: sync file-item.h into progs
` [PATCH v4 09/10] btrfs-progs: sync async-thread.[ch] from the kernel
` [PATCH v4 10/10] btrfs-progs: sync extent-io-tree.[ch] and misc.h "

[syzbot] kernel BUG in __clear_extent_bit
 2022-12-02 10:42 UTC  (2+ messages)

BTRFS RAID1 root corrupt and read-only
 2022-12-02  1:32 UTC  (10+ messages)

block group x has wrong amount of free space
 2022-12-01  8:53 UTC  (18+ messages)
  ` Re[2]: "
            ` Re[3]: "
              ` Re[4]: "
                              ` btrfs-transacti hanging (was: Re[6]: block group x has wrong amount of free space)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox