Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2013-07-31 15:52:43 to 2013-08-07 12:05:43 UTC [more...]

[PATCH 0/3 resend]
 2013-08-07 12:11 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: let user know that devid can be used if path is missing
` [PATCH 2/3] btrfs-progs: cmd_start_replace() to use test_dev_for_mkfs()
` [PATCH 3/3] btrfs-progs: avoid write to the disk before sure to create fs

[PATCH RFC] Btrfs: add support for persistent mount options
 2013-08-07 11:36 UTC  (13+ messages)

[PATCH RFC] Btrfs: track compression algorithm on inodes
 2013-08-07 11:29 UTC 

[PATCH 0/2] btrfs-progs: Introduce devel namespace
 2013-08-07 11:26 UTC  (6+ messages)
` [PATCH 1/2] btrfs-progs: introduce command namespace for development features
` [PATCH 2/2] btrfs-progs: move chunk-recover command to devel namespace

[v2 1/8] Btrfs-progs: add missing man page information for btrfsck
 2013-08-07  8:35 UTC  (11+ messages)
` [v2 2/8] Btrfs-progs: add missing man information for btrfs-debug-tree
` [v2 3/8] Btrfs-progs: add missing man page for btrfs-show-super
` [v2 4/8] Btrfs-progs: add man page information for btrfs-find-root
` [v2 5/8] Btrfs-progs: add man page information for btrfs-convert
` [v2 6/8] Btrfs-progs: add missing man page for btrfstune
` [v2 7/8] Btrfs-progs: add missing man page information for btrfs-zero-log
` [v2 8/8] Btrfs-progs: add missing man page for btrfs-map-logical
` [patch v2 resend 4/8] Btrfs-progs: add man page information for btrfs-find-root

Heavy memory leak when using quota groups
 2013-08-07  8:00 UTC  (6+ messages)

[PATCH 0/2] btrfs-progs: more statics & removals
 2013-08-07  7:54 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: mark static & remove unused from shared kernel code
` [PATCH 2/2] btrfs-progs: mark static & remove unused from non-kernel code

[PATCH 1/3] Btrfs: fix oops when writing dirty qgroups to disk
 2013-08-07  5:16 UTC  (4+ messages)
` [PATCH 2/3] Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix comments
` [PATCH 3/3] Btrfs: remove reduplicate check when disabling quota

[PATCH] Btrfs: check our parent dir when doing a compare send V2
 2013-08-06 21:07 UTC 

[PATCH] Btrfs: check our parent dir when doing a compare send
 2013-08-06 20:54 UTC 

[PATCH v2 0/2] xfstest btrfs/316: test send / receive (was: btrfs/314)
 2013-08-06 20:43 UTC  (5+ messages)
` [PATCH v2 1/2] xfstests: add fssum tool
` [PATCH v2 2/2] xfstests btrfs/316: test send / receive

[PATCH 0/4] btrfs: out-of-band (aka offline) dedupe v4
 2013-08-06 19:11 UTC  (6+ messages)
` [PATCH 1/4] btrfs: abtract out range locking in clone ioctl()
` [PATCH 2/4] btrfs_ioctl_clone: Move clone code into it's own function
` [PATCH 3/4] btrfs: Introduce extent_read_full_page_nolock()
` [PATCH 4/4] btrfs: offline dedupe

[PATCH] btrfs-progs: don't overrun "answer" array in cmds-chunk.c
 2013-08-06 18:49 UTC  (6+ messages)

[PATCH RFC] Btrfs-progs: allow btrfstune to set persistent mount options
 2013-08-06 18:28 UTC 

[PROGS PATCH] Import btrfs-extent-same
 2013-08-06 15:31 UTC  (2+ messages)

[PATCH 01/10] Btrfs-progs: add missing man page information for btrfsck
 2013-08-06 15:13 UTC  (14+ messages)
` [PATCH 02/10] Btrfs-progs: add missing man information for btrfs-debug-tree
` [PATCH 03/10] Btrfs-progs: add missing man page for btrfs-show-super
` [PATCH 04/10] Btrfs-progs: add man page information for btrfs-find-root
` [PATCH 05/10] Btrfs-progs: add man page information for btrfs-convert
` [PATCH 06/10] Btrfs-progs: add missing man page for btrfstune
` [PATCH 07/10] Btrfs-progs: add missing man page information for btrfs-zero-log
` [PATCH 08/10] btrfs-progs: Update usage string of btrfs-map-logical
` [PATCH 09/10] btrfs-progs: Fix the return value "
` [PATCH 10/10] Btrfs-progs: add missing man page for btrfs-map-logical

[PATCH 00/11 v2 (resend)] btrfs-progs: coalesce of patches
 2013-08-06 15:08 UTC  (7+ messages)
` [PATCH 05/11] btrfs-progs: btrfs_scan_one_dir not to skip links when /dev/mapper is provided
` [PATCH 06/11] btrfs-progs: scan /dev/mapper in filesystem show and device scan

btrfs mounts as read-only
 2013-08-06  9:27 UTC 

btrfs mounts as read-only
 2013-08-06  9:09 UTC 

[PATCH] Btrfs: pass gfp_t to __add_prelim_ref() to avoid always using GFP_ATOMIC
 2013-08-06  2:29 UTC 

[RFC PATCH v5 0/5] Online data deduplication
 2013-08-06  2:25 UTC  (21+ messages)
` [RFC PATCH v5 2/5] Btrfs: improve the delayed refs process in rm case
` [RFC PATCH v5 3/5] Btrfs: introduce a head ref rbtree
` [RFC PATCH v5 4/5] Btrfs: disable qgroups accounting when quota is off
` [RFC PATCH v5 5/5] Btrfs: online data deduplication
` [PATCH] Btrfs-progs: add dedup subcommand

[PATCH] btrfs-progs: mkfs.btrfs documentation: clarify current restrictions of sectorsize, nodesize and leafsize
 2013-08-06  0:21 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: Update the usage strings of some cmds
 2013-08-05 23:28 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: Update the man page of btrfs

[PATCH] Btrfs: race free update of super flags
 2013-08-05 22:47 UTC  (4+ messages)

[PATCH] btrfs-progs: make set/get functions for the super compat_ro flags use compat_ro
 2013-08-05 21:49 UTC 

[PATCH] btrfs-progs: fix definition of struct btrfs_extent_inline_ref
 2013-08-05 21:46 UTC 

[PATCH v2] btrfs: add mount option to set commit interval
 2013-08-05 18:33 UTC  (2+ messages)

Recovery advice
 2013-08-05 15:44 UTC  (6+ messages)

[PATCH] Btrfs: return ENOSPC when target space is full
 2013-08-05 15:25 UTC 

[PATCH] Btrfs: handle errors when doing slow caching
 2013-08-05 15:19 UTC 

[PATCH] Btrfs: stop all workers before cleaning up roots
 2013-08-05 15:09 UTC  (3+ messages)

[PATCH v2] btrfs: add mount option to set commit interval
 2013-08-05 12:02 UTC  (3+ messages)

[PATCH] Btrfs: don't ignore errors from btrfs_run_delayed_items
 2013-08-05  8:45 UTC  (4+ messages)
` [PATCH v2] "

Unable to unmount filesystem (bug in kernel reported in kern.log)
 2013-08-05  4:50 UTC  (3+ messages)

[RFC PATCH 00/12] Btrfs-progs: introduce chunk recover function
 2013-08-04 23:43 UTC  (7+ messages)
` [PATCH 04/12] Btrfs-progs: cleanup similar code in open_ctree_* and close_ctree
` [PATCH 09/12] Btrfs-progs: Add chunk recover function - using old chunk items

[PATCH] xfstests btrfs/309: test btrfs-convert
 2013-08-04 20:12 UTC 

[PATCH] Btrfs: fix inode leak on kmalloc failure in tree-log.c
 2013-08-04 18:58 UTC 

building btrfs corrupt block
 2013-08-04 18:50 UTC  (3+ messages)

Q: Why subvolumes?
 2013-08-04 14:56 UTC  (6+ messages)

[PATCH] Btrfs-progs: restore can now recover file xattrs
 2013-08-04 14:14 UTC  (3+ messages)
` [PATCH v5] "
` [PATCH v6] "

error count
 2013-08-04 13:37 UTC  (2+ messages)

Btrfsck repair, strange df numbers and cannot write
 2013-08-04 12:59 UTC  (4+ messages)

Is the checkpoint interval adjustable?
 2013-08-04  0:58 UTC  (5+ messages)

Delivery Status Notification (Failure)
 2013-08-04  0:51 UTC 

[PATCH 0/2] Remove duplicated and useless code in cmds-restore
 2013-08-03 21:36 UTC  (5+ messages)
` [PATCH 1/2] Btrfs-progs: remove duplicated code in cmds-restore.c

Which better: rsync or snapshot + rsync --delete
 2013-08-03 16:54 UTC  (3+ messages)

Is the checkpoint interval adjustable?
 2013-08-03  8:33 UTC  (2+ messages)

btrfs-progs: drop weird indirections & dead code from send/receive
 2013-08-03  1:24 UTC 

btrfs-progs: drop unused parameter from btrfs_release_path
 2013-08-03  0:52 UTC 

[PATCH] Btrfs: fix what bits we clear when erroring out from delalloc
 2013-08-02 23:29 UTC  (4+ messages)

[PATCH v2] btrfs: add mount option to set commit interval
 2013-08-02 21:46 UTC  (2+ messages)

[PATCH] Btrfs-progs: sanitize xattrs when we specify sanitization
 2013-08-02 14:54 UTC  (2+ messages)

Questions about multi-device behavior
 2013-08-02 14:10 UTC  (4+ messages)

"kernel BUG at fs/btrfs/extent_io.c:2054!"after disk died
 2013-08-02  8:36 UTC 

[PATCH v2] Btrfs: allow compressed extents to be merged during defragment
 2013-08-02  8:30 UTC 

[PATCH] Btrfs: allow compressed extents to be merged during defragment
 2013-08-02  8:17 UTC  (3+ messages)

btrfs qgroup assign -> "ERROR: bad relation requested"
 2013-08-02  6:32 UTC  (10+ messages)

btrfs quota examples?
 2013-08-02  6:23 UTC  (4+ messages)

filefrag and btrfs filesystem defragment and maybe snapshots
 2013-08-02  5:02 UTC  (2+ messages)

filefrag and btrfs filesystem defragment and maybe snapshots
 2013-08-02  2:19 UTC  (2+ messages)

[PATCH] Btrfs-progs: fix closing of opendir()
 2013-08-02  0:44 UTC  (3+ messages)

[PATCH] btrfs-progs: fix segfault when listing column OTIME on big endian host
 2013-08-01 21:08 UTC  (3+ messages)
` [PATCH v2] "

Is the checkpoint interval adjustable?
 2013-08-01 17:59 UTC  (5+ messages)

[PATCH] Btrfs: don't bug_on when we fail when cleaning up transactions
 2013-08-01 17:50 UTC  (2+ messages)

[3.10.3] kernel BUG at fs/btrfs/ctree.c:3000
 2013-08-01 17:16 UTC  (3+ messages)

[PATCH] btrfs: add mount option to set commit interval
 2013-08-01 16:14 UTC  (2+ messages)
` [PATCH v2] "

How to merge two partitions?
 2013-08-01 12:14 UTC  (3+ messages)

Problems with incremental btrfs send (out of order instructions?)
 2013-08-01  8:49 UTC  (2+ messages)

Online data deduplication
 2013-08-01  3:54 UTC  (3+ messages)
    ` Fwd: "

btrfs: stat(2) and /proc/pid/maps returns different devices
 2013-07-31 18:24 UTC  (7+ messages)

[PATCH V2] xfstest: add a test for btrfs device replace operation
 2013-07-31 15:52 UTC 


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