linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 17:27:18 to 2022-02-09 12:22:51 UTC [more...]

bisected: btrfs dedupe regression in v5.11-rc1: 3078d85c9a10 vfs: verify source area in vfs_dedupe_file_range_one()
 2022-02-09 12:22 UTC  (12+ messages)
              ` bisected: btrfs dedupe regression in v5.11-rc1

Root level mismatch after sudden shutdown
 2022-02-09 10:53 UTC 

[PATCH RFC 0/3] btrfs: make autodefrag to defrag and only defrag small write ranges
 2022-02-09  9:23 UTC  (4+ messages)
` [PATCH RFC 1/3] btrfs: remove an unused parameter of btrfs_add_inode_defrag()
` [PATCH RFC 2/3] btrfs: introduce IO_TREE_AUTODEFRAG owner type
` [PATCH RFC 3/3] btrfs: make autodefrag to defrag small writes without rescanning the whole file

[RFC 00/12] locking: Separate lock tracepoints from lockdep/lock_stat (v1)
 2022-02-09  9:09 UTC  (5+ messages)
` [PATCH 06/12] btrfs: change lockdep class size check using ks->names

[PATCH 0/7] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-09  8:18 UTC  (14+ messages)
` [PATCH 1/7] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH 2/7] generic/{171,172,173,174,204}: check _scratch_mkfs_sized return code
` [PATCH 3/7] ext4/021: "
` [PATCH 4/7] xfs/015: "
` [PATCH 5/7] common: rename _filter_mkfs to _xfs_filter_mkfs
` [PATCH 6/7] common: move _xfs_filter_mkfs from common/filter to common/xfs
` [PATCH 7/7] generic/204: do xfs unique preparation only for xfs

[PATCH 0/7] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-09  8:02 UTC  (10+ messages)
` [PATCH 1/7] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH 2/7] generic/{171,172,173,174,204}: check _scratch_mkfs_sized return code
` [PATCH 3/7] ext4/021: "
` [PATCH 4/7] xfs/015: "
` [PATCH 5/7] common: rename _filter_mkfs to _xfs_filter_mkfs
` [PATCH 6/7] common: move _xfs_filter_mkfs from common/filter to common/xfs
` [PATCH 7/7] generic/204: do xfs unique preparation only for xfs

Still seeing high autodefrag IO with kernel 5.16.5
 2022-02-09  2:51 UTC  (16+ messages)

[PATCH] btrfs: populate extent_map::generation when reading from disk
 2022-02-09  0:41 UTC  (5+ messages)

[PATCH v3 0/5] btrfs: defrag: don't waste CPU time on non-target extent
 2022-02-09  0:17 UTC  (8+ messages)
` [PATCH v3 1/5] btrfs: uapi: introduce BTRFS_DEFRAG_RANGE_MASK for later sanity check
` [PATCH v3 2/5] btrfs: defrag: introduce btrfs_defrag_ctrl structure for later usage
` [PATCH v3 3/5] btrfs: defrag: use btrfs_defrag_ctrl to replace btrfs_ioctl_defrag_range_args for btrfs_defrag_file()
` [PATCH v3 4/5] btrfs: defrag: make btrfs_defrag_file() to report accurate number of defragged sectors
` [PATCH v3 5/5] btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a target

[PATCH 0/4] btrfs: defrag: don't waste CPU time on non-target extent
 2022-02-09  0:15 UTC  (14+ messages)
` [PATCH 3/4] btrfs: defrag: use btrfs_defrag_ctrl to replace btrfs_ioctl_defrag_range_args for btrfs_defrag_file()
` [PATCH 4/4] btrfs: defrag: allow defrag_one_cluster() to large extent which is not a target

[PATCH v5 0/4] tests for btrfs fsverity
 2022-02-08 22:34 UTC  (3+ messages)

[PATCH] btrfs: send: in case of IO error log inode
 2022-02-08 23:04 UTC  (7+ messages)
` [PATCH v2] btrfs: send: in case of IO error log it
` [PATCH v3] "

[PATCH] btrfs: get rid of warning on transaction commit when using flushoncommit
 2022-02-08 22:41 UTC  (5+ messages)

[PATCH v12 00/17] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2022-02-08 20:08 UTC  (5+ messages)
` [PATCH v12 09/17] btrfs: add BTRFS_IOC_ENCODED_READ

[PATCH] btrfs-progs: check: fix check_global_roots_uptodate
 2022-02-08 20:26 UTC 

[RFC RESEND 00/12] locking: Separate lock tracepoints from lockdep/lock_stat (v1.1)
 2022-02-08 19:43 UTC  (2+ messages)
` [PATCH 06/12] btrfs: change lockdep class size check using ks->names

[PATCH v1 0/3] btrfs: add sysfs switch to get/set metadata size
 2022-02-08 19:31 UTC  (4+ messages)
` [PATCH v1 1/3] btrfs: store chunk size in space-info struct
` [PATCH v1 2/3] btrfs: expose chunk size in sysfs
` [PATCH v1 3/3] btrfs: add force_chunk_alloc sysfs entry to force allocation

[PATCH v1] btrfs: Add new test for setting the chunk size
 2022-02-08 19:32 UTC 

[PATCH] btrfs-progs: sanity check global roots key.offset
 2022-02-08 19:30 UTC 

[PATCH v2] btrfs: defrag: don't try to defrag extents which are under writeback
 2022-02-08 19:21 UTC  (3+ messages)

[PATCH v2] btrfs: populate extent_map::generation when reading from disk
 2022-02-08 18:42 UTC  (3+ messages)

[PATCH] btrfs: fix missing log mutex unlock after failure to log inode
 2022-02-08 16:23 UTC  (2+ messages)

[PATCH 0/4] btrfs: some misc cleanups and a fix around page reading
 2022-02-08 15:45 UTC  (7+ messages)
` [PATCH 1/4] btrfs: stop checking for NULL return from btrfs_get_extent()

[PATCH 0/6] btrfs: some minor improvements and cleanups mostly around extent logging
 2022-02-08 15:44 UTC  (3+ messages)

MySQL corruption on BTRFS
 2022-02-08  8:07 UTC 

[PATCH] btrfs: add test case to make sure autodefrag works even the extent maps are read from disk
 2022-02-08  7:14 UTC 

[PATCH v2 0/2] btrfs: defrag: bring back the old file extent search behavior and address merged extent map generation problem
 2022-02-08  6:36 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: defrag: bring back the old file extent search behavior
` [PATCH v2 2/2] btrfs: defrag: don't use merged extent map for their generation check

ENOSPC during balance with filesystem switching read-only
 2022-02-08  0:19 UTC  (4+ messages)

[PATCH] btrfs: defrag: don't try to defrag extent which is going to be written back
 2022-02-07 12:53 UTC  (4+ messages)

[PATCH] btrfs: defrag: bring back the old file extent search behavior
 2022-02-07 12:43 UTC  (2+ messages)

[btrfs] 59c7b566a3: fsmark.files_per_sec 2.3% improvement
 2022-02-07  2:43 UTC 

How to debug stuck read?
 2022-02-07  1:22 UTC  (11+ messages)

[PATCH 1/2] btrfs: add lzo workspace buffer length constants
 2022-02-07  1:01 UTC  (4+ messages)
` [PATCH 2/2] btrfs: prevent copying too big compressed lzo segment

btrfs RAID1 upgrade
 2022-02-06 15:51 UTC  (3+ messages)

[PATCH 0/2] Simple two patches for tree checker
 2022-02-06 15:39 UTC  (10+ messages)
` [PATCH 2/2] btrfs: tree-checker: check item_size for dev_item

[PATCH] btrfs: qgroup: Remove duplicated check in adding qgroup rels
 2022-02-06 12:52 UTC 

[POC for v5.15 0/2] btrfs: defrag: what if v5.15 is doing proper defrag
 2022-02-05 10:19 UTC  (16+ messages)

root 5 inode xy errors 200, dir isize wrong and root 5 inode xx errors 1, no inode item
 2022-02-05  8:17 UTC  (6+ messages)
  ` Re[2]: "

[PATCH] btrfs: qgroup: make qgroup_flags secure with holding qgroup_lock
 2022-02-05  3:51 UTC 

[PATCH v2 0/5] btrfs: defrag: don't waste CPU time on non-target extent
 2022-02-05  0:10 UTC  (11+ messages)
` [PATCH v2 1/5] btrfs: uapi: introduce BTRFS_DEFRAG_RANGE_MASK for later sanity check
` [PATCH v2 2/5] btrfs: defrag: introduce btrfs_defrag_ctrl structure for later usage
` [PATCH v2 3/5] btrfs: defrag: use btrfs_defrag_ctrl to replace btrfs_ioctl_defrag_range_args for btrfs_defrag_file()
` [PATCH v2 4/5] btrfs: defrag: make btrfs_defrag_file() to report accurate number of defragged sectors
` [PATCH v2 5/5] btrfs: defrag: allow defrag_one_cluster() to large extent which is not a target

[GIT PULL] Btrfs fixes for 5.17-rc3
 2022-02-04 20:34 UTC  (2+ messages)

[PATCH] btrfs-progs: fix 64-bit mips and powerpc types
 2022-02-04 18:40 UTC  (7+ messages)

Btrfs boot message
 2022-02-04 18:22 UTC 

Btrfs progs release 5.16.1
 2022-02-04 17:15 UTC 

[PATCH] btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()
 2022-02-04 16:15 UTC  (3+ messages)

[PATCH v2] btrfs: zoned: Remove redundant assignment in btrfs_check_zoned_mode
 2022-02-04 16:14 UTC  (3+ messages)

Questions about inode locks in btrfs sync and fsync
 2022-02-04 15:32 UTC 

Problem with 'btrfs property set <file> compression no'
 2022-02-04 15:25 UTC 

"Too many links (31)" issue
 2022-02-04 14:30 UTC  (4+ messages)

failed to repair damaged filesystem, aborting | kernel BUG at fs/btrfs/extent-tree.c:4955!
 2022-02-04 13:53 UTC 

[PATCH 0/5] Speedups and check_setget_bounds reporting updates
 2022-02-04 13:38 UTC  (8+ messages)
` [PATCH 3/5] btrfs: store details about first setget bounds check failure
` [PATCH 4/5] btrfs: fail transaction when a setget bounds check failure is detected
` [PATCH 5/5] btrfs: move check_setget_bounds out of ASSERT

[PATCH] btrfs: zoned: Remove redundant assignment in btrfs_check_zoned_mode
 2022-02-04 11:55 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).