linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-15 11:58:52 to 2016-07-26 01:51:03 UTC [more...]

Force recalculation of a data block checksum
 2016-07-26  1:50 UTC  (8+ messages)

[BTRFS-PROGS][PATCH] Add two new commands: 'btrfs insp physical-find' and 'btrfs insp physical-dump'
 2016-07-26  1:32 UTC  (9+ messages)
` [PATCH 1/5] Add some helper functions
` [PATCH 2/5] New btrfs command: "btrfs inspect physical-find"
` [PATCH 3/5] new command btrfs inspect physical-dump
` [PATCH 4/5] Add man page for command btrfs insp physical-find
` [PATCH 5/5] Add new command to man pages: btrfs insp physical-dump

[PATCH RFC] btrfs: send: Disable clone detection
 2016-07-26  1:21 UTC  (5+ messages)

Any suggestions for thousands of disk image snapshots ?
 2016-07-25 21:15 UTC  (3+ messages)

[PATCH v2 0/4] update bytes_may_use timely to avoid false ENOSPC issue
 2016-07-25 18:10 UTC  (8+ messages)
` [PATCH v2 1/4] btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()
` [PATCH v2 2/4] btrfs: divide btrfs_update_reserved_bytes() into two functions
` [PATCH v2 3/4] btrfs: update btrfs_space_info's bytes_may_use timely
` [PATCH v2 4/4] btrfs: should block unused block groups deletion work when allocating data space

mount btrfs takes 30 minutes, btrfs check runs out of memory
 2016-07-25 13:38 UTC  (27+ messages)

[PATCH v12.2 00/15] Btrfs In-band De-duplication
 2016-07-25  8:17 UTC  (17+ messages)
` [PATCH v12.2 01/15] btrfs: expand btrfs_set_extent_delalloc() and its friends to support in-band dedupe and subpage size patchset
` [PATCH v12.2 02/15] btrfs: dedupe: Introduce dedupe framework and its header
` [PATCH v12.2 03/15] btrfs: dedupe: Introduce function to initialize dedupe info
` [PATCH v12.2 04/15] btrfs: dedupe: Introduce function to add hash into in-memory tree
` [PATCH v12.2 05/15] btrfs: dedupe: Introduce function to remove hash from "
` [PATCH v12.2 06/15] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v12.2 07/15] btrfs: dedupe: Introduce function to search for an existing hash
` [PATCH v12.2 08/15] btrfs: dedupe: Implement btrfs_dedupe_calc_hash interface
` [PATCH v12.2 09/15] btrfs: ordered-extent: Add support for dedupe
` [PATCH v12.2 10/15] btrfs: dedupe: Inband in-memory only de-duplication implement
` [PATCH v12.2 11/15] btrfs: dedupe: Add ioctl for inband dedupelication
` [PATCH v12.2 12/15] btrfs: relocation: Enhance error handling to avoid BUG_ON
` [PATCH v12.2 13/15] btrfs: improve inode's outstanding_extents computation
` [PATCH v12.2 14/15] btrfs: dedupe: fix false ENOSPC
` [PATCH v12.2 15/15] btrfs: dedupe: Introduce new reconfigure ioctl

A lot warnings in dmesg while running thunderbird
 2016-07-25  0:36 UTC  (17+ messages)

Chances to recover with bad partition table?
 2016-07-24 10:51 UTC  (4+ messages)
    ` Re[2]: "

qcow2 becomes 37P in size while qemu crashes
 2016-07-23 20:28 UTC  (3+ messages)

Chances to recover with bad partition table?
 2016-07-23 15:28 UTC  (2+ messages)

Btrfs/RAID5 became unmountable after SATA cable fault
 2016-07-23 13:20 UTC 

Send-recieve performance
 2016-07-22 13:47 UTC  (4+ messages)

[PATCH 1/2] Btrfs: be more precise on errors when getting an inode from disk
 2016-07-22 20:08 UTC  (5+ messages)

[PATCH] btrfs-progs: Make RAID stripesize configurable
 2016-07-22 17:20 UTC  (4+ messages)

[PATCH] btrfs: Change RAID stripesize to a user-configurable option
 2016-07-22 13:45 UTC  (2+ messages)

[PATCH] btrfs: do not background blkdev_put()
 2016-07-21 22:04 UTC 

[PATCH] Btrfs: fix memory leak of block group cache
 2016-07-21 21:33 UTC  (6+ messages)
` [PATCH v2] "

Status of SMR with BTRFS
 2016-07-21 15:35 UTC  (19+ messages)

Finding only non-snapshots via btrfs subvol list
 2016-07-21 14:55 UTC 

[PATCH 0/4] update bytes_may_use timely to avoid false ENOSPC issue
 2016-07-21 13:05 UTC  (15+ messages)
` [PATCH 1/4] btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()
` [PATCH 2/4] btrfs: divide btrfs_update_reserved_bytes() into two functions
` [PATCH 3/4] btrfs: introduce new EXTENT_CLEAR_DATA_RESV flag
` [PATCH 4/4] btrfs: update btrfs_space_info's bytes_may_use timely

Status of SMR with BTRFS
 2016-07-21 12:22 UTC 

[PATCH] Btrfs: fix delalloc accounting after copy_from_user faults
 2016-07-21 11:22 UTC 

[PATCH] Btrfs: avoid deadlocks during reservations in btrfs_truncate_block
 2016-07-21 11:02 UTC 

[PATCH] Btrfs: add ASSERT for block group's memory leak
 2016-07-21  0:33 UTC 

Data recovery from a linear multi-disk btrfs file system
 2016-07-20 22:30 UTC  (7+ messages)

ENOSPC / no space on very large devices
 2016-07-20  7:35 UTC  (3+ messages)

[PATCH] btrfs: backref: Fix soft lockup in __merge_refs function
 2016-07-20  7:04 UTC 

[PATCH] Btrfs: fix memory leak of reloc_root
 2016-07-19 22:36 UTC 

[PATCH 0/3] Btrfs: fix free space tree bitmaps+tests on big-endian systems
 2016-07-19 19:25 UTC  (9+ messages)

[PATCH v12.1 00/15] Btrfs in-band de-duplication
 2016-07-19  6:40 UTC  (4+ messages)
` [PATCH v12.1 01/15] btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksize

[PATCH] vfs: allow FILE_EXTENT_SAME (dedupe_file_range) on a file opened ro
 2016-07-19  2:41 UTC  (4+ messages)

[PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
 2016-07-18 21:28 UTC  (5+ messages)
` [PATCH next] Btrfs: fix comparison in __btrfs_map_block()
    ` [dm-devel] "

[BUG] Btrfs scrub sometime recalculate wrong parity in raid5: take two
 2016-07-18 18:56 UTC  (13+ messages)
` [BUG] Btrfs scrub sometime recalculate wrong parity in raid5

Status of SMR with BTRFS
 2016-07-18 18:49 UTC  (4+ messages)

xfstests: error: redefinition of 'struct fsxattr'
 2016-07-18  7:51 UTC 

Size reported differently between profiles
 2016-07-17  3:21 UTC  (2+ messages)

Kernel bug detected in journalctl
 2016-07-16 12:15 UTC 

Btrfs uuid snapshots: orphaned parent_uuid after deleting intermediate subvol
 2016-07-16 10:25 UTC  (3+ messages)

How can I get blockdev offsets of btrfs chunks for a file?
 2016-07-16  0:17 UTC  (4+ messages)

[PATCH] btrfs-progs: fix btrfsck of space_cache=v2 bitmaps on big-endian
 2016-07-15 19:12 UTC 

FIDEDUPERANGE with src_length == 0
 2016-07-15 16:54 UTC  (7+ messages)

New btrfs sub command: btrfs inspect physical-find
 2016-07-15 16:22 UTC  (3+ messages)

[PATCH v2] Btrfs: fix unexpected balance crash due to BUG_ON
 2016-07-15 15:38 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] btrfs: remove obsolete part of comment in statfs
 2016-07-15 13:31 UTC 

[PATCH] btrfs: hide test-only member under ifdef
 2016-07-15 13:23 UTC 

[PATCH] btrfs: allocate exact page array size in extent_buffer
 2016-07-15 11:58 UTC  (4+ 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).