linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-12 21:40:46 to 2017-10-19 05:41:45 UTC [more...]

[PATCH v2 0/6] Rootdir refactor and small bug fixes
 2017-10-19  5:41 UTC  (2+ messages)
` [PATCH v2 1/6] btrfs-progs: Avoid BUG_ON for chunk allocation when ENOSPC happens

[PATCH 00/21] My current btrfs patch queue
 2017-10-19  3:14 UTC  (45+ messages)
` [PATCH 01/21] Btrfs: rework outstanding_extents
` [PATCH 03/21] btrfs: make the delalloc block rsv per inode
` [PATCH 04/21] btrfs: add ref-verify mount option
` [PATCH 05/21] btrfs: pass root to various extent ref mod functions
` [PATCH 06/21] Btrfs: add a extent ref verify tool
` [PATCH 07/21] Btrfs: only check delayed ref usage in should_end_transaction
` [PATCH 08/21] btrfs: add a helper to return a head ref
` [PATCH 09/21] btrfs: move extent_op cleanup to a helper
` [PATCH 10/21] btrfs: breakout empty head "
` [PATCH 11/21] btrfs: move ref_mod modification into the if (ref) logic
` [PATCH 12/21] btrfs: move all ref head cleanup to the helper function
` [PATCH 13/21] btrfs: remove delayed_ref_node from ref_head
` [PATCH 14/21] btrfs: remove type argument from comp_tree_refs
` [PATCH 15/21] btrfs: switch args for comp_*_refs
` [PATCH 19/21] btrfs: don't call btrfs_start_delalloc_roots in flushoncommit
` [PATCH 21/21] btrfs: add assertions for releasing trans handle reservations

[PATCH v2] btrfs: Fix bug for misused dev_t when lookup in dev state hash table
 2017-10-19  1:49 UTC 

Mount failing - unable to find logical
 2017-10-18 16:40 UTC  (6+ messages)
    ` SOLVED - 32-bit kernel 4.13 bug - "

Is it safe to use btrfs on top of different types of devices?
 2017-10-18 14:30 UTC  (24+ messages)

Unmountable fs. No root for superblock generation
 2017-10-18 14:18 UTC 

[PATCH] btrfs-progs: test: add new cli-test for subvol get/set-default
 2017-10-18 13:07 UTC  (2+ messages)

[PATCH] Btrfs: ref-verify: Fix NULL vs IS_ERR() check in walk_down_tree()
 2017-10-18 12:33 UTC  (2+ messages)

[PATCH 0/5] Rootdir refactor and small bug fixes
 2017-10-18 12:23 UTC  (7+ messages)
` [PATCH 1/5] btrfs-progs: Avoid BUG_ON for chunk allocation when ENOSPC happens
` [PATCH 2/5] btrfs-progs: mkfs: Fix overwritten return value for mkfs
` [PATCH 3/5] btrfs-progs: mkfs: Error out gracefully for --rootdir
` [PATCH 4/5] btrfs-progs: mkfs: Move image creation of rootdir to its own files
` [PATCH 5/5] btrfs-progs: mkfs: Move source dir size calculation "

Best strategie to remove devices from pool
 2017-10-18 11:36 UTC  (3+ messages)

[PATCH] btrfs: Fix bug for misused dev_t when lookup in dev state hash table
 2017-10-18  6:15 UTC  (4+ messages)

[PATCH] btrfs-progs: qgroup: show subvol path when qgroup show
 2017-10-18  3:36 UTC  (3+ messages)

4.13: "error in btrfs_run_delayed_refs:3009: errno=-28 No space left" with 1.3TB unallocated / 737G free?
 2017-10-17 23:19 UTC  (2+ messages)

[PATCH RESEND] btrfs-progs: allow "no" to disable compression for convenience
 2017-10-17 18:16 UTC  (5+ messages)

[PATCH v3] btrfs-progs: change subvol set-default to also accept subvol path
 2017-10-17 18:06 UTC  (2+ messages)

[PATCH] Btrfs-progs: do not add stale device into fs_devices
 2017-10-17 16:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] Just bunch of btrfs patches
 2017-10-17 15:52 UTC  (8+ messages)
` [PATCH 2/4] Btrfs: clear_dirty only on pages only in compression range
` [PATCH 3/4] Btrfs: handle unaligned tail of data ranges more efficient

next/master build: 214 builds: 29 failed, 185 passed, 29 errors, 68 warnings (next-20171016)
 2017-10-17 13:12 UTC  (2+ messages)

[PATCH v2 0/6] Btrfs-progs: rescue: To fix device related
 2017-10-17 13:05 UTC  (8+ messages)
` [PATCH v2 1/6] btrfs-progs: Introduce function to fix unaligned device size
` [PATCH v2 2/6] btrfs-progs: Introduce function to fix super block total bytes
` [PATCH v2 3/6] btrfs-progs: rescue: Introduce fix-device-size
` [PATCH v2 4/6] btrfs-progs: check: Also check and repair unalignment/mismatch device and super size
` [PATCH v2 5/6] btrfs-progs: test/fsck: Add test case image for --fix-dev-size
` [PATCH v2 6/6] btrfs-progs: rescue: Fix zero-log mounted branch

reproducable oops in btrfs/130 with latests mainline
 2017-10-17 13:03 UTC  (4+ messages)

[PATCH 0/4] btrfs-progs repair support for unaligned/mismatched device sizes
 2017-10-17  8:15 UTC  (2+ messages)

[PATCH v3 0/2] btrfs-progs: doc: update btrfs device remove
 2017-10-17  3:50 UTC  (6+ messages)
` [PATCH v3 1/2] btrfs-progs: device: add description of alias to help message
` [PATCH v3 2/2] btrfs-progs: doc: add description of missing and example of device remove

kernel BUG at fs/btrfs/ctree.c:3182
 2017-10-17  2:32 UTC 

Unmountable fs - missing generation?
 2017-10-16 15:16 UTC 

[PATCH] btrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev()
 2017-10-16 23:32 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] Btrfs: add write_flags for compression bio
 2017-10-16 17:34 UTC  (3+ messages)

[PATCH] Btrfs: avoid losing data raid profile when deleting a device
 2017-10-16 17:26 UTC  (7+ messages)
` [PATCH v2] "

Btrfs progs release 4.13.3
 2017-10-16 16:58 UTC 

Why isnt NOCOW attributes propogated on snapshot transfers?
 2017-10-16 15:59 UTC  (4+ messages)

[PATCH v3 0/4] btrfs: cleanup mount path
 2017-10-16 15:15 UTC  (2+ messages)

[PATCH] btrfs: Replace opencoded sizes with their symbolic constants
 2017-10-16 14:51 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3] btrfs: Use bd_dev to generate index when dev_state_hashtable add items
 2017-10-16 14:37 UTC  (4+ messages)

[PATCH] btrfs: fix false EIO for missing device
 2017-10-16 14:29 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] btrfs: use need_full_stripe() in __btrfs_map_block()
 2017-10-16 14:26 UTC  (4+ messages)

[PATCH v2 0/3] btrfs-progs: device: update btrfs device remove missing
 2017-10-16 14:16 UTC  (8+ messages)
` [PATCH v2 3/3] btrfs-progs: device: add remove missing-all

[bug report] btrfs: error out if btrfs_attach_transaction() fails
 2017-10-16 14:07 UTC  (4+ messages)
` [PATCH] btrfs: fix call to btrfs_end_transaction without a transaction handler

[PATCH v2] btrfs: cleanup extent locking sequence
 2017-10-16 13:49 UTC  (2+ messages)

[PATCH] btrfs: use BLK_STS defines where needed
 2017-10-16 13:44 UTC  (3+ messages)

[PATCH] btrfs: remove stillborn code
 2017-10-16 13:29 UTC 

btrfs errors over NFS
 2017-10-16 11:30 UTC  (5+ messages)

[PATCH v2 1/3] btrfs-progs: Refactor test_minimum_size to use calculated minimal device size
 2017-10-16  9:16 UTC  (5+ messages)
` [PATCH v2 2/3] btrfs-progs: mkfs: Enhance minimal device size calculation to fix mkfs failure on small file
` [PATCH v2 3/3] btrfs-progs: test/mkfs: Test if the minimal device size is valid

[PATCH v8 0/2] [RFC] Introduce device state 'failed'
 2017-10-16  6:09 UTC  (11+ messages)
` [PATCH v8 1/2] btrfs: introduce device dynamic state transition to failed
` [PATCH v8 2/2] btrfs: check device for critical errors and mark failed

[PATCH] btrfs-progs: allow "no" to disable compression for convenience
 2017-10-14 23:35 UTC  (5+ messages)
  ` [PATCH v2] btrfs-progs: allow "none" "

[PATCH] btrfs-progs: subvol list: don't print deleted subvol as TOPLEVEL
 2017-10-13 18:13 UTC  (2+ messages)

[PATCH] btrfs-progs: set include path relatively
 2017-10-13 18:10 UTC  (4+ messages)
` [PATCH] btrfs: "

Btrfs warnings in kernel 4.13.5
 2017-10-13 21:57 UTC  (6+ messages)

USB upgrade fun
 2017-10-13 18:28 UTC  (6+ messages)

[PATCH] btrfs: cleanup extent locking sequence
 2017-10-13 13:23 UTC  (2+ messages)

[PATCH][v2] btrfs: fix send ioctl on 32bit with 64bit kernel
 2017-10-13 12:56 UTC  (2+ messages)

[PATCH v2 1/4] btrfs: add_missing_dev() should return the actual error
 2017-10-13 12:28 UTC  (4+ messages)
` [PATCH v2 2/4] btrfs: fix EIO misuse to report missing degraded option

[PATCH v2 1/4] btrfs: add_missing_dev() should return the actual error
 2017-10-13 12:14 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] btrfs: Clean up unused variables in free-space-tree.c
 2017-10-13 12:08 UTC  (3+ messages)

[PATCH] btrfs: tree-checker: use %zu format string for size_t
 2017-10-13 12:06 UTC  (2+ messages)

btrfs seed question
 2017-10-13  2:52 UTC  (6+ messages)

[RFC PATCH] Btrfs: heuristic replace heap sort with radix sort
 2017-10-13  0:32 UTC 

[RFC] Btrfs: compression heuristic performance
 2017-10-12 21:57 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).