linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-19 09:44:32 to 2022-01-27 10:49:10 UTC [more...]

[PATCH 0/2] btrfs: defrag: don't defrag extents already at their max capacity, then remove an ambiguous check
 2022-01-27 10:49 UTC  (5+ 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 

No space left errors on shutdown with systemd-homed /home dir
 2022-01-27  8:51 UTC  (7+ messages)

[PATCH] btrfs: fix an IS_ERR() vs NULL bug
 2022-01-27  8:48 UTC 

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

[PATCH] btrfs: fix 64bit mod compile error
 2022-01-27  8:23 UTC  (2+ 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-01-27  5:53 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-01-27  5:45 UTC 

[PATCH v3 1/3] btrfs: defrag: don't try to merge regular extents with preallocated extents
 2022-01-26 23:57 UTC  (13+ 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/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 0/2] device type and create chunk
 2022-01-26 17:38 UTC  (6+ messages)
` [PATCH 1/2] btrfs: keep device type in the struct btrfs_device
` [PATCH 2/2] btrfs: create chunk device type aware

[PATCH v2 0/4] btrfs: implement metadata DUP for zoned mode
 2022-01-26 16:05 UTC  (6+ 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

[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  (6+ messages)
` [PATCH 1/4] btrfs: zoned: make zone activation multi stripe capable
` [PATCH 2/4] btrfs: zoned: make zone finishing "
` [PATCH 3/4] btrfs: zoned: prepare for allowing DUP on zoned
` [PATCH 4/4] btrfs: zoned: allow DUP on meta-data block groups

[PATCH 0/2] btrfs-progs: support DUP on metadata for zoned
 2022-01-26  9:04 UTC  (3+ 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

Massive I/O usage from btrfs-cleaner after upgrading to 5.16
 2022-01-25 23:29 UTC  (20+ messages)

[PATCH v12 00/17] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2022-01-25 21:26 UTC  (10+ messages)
` [PATCH v12 09/17] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v12 12/17] btrfs: send: fix maximum command numbering

[POC for v5.15 0/2] btrfs: defrag: what if v5.15 is doing proper defrag
 2022-01-25 19:58 UTC  (7+ messages)
` [POC for v5.15 1/2] btrfs: defrag: don't defrag preallocated extents
` [POC for v5.15 2/2] btrfs: defrag: limit cluster size to the first hole/prealloc range

[PATCH 0/6] btrfs: speedup and avoid inode logging during rename/link
 2022-01-25 17:42 UTC  (8+ messages)
` [PATCH 1/6] btrfs: add helper to delete a dir entry from a log tree
` [PATCH 2/6] btrfs: pass the dentry to btrfs_log_new_name() instead of the inode
` [PATCH 3/6] btrfs: avoid logging all directory changes during renames
` [PATCH 4/6] btrfs: stop doing unnecessary log updates during a rename
` [PATCH 5/6] btrfs: avoid inode logging during rename and link when possible
` [PATCH 6/6] btrfs: use single variable to track return value at btrfs_log_inode()

[PATCH] btrfs: skip reserved bytes warning on unmount after log cleanup failure
 2022-01-25 17:14 UTC  (2+ messages)

[PATCH] btrfs: fix reserved space leak on log tree nodes after transaction abort
 2022-01-25 16:58 UTC  (3+ messages)
` [PATCH v3] btrfs: fix log tree cleanup after a "

[PATCH] btrfs-progs: make generic_err print physical address of extent buffer
 2022-01-25 16:33 UTC  (2+ messages)

some fix for the comment in btrfs patch please
 2022-01-25 16:31 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 5.17-rc2
 2022-01-25 16:31 UTC  (2+ messages)

[PATCH] btrfs-progs: add udev rule to use mq-deadline on zoned btrfs
 2022-01-25 14:28 UTC  (3+ messages)

[PATCH] btrfs: initialize variable cancel
 2022-01-25 13:27 UTC  (7+ messages)

[PATCH v2] btrfs: defrag: don't try to merge regular extents with preallocated extents
 2022-01-25 10:26 UTC  (2+ messages)

[PATCH] btrfs: fix deadlock when reserving space during defrag
 2022-01-25 10:00 UTC  (6+ messages)

[PATCH] btrfs: add test case to make sure autodefrag won't give up the whole cluster when there is a hole in it
 2022-01-25  9:23 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-01-25  9:16 UTC 

[PATCH v2] btrfs: add test to verify the defrag behavior around preallocated extents
 2022-01-25  7:23 UTC 

[PATCH 0/4] btrfs: refactor scrub entrances for each profile
 2022-01-25  5:47 UTC  (5+ messages)

[PATCH RFC] btrfs: defrag: abort the whole cluster if there is any hole in the range
 2022-01-25  0:11 UTC  (5+ messages)

[PATCH] fs/btrfs: remove redundant ret variable
 2022-01-24 20:19 UTC  (2+ messages)

[PATCH v3 0/3] btrfs: support more pages sizes for the subpage support
 2022-01-24 20:16 UTC  (2+ messages)

[PATCH] btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_rescan_worker
 2022-01-24 19:55 UTC  (2+ messages)

[PATCH v2] btrfs: zoned: Remove redundant initialization of to_add
 2022-01-24 19:41 UTC  (3+ messages)

[PATCH] btrfs: scrub: Remove redundant initialization of increment
 2022-01-24 19:43 UTC  (2+ messages)

[PATCH] btrfs: fix use-after-free after failure to create a snapshot
 2022-01-24 19:25 UTC  (2+ messages)

[PATCH] btrfs: update writeback index when starting defrag
 2022-01-24 17:09 UTC  (4+ messages)

[PATCH] btrfs: add back missing dirty page rate limiting to defrag
 2022-01-24 17:08 UTC  (3+ messages)

inline deduplication security issues
 2022-01-24 16:17 UTC  (5+ messages)

[PATCH] btrfs-progs: docs: fix typo in btrfs-balance(8)
 2022-01-24 15:58 UTC  (2+ messages)

[PATCH 0/2] Simple two patches for tree checker
 2022-01-24 15:44 UTC  (4+ messages)
` [PATCH 1/2] btrfs: tree-checker: check item_size for inode_item
` [PATCH 2/2] btrfs: tree-checker: check item_size for dev_item

[PATCH] btrfs-progs: subv del: hide a bogus warning on an unprivileged delete
 2022-01-24 13:36 UTC 

[PATCH] btrfs: defrag: don't try to merge regular extents with preallocated extents
 2022-01-24 12:36 UTC  (3+ messages)

[PATCH] btrfs: add test to verify the defrag behavior around preallocated extents
 2022-01-24 12:30 UTC  (2+ messages)

[PATCH] btrfs: zoned: mark relocation as writing
 2022-01-24  4:15 UTC  (3+ messages)

btrfs-debugfs in master produces a syntax error 'maxu32'
 2022-01-24  1:50 UTC  (2+ messages)

[PATCH] btrfs: Change how child btrfs_inode inherits xattr compression from parent after expanding btrfs_info member prop_compress
 2022-01-23 12:43 UTC 

A couple of convenience scripts
 2022-01-21 22:35 UTC 

[PATCH 0/2] btrfs-progs: read device fsid from the sysfs
 2022-01-21  9:29 UTC  (4+ messages)

[PATCH RFC] btrfs: sysfs: add <uuid>/debug/io_accounting/ directory
 2022-01-21  9:20 UTC  (3+ messages)

[PATCH RFC] btrfs: sysfs: introduce <uuid>/debug/cleaner_trigger
 2022-01-21  7:13 UTC 

bisected: btrfs dedupe regression in v5.11-rc1: 3078d85c9a10 vfs: verify source area in vfs_dedupe_file_range_one()
 2022-01-21  0:27 UTC  (13+ messages)
                  ` bisected: btrfs dedupe regression in v5.11-rc1

Case for "datacow-forced" option
 2022-01-21  0:07 UTC  (3+ messages)

[PATCH] btrfs: cleanup finding rotating device
 2022-01-20 17:08 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v3] btrfs: fix deadlock between quota disable and qgroup rescan worker
 2022-01-20 17:03 UTC  (3+ messages)

[PATCH 5/5] btrfs: Compresses files using a combination of compression type and compression level
 2022-01-20  3:38 UTC  (2+ messages)

[PATCH v2] btrfs: fix deadlock between quota disable and qgroup rescan worker
 2022-01-20  0:21 UTC  (3+ messages)

[PATCH] btrfs: defrag: properly update range->start for autodefrag
 2022-01-19 17:25 UTC  (2+ messages)

[PATCH v2] btrfs: defrag: fix the wrong number of defragged sectors
 2022-01-19 17:18 UTC  (2+ messages)

[PATCH] btrfs: allow defrag to be interruptible
 2022-01-19 17:11 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: allow user to insert property compression=none to file
 2022-01-19 10:49 UTC  (3+ messages)

[PATCH v3] btrfs/255: add test for quota disable in parallel with balance
 2022-01-19 10:39 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).