linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-05 17:26:07 to 2014-03-13 14:05:41 UTC [more...]

[PATCH] Btrfs: fix joining same transaction handle more than twice
 2014-03-13 14:05 UTC  (2+ messages)

[PATCH v2 1/3] xfstests/btrfs: add qgroup rescan stress test
 2014-03-13 14:02 UTC  (9+ messages)
` [PATCH v2 2/3] xfstests/btrfs: add basic functional test for btrfs quota groups
` [PATCH v2 3/3] xfstests/btrfs: add stress test for btrfs quota operations

[PATCH RESEND] xfstests: add regression test for btrfs incremental send
 2014-03-13 12:10 UTC 

[PATCH RESEND] xfstests: add test for btrfs send issuing premature rmdir operations
 2014-03-13 12:09 UTC 

[PATCH 1/2] Btrfs-progs: mkfs: don't create extent for an empty file
 2014-03-13 11:24 UTC  (4+ messages)
` [PATCH 2/2] Btrfs-progs: mkfs: make sure we can deal with hard links with -r option

Ordering of directory operations maintained across system crashes in Btrfs?
 2014-03-13 10:01 UTC  (4+ messages)

Understanding btrfs and backups
 2014-03-13  8:18 UTC  (16+ messages)
      ` Testing BTRFS
            ` xfstests btrfs/035 (was Re: Testing BTRFS)

[ANNOUNCE] xfstests: master branch updated to 3948694
 2014-03-13  5:27 UTC 

[PATCH v2] btrfs-progs: fix bug on mkfs with relative path specified
 2014-03-13  5:01 UTC  (2+ messages)
` [PATCH] btrfs-progs: skip erroneous free before initialization

[systemd-devel] [HEADS-UP] Discoverable Partitions Spec
 2014-03-12 23:22 UTC  (19+ messages)
        `  "

Kernel BUG: btrfs send - Incremental backup
 2014-03-12 17:07 UTC  (8+ messages)

[PATCH] Btrfs-progs: mkfs: let user known when forcing mixed metadata/data groups
 2014-03-12 16:59 UTC  (3+ messages)

[PATCH] Btrfs: fix deadlock with nested trans handles
 2014-03-12 16:34 UTC  (5+ messages)

[PATCH] btrfs-progs: fix bug on mkfs with relative path specified
 2014-03-12 16:01 UTC  (2+ messages)

3.14.0-rc3: btrfs send/receive blocks btrfs IO on other devices (near deadlocks)
 2014-03-12 15:18 UTC 

[PATCH 0/6 EARLY RFC] Btrfs: Get rid of whole page I/O
 2014-03-12 14:20 UTC  (7+ messages)
` [PATCH 1/6] Btrfs: subpagesize-blocksize: Get rid of whole page reads
` [PATCH 2/6] Btrfs: subpagesize-blocksize: Get rid of whole page writes
` [PATCH 3/6] Btrfs: subpagesize-blocksize: Work with extents aligned to blocksize
` [PATCH 4/6] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [PATCH 5/6] Btrfs: subpagesize-blocksize: Hardcode MAX_EXTENT_BUFFERS_PER_PAGE to 2
` [PATCH 6/6] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE

[PATCH v2] Btrfs: return EPERM when deleting a default subvolume
 2014-03-12 12:33 UTC  (3+ messages)

[PATCH] btrfs: Add trace for btrfs_workqueue alloc/destroy
 2014-03-12  8:05 UTC 

warn at fs/btrfs/extent-tree.c:5748 __btrfs_free_extent+0x9ce/0xa20
 2014-03-12  7:54 UTC  (2+ messages)

Building a brtfs filesystem < 70M?
 2014-03-12  1:43 UTC  (10+ messages)

[PATCH 1/2] Btrfs: less fs tree lock contention when using autodefrag
 2014-03-12  1:28 UTC  (3+ messages)
` [PATCH 2/2] Btrfs: cache extent states in defrag code path
` [PATCH 1/2 v2] Btrfs: less fs tree lock contention when using autodefrag

[PATCH] Btrfs: add missing kfree in btrfs_destroy_workqueue
 2014-03-12  0:34 UTC  (2+ messages)

[PATCH v5 00/18] Replace btrfs_workers with kernel workqueue based btrfs_workqueue
 2014-03-11 13:51 UTC  (2+ messages)

[PATCH] xfstests: add test for btrfs-progs restore feature
 2014-03-11 13:40 UTC  (4+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH v3 3/3] xfstests/btrfs: add stress test for btrfs quota operations
 2014-03-11  1:42 UTC 

[PATCH] Btrfs-progs: fsck: disable --init-extent-tree option when using snapshots
 2014-03-11  1:23 UTC  (4+ messages)

[PATCH] Btrfs: return EPERM when deleting a default subvolume
 2014-03-10 23:15 UTC  (2+ messages)

send/receive locking
 2014-03-10 22:28 UTC  (7+ messages)

[PATCH] xfstests: add test btrfs/042 for btrfs incremental send
 2014-03-10 19:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH Resend] btrfs: Use PTR_ERR_OR_ZERO
 2014-03-10 16:01 UTC  (4+ messages)

[PATCH v4 1/2] Btrfs: rename waiting_dir_move
 2014-03-10 15:26 UTC  (2+ messages)
` [PATCH v4 2/2] Btrfs: check if directory has already been created smarter

[PATCH V2 01/10] Btrfs: fix early enospc due to the race of the two ordered extent wait
 2014-03-10 13:35 UTC  (11+ messages)
` [PATCH V2 02/10] Btrfs: wake up the tasks that wait for the io earlier
` [PATCH V2 03/10] Btrfs: just do dirty page flush for the inode with compression before direct IO
` [PATCH V2 04/10] Btrfs: remove the unnecessary flush when preparing the pages
` [PATCH V2 05/10] Btrfs: remove unnecessary lock in may_commit_transaction()
` [PATCH V2 06/10] Btrfs: reclaim delalloc metadata more aggressively
` [PATCH V2 07/10] Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock
` [PATCH V2 08/10] Btrfs: split the global ordered extents mutex
` [PATCH V2 09/10] Btrfs: fix possible empty list access when flushing the delalloc inodes
` [PATCH V2 10/10] Btrfs: reclaim the reserved metadata space at background

[PATCH] Btrfs: fix a crash of clone with inline extents's split
 2014-03-10 10:56 UTC 

[PATCH 1/3 v2 RFC] btrfs: total_devices vs num_devices
 2014-03-10  1:58 UTC  (4+ messages)
` [PATCH 2/3 RFC] btrfs: total_devices should count replacing devices
` [PATCH 3/3 RFC] btrfs: show_devname should not consider seed disk

[PATCH 1/9] Btrfs: use ACCESS_ONCE to prevent the optimize accesses to ->last_trans_log_full_commit
 2014-03-10  1:16 UTC  (5+ messages)
` [PATCH 4/9] Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root

Task Hang
 2014-03-09 20:49 UTC  (4+ messages)

Massive BTRFS performance degradation
 2014-03-09 18:55 UTC  (10+ messages)

btrfs send kernel error btrfs_compare_tree
 2014-03-09 13:55 UTC  (4+ messages)

Shrinking btrfs filesystem: btrfs command blocked for more than 120 seconds
 2014-03-09 12:23 UTC 

BTRFS SSD RAID 1: Does it trim on both devices? :)
 2014-03-09 12:15 UTC 

btrfs send fails with "cannot allocate memory"
 2014-03-09  2:24 UTC 

[PATCH 1/5] Btrfs: change the members' order of btrfs_space_info structure to reduce the cache miss
 2014-03-08 16:48 UTC  (5+ messages)
` [RFC PATCH 5/5] Btrfs: fix broken free space cache after the system crashed

ENOSPC errors during raid1 rebalance
 2014-03-08  1:46 UTC  (14+ messages)

[PATCH] xfstests: add test for btrfs send issuing premature rmdir operations
 2014-03-07 18:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: Allow forced conversion of metadata to dup profile on, multiple devices
 2014-03-07 18:05 UTC  (2+ messages)

[PATCH 1/2 v2] Btrfs: rename waiting_dir_move
 2014-03-07 18:00 UTC  (2+ messages)

Problems on previously perfect setup
 2014-03-07 16:14 UTC 

[PATCH 1/3] Btrfs: don't skip the page flush since the enospc is not brought by it
 2014-03-07 16:00 UTC  (2+ messages)

3.13.5 btrfs read() oops
 2014-03-07 13:42 UTC  (2+ messages)

Understanding btrfs and backups
 2014-03-06 21:17 UTC  (2+ messages)

Understanding btrfs and backups
 2014-03-06 20:37 UTC 

[PATCH 1/5] Btrfs-progs: fsck: deal with really corrupted extent tree
 2014-03-06  5:54 UTC  (5+ messages)
` [PATCH 2/5] Btrfs-progs: fsck: reset balance after reiniting extent root
` [PATCH 3/5] Btrfs-progs: fsck: insert root dir into reloc data tree when reiniting it
` [PATCH 4/5] Btrfs-progs: fsck: force to udate tree root for some cases
` [PATCH 5/5] Btrfs-progs: fsck: handle case that we can not lookup extent info

[PATCH] Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume
 2014-03-06  5:38 UTC 

[PATCH 1/2] btrfs: Cleanup the btrfs_workqueue related function type
 2014-03-06  4:19 UTC  (2+ messages)
` [PATCH 2/2] btrfs: Add ftrace for btrfs_workqueue

[PATCH 1/2] btrfs: Cleanup the btrfs_workqueue related function type
 2014-03-06  3:41 UTC  (2+ messages)
` [PATCH 2/2] btrfs: Add ftrace for btrfs_workqueue

[PATCH 1/3] btrfs-progs: cleanup dead return after usage() for fi-disk_usage
 2014-03-06  3:36 UTC  (3+ messages)
` [PATCH 2/3] btrfs-progs: cleanup device stat usage prompt
` [PATCH 3/3] btrfs-progs: make the device scan logic more clear

[Repost] Is BTRFS "bedup" maintained ?
 2014-03-05 21:16 UTC  (3+ 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).