Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2013-12-13 05:43:12 to 2013-12-17 15:27:45 UTC [more...]

[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
 2013-12-17 15:27 UTC  (3+ messages)

[PATCH] Btrfs: fix use of uninitialized err variable
 2013-12-17 15:27 UTC  (4+ messages)

[PATCH] Btrfs: move the extent buffer radix tree into the fs_info
 2013-12-17 15:18 UTC  (6+ messages)

[PATCH] btrfs-progs: fix btrfstune silence on failure
 2013-12-17 15:03 UTC  (3+ messages)

[PATCH v2 1/3] btrfs-progs: don't replicate the stripe_len defines
 2013-12-17 14:18 UTC  (6+ messages)
` [PATCH v2 2/3] btrfs-progs: use stripe_len define here
` [PATCH v2 3/3] btrfs-progs: handle error in the btrfs_prepare_device

[PATCH 0/3] Send: minor cleanups, add RO checks
 2013-12-17 14:07 UTC  (7+ messages)
` [PATCH 1/3] btrfs: send: clean up dead code
` [PATCH 2/3] btrfs: remove unused mnt from send_ctx
` [PATCH 3/3] btrfs: Check read-only status of roots during send
` (no subject)

[PATCH] Btrfs: remove transaction from btrfs send
 2013-12-17 11:57 UTC 

btrfs send in 3.12 : can't find snapshot?
 2013-12-17 11:51 UTC  (6+ messages)

[PATCH v2 1/3] btrfs-progs: don't replicate the stripe_len defines
 2013-12-17 11:16 UTC  (3+ messages)
` [PATCH v3 2/3] btrfs-progs: use stripe_len define here
` [PATCH v3 3/3] btrfs-progs: handle error in the btrfs_prepare_device

[PATCH v4 00/18] Replace btrfs_workers with kernel workqueue based btrfs_workqueue
 2013-12-17  9:31 UTC  (19+ messages)
` [PATCH v4 01/18] btrfs: Cleanup the unused struct async_sched
` [PATCH v4 02/18] btrfs: Added btrfs_workqueue_struct implemented ordered execution based on kernel workqueue
` [PATCH v4 03/18] btrfs: Add high priority workqueue support for btrfs_workqueue_struct
` [PATCH v4 04/18] btrfs: Add threshold workqueue based on kernel workqueue
` [PATCH v4 05/18] btrfs: Replace fs_info->workers with btrfs_workqueue
` [PATCH v4 06/18] btrfs: Replace fs_info->delalloc_workers "
` [PATCH v4 07/18] btrfs: Replace fs_info->submit_workers "
` [PATCH v4 08/18] btrfs: Replace fs_info->flush_workers "
` [PATCH v4 09/18] btrfs: Replace fs_info->endio_* workqueue "
` [PATCH v4 10/18] btrfs: Replace fs_info->rmw_workers "
` [PATCH v4 11/18] btrfs: Replace fs_info->cache_workers "
` [PATCH v4 12/18] btrfs: Replace fs_info->readahead_workers "
` [PATCH v4 13/18] btrfs: Replace fs_info->fixup_workers "
` [PATCH v4 14/18] btrfs: Replace fs_info->delayed_workers "
` [PATCH v4 15/18] btrfs: Replace fs_info->qgroup_rescan_worker "
` [PATCH v4 16/18] btrfs: Replace fs_info->scrub_* "
` [PATCH v4 17/18] btrfs: Cleanup the old btrfs_worker
` [PATCH v4 18/18] btrfs: Cleanup the "_struct" suffix in btrfs_workequeue

[PATCH] Btrfs: fix double initialization of the raid kobject
 2013-12-17  9:15 UTC  (2+ messages)

Understanding subvolume hierarchy
 2013-12-17  8:42 UTC  (6+ messages)

fs/btrfs/extent_io.c:219 free_extent_state.part.36+0x21/0x34 [btrfs]()
 2013-12-17  6:38 UTC  (2+ messages)

btrfs balance on single device
 2013-12-17  5:02 UTC  (6+ messages)

[PATCH 1/3] btrfs_progs: don't replicate the stripe_len defines
 2013-12-17  2:40 UTC  (6+ messages)
` [PATCH 2/3] btrfs_progs: use stripe_len define here
` [PATCH 3/3] btrfs_progs: handle error in the btrfs_prepare_device

[PATCH] Btrfs: fix error check of btrfs_lookup_dentry()
 2013-12-17  1:10 UTC  (3+ messages)

Blocket for more than 120 seconds
 2013-12-16 18:41 UTC  (23+ messages)

[PATCH 0/4 v3] fiemap: introduce EXTENT_DATA_COMPRESSED flag
 2013-12-16 16:49 UTC  (7+ messages)
` [PATCH 2/4 v3] fiemap: add "

[PATCH 0/7] Patches to support subpagesize blocksize
 2013-12-16 16:18 UTC  (16+ messages)
` [PATCH 1/7] btrfs: subpagesize-blocksize: Define extent_buffer_head
` [PATCH 2/7] btrfs: subpagesize-blocksize: Use a global alignment for size
` [PATCH 7/7] btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE

[PATCH] btrfs-progs: update send help strings and manpage
 2013-12-16 15:47 UTC 

[PATCH] btrfs-progs: send: check if parent or clone sources are read-only
 2013-12-16 15:47 UTC 

moving a subvol
 2013-12-16 15:19 UTC  (11+ messages)

[PATCH v2 0/3] Btrfs: inode cache fixes
 2013-12-16 15:09 UTC  (8+ messages)
` [PATCH v2 1/3] Btrfs: avoid building inode cache repeatly
` [PATCH v2 2/3] Btrfs: don't build inode cache for orphan root
` [PATCH v2 3/3] Btrfs: fix EEXIST error when creating new file in subvolume/snapshot

[PATCH 1/6] Btrfs: remove residual code in delayed inode async helper
 2013-12-16 15:00 UTC  (8+ messages)
` [PATCH 2/6] Btrfs: don't run delayed nodes again after all nodes flush
` [PATCH 3/6] Btrfs: cleanup code of btrfs_balance_delayed_items()
` [PATCH 4/6] Btrfs: remove btrfs_end_transaction_dmeta()
` [PATCH 5/6] Btrfs: use flags instead of the bool variants in delayed node
` [PATCH 6/6] Btrfs: introduce the delayed inode ref deletion for the single link inode

[BUG] open_ctree() failes after mounting BTRFS with 3.2 after 3.12
 2013-12-16 13:46 UTC  (3+ messages)

[PATCH] Btrfs: fix very slow inode eviction and fs unmount
 2013-12-16 12:16 UTC  (7+ messages)

Is a VM an adequate environment for simulating scenarios and limits of BTRFS?
 2013-12-15 22:25 UTC 

[PATCH] Btrfs: fix deadlock when iterating inode refs and running delayed inodes
 2013-12-15 12:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Btrfs: wait for ordered extents before removing extent maps
 2013-12-15 12:41 UTC  (8+ messages)

[PATCH] Btrfs: remove dead comments for read_csums()
 2013-12-15  3:39 UTC 

[PATCH] Btrfs: fix a warning when iput a file
 2013-12-14 14:54 UTC  (4+ messages)
    ` Fwd: "

Assertion failure in btrfsck
 2013-12-14 10:15 UTC 

[PATCH] Btrfs: fix tree mod logging
 2013-12-13 22:57 UTC  (5+ messages)
` [PATCH v2] "

btrfs-send-receive vs rsync for (incremental/full) backups
 2013-12-13 22:55 UTC  (4+ messages)

[PATCH] Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info struct
 2013-12-13 19:39 UTC 

btrfs raid multiple devices IO utilisation
 2013-12-13 17:24 UTC  (4+ messages)

[PATCH] Btrfs: use a bit to track if we're in the radix tree
 2013-12-13 15:43 UTC 

[PATCH] Btrfs: deal with io_tree->mapping being NULL
 2013-12-13 15:03 UTC 

[PATCH] Btrfs: remove unnecessary filemap writting and waiting after block group relocation
 2013-12-13 10:30 UTC 

[PATCH 0/3] Btrfs: inode cache fixes
 2013-12-13  9:46 UTC  (7+ messages)
` [PATCH 1/3] Btrfs: avoid building inode cache repeatly
` [PATCH 2/3] Btrfs: don't build inode cache for orphan root
` [PATCH 3/3] Btrfs: fix EEXIST error when creating new file in subvolume/snapshot

Feature Req: "mkfs.btrfs -d dup" option on single device
 2013-12-13  9:33 UTC  (11+ messages)

[RFC PATCH v7 00/13] Online(inband) data deduplication
 2013-12-13  6:04 UTC  (5+ messages)
` [PATCH v7 04/13] Btrfs: disable qgroups accounting when quata_enable is 0


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox