messages from 2022-08-17 11:23:07 to 2022-08-22 10:51:54 UTC [more...]
[PATCH 00/15] btrfs: some updates to delayed items and inode logging
2022-08-22 10:51 UTC (12+ messages)
` [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 v2 00/15] btrfs: some updates to delayed items and inode logging
` [PATCH v2 01/15] btrfs: don't drop dir index range items when logging a directory
LTS kernel Linux 4.14.290 unable to boot with edk2-ovmf (x86_64 UEFI runtime)
2022-08-22 9:00 UTC (11+ messages)
[PATCH] btrfs-progs: scrub: add extra warning for scrub on single device
2022-08-22 8:07 UTC (3+ messages)
[btrfs] e7764bccae: WARNING:at_fs/btrfs/delayed-inode.c:#btrfs_assert_delayed_root_empty[btrfs]
2022-08-22 7:46 UTC
[PATCH STABLE 5.15 0/5] btrfs: zoned: backport max_extent_size fix
2022-08-22 6:07 UTC (6+ messages)
` [PATCH STABLE 5.15 1/5] block: add a bdev_max_zone_append_sectors helper
` [PATCH STABLE 5.15 2/5] block: add bdev_max_segments() helper
` [PATCH STABLE 5.15 3/5] btrfs: zoned: revive max_zone_append_bytes
` [PATCH STABLE 5.15 4/5] btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
` [PATCH STABLE 5.15 5/5] btrfs: convert count_max_extents() to use fs_info->max_extent_size
[PATCH] btrfs: zoned: revert mistakenly removed space accounting
2022-08-22 4:08 UTC
[PATCH] fstests: btrfs: test incremental send for changed reference paths
2022-08-22 0:50 UTC (3+ messages)
misc-next e9a9bca06a61: kernel BUG at fs/btrfs/tree-mod-log.c:675
2022-08-21 6:08 UTC (4+ messages)
` kernel BUG at fs/btrfs/tree-mod-log.c:675, now in 5.18+
What exactly is BTRFS Raid 10?
2022-08-21 0:23 UTC (9+ messages)
btrfs I/O completion cleanup and single device I/O optimizations v3
2022-08-20 11:34 UTC (16+ messages)
` [PATCH 04/11] btrfs: don't take a bio_counter reference for cloned bios
` [PATCH 05/11] btrfs: remove bioc->stripes_pending
` [PATCH 07/11] btrfs: give struct btrfs_bio a real end_io handler
` [PATCH 08/11] btrfs: split submit_stripe_bio
` [PATCH 09/11] btrfs: simplify the submit_stripe_bio calling convention
` [PATCH 10/11] btrfs: make the btrfs_io_context allocation in __btrfs_map_block optional
[PATCH STABLE 4.14 0/2] btrfs: raid56: backporst to reduce corruption
2022-08-20 8:49 UTC (3+ messages)
` [PATCH STABLE 4.14 1/2] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH STABLE 4.14 2/2] btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
stalling IO regression in linux 5.12
2022-08-20 7:00 UTC (32+ messages)
` stalling IO regression since linux 5.12, through 5.18
[PATCH STABLE 4.19 0/2] btrfs: raid56: backports to reduce corruption
2022-08-20 7:00 UTC (3+ messages)
` [PATCH STABLE 4.19 1/2] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH STABLE 4.19 2/2] btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
[PATCH STABLE 5.4 0/2] btrfs: raid56: backports to reduce corruption
2022-08-20 6:35 UTC (3+ messages)
` [PATCH STABLE 5.4 1/2] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH STABLE 5.4 2/2] btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
[PATCH] btrfs: take the correct ctl lock when removing free space cache
2022-08-20 1:39 UTC (4+ messages)
[PATCH 00/21] btrfs: add fscrypt integration
2022-08-20 0:50 UTC (26+ 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 v4] fstests: add btrfs fs-verity send/recv test
2022-08-19 22:38 UTC (2+ messages)
[PATCH] btrfs: don't allow large NOWAIT direct reads
2022-08-19 22:11 UTC (3+ messages)
[GIT PULL] Btrfs fixes for 6.0-rc2
2022-08-19 21:14 UTC (2+ messages)
[PATCH v2] btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path
2022-08-19 16:42 UTC (2+ messages)
[PATCH] btrfs: handle DIO read faults properly
2022-08-19 15:55 UTC (3+ messages)
[PATCH STABLE 5.10 0/2] btrfs: raid56: backports to reduce corruption
2022-08-19 14:39 UTC (4+ messages)
` [PATCH STABLE 5.10 1/2] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH STABLE 5.10 2/2] btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
[PATCH STABLE 5.15 0/2] btrfs: raid56: backports to reduce corruption
2022-08-19 11:21 UTC (4+ messages)
` [PATCH STABLE 5.15 1/2] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH STABLE 5.15 2/2] btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
[PATCH v3] fstests: add btrfs fs-verity send/recv test
2022-08-19 11:09 UTC (3+ messages)
[PATCH] btrfs: use blk_opf_t for opf
2022-08-19 7:46 UTC
[PATCH STABLE 5.18 0/2] btrfs: raid56: backports to reduce corruption
2022-08-19 7:40 UTC (3+ messages)
` [PATCH STABLE 5.18 1/2] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH STABLE 5.18 2/2] btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
[PATCH STABLE 5.19 0/2] btrfs: raid56: backports to reduce corruption
2022-08-19 7:18 UTC (5+ messages)
` [PATCH STABLE 5.19 1/2] btrfs: only write the sectors in the vertical stripe which has data stripes
` [PATCH STABLE 5.19 2/2] btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()
[PATCH 0/2] btrfs: fix filesystem corruption caused by space cache race
2022-08-19 0:16 UTC (13+ messages)
` [PATCH 1/2] btrfs: fix space cache corruption and potential double allocations
[PATCH v2] fstests: add btrfs fs-verity send/recv test
2022-08-18 22:06 UTC (2+ messages)
[PATCH] fstests: add btrfs fs-verity send/recv test
2022-08-18 19:38 UTC (3+ messages)
[PATCH v4] btrfs: send: add support for fs-verity
2022-08-18 18:49 UTC (7+ messages)
[PATCH] fs/btrfs: Use atomic_try_cmpxchg in free_extent_buffer
2022-08-18 17:14 UTC (2+ messages)
[PATCH v2 0/2] btrfs: send: fix failures when processing inodes with no links
2022-08-18 13:46 UTC (5+ messages)
` [PATCH v2 2/2] "
[PATCH v2] btrfs: don't merge pages into bio if their page offset is not continuous
2022-08-18 12:50 UTC (2+ messages)
[PATCH] btrfs: don't update the block group item if used bytes are the same
2022-08-18 12:26 UTC (4+ messages)
[PATCH 0/2] btrfs: fix a lockdep_assert_locked() warning
2022-08-18 12:14 UTC (3+ messages)
` [PATCH 1/2] btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure
[PATCH] btrfs: update generation of hole file extent item when merging holes
2022-08-18 12:10 UTC (2+ messages)
[PATCH] btrfs: scrub: remove impossible sanity checks
2022-08-18 12:07 UTC (2+ messages)
[PATCH] btrfs: Test xattr changes for read-only btrfs property
2022-08-18 10:44 UTC (6+ messages)
[PATCH v6 0/4] btrfs: sysfs: set / query btrfs chunk size
2022-08-18 10:40 UTC (6+ messages)
` [PATCH v6 1/4] btrfs: store chunk size in space-info struct
[PATCH] btrfs: fix the max chunk size and stripe length calculation
2022-08-18 8:13 UTC (3+ messages)
[PATCH] btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path
2022-08-18 8:00 UTC (6+ messages)
[PATCH][next] btrfs: Fix spelling mistake "deivce" -> "device"
2022-08-18 7:55 UTC
[PATCH v3]btrfs: round down stripe size and chunk size to pow of 2
2022-08-18 6:25 UTC (4+ messages)
[PATCH v2] btrfs: Check if root is readonly while setting security xattr
2022-08-18 3:42 UTC (3+ messages)
[PATCH v2 0/7] Convert to filemap_get_folios_contig()
2022-08-17 20:35 UTC (4+ messages)
` [PATCH v2 5/7] nilfs2: Convert nilfs_find_uncommited_extent() to use filemap_get_folios_contig()
[PATCH STABLE 5.18 0/2] btrfs: raid56 backports to reduce destructive RMW
2022-08-17 16:23 UTC (5+ messages)
[PATCH] fs: btrfs: fix possible memory leaks in btrfs_get_dev_args_from_path()
2022-08-17 14:42 UTC (2+ 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 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
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