public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-20 14:12:46 to 2023-01-03 08:48:41 UTC [more...]

[PATCH 0/2] btrfs: add error reports for possible run_one_delayed_ref()
 2023-01-03  8:48 UTC  (6+ messages)
` [PATCH 1/2] btrfs: add extra error message for tree block level mismatch
` [PATCH 2/2] btrfs: always report error for run_one_delayed_ref()

[PATCH] btrfs: don't trigger BUG_ON() when repair happens with dev-replace
 2023-01-03  8:29 UTC  (7+ messages)

[PATCH v3] btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
 2023-01-03  5:47 UTC  (2+ messages)

[PATCH] brtfs: use PAGE_ALIGNED macro
 2023-01-03  2:56 UTC  (5+ messages)
  ` [PATCH v2] "

[RFC PATCH 00/17] fscrypt: add per-extent encryption keys
 2023-01-03  1:23 UTC  (25+ messages)
` [RFC PATCH 01/17] fscrypt: factor accessing inode->i_crypt_info
` [RFC PATCH 02/17] fscrypt: separate getting info for a specific block
` [RFC PATCH 03/17] fscrypt: adjust effective lblks based on extents
` [RFC PATCH 04/17] fscrypt: factor out fscrypt_set_inode_info()
` [RFC PATCH 05/17] fscrypt: use parent dir's info for extent-based encryption
` [RFC PATCH 06/17] fscrypt: add a super_block pointer to fscrypt_info
` [RFC PATCH 07/17] fscrypt: update comments about inodes to include extents
` [RFC PATCH 08/17] fscrypt: rename mk->mk_decrypted_inodes*
` [RFC PATCH 09/17] fscrypt: make fscrypt_setup_encryption_info generic for extents
` [RFC PATCH 10/17] fscrypt: let fscrypt_infos be owned by an extent
` [RFC PATCH 11/17] fscrypt: update all the *per_file_* function names
` [RFC PATCH 12/17] fscrypt: notify per-extent infos if master key vanishes
` [RFC PATCH 13/17] fscrypt: use an optional ino equivalent for per-extent infos
` [RFC PATCH 14/17] fscrypt: add creation/usage/freeing of "
` [RFC PATCH 15/17] fscrypt: allow load/save of extent contexts
` [RFC PATCH 16/17] fscrypt: disable inline encryption for extent-based encryption
` [RFC PATCH 17/17] fscrypt: update documentation to mention per-extent keys

btrfs-progs 6.1 broke the build for multiple applications
 2023-01-03  0:11 UTC 

[regression] Bug 216851 - btrfs write time corrupting for log tree
 2023-01-02 23:38 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 6.2-rc3
 2023-01-02 19:11 UTC  (2+ messages)

Repression on lseek (holes) on 1-byte files since Linux 6.1-rc1
 2023-01-02 15:42 UTC  (4+ messages)
` Repression on lseek (holes) on 1-byte files since Linux 6.1-rc1 #forregzbot

[PATCH] btrfs: fix off-by-one in delalloc search during lseek
 2023-01-02 15:29 UTC  (3+ messages)

[PATCH 0/2] btrfs: fixes for commit 947a629988f1 ("btrfs: move tree block parentness check into validate_extent_buffer()")
 2023-01-02 15:14 UTC  (5+ messages)
` [PATCH 1/2] btrfs: add error message for metadata level mismatch
` [PATCH 2/2] btrfs: fix the false alert on bad tree level

[PATCH] btrfs: Fix ASSERT of em->len when getting extent
 2023-01-02 15:01 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: fix the uuid report in "btrfs subvolume list -u"
 2023-01-02 13:02 UTC  (7+ messages)
` [PATCH 1/2] btrfs-progs: fix the wrong timestamp and UUID check for root items
` [PATCH 2/2] btrfs-progs: misc-tests: add a test case to make sure uuid is correctly reported

[PATCH 0/8] Fixup uninitialized warnings and enable extra checks
 2023-01-02 12:42 UTC  (18+ messages)
` [PATCH 1/8] btrfs: fix uninit warning in run_one_async_start
` [PATCH 3/8] btrfs: fix uninit warning from get_inode_gen usage
` [PATCH 6/8] btrfs: extract out zone cache usage into it's own helper
` [PATCH 8/8] btrfs: turn on -Wmaybe-uninitialized

[PATCH] btrfs: handle -Wmaybe-uninitialized with clang
 2023-01-02 12:05 UTC  (3+ messages)

[syzbot] [btrfs?] KASAN: use-after-free Read in wait_subpage_spinlock
 2023-01-02 10:01 UTC 

Buggy behaviour after replacing failed disk in RAID1
 2023-01-02  0:15 UTC  (6+ messages)

btrfs qgroup warning
 2023-01-01  0:17 UTC  (2+ messages)

[PATCH 1/2] Check return value of unpin_exten_cache
 2023-01-01  0:11 UTC  (4+ messages)
` [PATCH 2/2] Fix several style errors in fs/btrfs/inode.c

btrfs blocks suspend while scrub is running
 2022-12-31 23:51 UTC 

[PATCH 0/2] Check the return value of unpin_exten_cache. Cleanup style
 2022-12-31 18:47 UTC 

[PATCH] Check the return value of unpin_exten_cache. Cleanup style
 2022-12-31 14:41 UTC 

Possible bug in BTRFS w/ Duplication
 2022-12-31  0:10 UTC  (4+ messages)

[PATCH] fs/btrfs: handle data extents, which crosss stripe boundaries, correctly
 2022-12-30  1:07 UTC 

[syzbot] [btrfs?] WARNING in btrfs_finish_ordered_io
 2022-12-29 11:49 UTC 

[6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
 2022-12-29  3:05 UTC  (24+ messages)
        ` Write time corrupting for log tree
` [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes #forregzbot

[PATCH] btrfs/154: migrate to python3
 2022-12-28 12:03 UTC  (6+ messages)

recurring corruption with latest kernels
 2022-12-27 23:20 UTC  (6+ messages)

[PoC PATCH 07/11] btrfs: scrub: add raid56 P/Q scrubbing support
 2022-12-27 10:45 UTC  (2+ messages)

[PATCH] fstests: report/xunit: report excluded test cases
 2022-12-25 11:10 UTC 

Is btrfs dying after removing many snapshots?
 2022-12-25  8:54 UTC  (2+ messages)

Doing anything with the external disk except mounting causes whole system lockup
 2022-12-25  0:40 UTC  (4+ messages)

Btrfs progs release 6.1
 2022-12-24 10:20 UTC  (2+ messages)

[PATCH v2 00/11] fsverity: support for non-4K pages
 2022-12-23 20:36 UTC  (12+ messages)
` [PATCH v2 01/11] fsverity: use unsigned long for level_start
` [PATCH v2 02/11] fsverity: simplify Merkle tree readahead size calculation
` [PATCH v2 03/11] fsverity: store log2(digest_size) precomputed
` [PATCH v2 04/11] fsverity: use EFBIG for file too large to enable verity
` [PATCH v2 05/11] fsverity: replace fsverity_hash_page() with fsverity_hash_block()
` [PATCH v2 06/11] fsverity: support verification with tree block size < PAGE_SIZE
` [PATCH v2 07/11] fsverity: support enabling "
` [PATCH v2 08/11] ext4: simplify ext4_readpage_limit()
` [PATCH v2 09/11] f2fs: simplify f2fs_readpage_limit()
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()
` [PATCH v2 11/11] ext4: allow verity with fs block size < PAGE_SIZE

Recurring CSUM errors in root -9 when balancing and various files on scrub
 2022-12-23 15:17 UTC  (3+ messages)
  ` Re[2]: "

[syzbot] [btrfs?] BUG: unable to handle kernel paging request in btrfs_is_subpage
 2022-12-23 10:58 UTC 

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

Separate mailing list (and git and patchwork) for fsverity?
 2022-12-22 16:51 UTC  (3+ messages)

Which dashboard do most fs developers use for the fstests results?
 2022-12-22 12:08 UTC 

[PATCH v2 1/2] btrfs-progs: fi show: Print missing device for a mounted file system
 2022-12-22 11:55 UTC  (2+ messages)

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

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

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


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