linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-26 09:04:10 to 2022-02-02 16:50:29 UTC [more...]

[PATCH 0/6] btrfs: speedup and avoid inode logging during rename/link
 2022-02-02 16:49 UTC  (3+ messages)
` [PATCH 5/6] btrfs: avoid inode logging during rename and link when possible

[PATCH] btrfs: don't hold CPU for too long when defragging a file
 2022-02-02 15:42 UTC  (6+ messages)

[PATCH] btrfs: get rid of warning on transaction commit when using flushoncommit
 2022-02-02 15:26 UTC 

[PATCH v2] btrfs: add test case to verify "btrfs filesystem defragment -c" behavior
 2022-02-02 12:00 UTC  (2+ messages)

[PATCH] btrfs: add test case to verify "btrfs filesystem defrag -c" behavior
 2022-02-02 10:57 UTC  (3+ messages)

[PATCH] btrfs: add test case to verify that btrfs won't waste IO/CPU to defrag compressed extents already at their max size
 2022-02-02  8:46 UTC  (10+ messages)

unable to remove device due to enospc
 2022-02-02  6:08 UTC  (4+ messages)

[PATCH 0/7] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-02  1:18 UTC 

[POC for v5.15 0/2] btrfs: defrag: what if v5.15 is doing proper defrag
 2022-02-02  1:18 UTC  (8+ messages)

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

[PATCH v4 0/3] btrfs: fixes for defrag_check_next_extent()
 2022-02-02  0:05 UTC  (12+ messages)
` [PATCH v4 1/3] btrfs: defrag: don't try to merge regular extents with preallocated extents
` [PATCH v4 2/3] btrfs: defrag: don't defrag extents which is already at its max capacity
` [PATCH v4 3/3] btrfs: defrag: remove an ambiguous condition for rejection

No space left errors on shutdown with systemd-homed /home dir
 2022-02-01 19:55 UTC  (15+ messages)

[PATCH 0/3] btrfs-progs: fsck: detect obviously invalid metadata backref level
 2022-02-01 17:37 UTC  (5+ messages)
` [PATCH 2/3] btrfs: check/original: reject bad metadata backref with invalid level

[PATCH] btrfs-progs: subv del: hide a bogus warning on an unprivileged delete
 2022-02-01 17:19 UTC  (2+ messages)

[PATCH 0/2] device type and create chunk
 2022-02-01 17:06 UTC  (12+ messages)
` [PATCH 1/2] btrfs: keep device type in the struct btrfs_device
` [PATCH 2/2] btrfs: create chunk device type aware

[PATCH 0/2] btrfs-progs: support DUP on metadata for zoned
 2022-02-01 16:51 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: use profile_supported in mkfs as well
` [PATCH 2/2] btrfs-progs: zoned support DUP on metadata block groups

[RFC PATCH v2] btrfs: qgroup: replace modifing qgroup_flags to bitops
 2022-02-01 15:36 UTC 

[PATCH] btrfs: add test case to make sure autodefrag won't give up the whole cluster when there is a hole in it
 2022-02-01 15:18 UTC  (4+ messages)

[PATCH] btrfs: replace BUILD_BUG_ON by static_assert
 2022-02-01 15:00 UTC  (2+ messages)

[PATCH] btrfs: qgroup: replace modifing qgroup_flags to bitops
 2022-02-01 14:07 UTC  (6+ messages)

[PATCH] btrfs: Remove dead code
 2022-02-01 14:05 UTC  (2+ messages)

A question for kernel code in btrfs_run_qgroups()
 2022-02-01 11:35 UTC  (6+ messages)

RCU deadlocks while defraging
 2022-01-31 13:29 UTC  (3+ messages)

[PATCH] btrfs: initialize offset early
 2022-01-31 12:39 UTC  (3+ messages)

RIP: 0010:__writeback_inodes_sb_nr+0x7e/0xb3
 2022-01-30  0:52 UTC 

fstab autodegrag with 5.10 & 5.15 kernels, Debian?
 2022-01-29  1:37 UTC  (21+ messages)

[PATCH v2 0/4] btrfs: implement metadata DUP for zoned mode
 2022-01-28 21:57 UTC  (7+ messages)
` [PATCH v2 1/4] btrfs: zoned: make zone activation multi stripe capable
` [PATCH v2 2/4] btrfs: zoned: make zone finishing "
` [PATCH v2 3/4] btrfs: zoned: prepare for allowing DUP on zoned
` [PATCH v2 4/4] btrfs: zoned: allow DUP on meta-data block groups

[next] i386: ERROR: modpost: "__aeabi_uldivmod" [fs/btrfs/btrfs.ko] undefined!
 2022-01-28 15:55 UTC  (2+ messages)

[PATCH] btrfs: fix an IS_ERR() vs NULL bug
 2022-01-28 15:34 UTC  (2+ messages)

[PATCH] btrfs: fix 64bit mod compile error
 2022-01-28 14:57 UTC  (3+ messages)

[PATCH v3 1/3] btrfs: test defrag with regular and preallocated extents
 2022-01-28 12:32 UTC  (8+ messages)
` [PATCH v2 2/3] btrfs: test autodefrag with regular and hole extents
` [PATCH 3/3] btrfs: test defrag with compressed extents

[PATCH 0/4] btrfs: defrag: don't waste CPU time on non-target extent
 2022-01-28  8:12 UTC  (5+ messages)
` [PATCH 1/4] btrfs: uapi: introduce BTRFS_DEFRAG_RANGE_MASK for later sanity check
` [PATCH 2/4] btrfs: defrag: introduce btrfs_defrag_ctrl structure for later usage
` [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 v3 1/3] btrfs: defrag: don't try to merge regular extents with preallocated extents
 2022-01-28  6:31 UTC  (16+ messages)
` [PATCH 2/3] btrfs: defrag: use extent_thresh to replace the hardcoded size limit
` [PATCH 3/3] btrfs: defrag: remove the physical adjacent extents rejection in defrag_check_next_extent()

[PATCH 0/3][RFC] btrfs-progs: get/set allocation_hint for an unmounted filesystem
 2022-01-27 19:57 UTC  (4+ messages)
` [PATCH 1/3] Rename btrfs_device->type to flags
` [PATCH 2/3] Rename dev_item.type in flags in the command output
` [PATCH 3/3] Read/change the allocation_hint prop when unmounted

[PATCH][V10][Repost] Add tests for allocation_hint
 2022-01-27 19:14 UTC 

[PATCH 0/2] btrfs: defrag: don't defrag extents already at their max capacity, then remove an ambiguous check
 2022-01-27 10:53 UTC  (6+ messages)
` [PATCH 1/2] btrfs: defrag: don't defrag extents which is already at its max capacity
` [PATCH 2/2] btrfs: defrag: remove an ambiguous condition for rejection

[bug report] btrfs: introduce dedicated helper to scrub simple-mirror based range
 2022-01-27  8:52 UTC 

[PATCH RFC] btrfs: sysfs: add <uuid>/debug/io_accounting/ directory
 2022-01-27  8:36 UTC 

[PATCH 0/2][V11] btrfs-progs: allocation_hint disk property
 2022-01-26 20:32 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: new "allocation_hint" property
` [PATCH 2/2] Update man page for allocator_hint property

[PATCH 0/7][V11] btrfs: allocation_hint
 2022-01-26 20:32 UTC  (8+ messages)
` [PATCH 1/7] btrfs: add flags to give an hint to the chunk allocator
` [PATCH 2/7] btrfs: export the device allocation_hint property in sysfs
` [PATCH 3/7] btrfs: change the device allocation_hint property via sysfs
` [PATCH 4/7] btrfs: add allocation_hint mode
` [PATCH 5/7] btrfs: rename dev_item->type to dev_item->flags
` [PATCH 6/7] btrfs: add major and minor to sysfs
` [PATCH 7/7] Add /sys/fs/btrfs/features/allocation_hint

[PATCH v2 00/11] btrfs: extent tree v2, support for global roots
 2022-01-26 15:58 UTC  (11+ messages)
` [PATCH v2 09/11] btrfs: abstract out loading the tree root
` [PATCH v2 10/11] btrfs: add code to support the block group root

'btrfs replace' hangs at end of replacing a device (v5.10.82)
 2022-01-26 15:02 UTC  (7+ messages)

[bug report] btrfs: introduce dedicated helper to scrub simple-mirror based range
 2022-01-26 14:23 UTC 

[PATCH 0/4] btrfs: implement metadata DUP for zoned mode
 2022-01-26  9:15 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;
as well as URLs for NNTP newsgroup(s).