linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-30 20:12:12 to 2013-11-06 17:09:04 UTC [more...]

[PATCH 00/13] [PATCH 00/13] sysfs publishing patchset (v2)
 2013-11-06 17:08 UTC  (18+ messages)
` [PATCH 01/13] btrfs: add ioctls to query/change feature bits online
` [PATCH 02/13] kobject: export kobj_sysfs_ops
` [PATCH 03/13] btrfs: publish supported featured in sysfs
` [PATCH 04/13] btrfs: publish per-super attributes "
` [PATCH 05/13] btrfs: publish per-super features "
` [PATCH 06/13] btrfs: publish unknown feature bits "
` [PATCH 07/13] btrfs: add ability to change features via sysfs
` [PATCH 08/13] btrfs: use feature attribute names to print better error messages
` [PATCH 09/13] btrfs: add ioctl to export size of global metadata reservation
` [PATCH 10/13] btrfs: publish allocation data in sysfs
` [PATCH 11/13] btrfs: publish device membership "
` [PATCH 12/13] btrfs: publish fs label "
` [PATCH 13/13] btrfs: add tracing for failed reservations

csum failure messages
 2013-11-06 16:54 UTC  (10+ messages)

[PATCH] Btrfs: don't wait for ordered data outside desired range
 2013-11-06 15:12 UTC 

3.11.5 kernel infinite loop
 2013-11-06 12:37 UTC  (2+ messages)

[RFC PATCH] Btrfs: fix memory leak of orphan block rsv
 2013-11-06 12:19 UTC  (8+ messages)
` [PATCH v6] "

[PATCH] Btrfs-progs: set return value to 0 if subvolume get-default successfully
 2013-11-06 10:49 UTC 

[RFC PATCH] Btrfs: change ioctl number of BTRFS_IOC_START_SYNC to 21
 2013-11-06  9:42 UTC  (2+ messages)

[PATCH] Btrfs: fix lockdep error in async commit
 2013-11-06  8:57 UTC 

btrfsck errors is it save to fix?
 2013-11-06  6:45 UTC  (6+ messages)

[PATCH 0/7] Btrfs: improve the latency of the space reservation
 2013-11-06  5:29 UTC  (14+ messages)
` [PATCH 1/7] Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()
    ` [PATCH V2 "
` [PATCH 2/7] Btrfs: wait for the ordered extent only when we want
` [PATCH 3/7] Btrfs: pick up the code for the item number calculation in flush_space()
` [PATCH 4/7] Btrfs: fix the confusion between delalloc bytes and metadata bytes
` [PATCH 5/7] Btrfs: don't wait for all the async delalloc when shrinking delalloc
` [PATCH 6/7] Btrfs: don't wait for the completion of all the ordered extents
` [PATCH 7/7] Btrfs: rename btrfs_start_all_delalloc_inodes

[PATCH 1/2] Btrfs/tracepoint: fix to report right flags for ordered extent
 2013-11-06  4:04 UTC  (2+ messages)
` [PATCH 2/2] Btrfs/tracepoint: update new flags for ordered extent TP

mount ("ro", "ro,recovery", and "recovery") fail with open_ctree failed
 2013-11-06  3:04 UTC 

OK to take hourly snapshots, then cull older ones?
 2013-11-06  0:08 UTC  (4+ messages)

umount waiting for 12 hours and still running
 2013-11-05 18:53 UTC  (2+ messages)

umount waiting for 12 hours and still running
 2013-11-05 18:21 UTC  (4+ messages)

[PATCH] Btrfs: don't BUG_ON() if we get an error walking backrefs
 2013-11-05 16:12 UTC 

Partition broken, btrfsck segfaults or asserts
 2013-11-05 14:00 UTC  (2+ messages)

[PATCH] Block layer stuff/DIO rewrite prep for 3.14
 2013-11-05 13:53 UTC  (14+ messages)
` [PATCH 1/9] block: Convert various code to bio_for_each_segment()
` [PATCH 2/9] block: submit_bio_wait() conversions
` [PATCH 3/9] block: Move bouncing to generic_make_request()
` [PATCH 4/9] block: Make generic_make_request handle arbitrary sized bios
  ` [dm-devel] "
` [PATCH 5/9] block: Gut bio_add_page(), kill bio_add_pc_page()
` [PATCH 6/9] mtip32xx: handle arbitrary size bios
` [PATCH 7/9] blk-lib.c: generic_make_request() handles large bios now
` [PATCH 8/9] bcache: "
` [PATCH 9/9] block: Add bio_get_user_pages()

[PATCH] FS: BTRFS: fixed coding style issues
 2013-11-05 12:32 UTC  (7+ messages)

[PATCH 0/9] btrfs: remove unused variables
 2013-11-05 10:26 UTC  (11+ messages)
` [PATCH 1/9] btrfs: remove unused variable from btrfs_search_forward
` [PATCH 2/9] btrfs: remove unused variable from btrfs_new_inode
` [PATCH 3/9] btrfs: remove unused variables from disk-io.c
` [PATCH 4/9] btrfs: remove unused variable from find_free_extent
` [PATCH 5/9] btrfs: remove unused variables from extent_io.c
` [PATCH 6/9] btrfs: remove unused variable from setup_cluster_no_bitmap
` [PATCH 7/9] btrfs: remove unused variable from scrub_fixup_nodatasum
` [PATCH 8/9] btrfs: replace path->slots[0] with otherwise unused variable 'slot'
` [PATCH 9/9] btrfs: fix unused variables in qgroup.c

OOPS on 3.11.6
 2013-11-05  8:30 UTC  (2+ messages)

[PATCH 1/2] BTRFS: fixed a coding style issue
 2013-11-05  7:21 UTC  (2+ messages)
` [PATCH 2/2] "

[PATCH] BTRFS: fixed two coding style issues
 2013-11-05  7:09 UTC 

[PATCH] BTRFS: fixed coding style issues
 2013-11-05  7:02 UTC 

Bootstrap the btrfs_find_item interface
 2013-11-05  3:54 UTC 

[PATCH v2] Btrfs: avoid heavy operations in btrfs_commit_super
 2013-11-05  3:45 UTC 

[PATCH v2 0/3] Bootstrap the btrfs_find_item interface
 2013-11-05  3:37 UTC  (4+ messages)
` [PATCH v2 1/3] Bootstrap generic "
` [PATCH v2 2/3] expand btrfs_find_item() to include find_root_ref functionality
` [PATCH v2 3/3] expand btrfs_find_item() to include find_orphan_item functionality

[BUG]:bad unlock balance detected!
 2013-11-05  3:19 UTC  (4+ messages)

[PATCH] Btrfs: fix negative qgroup tracking from owner accounting (bug #61951)
 2013-11-04 17:42 UTC  (8+ messages)

[PATCH] FS: BTRFS: fixed a styling issue
 2013-11-04 13:34 UTC 

BTRFS volume crashes after hard reset
 2013-11-04 12:26 UTC  (5+ messages)

btrfs send/receive do not keep inode ctimes
 2013-11-04 11:38 UTC  (3+ messages)

[PATCH] Btrfs: avoid heavy operations in btrfs_commit_super
 2013-11-04  9:58 UTC  (3+ messages)

[PATCH] btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf size
 2013-11-04  7:17 UTC 

[RFC][PATCH] BTRFS_PROG: mount.btrfs helper
 2013-11-03 23:07 UTC  (4+ messages)
` [PATCH] Provide "

[PATCH 1/4] btrfs-progs: make filesystem show by label work
 2013-11-04  4:36 UTC  (5+ messages)
` [PATCH 2/4 v2] btrfs-progs: mechanism to fetch fsinfo from btrfs-control
` [PATCH 3/4 v2] btrfs-progs: fs show should handle if subvol(s) mounted
` [PATCH 4/4] btrfs-progs: lblkid wouldn't find non mapper path input
  ` [PATCH 4/4 v2] "

[PATCH] btrfs: add framework to read fs info from btrfs-control
 2013-11-04  4:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: lblkid wouldn't find non mapper path input
 2013-11-04  3:41 UTC  (3+ messages)

[PATCH] btrfs: add framework to read fs info from btrfs-control
 2013-11-04  3:39 UTC  (3+ messages)

[PATCH 1/3] Btrfs: do not inc uncorrectable_errors counter on ro scrubs
 2013-11-03 17:06 UTC  (3+ messages)
` [PATCH 2/3] Btrfs: disable online raid-repair on ro mounts
` [PATCH 3/3] Btrfs: fix __btrfs_start_workers retval

[PATCH v3] btrfs: Add helper function for free_root_pointers()
 2013-11-02 20:39 UTC  (4+ messages)
  ` [OPW kernel] "
` [PATCH v4] "

[PATCH 2/3] btrfs_find_item expanded to include find_root_ref functionality
 2013-11-02 17:11 UTC  (4+ messages)
  ` [OPW kernel] "
` [PATCH 3/3] btrfs_find_item expanded to include find_orphan_item functionality
  ` [OPW kernel] "

[PATCH 0/3] bootstrapping btrfs_find_item_interface
 2013-11-02 17:05 UTC  (4+ messages)
` [PATCH 1/3] Bootstrap generic btrfs_find_item interface
  ` [OPW kernel] "
` [OPW kernel] [PATCH 0/3] bootstrapping btrfs_find_item_interface

[PATCH v2] btrfs: Replace multiple atomic_inc() with atomic_add()
 2013-11-02 16:59 UTC  (2+ messages)
  ` [OPW kernel] "

[PATCH v2] btrfs: Remove useless variable in write_ctree_super()
 2013-11-02 16:56 UTC  (2+ messages)
  ` [OPW kernel] "

[RFC PATCH 0/2] remove exclusive size from btrfs qgroup
 2013-11-02 15:14 UTC  (3+ messages)
` [RFC PATCH 1/2] Btrfs: disable qgroup's exclusive size tracking
` [RFC PATCH 2/2] Btrfs: remove subvolume qgroup automatically with qgroup enabled

Cloning a Btrfs partition
 2013-11-02  1:34 UTC  (3+ messages)
` kernel BUG at fs/btrfs/ctree.c:2964!

btrfsck: cmds-check.c:2214: check_owner_ref: Assertion `!(rec->is_root)' failed
 2013-11-01 12:51 UTC 

[PATCH] Btrfs: check file extent type before anything else
 2013-11-01 12:40 UTC  (3+ messages)

could not find root 8
 2013-11-01  5:32 UTC  (3+ messages)

[PATCH] btrfs:check-integrity.c: replace kmalloc with kmalloc_array
 2013-11-01  0:46 UTC 

Balance empty filesystem loses raid profile for data
 2013-10-31 22:29 UTC  (3+ messages)

[PATCH] Btrfs: stop committing the transaction so much during relocate
 2013-10-31 14:10 UTC 

[PATCH v3] xfstests: add regression test for running btrfs balance and defrag concurrently
 2013-10-31  9:34 UTC 

[PATCH 1/6] btrfs: Pack struct btrfs_device
 2013-10-31  5:03 UTC  (6+ messages)
` [PATCH 2/6] btrfs: Remove redundant local zero structure
` [PATCH 3/6] btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
` [PATCH 4/6] btrfs: Enclose macros with complex values within parenthesis
` [PATCH 5/6] btrfs: Replace kmalloc with kmalloc_array
` [PATCH 6/6] btrfs: Fix checkpatch.pl warning of spacing issues

[PATCH v2] xfstests: add regression test for running btrfs balance and defrag concurrently
 2013-10-31  2:31 UTC  (3+ messages)

[PATCH] Btrfs: fix up seek_hole/seek_data handling V2
 2013-10-30 20:54 UTC 

Maybe need a --force option on scrub start?
 2013-10-30 20:28 UTC 

swapfile on btrfs, temporary solution for wiki
 2013-10-30 20:12 UTC  (5+ 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).