linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 20:26:37 to 2021-03-18 10:51:13 UTC [more...]

kernel 5.11.x: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:281
 2021-03-18 10:50 UTC 

[PATCH v2] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2021-03-18  9:42 UTC  (4+ messages)

[btrfs] 5297199a8b: xfstests.btrfs.220.fail
 2021-03-18  2:37 UTC  (3+ messages)

[PATCH v2] btrfs-progs: common: make sure that qgroup id is in range
 2021-03-18  2:35 UTC  (5+ messages)

[PATCH 0/1] btrfs-progs: libbtrfsutil: Relicense to LGPLv2.1+
 2021-03-18  0:32 UTC  (5+ messages)
` [PATCH 1/1] "

[RFC] btrfs: Allow read-only mount with corrupted extent tree
 2021-03-17 23:49 UTC  (5+ messages)

[PATCH v8 00/10] fs: interface for directly reading/writing compressed data
 2021-03-17 23:47 UTC  (17+ messages)
` [PATCH man-pages v8] Document encoded I/O
` [PATCH v8 01/10] iov_iter: add copy_struct_from_iter()
` [PATCH v8 02/10] fs: add O_ALLOW_ENCODED open flag
` [PATCH v8 03/10] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v8 04/10] btrfs: fix check_data_csum() error message for direct I/O
` [PATCH v8 05/10] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v8 06/10] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v8 07/10] btrfs: support different disk extent size for delalloc
` [PATCH v8 08/10] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v8 09/10] btrfs: implement RWF_ENCODED reads
` [PATCH v8 10/10] btrfs: implement RWF_ENCODED writes

Fwd: btrfs-progs: libbtrfsutil is under LGPL-3.0 and statically liked into btrfs
 2021-03-17 20:06 UTC  (3+ messages)

[PATCH] btrfs: fix subvolume/snapshot deletion not triggered on mount
 2021-03-17 17:57 UTC  (2+ messages)

[PATCH v2] btrfs: Use immediate assignment when referencing cc-option
 2021-03-17 17:05 UTC  (2+ messages)

[PATCH] btrfs: zoned: automatically reclaim zones
 2021-03-17 15:40 UTC  (7+ messages)

Linux RAID with btrfs stuck and consume 100 % CPU
 2021-03-17 15:55 UTC  (11+ messages)

[PATCH 0/3] Handle bad dev_root properly with rescue=all
 2021-03-17 15:30 UTC  (7+ messages)
` [PATCH 1/3] btrfs: init devices always

[PATCH] btrfs: zoned: remove outdated WARN_ON in direct IO
 2021-03-17 14:30 UTC  (6+ messages)

All files are damaged after btrfs restore
 2021-03-17 10:50 UTC  (18+ messages)

[PATCH] btrfs: fix build when using M=fs/btrfs
 2021-03-17 10:43 UTC 

[PATCH 5.4] btrfs: scrub: Don't check free space before marking a block group RO
 2021-03-17  9:51 UTC 

[PATCH] btrfs: Use immediate assignment when referencing cc-option
 2021-03-17  8:39 UTC  (4+ messages)

bcachefs snapshots design doc - RFC
 2021-03-17  7:29 UTC 

[PATCH v4 0/5] btrfs: implement send/receive of compressed extents without decompressing
 2021-03-16 19:44 UTC  (17+ messages)
` [PATCH v4 1/5] btrfs: add send stream v2 definitions
` [PATCH v4 01/11] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v4 02/11] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v4 2/5] btrfs: send: write larger chunks when using stream v2
` [PATCH v4 03/11] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v4 3/5] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v4 04/11] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v4 4/5] btrfs: send: send compressed extents with encoded writes
` [PATCH v4 05/11] btrfs-progs: receive: add stub implementation for pwritev2
` [PATCH v4 5/5] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v4 06/11] btrfs-progs: receive: process encoded_write commands
` [PATCH v4 07/11] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v4 08/11] btrfs-progs: receive: process fallocate commands
` [PATCH v4 09/11] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v4 10/11] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v4 11/11] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH] btrfs: update outdated comment at btrfs_orphan_cleanup()
 2021-03-16 19:41 UTC  (2+ messages)

[PATCH v2 0/5] btrfs: support fsverity
 2021-03-16 18:44 UTC  (11+ messages)
` [PATCH v2 1/5] btrfs: add compat_flags to btrfs_inode_item
` [PATCH v2 2/5] btrfs: initial fsverity support

[PATCH 0/9] btrfs: bug fixes for the tree mod log and small refactorings
 2021-03-16 16:58 UTC  (9+ messages)
` [PATCH 2/9] btrfs: always pin deleted leaves when there are active tree mod log users
` [PATCH 5/9] btrfs: use a bit to track the existence of "

[PATCH 0/5] btrfs: fix transaction leaks and crashes during unmount
 2021-03-16 16:56 UTC  (5+ messages)
` [PATCH 2/5] btrfs: fix transaction leak and crash after cleaning up orphans on RO mount

[PATCH] btrfs: test delayed subvolume deletion on mount and remount
 2021-03-16 16:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: common: make sure that qgroup id is in range
 2021-03-16 13:03 UTC  (5+ messages)

[PATCH v2] btrfs: add test for cases when a dio write has to fallback to a buffered write
 2021-03-16 12:22 UTC 

[PATCH v2 00/15] btrfs: support read-write for subpage metadata
 2021-03-16 10:27 UTC  (13+ messages)
` [PATCH v2 01/15] btrfs: add sysfs interface for supported sectorsize
` [PATCH v2 02/15] btrfs: use min() to replace open-code in btrfs_invalidatepage()
` [PATCH v2 03/15] btrfs: remove unnecessary variable shadowing "

[PATCH 0/2] btrfs: fixes for subpage which also affect read-only mount
 2021-03-16 10:15 UTC  (12+ messages)
` [PATCH 1/2] btrfs: fix wild pointer access during metadata read failure for subpage
` [PATCH 2/2] btrfs: make reada to be subpage compatible

[PATCH] btrfs: remove duplicated in_range() macro
 2021-03-16 10:04 UTC 

Subject: [PATCH] btrfs-progs: Fix the test for EXT4_EPOCH_MASK
 2021-03-15 23:18 UTC  (6+ messages)
` [PATCH v2] btrfs-progs: build system: "

[PATCH] [PATCH] mm, slub: enable slub_debug static key when creating cache with explicit debug flags
 2021-03-15 17:59 UTC  (6+ messages)

[PATCH] btrfs: zoned: fix linked list corruption after log root tree allocation failure
 2021-03-15 15:34 UTC  (3+ messages)

[PATCH] btrfs: fix slab cache flags for free space tree bitmap
 2021-03-15 14:18 UTC 

[PATCH 0/1] zoned: moving superblock logging zones
 2021-03-15  5:53 UTC  (2+ messages)
` [PATCH] btrfs: zoned: move superblock logging zone location

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-13 22:00 UTC  (8+ messages)

BTRFS error (device sda1): bdev /dev/sdb1 errs: wr 2702175, rd 2719033, flush 0, corrupt 6, gen 0
 2021-03-13 18:02 UTC  (5+ messages)

[PATCH v8 00/39] Cleanup error handling in relocation
 2021-03-12 20:25 UTC  (36+ messages)
` [PATCH v8 04/39] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH v8 06/39] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH v8 07/39] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH v8 08/39] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH v8 09/39] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [PATCH v8 10/39] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v8 11/39] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v8 12/39] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH v8 13/39] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH v8 14/39] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH v8 15/39] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH v8 16/39] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH v8 17/39] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v8 18/39] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH v8 19/39] btrfs: do proper error handling in create_reloc_root
` [PATCH v8 20/39] btrfs: validate ->reloc_root after recording root in trans
` [PATCH v8 21/39] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH v8 22/39] btrfs: change insert_dirty_subvol to return errors
` [PATCH v8 23/39] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH v8 24/39] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH v8 25/39] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH v8 26/39] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH v8 27/39] btrfs: handle btrfs_cow_block errors in replace_path
` [PATCH v8 28/39] btrfs: handle btrfs_search_slot failure "
` [PATCH v8 29/39] btrfs: handle errors in reference count manipulation "
` [PATCH v8 30/39] btrfs: handle extent reference errors in do_relocation
` [PATCH v8 31/39] btrfs: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly
` [PATCH v8 32/39] btrfs: remove the extent item sanity checks in relocate_block_group
` [PATCH v8 33/39] btrfs: do proper error handling in create_reloc_inode
` [PATCH v8 34/39] btrfs: handle __add_reloc_root failures in btrfs_recover_relocation
` [PATCH v8 35/39] btrfs: do not panic in __add_reloc_root
` [PATCH v8 36/39] btrfs: cleanup error handling in prepare_to_merge
` [PATCH v8 37/39] btrfs: handle extent corruption with select_one_root properly
` [PATCH v8 38/39] btrfs: do proper error handling in merge_reloc_roots
` [PATCH v8 39/39] btrfs: check return value of btrfs_commit_transaction in relocation


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