linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-25 19:47:24 to 2019-12-02 03:30:25 UTC [more...]

kernel trace, (nearly) every time on send/receive
 2019-12-02  3:30 UTC  (3+ messages)

[PATCH 0/3] btrfs: More intelligent degraded chunk allocator
 2019-12-02  3:22 UTC  (19+ messages)
` [PATCH 2/3] btrfs: volumes: Add btrfs_fs_devices::missing_list to collect missing devices
` [PATCH 3/3] btrfs: volumes: Allocate degraded chunks if rw devices can't fullfil a chunk

btrfs scrub's dmesg log is fairly incomplete (rate-limiting?)
 2019-12-01 21:52 UTC 

Unrecoverable corruption after loss of cache
 2019-12-01 18:51 UTC  (2+ messages)

[PATCH] fstests: common: Allow user to keep $seqres.dmesg for all tests
 2019-12-01 16:26 UTC  (2+ messages)

GRUB bug with Btrfs multiple devices
 2019-11-30 17:34 UTC  (23+ messages)

Fw:Vorrei che tu passassi una giornata piacevole
 2019-11-28  1:57 UTC 

[PATCH v2] fs: Fix page_mkwrite off-by-one errors
 2019-11-29 16:35 UTC  (3+ messages)

[PATCH V3 0/3] Move swap functions out of address space operations
 2019-11-29 16:33 UTC  (4+ messages)
` [PATCH V3 1/3] fs: Clean up mapping variable
` [PATCH V3 2/3] fs: Move swap_[de]activate to file_operations
` [PATCH V3 3/3] Documentation/fs: Move swap_[de]activate() "

[PATCH] Btrfs: send, skip backreference walking for extents with many references
 2019-11-29 15:25 UTC  (11+ messages)

[PATCH] generic: test journal/log replay when a file with cloned extents was fsync'ed
 2019-11-29 15:15 UTC 

[PATCH 2/2] Btrfs: make tree checker detect checksum items with overlapping ranges
 2019-11-29 15:14 UTC 

[PATCH 1/2] Btrfs: fix missing data checksums after replaying a log tree
 2019-11-29 15:13 UTC 

[PATCH] btrfs: Opencode ordered_data_tree_panic
 2019-11-29 14:18 UTC  (3+ messages)

[PATCH] btrfs: Simplify len alignment calculation
 2019-11-29  9:38 UTC 

[PATCH 0/3] 3 misc patches
 2019-11-29  8:44 UTC  (11+ messages)
` [PATCH 1/3] btrfs: Don't discard unwritten extents
` [PATCH 2/3] btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extent
` [PATCH 3/3] btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extent

Timestamp received snapshot is strange
 2019-11-29  6:56 UTC 

[PATCH v2] btrfs: relocation: Output current relocation stage at btrfs_relocate_block_group()
 2019-11-29  4:40 UTC 

BTRFS subvolume RAID level
 2019-11-29  0:44 UTC  (2+ messages)

[PATCH] btrfs: relocation: Output current relocation stage at btrfs_relocate_block_group()
 2019-11-29  0:35 UTC  (6+ messages)

[PATCH] btrfs-progs: qgroup: Check for ENOTCONN error on create/assign/limit
 2019-11-28 12:39 UTC  (4+ messages)

[PATCH] btrfs: Do not check for PagePrivate twice
 2019-11-28 11:44 UTC  (3+ messages)

Avoiding BRTFS RAID5 write hole
 2019-11-28 11:37 UTC  (5+ messages)

[PATCH v4 0/2] remove BUG_ON()s in btrfs_close_one_device()
 2019-11-28  9:29 UTC  (8+ messages)
` [PATCH v4 1/2] btrfs: decrement number of open devices after closing the device not before
` [PATCH v4 2/2] btrfs: reset device back to allocation state when removing

RAID5 scrub performance
 2019-11-28  9:24 UTC  (3+ messages)

potential data race on BTRFS_I(inode)->root->last_log_commit when adding inode while fdatasync
 2019-11-28  5:30 UTC 

potential data race on disk_i_size in two btrfs_endio_writer_helper()
 2019-11-28  3:44 UTC 

[PATCH v3 0/3] btrfs: qgroup rescan races (part 1)
 2019-11-28  3:28 UTC  (2+ messages)

Possible data race on btrfs_set_block_group_used(&cache->item, ...) when two syncfs runs in parallel
 2019-11-28  2:15 UTC 

bad sector / bad block support
 2019-11-28  1:23 UTC  (5+ messages)

[PATCH RFC] btrfs: space-info: Make over-commit threshold to 87.5% of a new chunk
 2019-11-27 23:33 UTC  (3+ messages)

[PATCH v4 00/22] btrfs: async discard support
 2019-11-27 18:26 UTC  (15+ messages)
` [PATCH 10/22] btrfs: add discard sysfs directory
` [PATCH 12/22] btrfs: keep track of discardable_bytes
` [PATCH 13/22] btrfs: calculate discard delay based on number of extents
` [PATCH 14/22] btrfs: add bps discard rate limit
` [PATCH 15/22] btrfs: limit max discard size for async discard
` [PATCH 16/22] btrfs: make max async discard size tunable
` [PATCH 17/22] btrfs: have multiple discard lists
` [PATCH 18/22] btrfs: only keep track of data extents for async discard
` [PATCH 19/22] btrfs: keep track of discard reuse stats
` [PATCH 20/22] btrfs: add async discard header
` [PATCH 21/22] btrfs: increase the metadata allowance for the free_space_cache
` [PATCH 22/22] btrfs: make smaller extents more likely to go into bitmaps

[PATCH] btrfs: mkfs: Make no-holes as default mkfs incompat features
 2019-11-27 17:10 UTC  (3+ messages)

[PATCH 0/5 v2] btrfs direct-io using iomap
 2019-11-27 15:51 UTC  (18+ messages)
` [PATCH 1/5] fs: Export generic_file_buffered_read()
` [PATCH 2/5] iomap: add a filesystem hook for direct I/O bio submission
` [PATCH 3/5] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 4/5] btrfs: Wait for extent bits to release page
` [PATCH 5/5] fs: Remove dio_end_io()

[PATCH] btrfs: fix devs_max constraints for raid1c3 and raid1c4
 2019-11-27 15:10 UTC 

Slow performance with Btrfs RAID 10 with a failed disk
 2019-11-27 14:19 UTC  (2+ messages)

[PATCH 0/4][v2] clean up how we mark block groups read only
 2019-11-27 10:48 UTC  (8+ messages)
` [PATCH 1/4] btrfs: don't pass system_chunk into can_overcommit
` [PATCH 2/4] btrfs: kill min_allocable_bytes in inc_block_group_ro
` [PATCH 3/4] btrfs: fix force usage "
` [PATCH 4/4] btrfs: use btrfs_can_overcommit "

[RFC PATCH v3 00/12] fs: interface for directly reading/writing compressed data
 2019-11-27 10:33 UTC  (18+ messages)
` [RFC PATCH v3 03/12] fs: add RWF_ENCODED for "
` [RFC PATCH v3 04/12] btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers
` [RFC PATCH v3 05/12] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [RFC PATCH v3 06/12] btrfs: remove dead snapshot-aware defrag code
` [RFC PATCH v3 08/12] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [RFC PATCH v3 09/12] btrfs: support different disk extent size for delalloc

Domain pagedirectory.de
 2019-11-27  8:09 UTC 

[PATCH 0/6] btrfs-progs: add support for LOGICAL_INO_V2 features in logical-resolve
 2019-11-27  3:55 UTC  (7+ messages)
` [PATCH 1/6] btrfs-progs: ioctl-test: add LOGICAL_INO_V2
` [PATCH 2/6] btrfs-progs: libbtrfsutil: "
` [PATCH 3/6] btrfs-progs: add LOGICAL_INO_V2 to ioctl.h
` [PATCH 4/6] btrfs-progs: inspect: add support for LOGICAL_INO_V2 ioctl
` [PATCH 5/6] btrfs-progs: inspect: increase logical-resolve default buffer size to 64K
` [PATCH 6/6] btrfs-progs: inspect-internal: document new logical-resolve options and kernel requirements

[PATCH 0/2] btrfs qgroup cleanup
 2019-11-26 17:00 UTC  (6+ messages)
` [PATCH 1/2] btrfs: qgroup: Cleanup quota_root checks
` [PATCH 2/2] btrfs: qgroup: Return -ENOTCONN instead of -EINVAL

[PATCH v2 0/5] btrfs: sysfs, cleanups
 2019-11-26 16:54 UTC  (8+ messages)
` [PATCH v2 1/5] btrfs: sysfs, rename devices kobject holder to devices_kobj
` [PATCH v2 2/5] btrfs: sysfs, rename device_link add,remove functions
` [PATCH v2 5/5] btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsid

[PATCH 0/4][RFC] clean up how we mark block groups read only
 2019-11-26 16:28 UTC  (14+ messages)
` [PATCH 1/4] btrfs: don't pass system_chunk into can_overcommit
` [PATCH 2/4] btrfs: kill min_allocable_bytes in inc_block_group_ro
` [PATCH 3/4] btrfs: fix force usage "
` [PATCH 4/4] btrfs: use btrfs_can_overcommit "

[PATCH 0/6] Cleanup super block stripe exclusion code
 2019-11-26 16:04 UTC  (5+ messages)
` [PATCH 1/6] btrfs: Move and unexport btrfs_rmap_block
` [PATCH 3/6] btrfs: Add self-tests for btrfs_rmap_block

[PATCH next 0/2] btrfs: Fix build warnings for arm
 2019-11-26 15:44 UTC  (5+ messages)
` [PATCH next 1/2] btrfs: tree-checker: Fix error format string

btrfs/058 deadlock with lseek
 2019-11-26 14:58 UTC  (3+ messages)

[PATCH 05/22] btrfs: add the beginning of async discard, discard workqueue
 2019-11-26  4:09 UTC  (7+ messages)

[GIT PULL] Btrfs updates for 5.5
 2019-11-25 22:45 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).