messages from 2021-09-29 10:07:18 to 2021-10-07 03:20:37 UTC [more...]
xfstest/generic/650 trigger btrfs deadlock
2021-10-07 3:20 UTC
[PATCH RFC 0/3] btrfs: refactor how we handle btrfs_io_context and slightly reduce memory usage for both btrfs_bio and btrfs_io_context
2021-10-07 2:24 UTC (3+ messages)
[GIT PULL] zstd changes for linux-next
2021-10-07 1:33 UTC (6+ messages)
[PATCH v2 0/7] btrfs-progs: use direct-IO for zoned device
2021-10-06 21:02 UTC (11+ messages)
` [PATCH v2 1/7] btrfs-progs: mkfs: do not set zone size on non-zoned mode
` [PATCH v2 2/7] btrfs-progs: set eb->fs_info properly
` [PATCH v2 3/7] btrfs-progs: drop ZONED flag from BTRFS_CONVERT_ALLOWED_FEATURES
` [PATCH v2 4/7] btrfs-progs: introduce btrfs_pwrite wrapper for pwrite
` [PATCH v2 5/7] btrfs-progs: introduce btrfs_pread wrapper for pread
` [PATCH v2 6/7] btrfs-progs: temporally set zoned flag for initial tree reading
` [PATCH v2 7/7] btrfs-progs: use direct-io for zoned device
[PATCH v4 0/5] Miscellaneous error handling patches
2021-10-06 19:23 UTC (13+ messages)
` [PATCH v4 1/5] btrfs: change handle_fs_error in recover_log_trees to aborts
` [PATCH v4 2/5] btrfs: change error handling for btrfs_delete_*_in_log
` [PATCH v4 3/5] btrfs: add a BTRFS_FS_ERROR helper
` [PATCH v4 4/5] btrfs: do not infinite loop in data reclaim if we aborted
` [PATCH v4 5/5] btrfs: fix abort logic in btrfs_replace_file_extents
[PATCH] btrfs-progs: remove data extents from the free space tree
2021-10-06 14:37 UTC (3+ messages)
[PATCH] btrfs: check for error when looking up inode during dir entry replay
2021-10-06 12:42 UTC (2+ messages)
[PATCH 0/4] btrfs: fix missing error handling when replaying directory entries
2021-10-06 12:39 UTC (8+ messages)
` [PATCH 1/4] btrfs: deal with errors when checking if a dir entry exists during log replay
` [PATCH 2/4] btrfs: deal with errors when replaying dir entry "
` [PATCH 3/4] btrfs: deal with errors when adding inode reference "
` [PATCH 4/4] btrfs: unify lookup return value when dir entry is missing
[PATCH] btrfs: update refs for any root except tree log roots
2021-10-06 12:27 UTC (4+ messages)
[PATCH] btrfs: zoned: Use kmemdup() to replace kmalloc + memcpy
2021-10-06 12:17 UTC (3+ messages)
[bug report] btrfs: refactor submit_compressed_extents()
2021-10-06 12:13 UTC (2+ messages)
INFO: task hung in btrfs_search_slot
2021-10-06 10:32 UTC (2+ messages)
[PATCH v4 0/6] Fix lockdep issues around device removal
2021-10-06 9:05 UTC (15+ messages)
` [PATCH v4 1/6] btrfs: use num_device to check for the last surviving seed device
` [PATCH v4 2/6] btrfs: add comments for device counts in struct btrfs_fs_devices
` [PATCH v4 3/6] btrfs: do not call close_fs_devices in btrfs_rm_device
` [PATCH v4 4/6] btrfs: handle device lookup with btrfs_dev_lookup_args
` [PATCH v4 5/6] btrfs: add a btrfs_get_dev_args_from_path helper
` [PATCH v4 6/6] btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls
[GIT PULL][v12] zstd changes for linux-next
2021-10-06 7:33 UTC (5+ messages)
[PATCH -next] btrfs: lzo: Mask instead of divide to fix 32-bit build
2021-10-05 23:23 UTC (3+ messages)
[PATCH v3 00/26]
2021-10-05 17:21 UTC (13+ messages)
` [PATCH v3 05/26] btrfs: make add_ra_bio_pages() to be subpage compatible
` [PATCH v3 10/26] btrfs: introduce submit_compressed_bio() for compression
` [PATCH v3 12/26] btrfs: make btrfs_submit_compressed_read() to determine stripe boundary at bio allocation time
` [PATCH v3 15/26] btrfs: refactor submit_compressed_extents()
[PATCH] btrfs: compression: update the comment for alloc_compressed_bio()
2021-10-05 17:18 UTC (2+ messages)
[PATCH] btrfs: send: add otime support to send_utimes()
2021-10-05 15:45 UTC (2+ messages)
[PATCH] btrfs-progs: fix comments in cmd_filesystem_show
2021-10-05 15:20 UTC (2+ messages)
[PATCH v2 0/3] Ignore path devices in multipath setups
2021-10-05 15:18 UTC (5+ messages)
` [PATCH v2 1/3] btrfs-progs: Add optional dependency on libudev
` [PATCH v2 2/3] btrfs-progs: Ignore devices representing paths in multipath
` [PATCH v2 3/3] btrfs-progs: Add fallback code for path device ignore for static build
[PATCH 0/5] btrfs-progs: use direct-IO for zoned device
2021-10-05 6:11 UTC (8+ messages)
Changing the checksum algorithm on an existing BTRFS filesystem
2021-10-05 6:00 UTC (8+ messages)
[PATCH v3 0/6] Fix lockdep issues around device removal
2021-10-05 5:27 UTC (11+ messages)
` [PATCH v3 1/6] btrfs: use num_device to check for the last surviving seed device
` [PATCH v3 2/6] btrfs: add comments for device counts in struct btrfs_fs_devices
` [PATCH v3 3/6] btrfs: do not call close_fs_devices in btrfs_rm_device
` [PATCH v3 4/6] btrfs: handle device lookup with btrfs_dev_lookup_args
` [PATCH v3 5/6] btrfs: add a btrfs_get_dev_args_from_path helper
` [PATCH v3 6/6] btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls
[PATCH v3 0/2] btrfs-progs: receive: introduce new --clone-fallback option
2021-10-05 1:14 UTC (3+ messages)
` [PATCH v3 1/2] btrfs-progs: receive: fallback to buffered copy if clone failed
` [PATCH v3 2/2] btrfs-progs: misc-tests: add test case for receive --clone-fallback
[PATCH] Add a fstest for scrub error
2021-10-04 17:16 UTC
[PATCH] btrfs: clear BTRFS_DEV_STATE_MISSING bit in btrfs_close_one_device
2021-10-04 17:15 UTC
[PATCH 0/5] Subvolume ro/rw and received_uuid
2021-10-04 15:22 UTC (10+ messages)
` [PATCH 1/5] btrfs-progs: subvol show: print send and receive generation and timestamp
` [PATCH 2/5] btrfs-progs: dump-tree: print complete root_item
` [PATCH 3/5] btrfs-progs: props: add force parameter to set
` [PATCH 4/5] btrfs-progs: property: ro->rw and received_uuid
` [PATCH 5/5] btrfs-progs: tests: subvolume ro->rw switch "
5.15.0-rc1 armv7hl Workqueue: btrfs-delalloc btrfs_work_helper PC is at mmiocpy LR is at ZSTD_compressStream
2021-10-04 12:19 UTC (4+ messages)
[PATCH] btrfs: use kmem cache to allocate struct btrfs_qgroup_extent_record
2021-10-04 11:51 UTC (2+ messages)
btrfs metadata has reserved 1T of extra space and balances don't reclaim it
2021-10-03 18:21 UTC (10+ messages)
Filesystem Degradation and transid Verification Failure
2021-10-03 5:09 UTC (3+ messages)
[PATCH v3 4/5] btrfs: do not infinite loop in data reclaim if we aborted
2021-10-01 21:48 UTC (2+ messages)
[PATCH] btrfs: missing space before the open parenthesis '('
2021-10-01 6:10 UTC
[RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles
2021-09-30 15:54 UTC (5+ messages)
[PATCH v2 0/2] btrfs-progs: receive: introduce new --clone-fallback option
2021-09-30 14:19 UTC (8+ messages)
` [PATCH v2 1/2] btrfs-progs: receive: fallback to buffered copy if clone failed
` [PATCH v2 2/2] btrfs-progs: misc-tests: add test case for receive --clone-fallback
[PATCH v7] btrfs: consolidate device_list_mutex in prepare_sprout to its parent
2021-09-30 13:42 UTC (2+ messages)
[PATCH v2] btrfs: index free space entries on size
2021-09-30 13:06 UTC (3+ messages)
[PATCH 0/2] btrfs-progs: receive: introduce new --clone-fallback option
2021-09-30 10:42 UTC (8+ messages)
` [PATCH 1/2] btrfs-progs: receive: fallback to buffered copy if clone failed
` [PATCH 2/2] btrfs-progs: misc-tests: add test case for receive --clone-fallback
Host managed SMR drive issue
2021-09-30 9:55 UTC (16+ messages)
About the code style requirement
2021-09-30 5:33 UTC (2+ messages)
[PATCH 1/2] btrfs-progs: Ignore path device during device scan
2021-09-30 1:02 UTC (12+ messages)
` [PATCH 2/2] btrfs-progs: Ignore path devices during scan - static build support
[GIT PULL][PATCH v11 0/4] Update to zstd-1.4.10
2021-09-29 20:02 UTC (6+ messages)
[PATCH] btrfs: index free space entries on size
2021-09-29 15:33 UTC (6+ messages)
[PATCH] btrfs: turn btrfs_destroy_all_ordered_extents() into void functions
2021-09-29 13:17 UTC (2+ messages)
ars technica article about btrfs
2021-09-29 11:47 UTC
[PATCH RFC] btrfs-progs: receive: fallback to buffered copy if clone failed
2021-09-29 10:44 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox