linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-15 10:41:37 to 2016-04-22 02:23:09 UTC [more...]

Question: raid1 behaviour on failure
 2016-04-22  2:21 UTC  (18+ messages)

Raid5 replace disk problems
 2016-04-22  1:27 UTC  (2+ messages)

[PATCH] btrfs: Test that qgroup counts are valid after snapshot creation
 2016-04-22  0:26 UTC  (4+ messages)

[PATCH v2] btrfs: Test that qgroup counts are valid after snapshot creation
 2016-04-21 23:58 UTC 

btrfs forced readonly + errno=-28 No space left
 2016-04-21 22:44 UTC  (2+ messages)

btrfs forced readonly + errno=-28 No space left
 2016-04-21 18:44 UTC 

btrfs-progs confusing message
 2016-04-21 16:53 UTC  (3+ messages)

"/tmp/mnt.", and not honouring compression
 2016-04-21 14:42 UTC  (3+ messages)

KERNEL PANIC + CORRUPTED BTRFS?
 2016-04-21  7:21 UTC  (12+ messages)

Infinite loop/hang in in btrfs_find_space_cluster()
 2016-04-21  5:50 UTC  (3+ messages)

Kernel crash if both devices in raid1 are failing
 2016-04-21  3:45 UTC  (7+ messages)

BTRFS: assertion failed: num_extents, file: fs/btrfs/extent-tree.c, line: 5584
 2016-04-20 22:09 UTC 

[PATCH v8 00/27][For 4.7] Btrfs: Add inband (write time) de-duplication framework
 2016-04-20 19:14 UTC  (9+ messages)

[PATCH v4] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-20 14:25 UTC  (3+ messages)

btrfs-image and btrfs send related queries
 2016-04-20 11:50 UTC  (10+ messages)

[PATCH] btrfs-progs: prop: remove an unnecessary condition on parse_args
 2016-04-20  6:32 UTC 

Install to or Recover RAID Array Subvolume Root?
 2016-04-19 21:43 UTC  (13+ messages)

RAID5 Unable to remove Failing HD
 2016-04-19 10:49 UTC  (8+ messages)

[resend] btrfs-send -c fails: reproduction case
 2016-04-19  8:15 UTC  (5+ messages)

btrfs filesystem du - Failed to lookup root id - Inappropriate ioctl for device
 2016-04-18 19:36 UTC  (3+ messages)

[PATCH 00/42] v6: separate operations from flags in the bio/request structs
 2016-04-18 16:30 UTC  (8+ messages)
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
  ` [dm-devel] "
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-04-18 16:04 UTC  (46+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH v5 00/13] Introduce device state 'failed', spare device and auto replace
 2016-04-18 12:59 UTC  (15+ messages)
` [PATCH 01/13] btrfs: Introduce a new function to check if all chunks a OK for degraded mount
` [PATCH 02/13] btrfs: Do per-chunk check for mount time check
` [PATCH 03/13] btrfs: Do per-chunk degraded check for remount
` [PATCH 04/13] btrfs: Allow barrier_all_devices to do per-chunk device check
` [PATCH 05/13] btrfs: Cleanup num_tolerated_disk_barrier_failures
` [PATCH 06/13] btrfs: introduce BTRFS_FEATURE_INCOMPAT_SPARE_DEV
` [PATCH 07/13] btrfs: add check not to mount a spare device
` [PATCH 08/13] btrfs: support btrfs dev scan for "
` [PATCH 09/13] btrfs: provide framework to get and put a "
` [PATCH 10/13] btrfs: introduce helper functions to perform hot replace
` [PATCH 11/13] btrfs: introduce device dynamic state transition to offline or failed
` [PATCH 12/13] btrfs: check device for critical errors and mark failed
` [PATCH 13/13] btrfs: check for failed device and hot replace

unable to mount btrfs pool even with -oro,recovery,degraded, unable to do 'btrfs restore'
 2016-04-18 12:18 UTC  (12+ messages)
          ` Missing device handling (was: 'unable to mount btrfs pool...')
                ` Missing device handling

btrfrs send ... | ... receive ... stores files sparsely?
 2016-04-18 12:13 UTC  (2+ messages)

[PATCH] btrfs: cleanup assigning next active device with a check
 2016-04-18 11:25 UTC 

[PATCH 11/13] btrfs: introduce device dynamic state transition to offline or failed
 2016-04-18 10:50 UTC  (4+ messages)
` [PATCH v5 "

[PATCH] btrfs: cleanup assigning next active device with a check
 2016-04-18 10:46 UTC 

[PATCH V17 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head
 2016-04-18 10:00 UTC  (4+ messages)
` [PATCH] "

[PATCH v4 00/13] Introduce device state 'failed', spare device and auto replace
 2016-04-18  8:54 UTC  (3+ messages)

[PATCH] btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uuid_mutex
 2016-04-18  8:51 UTC 

[PATCH 1/5] btrfs: Introduce a new function to check if all chunks a OK for degraded mount
 2016-04-18  8:47 UTC  (2+ messages)
` [PATCH] btrfs: fix btrfs_check_degradable() to free extent map

[PATCH V17 10/18] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check
 2016-04-18  8:35 UTC  (5+ messages)
` [PATCH] "

[PATCH 1/3] btrfs-progs: Fix return value bug of qgroups check
 2016-04-18  2:27 UTC  (3+ messages)
` [PATCH 2/3] btrfs-progs: Fix an extent buffer leak in "
` [PATCH 3/3] btrfs-progs: Read qgroup status for qgroup verify

WARN: volumes.c:2376 btrfs_init_new_device+0xcd8/0xed0 RIP: btrfs_show_devname+0x4b/0xd0
 2016-04-18  2:01 UTC 

[PATCH v3] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-18  1:34 UTC  (5+ messages)

[PATCH] btrfs-progs: Restrict e2fsprogs version for new convert
 2016-04-18  1:20 UTC  (3+ messages)

BUG at fs/btrfs/inode.c:1828! RIP: btrfs_merge_bio_hook+0x8b/0xa0 [btrfs]
 2016-04-17 20:52 UTC  (3+ messages)

[PATCH V17 00/18] Allow I/O on blocks whose size is less than page size
 2016-04-17 12:32 UTC  (2+ messages)

[PATCH V17 11/18] Btrfs: subpage-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
 2016-04-17 12:25 UTC  (2+ messages)
` [PATCH] "

[PATCH V17 03/18] Btrfs: subpage-blocksize: Make sure delalloc range intersects with the locked page's range
 2016-04-17 12:24 UTC  (2+ messages)
` [PATCH] "

[ANN] fienode: compute SHA1 hash of file extents for finding CoW copies
 2016-04-17 10:06 UTC  (2+ messages)

btrfs-send -c fails: reproduction case
 2016-04-17  3:37 UTC  (2+ messages)

Unexpectedly slow removal of fragmented files (RAID-5)
 2016-04-16 17:38 UTC 

Uncorrectable errors after rebooting with Magic Sysrq Keys
 2016-04-16 10:25 UTC  (7+ messages)

RAID6, errors at missing device replacement
 2016-04-16  7:37 UTC  (3+ messages)

[PATCH] btrfs-progs: Check if the FSID was seen by comparing full UUID
 2016-04-15 11:20 UTC  (2+ messages)

RFE: btrfs subvolume list -t, include marker for snapshots, and whether they are ro
 2016-04-15 11:18 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).