linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-07 16:01:00 to 2023-09-11 22:07:22 UTC [more...]

[PATCH v5 00/18] btrfs: simple quotas
 2023-09-11 18:00 UTC  (27+ messages)
` [PATCH v5 02/18] btrfs: add new quota mode for "
` [PATCH v5 03/18] btrfs: expose quota mode via sysfs
` [PATCH v5 04/18] btrfs: add simple_quota incompat feature to sysfs
` [PATCH v5 06/18] btrfs: create qgroup earlier in snapshot creation
` [PATCH v5 10/18] btrfs: track original extent owner in head_ref
` [PATCH v5 11/18] btrfs: new inline ref storing owning subvol of data extents
` [PATCH v5 13/18] btrfs: record simple quota deltas
` [PATCH v5 14/18] btrfs: simple quota auto hierarchy for nested subvols
` [PATCH v5 15/18] btrfs: check generation when recording simple quota delta
` [PATCH v5 16/18] btrfs: track metadata relocation cow with simple quota

Possible readdir regression with BTRFS
 2023-09-11 11:56 UTC  (7+ messages)

[PATCH v8 00/11] btrfs: introduce RAID stripe tree
 2023-09-11 12:52 UTC  (10+ messages)
` [PATCH v8 01/11] btrfs: add raid stripe tree definitions
` [PATCH v8 02/11] btrfs: read raid-stripe-tree from disk
` [PATCH v8 03/11] btrfs: add support for inserting raid stripe extents
` [PATCH v8 05/11] btrfs: lookup physical address from stripe extent
` [PATCH v8 06/11] btrfs: implement RST version of scrub
` [PATCH v8 08/11] btrfs: add raid stripe tree pretty printer
` [PATCH v8 09/11] btrfs: announce presence of raid-stripe-tree in sysfs
` [PATCH v8 10/11] btrfs: add trace events for RST
` [PATCH v8 11/11] btrfs: add raid-stripe-tree to features enabled with debug

[PATCH 0/6] btrfs-progs: add support for RAID stripe tree
 2023-09-11 13:23 UTC  (5+ messages)
` [PATCH 3/6] btrfs-progs: add dump tree support for the raid "
` [PATCH 4/6] btrfs-progs: allow zoned RAID
` [PATCH 5/6] btrfs-progs: load zone info for all zoned devices
` [PATCH 6/6] btrfs-progs: read stripe tree when mapping blocks

[PATCH V3 0/2] Supporting same fsid mounting through the single-dev compat_ro feature
 2023-09-11 18:53 UTC  (10+ messages)
` [PATCH V3 2/2] btrfs: Introduce the single-dev feature

[PATCH v2] btrfs: pseudo device-scan for single-device filesystems
 2023-09-11 17:36 UTC  (2+ messages)

Zoned panic WRT btrfs_redirty_list_add
 2023-09-11 13:51 UTC 

Mailing List missing messages
 2023-09-11 17:14 UTC 

[PATCH] fstests: btrfs/185 update for single device pseudo device-scan
 2023-09-11 18:35 UTC  (3+ messages)

[PATCH 0/3] btrfs-progs: fix all -Wshadow warnings and enable -Wshadow for default builds
 2023-09-11 10:40 UTC  (3+ messages)
` [PATCH 1/3] btrfs-progs: pull in the full max/min/clamp implementation from kernel
` [PATCH 3/3] btrfs-progs: enable -Wshadow for default build

btrfs freezing question
 2023-09-11 13:00 UTC  (3+ messages)

[PATCH 0/2] btrfs: updates for directory reading
 2023-09-11 17:35 UTC  (6+ messages)
` [PATCH 1/2] btrfs: set last dir index to the current last index when opening dir
` [PATCH 2/2] btrfs: refresh dir last index during a rewinddir(3) call

Mailing List missing messages
 2023-09-11 14:13 UTC 

[PATCH] btrfs: rename errno identifiers to error
 2023-09-11 14:35 UTC  (4+ messages)

[PATCH v6 38/45] fs: super: dynamically allocate the s_shrink
 2023-09-11  9:44 UTC 

[PATCH 00/21] btrfs: updates to delayed refs accounting and space reservation
 2023-09-11 17:20 UTC  (67+ messages)
` [PATCH 01/21] btrfs: fix race when refilling delayed refs block reserve
` [PATCH 02/21] btrfs: prevent transaction block reserve underflow when starting transaction
` [PATCH 03/21] btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
` [PATCH 04/21] btrfs: remove unnecessary logic when running new delayed references
` [PATCH 05/21] btrfs: remove the refcount warning/check at btrfs_put_delayed_ref()
` [PATCH 06/21] btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1
` [PATCH 07/21] btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()
` [PATCH 08/21] btrfs: remove refs_to_add argument "
` [PATCH 09/21] btrfs: remove refs_to_drop argument from __btrfs_free_extent()
` [PATCH 10/21] btrfs: initialize key where it's used when running delayed data ref
` [PATCH 11/21] btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()
` [PATCH 12/21] btrfs: log message if extent item not found when running delayed extent op
` [PATCH 13/21] btrfs: use a single variable for return value at run_delayed_extent_op()
` [PATCH 14/21] btrfs: use a single variable for return value at lookup_inline_extent_backref()
` [PATCH 15/21] btrfs: return -EUCLEAN if extent item is missing when searching inline backref
` [PATCH 16/21] btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()
` [PATCH 17/21] btrfs: allow to run delayed refs by bytes to be released instead of count
` [PATCH 18/21] btrfs: reserve space for delayed refs on a per ref basis
` [PATCH 19/21] btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release()
` [PATCH 20/21] btrfs: stop doing excessive space reservation for csum deletion
` [PATCH 21/21] btrfs: always reserve space for delayed refs when starting transaction
` [PATCH v2 00/21] btrfs: updates to delayed refs accounting and space reservation
  ` [PATCH v2 01/21] btrfs: fix race when refilling delayed refs block reserve
  ` [PATCH v2 02/21] btrfs: prevent transaction block reserve underflow when starting transaction
  ` [PATCH v2 03/21] btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
  ` [PATCH v2 04/21] btrfs: remove unnecessary logic when running new delayed references
  ` [PATCH v2 05/21] btrfs: remove the refcount warning/check at btrfs_put_delayed_ref()
  ` [PATCH v2 06/21] btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1
  ` [PATCH v2 07/21] btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()
  ` [PATCH v2 08/21] btrfs: remove refs_to_add argument "
  ` [PATCH v2 09/21] btrfs: remove refs_to_drop argument from __btrfs_free_extent()
  ` [PATCH v2 10/21] btrfs: initialize key where it's used when running delayed data ref
  ` [PATCH v2 11/21] btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()
  ` [PATCH v2 12/21] btrfs: log message if extent item not found when running delayed extent op
  ` [PATCH v2 13/21] btrfs: use a single variable for return value at run_delayed_extent_op()
  ` [PATCH v2 14/21] btrfs: use a single variable for return value at lookup_inline_extent_backref()
  ` [PATCH v2 15/21] btrfs: return -EUCLEAN if extent item is missing when searching inline backref
  ` [PATCH v2 16/21] btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()
  ` [PATCH v2 17/21] btrfs: allow to run delayed refs by bytes to be released instead of count
  ` [PATCH v2 18/21] btrfs: reserve space for delayed refs on a per ref basis
  ` [PATCH v2 19/21] btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release()
  ` [PATCH v2 20/21] btrfs: stop doing excessive space reservation for csum deletion
  ` [PATCH v2 21/21] btrfs: always reserve space for delayed refs when starting transaction

btrfs write-bandwidth performance regression of 6.5-rc4/rc3
 2023-09-11  7:02 UTC  (5+ messages)

[syzbot] WARNING in do_chunk_alloc
 2023-09-11  3:20 UTC  (2+ messages)
` [syzbot] [btrfs?] "

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (9+ messages)
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()

[PATCH] btrfs: don't clear uptodate on write errors
 2023-09-10  4:51 UTC  (3+ messages)

Scrub of my nvme SSD has slowed by about 2/3
 2023-09-09  8:06 UTC  (6+ messages)

[PATCH v3 0/1] btrfs: Use exclusive lock for file_remove_privs
 2023-09-08 21:58 UTC  (5+ messages)
` [PATCH 1/1] btrfs: file_remove_privs needs an exclusive lock

[PATCH 0/4] btrfs: remove check-integrity functionality
 2023-09-08 21:49 UTC  (6+ messages)
` [PATCH 1/4] btrfs: remove btrfsic_check_bio() function
` [PATCH 2/4] btrfs: remove btrfsic_mount() function
` [PATCH 3/4] btrfs: remove btrfsic_unmount() function
` [PATCH 4/4] btrfs: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY macro

[PATCH] btrfs: pseudo device-scan for single-device filesystems
 2023-09-08 16:07 UTC  (6+ messages)

[PATCH 00/10] Cleanups and struct packing
 2023-09-08 12:33 UTC  (27+ messages)
` [PATCH 01/10] btrfs: move functions comments from qgroup.h to qgroup.c
` [PATCH 02/10] btrfs: reformat remaining kdoc style comments
` [PATCH 03/10] btrfs: drop __must_check annotations
` [PATCH 04/10] btrfs: reduce parameters of btrfs_pin_reserved_extent
` [PATCH 05/10] btrfs: reduce parameters of btrfs_pin_extent_for_log_replay
` [PATCH 06/10] btrfs: reduce arguments of helpers space accounting root item
` [PATCH 07/10] btrfs: reduce size of prelim_ref::level
` [PATCH 08/10] btrfs: reduce size and reorder compression members in struct btrfs_inode
` [PATCH 09/10] btrfs: reduce size of struct btrfs_ref
` [PATCH 10/10] btrfs: move extent_buffer::lock_owner to debug section

[PATCH 0/3] btrfs-progs: add eb leak detection and fixes
 2023-09-08 12:08 UTC  (5+ messages)
` [PATCH 3/3] btrfs-progs: add extent buffer leak detection to make test

[PATCH AUTOSEL 6.1 2/4] btrfs: return real error when orphan cleanup fails due to a transaction abort
 2023-09-07 16:44 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 3/4] btrfs: output extra debug info if we failed to find an inline backref

[PATCH AUTOSEL 6.5 3/6] btrfs: return real error when orphan cleanup fails due to a transaction abort
 2023-09-07 16:35 UTC  (4+ messages)
` [PATCH AUTOSEL 6.5 4/6] btrfs: handle errors properly in update_inline_extent_backref()
` [PATCH AUTOSEL 6.5 5/6] btrfs: output extra debug info if we failed to find an inline backref

[PATCH AUTOSEL 6.4 3/5] btrfs: return real error when orphan cleanup fails due to a transaction abort
 2023-09-07 16:29 UTC  (3+ messages)
` [PATCH AUTOSEL 6.4 4/5] btrfs: output extra debug info if we failed to find an inline backref

[PATCH AUTOSEL 4.14 2/2] btrfs: output extra debug info if we failed to find an inline backref
 2023-09-07 15:44 UTC 

[RFC PATCH 00/13] fscrypt: add extent encryption
 2023-09-07  5:52 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 2/2] btrfs: output extra debug info if we failed to find an inline backref
 2023-09-07 15:44 UTC 

[PATCH AUTOSEL 5.10 2/3] btrfs: output extra debug info if we failed to find an inline backref
 2023-09-07 15:44 UTC 

[PATCH AUTOSEL 5.4 2/3] btrfs: output extra debug info if we failed to find an inline backref
 2023-09-07 15:44 UTC 


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