messages from 2022-08-13 01:50:33 to 2022-08-18 03:08:28 UTC [more...]
[PATCH] btrfs: Test xattr changes for read-only btrfs property
2022-08-18 3:07 UTC (4+ messages)
stalling IO regression in linux 5.12
2022-08-18 2:30 UTC (21+ messages)
` stalling IO regression since linux 5.12, through 5.18
[PATCH 0/2] btrfs: fix filesystem corruption caused by space cache race
2022-08-18 0:30 UTC (12+ 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 20:35 UTC (10+ 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()
[PATCH STABLE 5.18 0/2] btrfs: raid56 backports to reduce destructive RMW
2022-08-17 16:23 UTC (5+ messages)
[PATCH 00/21] btrfs: add fscrypt integration
2022-08-17 15:54 UTC (23+ messages)
` [PATCH 01/21] fscrypt: expose fscrypt_nokey_name
` [PATCH 02/21] fscrypt: add flag allowing partially-encrypted directories
` [PATCH 03/21] fscrypt: add fscrypt_have_same_policy() to check inode's compatibility
` [PATCH 04/21] fscrypt: add a function for a filesystem to generate an IV
` [PATCH 05/21] fscrypt: add new encryption policy for btrfs
` [PATCH 06/21] btrfs: store directorys' encryption state
` [PATCH 07/21] btrfs: use fscrypt_name's instead of name/len everywhere
` [PATCH 08/21] btrfs: setup fscrypt_names from dentrys using helper
` [PATCH 09/21] btrfs: factor a fscrypt_name matching method
` [PATCH 10/21] btrfs: disable various operations on encrypted inodes
` [PATCH 11/21] btrfs: add fscrypt operation table to superblock
` [PATCH 12/21] btrfs: start using fscrypt hooks
` [PATCH 13/21] btrfs: add fscrypt_context items
` [PATCH 14/21] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH 15/21] btrfs: add iv generation function for fscrypt
` [PATCH 16/21] btrfs: store an IV per encrypted normal file extent
` [PATCH 17/21] btrfs: Add new FEATURE_INCOMPAT_FSCRYPT feature flag
` [PATCH 18/21] btrfs: reuse encrypted filename hash when possible
` [PATCH 19/21] btrfs: adapt directory read and lookup to potentially encrypted filenames
` [PATCH 20/21] btrfs: encrypt normal file extent data if appropriate
` [PATCH 21/21] btrfs: implement fscrypt ioctls
[PATCH v3]btrfs: round down stripe size and chunk size to pow of 2
2022-08-17 14:58 UTC
[PATCH] fs: btrfs: fix possible memory leaks in btrfs_get_dev_args_from_path()
2022-08-17 14:42 UTC (3+ messages)
[PATCH 0/2] fstests: add btrfs encryption support
2022-08-17 14:45 UTC (3+ messages)
` [PATCH 1/2] fstests: fscrypt: enable btrfs testing
` [PATCH 2/2] fstests: fscrypt: update tests of encryption contents for btrfs
[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
[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
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 (9+ 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 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)
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 1/1] btrfs: Annotate the reservation space wait event with lockdep
2022-08-13 6:46 UTC (3+ messages)
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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox