linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-11 06:52:36 to 2022-08-17 14:45:08 UTC [more...]

[PATCH v2] btrfs: Check if root is readonly while setting security xattr
 2022-08-17 14:39 UTC  (3+ messages)

[PATCH 0/6] btrfs-progs: add encryption support
 2022-08-17 14:42 UTC  (7+ messages)
` [PATCH 1/6] btrfs-progs: add fscrypt feature flag
` [PATCH 2/6] btrfs-progs: adjust for new dir flag
` [PATCH 3/6] btrfs-progs: interpret encrypted file extents
` [PATCH 4/6] btrfs-progs: handle fscrypt context items
` [PATCH 5/6] btrfs-progs: escape unprintable characters in names
` [PATCH 6/6] btrfs-progs: update inline extent length checking

stalling IO regression in linux 5.12
 2022-08-17 14:34 UTC  (15+ messages)
        ` stalling IO regression since linux 5.12, through 5.18

[PATCH] btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path
 2022-08-17 12:35 UTC  (4+ messages)

[PATCH 00/15] btrfs: some updates to delayed items and inode logging
 2022-08-17 11:22 UTC  (16+ messages)
` [PATCH 01/15] btrfs: don't drop dir index range items when logging a directory
` [PATCH 02/15] btrfs: remove the root argument from log_new_dir_dentries()
` [PATCH 03/15] btrfs: update stale comment for log_new_dir_dentries()
` [PATCH 04/15] btrfs: free list element sooner at log_new_dir_dentries()
` [PATCH 05/15] btrfs: avoid memory allocation at log_new_dir_dentries() for common case
` [PATCH 06/15] btrfs: remove root argument from btrfs_delayed_item_reserve_metadata()
` [PATCH 07/15] btrfs: store index number instead of key in struct btrfs_delayed_item
` [PATCH 08/15] btrfs: remove unused logic when looking up delayed items
` [PATCH 09/15] btrfs: shrink the size of struct btrfs_delayed_item
` [PATCH 10/15] btrfs: search for last logged dir index if it's not cached in the inode
` [PATCH 11/15] btrfs: move need_log_inode() to above log_conflicting_inodes()
` [PATCH 12/15] btrfs: move log_new_dir_dentries() above btrfs_log_inode()
` [PATCH 13/15] btrfs: log conflicting inodes without holding log mutex of the initial inode
` [PATCH 14/15] btrfs: skip logging parent dir when conflicting inode is not a dir
` [PATCH 15/15] btrfs: use delayed items when logging a directory

[PATCH] btrfs: Test xattr changes for read-only btrfs property
 2022-08-17 10:51 UTC  (2+ messages)

[PATCH 0/2] btrfs: fix filesystem corruption caused by space cache race
 2022-08-17  9:47 UTC  (6+ messages)
` [PATCH 1/2] btrfs: fix space cache corruption and potential double allocations
` [PATCH 2/2] btrfs: get rid of block group caching progress logic

[PATCH v2 0/7] Convert to filemap_get_folios_contig()
 2022-08-17  4:33 UTC  (9+ messages)
` [PATCH v2 1/7] filemap: Add filemap_get_folios_contig()
` [PATCH v2 2/7] btrfs: Convert __process_pages_contig() to use filemap_get_folios_contig()
` [PATCH v2 3/7] btrfs: Convert end_compressed_writeback() to use filemap_get_folios()
` [PATCH v2 4/7] btrfs: Convert process_page_range() to use filemap_get_folios_contig()
` [PATCH v2 5/7] nilfs2: Convert nilfs_find_uncommited_extent() "
` [PATCH v2 6/7] ramfs: Convert ramfs_nommu_get_unmapped_area() "
` [PATCH v2 7/7] filemap: Remove find_get_pages_contig()

Support Question: ERROR: cannot read chunk root ERROR: cannot open file system
 2022-08-16 17:21 UTC  (2+ messages)

[PATCH v2] btrfs: round down stripe size and chunk size to pow of 2
 2022-08-16 15:33 UTC 

Btrfs progs release 5.19
 2022-08-16 13:51 UTC 

[PATCH] btrfs: round down stripe size and chunk size to pow of 2
 2022-08-16 13:29 UTC  (3+ messages)

[PATCH] Check if root is readonly while setting xattr
 2022-08-16 13:03 UTC  (5+ messages)

[PATCH] btrfs-progs: avoid redefined __bitwise__ warning
 2022-08-16 12:18 UTC  (3+ messages)

btrfs subvolume list for not mounted filesystem?
 2022-08-16 11:54 UTC  (2+ messages)

[PATCH v4] btrfs: send: add support for fs-verity
 2022-08-16  9:09 UTC  (2+ messages)

some help for improvement in btrfs
 2022-08-16  5:38 UTC 

[PATCH] btrfs: add test case to check if btrfs RAID5 can detect corrupted data stripe
 2022-08-16  6:21 UTC 

[PATCH v2] btrfs-progs: chunk tree search solution for btrfs249
 2022-08-16  5:18 UTC  (4+ messages)

[PATCH 0/7] Convert to filemap_get_folios_contig()
 2022-08-16  2:47 UTC  (11+ messages)
` [PATCH 1/7] filemap: Add filemap_get_folios_contig()
` [PATCH 2/7] btrfs: Convert __process_pages_contig() to use filemap_get_folios_contig()
` [PATCH 3/7] btrfs: Convert end_compressed_writeback() to use filemap_get_folios()
` [PATCH 4/7] btrfs: Convert process_page_range() to use filemap_get_folios_contig()
` [PATCH 5/7] nilfs2: Convert nilfs_find_uncommited_extent() "
` [PATCH 6/7] ramfs: Convert ramfs_nommu_get_unmapped_area() "
` [PATCH 7/7] filemap: Remove find_get_pages_contig()

misc-next and for-next: kernel BUG at fs/btrfs/extent_io.c:2350! during raid5 recovery
 2022-08-16  1:25 UTC  (11+ messages)

[PATCH] fstests: add btrfs fs-verity send/recv test
 2022-08-15 20:57 UTC 

[PATCH] fs/btrfs: Use atomic_try_cmpxchg in free_extent_buffer
 2022-08-15 21:36 UTC  (2+ messages)

[PATCH] fs: btrfs: fix possible memory leaks in btrfs_get_dev_args_from_path()
 2022-08-15 21:13 UTC  (2+ messages)

[PATCH v3] btrfs-progs: receive: add support for fs-verity
 2022-08-15 20:54 UTC 

regression of f6fca3917b4d (btrfs: store chunk size in space-info struct)
 2022-08-15 15:49 UTC  (2+ messages)

[RFC PATCH 0/2] support all option for resize command
 2022-08-15 12:36 UTC  (3+ messages)
` [RFC PATCH 1/2] btrfs-progs: fi resize: refactor function check_resize_args()
` [RFC PATCH 2/2] btrfs-progs: fi resize: support all option for resize

[PATCH v3 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-08-15 11:45 UTC  (9+ messages)
` [PATCH v3 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH v3 2/8] fs: btrfs: fix a bug which no data get read if the length is not 0
` [PATCH v3 3/8] fs: btrfs: fix a crash if specified range is beyond file size
` [PATCH v3 4/8] fs: btrfs: move the unaligned read code to _fs_read() for btrfs
` [PATCH v3 5/8] fs: ext4: rely on _fs_read() to handle leading unaligned block read
` [PATCH v3 6/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH v3 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH v3 8/8] fs: erofs: add unaligned read range handling

Corrupted btrfs (LUKS), seeking advice
 2022-08-14 13:18 UTC  (11+ messages)

[PATCH STABLE 4.9 4.14] btrfs: reject log replay if there is unsupported RO compat flag
 2022-08-14  5:51 UTC 

[PATCH STABLE 4.19] btrfs: reject log replay if there is unsupported RO compat flag
 2022-08-14  5:48 UTC 

[PATCH STABLE 5.4] btrfs: reject log replay if there is unsupported RO compat flag
 2022-08-14  5:44 UTC 

[PATCH STABLE v5.10] btrfs: reject log replay if there is unsupported RO compat flag
 2022-08-14  5:39 UTC 

Uncorrectable error during multiple scrub (raid5 recovery)
 2022-08-14  5:31 UTC  (5+ messages)

金子工務店 "The Telegraph: $72,000 per day on investments"
 2022-08-14  0:10 UTC 

Corrupt leaf, trying to recover
 2022-08-14  0:11 UTC  (8+ messages)

[PATCH STABLE 5.18 0/2] btrfs: raid56 backports to reduce destructive RMW
 2022-08-13 22:17 UTC  (4+ messages)

du --bytes show different value for btrfs and e.g. ext4 with identical data
 2022-08-13 19:29 UTC  (3+ messages)

A sparse(make C=1) warning in btrfs about the 'blk_opf_t'
 2022-08-13 16:03 UTC  (7+ messages)

[PATCH v2] btrfs: don't merge pages into bio if their page offset is not continuous
 2022-08-13  8:09 UTC  (2+ messages)

[PATCH] btrfs: don't merge pages into bio if their page offset is not continuous
 2022-08-13  7:46 UTC  (4+ messages)

[PATCH] Revert "btrfs: fix repair of compressed extents" and "btrfs: pass a btrfs_bio to btrfs_repair_one_sector"
 2022-08-13  7:12 UTC  (8+ messages)

[PATCH 0/1] btrfs: Add a lockdep annotation for the reservation space wait event
 2022-08-13  6:46 UTC  (4+ messages)
` [PATCH 1/1] btrfs: Annotate the reservation space wait event with lockdep

fix read repair on compressed extents v3
 2022-08-13  5:33 UTC  (4+ messages)
` [PATCH 3/6] btrfs: pass a btrfs_bio to btrfs_repair_one_sector

Out of space; balance crashes (dmesg backtrace), makes filesystem read-only; can't fix
 2022-08-12 19:47 UTC 

[PATCH v2 0/2] btrfs: send: fix failures when processing inodes with no links
 2022-08-12 16:28 UTC  (6+ messages)
` [PATCH v2 1/2] btrfs: send: refactor get_inode_info()
` [PATCH v2 2/2] btrfs: send: fix failures when processing inodes with no links

[PATCH v3 0/2] btrfs: send: fix failures when processing inodes with no links
 2022-08-12 16:21 UTC  (5+ messages)
` [PATCH v3 1/2] btrfs: send: refactor get_inode_info()
` [PATCH v3 2/2] brfs: send: fix failures when processing inodes with no links

[PATCH] btrfs: handle DIO read faults properly
 2022-08-12 15:39 UTC  (3+ messages)

[PATCH 0/2] fix issues during suspended replace operation
 2022-08-12 10:32 UTC  (3+ messages)
` [PATCH 1/2] btrfs: fix assert during replace-cancel of suspended replace-operation
` [PATCH 2/2] btrfs: add info when mount fails due to stale replace target

[PATCH v1] btrfs-progs: chunk tree search solution for btrfs249
 2022-08-12  7:57 UTC  (2+ messages)

[RFC PATCH 0/2] btrfs: Add a lockdep annotation for the extent bits wait event
 2022-08-12  0:42 UTC  (3+ messages)
` [RFC PATCH 1/2] btrfs: Add lockdep wrappers around the extent bits locking and unlocking functions
` [RFC PATCH 2/2] btrfs: Lockdep annotations for the extent bits wait event

[PATCH 0/1] btrfs: Add macros for multilevel wait event annotations with lockdep
 2022-08-12  0:17 UTC  (2+ messages)
` [PATCH 1/1] btrfs: Macros for multilevel annotations of wait events "

[PATCH] generic: test fsync after punching hole adjacent to an existing hole
 2022-08-11 17:05 UTC  (5+ messages)

[PATCH AUTOSEL 5.15 61/69] btrfs: output mirror number for bad metadata
 2022-08-11 15:56 UTC 

[PATCH AUTOSEL 5.18 84/93] btrfs: output mirror number for bad metadata
 2022-08-11 15:42 UTC 

[PATCH AUTOSEL 5.19 093/105] btrfs: output mirror number for bad metadata
 2022-08-11 15:28 UTC  (2+ messages)
` [PATCH AUTOSEL 5.19 094/105] btrfs: repair all known bad mirrors

[PATCH] btrfs-progs: fi resize: fix return value check_resize_args()
 2022-08-11 15:22 UTC 

btrfs replace interrupted + corruptes fs
 2022-08-11  6:52 UTC  (3+ messages)


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