public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-17 15:31:52 to 2023-07-22 10:08:17 UTC [more...]

Out of space loop: skip_balance not working
 2023-07-22 10:08 UTC  (20+ messages)

race condition mounting multi-device iscsi volume, not resolved in newer kernels
 2023-07-22  6:52 UTC  (5+ messages)

[PATCH 0/2] btrfs: fixes for missing error reporting when attaching to a transaction
 2023-07-21 23:17 UTC  (6+ messages)
` [PATCH 1/2] btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
` [PATCH 2/2] btrfs: check for commit error at btrfs_attach_transaction_barrier()

[PATCH v3 00/20] btrfs: simple quotas
 2023-07-21 23:09 UTC  (22+ messages)
` [PATCH v3 01/20] btrfs: free qgroup rsv on io failure
` [PATCH v3 02/20] btrfs: fix start transaction qgroup rsv double free
` [PATCH v3 03/20] btrfs: introduce quota mode
` [PATCH v3 04/20] btrfs: add new quota mode for simple quotas
` [PATCH v3 05/20] btrfs: expose quota mode via sysfs
` [PATCH v3 06/20] btrfs: add simple_quota incompat feature to sysfs
` [PATCH v3 07/20] btrfs: flush reservations during quota disable
` [PATCH v3 08/20] btrfs: create qgroup earlier in snapshot creation
` [PATCH v3 09/20] btrfs: function for recording simple quota deltas
` [PATCH v3 10/20] btrfs: rename tree_ref and data_ref owning_root
` [PATCH v3 11/20] btrfs: track owning root in btrfs_ref
` [PATCH v3 12/20] btrfs: track original extent owner in head_ref
` [PATCH v3 13/20] btrfs: new inline ref storing owning subvol of data extents
` [PATCH v3 14/20] btrfs: inline owner ref lookup helper
` [PATCH v3 15/20] btrfs: record simple quota deltas
` [PATCH v3 16/20] btrfs: simple quota auto hierarchy for nested subvols
` [PATCH v3 17/20] btrfs: check generation when recording simple quota delta
` [PATCH v3 18/20] btrfs: track metadata relocation cow with simple quota
` [PATCH v3 19/20] btrfs: track data relocation "
` [PATCH v3 20/20] btrfs: only set QUOTA_ENABLED when done reading qgroups

[PATCH v2] btrfs: wait for actual caching progress during allocation
 2023-07-21 20:28 UTC  (2+ messages)

[PATCH] fstests: make check actually honor expunged list
 2023-07-21 20:04 UTC  (2+ messages)

[PATCH v3 0/8] btrfs: preparation patches for the incoming metadata folio conversion
 2023-07-21 15:13 UTC  (8+ messages)

[PATCH v2 00/20] btrfs: simple quotas
 2023-07-21 13:38 UTC  (23+ messages)
` [PATCH v2 01/20] btrfs: free qgroup rsv on io failure
` [PATCH v2 02/20] btrfs: fix start transaction qgroup rsv double free
` [PATCH v2 03/20] btrfs: introduce quota mode
` [PATCH v2 04/20] btrfs: add new quota mode for simple quotas
` [PATCH v2 05/20] btrfs: expose quota mode via sysfs
` [PATCH v2 06/20] btrfs: add simple_quota incompat feature to sysfs
` [PATCH v2 07/20] btrfs: flush reservations during quota disable
` [PATCH v2 08/20] btrfs: create qgroup earlier in snapshot creation
` [PATCH v2 09/20] btrfs: function for recording simple quota deltas
` [PATCH v2 10/20] btrfs: rename tree_ref and data_ref owning_root
` [PATCH v2 11/20] btrfs: track owning root in btrfs_ref
` [PATCH v2 12/20] btrfs: track original extent owner in head_ref
` [PATCH v2 13/20] btrfs: new inline ref storing owning subvol of data extents
` [PATCH v2 14/20] btrfs: inline owner ref lookup helper
` [PATCH v2 15/20] btrfs: record simple quota deltas
` [PATCH v2 16/20] btrfs: simple quota auto hierarchy for nested subvols
` [PATCH v2 17/20] btrfs: check generation when recording simple quota delta
` [PATCH v2 18/20] btrfs: track metadata relocation cow with simple quota
` [PATCH v2 19/20] btrfs: track data relocation "
` [PATCH v2 20/20] btrfs: only set QUOTA_ENABLED when done reading qgroups

[PATCH v2] btrfs: propagate error from function unpin_extent_cache()
 2023-07-21  9:02 UTC  (3+ messages)

RAID mount fails after upgrading to kernel 6.2.0
 2023-07-21  8:02 UTC  (8+ messages)

[PATCH v2] btrfs: zoned: do not zone finish data relocation block group
 2023-07-21  7:42 UTC 

[PATCH 0/3] btrfs: fix generic/475 hang
 2023-07-21  7:36 UTC  (9+ messages)
` [PATCH 1/3] btrfs: wait for block groups to finish caching during allocation
` [PATCH 2/3] btrfs: move comments to btrfs_loop_type definition
` [PATCH 3/3] btrfs: cycle through the RAID profiles as a last resort

[PATCH v2 0/2] btrfs-progs: some zoned mkfs fixups
 2023-07-21  6:43 UTC  (7+ messages)
` [PATCH v2 2/2] btrfs-progs: set the proper minimum size for a zoned file system

[PATCH v2 0/8] btrfs-progs: simple quotas
 2023-07-20 22:57 UTC  (9+ messages)
` [PATCH v2 1/8] btrfs-progs: document squotas
` [PATCH v2 2/8] btrfs-progs: simple quotas kernel definitions
` [PATCH v2 3/8] btrfs-progs: simple quotas dump commands
` [PATCH v2 4/8] btrfs-progs: simple quotas fsck
` [PATCH v2 5/8] btrfs-progs: simple quotas mkfs
` [PATCH v2 6/8] btrfs-progs: simple quotas btrfstune
` [PATCH v2 7/8] btrfs-progs: simple quotas enable cmd
` [PATCH v2 8/8] btrfs-progs: tree-checker: handle owner ref items

[GIT PULL] Btrfs fixes for 6.5-rc3
 2023-07-20 15:54 UTC  (2+ messages)

[PATCH 00/11] btrfs-progs: fix bugs and CHANGING_FSID_V2 flag
 2023-07-20 14:33 UTC  (15+ messages)
` [PATCH 02/11] btrfs-progs: call warn() for missing device
` [PATCH 05/11] btrfs-progs: tune: check "
` [PATCH 08/11] btrfs-progs: track total_devs in fs devices
` [PATCH 11/11] btrfs-progs: tune: fix incomplete fsid_change

flapping scrub tests?
 2023-07-20 14:14 UTC  (2+ messages)

[PATCH] btrfs: use WARN_ON_ONCE in btrfs_destroy_inode
 2023-07-20 13:50 UTC 

permanently wedged in filesystem, fs/btrfs/relocation.c:1937 prepare_to_merge
 2023-07-20 13:42 UTC 

split btrfs_load_block_group_zone_info
 2023-07-20 13:32 UTC  (2+ messages)

[PATCH 0/5] btrfs: scrub: fix the scrub performance regression caused by unnecessary extent/csum tree searchs
 2023-07-20 13:27 UTC  (7+ messages)
` [PATCH 1/5] btrfs: scrub: avoid unnecessary extent tree search preparing stripes
` [PATCH 2/5] btrfs: scrub: avoid unnecessary csum "
` [PATCH 3/5] btrfs: scrub: move write back of repaired sectors into scrub_stripe_read_repair_worker()
` [PATCH 4/5] btrfs: scrub: don't go ordered workqueue for dev-replace
` [PATCH 5/5] btrfs: scrub: extract the stripe group submission into a helper

btrfs compressed writeback cleanups
 2023-07-20 13:26 UTC  (8+ messages)
` [PATCH 01/23] btrfs: pass a flags argument to cow_file_range
` [PATCH 19/23] btrfs: don't redirty pages in compress_file_range

[PATCH] btrfs: account block group tree when calculating global reserve size
 2023-07-20 13:12 UTC  (2+ messages)

[PATCH] btrfs: Modify format error
 2023-07-20 11:08 UTC  (2+ messages)

[PATCH] btrfs: turn unpin_extent_cache() into a void function
 2023-07-20 11:04 UTC  (4+ messages)

[PATCH 0/2] btrfs-progs: fix dump-super metadata_uuid
 2023-07-20  9:03 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: dump-super print actual metadata_uuid value
` [PATCH 2/2] btrfs-progs: tests: return metadata_uuid or fsid as per METADATA_UUID flag

[syzbot] kernel BUG in assertfail (2)
 2023-07-20  9:46 UTC  (3+ messages)
` [syzbot] [btrfs?] "

[syzbot] [btrfs?] [netfilter?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (2)
 2023-07-20  7:18 UTC  (7+ messages)

small writeback fixes
 2023-07-20  4:48 UTC  (8+ messages)

[PATCH] btrfs: scrub: speed up on NVME devices
 2023-07-19 22:50 UTC  (11+ messages)

[PATCH v1] btrfs: increase usage of folio_next_index() helper
 2023-07-19 21:54 UTC  (2+ messages)

[PATCH 00/10] btrfs-progs: check and tune: add device and noscan options
 2023-07-19  7:48 UTC  (10+ messages)
` [PATCH 01/10] btrfs-progs: common: add --device option helpers
` [PATCH 04/10] btrfs-progs: docs: update btrfstune --device option

Scrub of my nvme SSD has slowed by about 2/3
 2023-07-19  6:55 UTC  (4+ messages)

[PATCH RFC 0/4] btrfs: scrub: make sctx->stripes[] a ring buffer
 2023-07-19  6:44 UTC  (7+ messages)
` [PATCH RFC 1/4] btrfs: scrub: move write back of repaired sectors into scrub_stripe_read_repair_worker()
` [PATCH RFC 2/4] btrfs: scrub: don't go ordered workqueue for dev-replace
` [PATCH RFC 3/4] btrfs: scrub: use btrfs workqueue to synchronize the write back "
` [PATCH RFC 4/4] btrfs: scrub: make sctx->stripes[] array work as a ring buffer

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (3+ messages)
` [PATCH v5 6/8] xfs: switch to "

question to btrfs scrub
 2023-07-18 15:34 UTC  (14+ messages)

[ANNOUNCE] New GitHub CI workflow
 2023-07-18 12:06 UTC  (4+ messages)

[PATCH v2 00/17] btrfs: add encryption feature
 2023-07-18  8:36 UTC  (26+ messages)
` [PATCH v2 04/17] btrfs: start using fscrypt hooks
` [PATCH v2 05/17] btrfs: add inode encryption contexts
` [PATCH v2 06/17] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v2 07/17] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v2 11/17] btrfs: add get_devices hook for fscrypt
` [PATCH v2 12/17] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v2 14/17] btrfs: create and free extent fscrypt_infos
` [PATCH v2 15/17] btrfs: start tracking extent encryption context info
` [PATCH v2 16/17] btrfs: explicitly track file extent length and encryption
` [PATCH v2 17/17] btrfs: save and load fscrypt extent contexts

Properly restore from backup after checksum error
 2023-07-18  1:10 UTC 

[PATCH] btrfs: fix warning when putting transaction with qgroups enabled after abort
 2023-07-17 23:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: fix ordered extent split error handling in btrfs_dio_submit_io
 2023-07-17 23:46 UTC  (2+ messages)


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