messages from 2016-01-05 20:54:11 to 2016-01-11 20:10:36 UTC [more...]
[PATCH] Btrfs-progs: use btrfs-debugfs to fetch block group information
2016-01-11 20:10 UTC
6TB partition, Data only 2TB - aka When you haven't hit the "usual" problem
2016-01-11 19:50 UTC (33+ messages)
[PATCH] BTRFS: Adds an option to select RAID Stripe size
2016-01-11 16:01 UTC (17+ messages)
[PATCH] btrfs-progs: Format change for btrfs fi df
2016-01-11 15:51 UTC (3+ messages)
[PATCH] btrfs-corrupt-blocks: Include limits.h
2016-01-11 15:34 UTC (2+ messages)
Purposely using btrfs RAID1 in degraded mode ?
2016-01-11 14:25 UTC (10+ messages)
[PULL] Btrfs: cleanups for 4.5
2016-01-11 13:55 UTC (2+ messages)
[GIT PULL] More btrfs bug fixes for 4.5
2016-01-11 13:55 UTC (2+ messages)
[PATCH v3] fstests: fix btrfs test failures after commit 27d077ec0bda
2016-01-11 13:22 UTC
send/receive for encrypted backup purposes
2016-01-11 12:50 UTC (10+ messages)
btrfs fail behavior when a device vanishes
2016-01-11 9:46 UTC (5+ messages)
[PATCH] btrfs-progs: chunk-recovery: Fix a float point error
2016-01-11 9:14 UTC (3+ messages)
[PATCH 1/4 v2] fstests: fix btrfs test failures after commit 27d077ec0bda
2016-01-11 3:41 UTC (2+ messages)
Recovery of a raid1 FS
2016-01-11 1:50 UTC (10+ messages)
evidence of persistent state, despite device disconnects
2016-01-10 16:54 UTC (9+ messages)
[PATCH 00/35 v2] separate operations from flags in the bio/request structs
2016-01-10 7:15 UTC (50+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [dm-devel] "
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [dm-devel] "
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Deadlock after upgrade to 4.1
2016-01-10 0:31 UTC (3+ messages)
` Reproduced deadlock after upgrade from 3.18 to 4.1 or 4.3 (+ more info)
Filesystem hang on kernel 4.2.0 with copy reflink
2016-01-09 9:28 UTC (4+ messages)
[josef-btrfs:enospc-rework 7/8] fs/btrfs/extent-tree.c:5292:33: error: 'fs_info' undeclared
2016-01-08 21:02 UTC
[PATCH] fstests: btrfs, verify fitrim does not discard reserved device area
2016-01-07 21:21 UTC
[PATCH] Btrfs: fix regression that makes fitrim ioctl discard a device's MBR
2016-01-07 21:21 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] Btrfs: fix fitrim discarding device area reserved for boot loader's use
btrfs trim erases bootloader area
2016-01-08 6:36 UTC (8+ messages)
freeze_bdev and scrub/re-balance
2016-01-08 3:13 UTC (5+ messages)
Broken RAID6, segfault on chunk-recover
2016-01-08 1:42 UTC (4+ messages)
[PATCH] Btrfs-progs: fix typo in parse_range
2016-01-07 14:57 UTC (2+ messages)
[PULL] Btrfs: misc fixes for 4.5
2016-01-07 14:42 UTC
[PATCH V2] Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots
2016-01-07 13:26 UTC
[PATCH v3] Btrfs: Check metadata redundancy on balance
2016-01-07 13:24 UTC (2+ messages)
[PATCH v3 00/14][For 4.6] Btrfs: Add inband (write time) de-duplication framework
2016-01-07 13:21 UTC (18+ messages)
` [PATCH v3 01/16] btrfs: dedup: Introduce dedup framework and its header
` [PATCH v3 02/16] btrfs: dedup: Introduce function to initialize dedup info
` [PATCH v3 03/16] btrfs: dedup: Introduce function to add hash into in-memory tree
` [PATCH v3 04/16] btrfs: dedup: Introduce function to remove hash from "
` [PATCH v3 05/16] btrfs: delayed-ref: Add support for atomic increasing extent ref
` [PATCH v3 06/16] btrfs: delayed_ref: Add support for handle dedup hash
` [PATCH v3 07/16] btrfs: dedup: Introduce function to search for an existing hash
` [PATCH v3 08/16] btrfs: dedup: Implement btrfs_dedup_calc_hash interface
` [PATCH v3 09/16] btrfs: ordered-extent: Add support for dedup
` [PATCH v3 10/16] btrfs: dedup: Inband in-memory only de-duplication implement
` [PATCH v3 11/16] btrfs: dedup: Add basic tree structure for on-disk dedup method
` [PATCH v3 12/16] btrfs: dedup: Introduce interfaces to resume and cleanup dedup info
` [PATCH v3 13/16] btrfs: dedup: Add support for on-disk hash search
` [PATCH v3 14/16] btrfs: dedup: Add support to delete hash for on-disk backend
` [PATCH v3 15/16] btrfs: dedup: Add support for adding "
` [PATCH v3 16/16] btrfs: dedup: Add ioctl for inband deduplication
sendfile(2) not killable on btrfs
2016-01-07 1:30 UTC (3+ messages)
[PATCH v2 0/7] btrfs-progs: Support for in-band de-duplication
2016-01-07 1:22 UTC (8+ messages)
` [PATCH v2 1/7] btrfs-progs: Basic framework for dedup command group
` [PATCH v2 2/7] btrfs-progs: dedup: Add enable command "
` [PATCH v2 3/7] btrfs-progs: dedup: Add disable support for inban deduplication
` [PATCH v2 4/7] btrfs-progs: dedup: Add status subcommand
` [PATCH v2 5/7] btrfs-progs: Add dedup feature for mkfs and convert
` [PATCH v2 6/7] btrfs: dedup: Add show-super support for new DEDUP flag
` [PATCH v2 7/7] btrfs-progs: dedup-tree: Add dedup tree support
floating point exception (core dumped) - btrfs rescue chunk-recover
2016-01-06 20:51 UTC (2+ messages)
cannot repair filesystem
2016-01-06 13:20 UTC (2+ messages)
Add big device, remove small device, read-only
2016-01-06 11:04 UTC (5+ messages)
[PATCH 1/3] btrfs: Continue write in case of can_not_nocow
2016-01-06 11:00 UTC (3+ messages)
` [PATCH 2/3] btrfs: delete no_used argument in btrfs_copy_from_user
` [PATCH 3/3] btrfs: merge functions for wait snapshot creation
[PATCH] Btrfs: Intialize btrfs_root->highest_objectid when loading tree root and subvolume roots
2016-01-06 8:37 UTC (4+ messages)
raid1 vs raid5
2016-01-06 8:09 UTC (2+ messages)
Confining scrub to a subvolume
2016-01-06 8:06 UTC (5+ messages)
[PATCH V2] Btrfs: fix output of compression message in btrfs_parse_options()
2016-01-06 8:03 UTC
Unrecoverable fs corruption?
2016-01-06 7:35 UTC (7+ messages)
[PATCH] Btrfs: fix transaction handle leak on failure to create hard link
2016-01-06 2:33 UTC (2+ messages)
[PATCH] Btrfs: fix output of compression message in btrfs_parse_options()
2016-01-06 2:14 UTC (3+ messages)
Crash, boot mount failure: "corrupt leaf, slot offset bad"
2016-01-06 1:31 UTC (5+ messages)
[PATCH 05/35] fs: have ll_rw_block users pass in op and flags separately
2016-01-05 23:20 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).