messages from 2013-01-29 06:42:52 to 2013-02-01 07:58:35 UTC [more...]
[PATCH 00/10] add show sub-command for btrfs subvol cli
2013-02-01 7:56 UTC (32+ messages)
` [RESEND] [PATCH 00/10 v3] "
` [PATCH 05/10] Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvol
` [PATCH 00/12 v5] Btrfs-progs: add show sub-command for btrfs subvol cli
` [PATCH 01/12] Btrfs-progs: move printing subvol list outside of btrfs_list_subvols
` [PATCH 02/12] Btrfs-progs: add parent uuid for snapshots
` [PATCH 03/12] Btrfs-progs: move struct root_info to btrfs-list.h
` [PATCH 04/12] Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvol
` [PATCH 05/12] Btrfs-progs: add method to filter snapshots by parent uuid
` [PATCH 06/12] Btrfs-progs: put find_mount_root() in commands.h
` [PATCH 07/12] Btrfs-progs: make printing subvol extensible to newer layouts
` [PATCH 08/12] Btrfs-progs: make get_subvol_name non cmds-send specific
` [PATCH 09/12] Btrfs-progs: add show subcommand to subvol cli
` [PATCH 10/12] Btrfs-progs: filter the deleted subvolumes when listing snapshots
` [PATCH 11/12] Btrfs-progs: update btrfs_get_subvol to be inline with resolve_root ret changes
` [PATCH 12/12] Btrfs-progs: Fix a small memory leak in managing the btrfs list filter
` [PATCH 00/13 v6] Btrfs-progs: add show sub-command for btrfs subvol cli
` [PATCH 01/13] Btrfs-progs: move printing subvol list outside of btrfs_list_subvols
` [PATCH 02/13] Btrfs-progs: add parent uuid for snapshots
` [PATCH 03/13] Btrfs-progs: move struct root_info to btrfs-list.h
` [PATCH 04/13] Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvol
` [PATCH 05/13] Btrfs-progs: add method to filter snapshots by parent uuid
` [PATCH 06/13] Btrfs-progs: put find_mount_root() in commands.h
` [PATCH 07/13] Btrfs-progs: make printing subvol extensible to newer layouts
` [PATCH 08/13] Btrfs-progs: make get_subvol_name non cmds-send specific
` [PATCH 09/13] Btrfs-progs: add show subcommand to subvol cli
` [PATCH 10/13] Btrfs-progs: filter the deleted subvolumes when listing snapshots
` [PATCH 11/13] Btrfs-progs: update btrfs_get_subvol to be inline with resolve_root ret changes
` [PATCH 12/13] Btrfs-progs: Fix a small memory leak in managing the btrfs list filter
[RFC][PATCH 2/2] Btrfs: implement unlocked dio write
2013-02-01 7:39 UTC (5+ messages)
[PATCH 1/2] Btrfs: serialize unlocked dio reads with truncate
2013-02-01 5:56 UTC (3+ messages)
[BUG] kernel BUG at fs/btrfs/async-thread.c:605!
2013-02-01 5:53 UTC (11+ messages)
[PATCH] Btrfs-prog/send: fix wrong dump_fd check in cmd_send_start()
2013-02-01 2:58 UTC (3+ messages)
btrfs subvolume list - with three subvolumes, the second is missing/not showing
2013-01-31 22:59 UTC (3+ messages)
/home on BTRFS on SSD, now highly fragmenting virtuoso database - use autodefrag?
2013-01-31 21:58 UTC (3+ messages)
Poor performance of btrfs. Suspected unidentified btrfs housekeeping process which writes a lot
2013-01-31 20:35 UTC (8+ messages)
[PATCH] Btrfs: fix freeing delayed ref head while still holding its mutex V2
2013-01-31 20:23 UTC (2+ messages)
[PATCH] Btrfs: fix how we discard outstanding ordered extents on abort
2013-01-31 20:15 UTC (3+ messages)
backref for an extent not found in send_root (!backref_ctx->found_itself)
2013-01-31 19:24 UTC (3+ messages)
Integration branch of btrfs-progs 2013-01-30
2013-01-31 19:17 UTC (4+ messages)
Poor performance of btrfs. Suspected unidentified btrfs housekeeping process which writes a lot
2013-01-31 19:06 UTC (2+ messages)
[RFC] Move btrfsck in to the btrfs command
2013-01-31 18:30 UTC (9+ messages)
` [PATCH] [RFC] include btrfsck in btrfs - including "name check"
btrfs: extended inode refs
2013-01-31 18:25 UTC (3+ messages)
[PATCH] btrfs: remove cache only arguments from defrag path
2013-01-31 18:21 UTC
[PATCH] Btrfs-progs: man btrfs: group subcommands together
2013-01-31 18:15 UTC (3+ messages)
` [PATCH] Btrfs-progs: man btrfs: subcommands must be grouped together
[PATCH] Btrfs: fix a deadlock on chunk mutex
2013-01-31 16:52 UTC (20+ messages)
[PATCH] Btrfs: fix freeing delayed ref head while still holding its mutex
2013-01-31 16:23 UTC (3+ messages)
[PATCH 1/3] Btrfs-progs: move path modification to filters
2013-01-31 16:09 UTC (7+ messages)
[PATCH] btrfs-progs: fix parallel build
2013-01-31 15:32 UTC (2+ messages)
[PATCH] Btrfs: remove extent mapping if we fail to add chunk
2013-01-31 15:30 UTC
[bug, 3.8rc4] failed to load free space cache
2013-01-31 11:55 UTC
[RFC PATCH] Btrfs: fix full backref problem when inserting shared block reference
2013-01-31 13:06 UTC (7+ messages)
Deleted subvolume reappears and other cleaner issues
2013-01-31 13:03 UTC
RAID 0 across SSD and HDD
2013-01-31 12:39 UTC (9+ messages)
[PATCH 0/5] random fix for autodefrag
2013-01-31 5:54 UTC (3+ messages)
` [PATCH 5/5] Btrfs: fix remount vs autodefrag
[PATCH 00/12 v4] add show sub-command for btrfs subvol cli
2013-01-31 3:13 UTC (12+ messages)
` [PATCH 02/12] Btrfs-progs: move printing subvol list outside of btrfs_list_subvols
` [PATCH 07/12] Btrfs-progs: put find_mount_root() in commands.h
` [PATCH 08/12] Btrfs-progs: make printing subvol extensible to newer layouts
` [PATCH 09/12] Btrfs-progs: make get_subvol_name non cmds-send specific
` [PATCH 10/12] Btrfs-progs: add show subcommand to subvol cli
` [PATCH 11/12] Btrfs-progs: filter the deleted subvolumes when listing snapshots
` [PATCH 12/12] Btrfs-progs: update btrfs_get_subvol to be inline with resolve_root ret changes
[PATCH 0/11] btrfs: misc fixes and cleanups
2013-01-31 0:55 UTC (13+ messages)
` [PATCH 01/11] btrfs: remove unused fd in btrfs_ioctl_send()
` [PATCH 02/11] btrfs: list_entry can't return NULL
` [PATCH 03/11] btrfs: remove unused fs_info from btrfs_decode_error()
` [PATCH 04/11] btrfs: handle null fs_info in btrfs_panic()
` [PATCH 05/11] btrfs: annotate intentional switch case fallthroughs
` [PATCH 06/11] btrfs: add missing break in btrfs_print_leaf()
` [PATCH 07/11] btrfs: fix varargs in __btrfs_std_error
` [PATCH 08/11] btrfs: remove unused "item" in btrfs_insert_delayed_item()
` [PATCH 09/11] btrfs: remove unnecessary DEFINE_WAIT() declarations
` [PATCH 10/11] btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunk
` [PATCH 11/11] btrfs: don't try to notify udev about missing devices
[PATCH 0/5] btrfs-progs: better support for external users of send, V3
2013-01-30 22:50 UTC (6+ messages)
` [PATCH 1/5] btrfs-progs: Add support for BTRFS_SEND_FLAG_NO_FILE_DATA
` [PATCH 2/5] btrfs-progs: libify some parts of btrfs-progs
` [PATCH 3/5] btrfs-progs: add send-test
` [PATCH 4/5] btrfs-progs: make libbtrfs usable from C++
` [PATCH 5/5] btrfs-progs: use autotools for building
[RESEND][PATCH] btrfs: add "no file data" flag to btrfs send ioctl
2013-01-30 22:43 UTC
[PATCH] Btrfs: fix possible stale data exposure
2013-01-30 20:35 UTC
[PATCH] Btrfs: fix missing i_size update
2013-01-30 20:07 UTC (3+ messages)
corrupted file size on inline extent conversion?
2013-01-30 19:09 UTC (6+ messages)
btrfs error -5
2013-01-30 18:22 UTC
[PATCH v2] Btrfs: fix race between snapshot deletion and getting inode
2013-01-30 15:09 UTC (3+ messages)
btrfsck and ctree version
2013-01-30 11:32 UTC (5+ messages)
` Fwd: "
[PATCH v2 2/2] btrfs-progs: move btrfslabel.[c|h] stuff to utils.[c|h]
2013-01-30 8:32 UTC
[PATCH v2 1/2] btrfs-progs: refactor check_label()
2013-01-30 8:32 UTC
[PATCH 1/2] btrfs-progs: fix mkfs.btrfs -r option
2013-01-29 20:41 UTC (2+ messages)
` [PATCH 2/2, RFC] btrfs-progs: overhaul "
[PATCH 1/2] btrfs-progs: refactor check_label()
2013-01-29 16:52 UTC (3+ messages)
[PATCH V6 23/30] btrfs: add support for read_iter and write_iter
2013-01-29 16:23 UTC
About Chunk Tree recover
2013-01-29 15:33 UTC (2+ messages)
[PATCH] [RFC] Add static compile target
2013-01-29 14:25 UTC (6+ messages)
[PATCH, RFC] mkfs: collapse redundant logic in custom_alloc_extent()
2013-01-29 13:12 UTC (2+ messages)
btrfsck and ctree version
2013-01-29 10:47 UTC
[PATCH 2/2] btrfs-progs: remove btrfslabel.[c|h]
2013-01-29 10:28 UTC (3+ messages)
[PATCH V2 01/10] Btrfs: use atomic for btrfs_fs_info->generation
2013-01-29 10:14 UTC (10+ messages)
` [PATCH V2 02/10] Btrfs: use atomic for fs_info->last_trans_committed
` [PATCH V2 03/10] Btrfs: use atomic for fs_info->last_trans_log_full_commit
` [PATCH V2 04/10] Btrfs: add a comment for fs_info->max_inline
` [PATCH V2 05/10] Btrfs: protect fs_info->alloc_start
` [PATCH V2 06/10] Btrfs: use percpu counter for dirty metadata count
` [PATCH V2 07/10] Btrfs: use percpu counter for fs_info->delalloc_bytes
` [PATCH V2 08/10] Btrfs: use the inode own lock to protect its delalloc_bytes
` [PATCH V2 09/10] Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bits
` [PATCH V2 10/10] Btrfs: use bit operation for ->fs_state
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).