linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-13 08:54:50 to 2022-12-22 07:31:46 UTC [more...]

[syzbot] [btrfs?] general protection fault in start_transaction
 2022-12-22  7:31 UTC 

[PATCH v3] btrfs: fix compat_ro checks against remount
 2022-12-22  2:54 UTC  (2+ messages)

BTRFS volume unmountable: open_ctree failed
 2022-12-22  0:24 UTC  (7+ messages)

Separate mailing list (and git and patchwork) for fsverity?
 2022-12-21 23:48 UTC  (2+ messages)

recurring corruption with latest kernels
 2022-12-21 23:48 UTC  (4+ messages)

[PATCH 0/8] Fixup uninitialized warnings and enable extra checks
 2022-12-21 18:36 UTC  (32+ messages)
` [PATCH 1/8] btrfs: fix uninit warning in run_one_async_start
` [PATCH 2/8] btrfs: fix uninit warning in btrfs_cleanup_ordered_extents
` [PATCH 3/8] btrfs: fix uninit warning from get_inode_gen usage
` [PATCH 4/8] btrfs: fix uninit warning in btrfs_update_block_group
` [PATCH 5/8] btrfs: fix uninit warning in __set_extent_bit and convert_extent_bit
` [PATCH 6/8] btrfs: extract out zone cache usage into it's own helper
` [PATCH 7/8] btrfs: fix uninit warning in btrfs_sb_log_location
` [PATCH 8/8] btrfs: turn on -Wmaybe-uninitialized

[PATCH v2] btrfs: fix compat_ro checks against remount
 2022-12-21 12:26 UTC  (6+ messages)

[PATCH] btrfs: fix compat_ro checks against remount
 2022-12-21  8:53 UTC  (6+ messages)

[PATCH] btrfs: refuse to remount read-write with unsupported compat-ro features
 2022-12-20 19:53 UTC  (5+ messages)

[PATCH] btrfs-progs: corrupt-block: fix the mismatch in --root and -r options
 2022-12-20 19:49 UTC  (2+ messages)

[PATCH] btrfs: don't clear EXTENT_BUFFER_DIRTY bit if the tree block is not dirtied in our transaction
 2022-12-20 18:57 UTC  (2+ messages)

[PATCH] btrfs: fix fscrypt name leak after failure to join log transaction
 2022-12-20 18:35 UTC  (3+ messages)

[PATCH 0/4] btrfs: delayed_ref parameter cleanup
 2022-12-20 18:33 UTC  (3+ messages)

[PATCH] btrfs: fix uninitialized return value in raid56 scrub code
 2022-12-20 18:03 UTC  (4+ messages)

[PATCH] fstests: skip btrfs/253 for zoned devices
 2022-12-20 14:48 UTC  (4+ messages)

Doing anything with the external disk except mounting causes whole system lockup
 2022-12-20 11:56 UTC  (3+ messages)

[PATCH v2] btrfs: new test for logical inode resolution panic
 2022-12-20 11:33 UTC  (2+ messages)

[PATCH] fstests: report: always save the dmesg as system-err if KEEP_DMESG is set
 2022-12-20  0:55 UTC  (7+ messages)

[PATCH] fstests: report: add arch and kernel version info into testsuite attributes
 2022-12-20  0:00 UTC  (5+ messages)

[syzbot] general protection fault in detach_extent_buffer_page (3)
 2022-12-19  9:05 UTC 

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

[syzbot] WARNING in add_to_free_space_tree
 2022-12-18 20:11 UTC 

Recurring CSUM errors in root -9 when balancing and various files on scrub
 2022-12-17 20:29 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 20/22] btrfs: do not panic if we can't allocate a prealloc extent state
 2022-12-17 15:27 UTC 

[PATCH] fsverity: don't check builtin signatures when require_signatures=0
 2022-12-17  3:53 UTC  (5+ messages)

[PATCH] btrfs: scrub: improve its tree block error reporting
 2022-12-17  2:34 UTC 

[PATCH 0/8] extent buffer dirty cleanups
 2022-12-17  2:10 UTC  (6+ messages)
` [PATCH 2/8] btrfs: do not check header generation in btrfs_clean_tree_block

[PATCH] fsverity: mark builtin signatures as deprecated
 2022-12-17  2:04 UTC  (8+ messages)

[PATCH] Use pread/pwrite/ftruncate/stat instead of 64bit equivalents
 2022-12-16 22:26 UTC  (2+ messages)

[PATCH] btrfs: new test for logical inode resolution panic
 2022-12-16 21:56 UTC  (6+ messages)

[PATCH] btrfs: fix logical_ino ioctl panic
 2022-12-16 17:52 UTC  (3+ messages)

[PATCH v4 0/5] btrfs: data block group size classes
 2022-12-16  8:07 UTC  (9+ messages)
` [PATCH v4 1/5] btrfs: use ffe_ctl in btrfs allocator tracepoints
` [PATCH v4 2/5] btrfs: add more ffe tracepoints
` [PATCH v4 3/5] btrfs: introduce size class to block group allocator
` [PATCH v4 4/5] btrfs: load block group size class when caching
` [PATCH v4 5/5] btrfs: dont use size classes for zoned file systems

[PATCH 0/9] btrfs: more optimizations for lseek and fiemap
 2022-12-16  6:53 UTC  (4+ messages)

[RFC PATCH] fstests: add basic json output support
 2022-12-15 23:39 UTC  (3+ messages)

A BTRFS filesystem where the scrub is okay and check returns extents errors
 2022-12-15 19:38 UTC 

[PATCH] fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
 2022-12-15  6:04 UTC 

[PATCH 0/4] fsverity cleanups
 2022-12-14 23:10 UTC  (6+ messages)
` [PATCH 1/4] fsverity: optimize fsverity_file_open() on non-verity files
` [PATCH 2/4] fsverity: optimize fsverity_prepare_setattr() "
` [PATCH 3/4] fsverity: optimize fsverity_cleanup_inode() "
` [PATCH 4/4] fsverity: pass pos and size to ->write_merkle_tree_block

[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  (2+ messages)

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

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

small raid56 cleanups v2
 2022-12-14 16:45 UTC  (14+ messages)
` [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)

[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  (5+ messages)
` [PATCH 1/3] btrfs: refactor anon_dev with new_fs_root_args for create subvolume/snapshot

[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  (2+ messages)

[PATCH v4 0/9] btrfs: introduce RAID stripe tree
 2022-12-13 17:48 UTC  (10+ messages)
` [PATCH v4 3/9] btrfs: add support for inserting raid stripe extents

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

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


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