public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-06 15:37:16 to 2022-12-14 22:45:54 UTC [more...]

[PATCH 0/4] fsverity cleanups
 2022-12-14 22:43 UTC  (3+ messages)
` [PATCH 1/4] fsverity: optimize fsverity_file_open() on non-verity files
` [PATCH 3/4] fsverity: optimize fsverity_cleanup_inode() "

[syzbot] KMSAN: uninit-value in longest_match
 2022-12-14 21:18 UTC  (4+ messages)

[PATCH] btrfs: move btrfs_abort_transaction to transaction.c
 2022-12-14 18:17 UTC  (3+ messages)

[PATCH] btrfs: remove level argument from btrfs_set_block_flags
 2022-12-14 18:11 UTC  (2+ messages)

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

[PATCH 0/8] extent buffer dirty cleanups
 2022-12-14 17:49 UTC  (10+ 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

small btrfs-zoned fixlets and optimizations
 2022-12-14 17:01 UTC  (16+ 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

small raid56 cleanups v2
 2022-12-14 16:45 UTC  (19+ 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 4/8] btrfs: cleanup recover_rbio
` [PATCH 5/8] btrfs: cleanup scrub_rbio
` [PATCH 6/8] btrfs: call rbio_orig_end_io from rmw_rbio
` [PATCH 7/8] btrfs: call rbio_orig_end_io from recover_rbio
` [PATCH 8/8] btrfs: call rbio_orig_end_io from scrub_rbio

[PATCH] btrfs: fix event name typo for FLUSH_DELAYED_REFS
 2022-12-14 16:23 UTC  (3+ messages)

[PATCH] btrfs: use BTRFS_SEQ_LAST for qgroups backref lookup
 2022-12-14 16:19 UTC  (2+ messages)

[PATCH] check: call _check_dmesg even if the test case failed
 2022-12-14 11:33 UTC  (2+ messages)

[PoC PATCH 00/11] btrfs: scrub: rework to get rid of the complex bio formshaping
 2022-12-13 22:08 UTC  (2+ messages)

Separate mailing list (and git and patchwork) for fsverity?
 2022-12-13 19:24 UTC 

[PATCH 01/16] btrfs: check for range correctness while locking or setting extent bits
 2022-12-13 19:20 UTC  (32+ messages)
` [PATCH 02/16] btrfs: qgroup flush responsibility of the caller
` [PATCH 03/16] btrfs: wait ordered range before locking during truncate
` [PATCH 04/16] btrfs: lock extents while truncating
` [PATCH 05/16] btrfs: No need to lock extent while performing invalidate_folio()
` [PATCH 06/16] btrfs: Lock extents before pages in writepages
` [PATCH 07/16] btrfs: Lock extents before folio for read()s
` [PATCH 08/16] btrfs: Lock extents before pages for buffered write()
` [PATCH 09/16] btrfs: lock/unlock extents while creation/end of async_chunk
` [PATCH 10/16] btrfs: decide early if range should be async
` [PATCH 11/16] btrfs: lock extents before pages - defrag
` [PATCH 12/16] btrfs: Perform memory faults under locked extent
` [PATCH 13/16] btrfs: writepage fixup lock rearrangement
` [PATCH 14/16] btrfs: lock extent before pages for encoded read ioctls
` [PATCH 15/16] btrfs: lock extent before pages in encoded write
` [PATCH 16/16] btrfs: btree_writepages lock extents before pages

[PATCH 0/3] btrfs: fix unexpected -ENOMEM with percpu_counter_init when create snapshot
 2022-12-13 19:02 UTC  (16+ 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

[PATCH] btrfs: fix leak of fs devices after removing btrfs module
 2022-12-13 18:47 UTC  (3+ messages)

[PATCH] btrfs: Fix an error handling path in btrfs_defrag_leaves()
 2022-12-13 18:45 UTC  (2+ messages)

[PATCH] btrfs: Fix an error handling path in btrfs_rename()
 2022-12-13 18:41 UTC  (3+ messages)

[PATCH v4 0/9] btrfs: introduce RAID stripe tree
 2022-12-13 17:48 UTC  (20+ 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

BTRFS RAID1 root corrupt and read-only
 2022-12-13 16:22 UTC  (9+ messages)

[PATCH 0/9] btrfs: more optimizations for lseek and fiemap
 2022-12-13 10:39 UTC  (3+ messages)

Recurring CSUM errors in root -9 when balancing and various files on scrub
 2022-12-13  9:12 UTC 

[syzbot] WARNING in remove_from_free_space_tree
 2022-12-13  9:04 UTC 

consolidate btrfs checksumming, repair and bio splitting v2
 2022-12-13  5:53 UTC  (5+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer

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

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

[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

[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] 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 06/11] btrfs: scrub: add the error reporting for scrub2_stripe
 2022-12-06 18:48 UTC  (2+ messages)

[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 


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