messages from 2013-06-29 02:44:22 to 2013-07-08 16:46:11 UTC [more...]
[PATCH] btrfs-progs: Fix automatic prerequisite generation
2013-07-08 16:46 UTC (2+ messages)
[PATCH] Btrfs-progs: remove incorrect slot decrement
2013-07-08 16:16 UTC (5+ messages)
` [PATCH v2] "
btrfsck: cmds-check.c:2063: check_owner_ref: Assertion `!(rec->is_root)' failed
2013-07-08 14:15 UTC
[PATCH] btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
2013-07-08 13:24 UTC (2+ messages)
btrfs crashes
2013-07-08 13:24 UTC (2+ messages)
[PATCH 0/3] Small fixes for btrfs-progs
2013-07-08 13:21 UTC (14+ messages)
` [PATCH 1/3] Btrfs-progs: add missing write check for mkfs
` [PATCH 2/3] Btrfs-progs: add kstrdup() return value check
` [PATCH 3/3] Btrfs-progs: remove unused code
` [PATCH v2 1/3] Btrfs-progs: add missing write check for mkfs
` [PATCH v2 3/3] Btrfs-progs: remove unused code
` [PATCH v2 0/5] Small fixes for btrfs-progs
` [PATCH 4/5] Btrfs-progs: return error on write failure in make_btrfs()
` [PATCH 5/5] Btrfs-progs: don't ignore errors in btrfs_add_block_group()
` [PATCH v2 5/5] Btrfs-progs: don't ignore errors in extent-tree.c
Qemu disk images on BTRFS suffer checksum errors
2013-07-08 13:20 UTC (2+ messages)
[PATCH 0/9] btrfs-progs: coalesce of patches
2013-07-08 7:39 UTC (2+ messages)
` [PATCH 13/13] btrfs-progs: fix memory leaks of device_list_add()
[RFC PATCH 00/12] Btrfs-progs: introduce chunk recover function
2013-07-08 4:59 UTC (20+ messages)
` [PATCH 01/12] Btrfs-progs: fix missing recow roots when making btrfs filesystem
` [PATCH 02/12] Btrfs-progs: don't close the file descriptor 0 when closing a device
` [PATCH 03/12] Btrfs-progs: Don't free the devices when close the ctree
` [PATCH 04/12] Btrfs-progs: cleanup similar code in open_ctree_* and close_ctree
` [PATCH 05/12] Btrfs-progs: introduce common insert/search/delete functions for rb-tree
` [PATCH 06/12] Btrfs-progs: use rb-tree instead of extent cache tree for fs/file roots
` [PATCH 07/12] Btrfs-progs: extend the extent cache for the device extent
` [PATCH 08/12] Btrfs-progs: Add block group check funtion
` [PATCH 09/12] Btrfs-progs: Add chunk recover function - using old chunk items
` [PATCH 10/12] Btrfs-progs: introduce list_{first, next}_entry/list_splice_tail{_init}
` [PATCH 11/12] Btrfs-progs: Add chunk rebuild function for RAID1/SINGLE/DUP
` [PATCH 12/12] Btrfs-progs: recover raid0/raid10/raid5/raid6 metadata chunk
[PATCH 0/2] introduce list_for_each_entry_del
2013-07-08 4:37 UTC (6+ messages)
` [PATCH 1/2] list: add list_del_each_entry
` [PATCH 2/2] btrfs: use list_del_each_entry
[PATCH V2] Btrfs-progs: fix compile warning in btrfs_free_block_groups()
2013-07-07 10:03 UTC
[PATCH V2 1/2] Btrfs-progs: make pretty_sizes() work less error prone
2013-07-07 9:58 UTC
[PATCH] Btrfs-progs: optimize function btrfs_read_chunk_tree
2013-07-05 22:23 UTC
[PATCH] Btrfs: optimize btrfs_lookup_extent_info()
2013-07-05 22:12 UTC (2+ messages)
` [PATCH v2] "
[PATCH] Btrfs: set lockdep class before locking new extent buffer
2013-07-05 21:07 UTC
[PATCH] Btrfs-progs: fix check in btrfs_lookup_extent_info()
2013-07-05 20:36 UTC (6+ messages)
` [PATCH] Btrfs-progs: fix optimization in btrfs_lookup_extent_info
` [PATCH v2] "
` [PATCH v3] "
[PATCH] Btrfs: make sure the backref walker catches all refs to our extent
2013-07-05 18:13 UTC
[PATCH] Btrfs: fix backref walking when we hit a compressed extent
2013-07-05 18:12 UTC
[PATCH] Btrfs: do not offset physical if we're compressed
2013-07-05 18:12 UTC
[PATCH RESEND] Btrfs: fix wrong write offset when replacing a device
2013-07-05 12:32 UTC (3+ messages)
btrfs: stat(2) and /proc/pid/maps returns different devices
2013-07-05 8:06 UTC (2+ messages)
unclean shutdown and space cache rebuild
2013-07-05 3:45 UTC (12+ messages)
kernel BUG at fs/btrfs/inode.c:3004!
2013-07-05 3:23 UTC
[PATCH v3] btrfs: clean snapshots one by one
2013-07-05 2:21 UTC (5+ messages)
Fractal Tree Indexing over B-Trees?
2013-07-04 17:48 UTC (9+ messages)
[PATCH] Btrfs: fix wrong write offset when replacing a device
2013-07-04 13:50 UTC
[PATCH] Btrfs: fix wrong write offset when replacing a device
2013-07-04 12:20 UTC (2+ messages)
mkfs: specify subvolume for rootfs directory
2013-07-04 11:03 UTC
[PATCH 2/3] Btrfs: fix the deadlock between the transaction start/attach and commit
2013-07-04 2:28 UTC (13+ messages)
Scrub causes oom after removal of failed disk (linux 3.10)
2013-07-03 18:35 UTC
[PATCH 1/2] Btrfs-progs: make pretty_sizes() works less error prone
2013-07-03 17:18 UTC (3+ messages)
` [PATCH 2/2] Btrfs-progs: fix possible memory leak related to subvolume/snapshot creation
[PATCH v7 0/8] Btrfs: introduce a tree for UUID to subvol ID mapping
2013-07-03 17:14 UTC (9+ messages)
` [PATCH v7 1/8] Btrfs: introduce a tree for items that map UUIDs to something
` [PATCH v7 2/8] Btrfs: support printing UUID tree elements
` [PATCH v7 3/8] Btrfs: create UUID tree if required
` [PATCH v7 4/8] Btrfs: maintain subvolume items in the UUID tree
` [PATCH v7 5/8] Btrfs: fill UUID tree initially
` [PATCH v7 6/8] Btrfs: introduce uuid-tree-gen field
` [PATCH v7 7/8] Btrfs: check UUID tree during mount if required
` [PATCH v7 8/8] Btrfs: add mount option to force UUID tree checking
[PATCH RESEND] Btrfs-progs: fix compile warning in btrfs_free_block_groups()
2013-07-03 16:31 UTC (2+ messages)
[PATCH v4] xfstests: btrfs/311: sparse copy between different filesystems/mountpoints
2013-07-03 13:10 UTC
[PATCH] Btrfs: optimize function btrfs_read_chunk_tree
2013-07-03 12:19 UTC
[PATCH v4] xfstests: btrfs/316: cross-subvolume sparse copy
2013-07-03 12:04 UTC
[PATCH] btrfs-progs: Fix segmentation fault
2013-07-03 11:44 UTC (3+ messages)
[PATCH v3] xfstests: btrfs/316: cross-subvolume sparse copy
2013-07-03 10:17 UTC (7+ messages)
btrfs send /receive : having problems sending a snapshot back to the original partition
2013-07-03 10:11 UTC (5+ messages)
[PATCH] Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents
2013-07-03 9:47 UTC (3+ messages)
[PATCH] Xfstests/btrfs/308: add snapshot-aware defrag for partial extents testcases
2013-07-03 9:46 UTC
[PATCH] Btrfs: fix extent buffer leak after backref walking
2013-07-03 8:53 UTC (2+ messages)
WARNING: at fs/btrfs/backref.c:903 find_parent_nodes+0x616/0x815 [btrfs]()
2013-07-03 6:46 UTC (2+ messages)
[PATCH] btrfs-progs: avoid memory leak in btrfs_close_devices
2013-07-03 5:48 UTC (4+ messages)
[PATCH] Btrfs: only do the tree_mod_log_free_eb if this is our last ref
2013-07-03 3:26 UTC (3+ messages)
[PATCH] btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
2013-07-03 0:47 UTC (5+ messages)
Hardware failure or btrfs issue?
2013-07-02 21:37 UTC (5+ messages)
[PATCH] xfstests: make the scratch device for generic/256 slightly larger
2013-07-02 19:17 UTC
question about transaction-abort-related commits
2013-07-02 16:35 UTC (7+ messages)
[PATCH] btrfs-progs: btrfs requires version.h
2013-07-02 16:31 UTC (2+ messages)
[PATCH] Btrfs: wait ordered range before doing direct io
2013-07-02 14:40 UTC
Does balance implicitly defrag?
2013-07-02 13:28 UTC
[PATCH v3] xfstests: btrfs/311: sparse copy between different filesystems/mountpoints
2013-07-02 9:33 UTC
[PATCH] Btrfs: stop using GFP_ATOMIC for the tree mod log allocations
2013-07-02 7:35 UTC (2+ messages)
[PATCH] Btrfs: hold the tree mod lock in __tree_mod_log_rewind
2013-07-02 7:24 UTC (8+ messages)
[RFC PATCH] Btrfs: rework ulist with list operation
2013-07-01 23:29 UTC (3+ messages)
[PATCH v2] xfstests: btrfs/311: sparse copy between different filesystems/mountpoints
2013-07-01 20:39 UTC (2+ messages)
[PATCH v2] xfstests: btrfs/316: cross-subvolume sparse copy
2013-07-01 20:38 UTC (2+ messages)
[PATCH] Btrfs: return -1 when lzo compression makes data bigger
2013-07-01 18:33 UTC
[PATCH 0/6] fix INT_MAX readdir hang, plus cleanups
2013-07-01 17:18 UTC (5+ messages)
why check f_path.mnt is equal for source and dest in btrfs_ioctl_clone()?
2013-07-01 16:21 UTC (2+ messages)
[PATCH] Btrfs: make tree_mod_alloc return the struct its allocating
2013-07-01 13:40 UTC (2+ messages)
lz4 status?
2013-07-01 13:27 UTC (3+ messages)
raid 10 corruption from single drive failure
2013-07-01 10:16 UTC (3+ messages)
Filesystem "somewhat" destroyed - need help for recovery/fixing
2013-07-01 7:39 UTC (6+ messages)
` Filesystem
btrfsck output: What does it all mean?
2013-06-29 15:19 UTC (2+ messages)
raid1 inefficient unbalanced filesystem reads
2013-06-29 14:04 UTC (5+ messages)
[PATCH] Btrfs: make backref walking code handle skinny metadata
2013-06-29 10:52 UTC (2+ messages)
[PATCH v2] Btrfs: fix crash regarding to ulist_add_merge
2013-06-29 10:48 UTC (3+ messages)
[PATCH v3] Btrfs: fix crash regarding to ulist_add_merge
2013-06-29 10:46 UTC (3+ messages)
[PATCH] btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specified
2013-06-29 2:44 UTC (4+ 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).