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

btrfs (general) raid for other filesystems?
 2013-05-19 17:31 UTC 

Virtual Device Support
 2013-05-19 17:18 UTC  (5+ messages)

[RFC 0/5] BTRFS hot relocation support
 2013-05-19 14:42 UTC  (9+ messages)

[PATCH V2] Btrfs-progs: fix compile warning in btrfs_free_block_groups()
 2013-05-18 16:54 UTC 

[PATCH] Btrfs-progs: fix compile warning in btrfs_free_block_groups()
 2013-05-18 16:42 UTC 

[PATCH V2] Btrfs-progs: fix missing recow roots when making btrfs filesystem
 2013-05-18 16:37 UTC 

[GIT PULL] Btrfs updates
 2013-05-18 14:30 UTC 

btrfs: error -5 while searching for dev_stats item for device
 2013-05-18 12:56 UTC  (2+ messages)

[PATCH 0/4] a structure for the disks scan for btrfs
 2013-05-18  4:35 UTC  (8+ messages)
` [PATCH 1/4] btrfs-progs: replace filesystem show --all-devices with -d option
` [PATCH 2/4] btrfs-progs: label option in btrfs filesystem show is not coded
` [PATCH 3/4] btrfs-progs: use /dev/mapper to find the btrfs disks
` [PATCH 4/4] btrfs-progs: btrfs_scan_for_fsid doesn't need all the arguments

kernel 3.8.8: btrfs still crashes on boot when it can't replay a log
 2013-05-18  1:51 UTC  (5+ messages)

[PATCH] Btrfs: make sure roots are assigned before freeing their nodes
 2013-05-17 18:08 UTC 

xattr performance
 2013-05-17 15:44 UTC 

hard freezes with 3.9.0 during io-intensive loads
 2013-05-17 15:43 UTC  (12+ messages)

Creating recursive snapshots for all filesystems
 2013-05-17 14:38 UTC  (9+ messages)
    ` nocow 'C' flag ignored after balance

[PATCH] Btrfs-progs: add --init-extent-tree to btrfsck
 2013-05-17 13:36 UTC 

[PATCH v2] btrfs-progs: device delete to get errors from the kernel
 2013-05-17 10:53 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] btrfs: device delete to get errors from the kernel
 2013-05-17 10:52 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] Btrfs: fix memory leak in replace_path
 2013-05-17  9:36 UTC  (4+ messages)

[PATCH 00/17] improve the block time during the transaction commit
 2013-05-17  3:53 UTC  (33+ messages)
` [PATCH 01/17] Btrfs: fix accessing a freed tree root
` [PATCH 02/17] Btrfs: fix unprotected root node of the subvolume's inode rb-tree
` [PATCH 03/17] Btrfs: pause the space balance when remounting to R/O
` [PATCH 04/17] Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()
` [PATCH 05/17] Btrfs: cleanup the similar code of the fs root read
` [PATCH 06/17] Btrfs: introduce grab/put functions for the root of the fs/file tree
` [PATCH 07/17] Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock context
` [PATCH 08/17] Btrfs: introduce per-subvolume delalloc inode list
` [PATCH 09/17] Btrfs: introduce per-subvolume ordered extent list
` [PATCH 10/17] Btrfs: just flush the delalloc inodes in the source tree before snapshot creation
` [PATCH 11/17] Btrfs: cleanup unnecessary assignment when cleaning up all the residual transaction
` [PATCH 12/17] Btrfs: remove the code for the impossible case in cleanup_transaction()
` [PATCH 13/17] Btrfs: don't wait for all the writers circularly during the transaction commit
` [PATCH 14/17] Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set
` [PATCH 15/17] Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structure
` [PATCH 16/17] Btrfs: remove the time check in btrfs_commit_transaction()
` [PATCH 17/17] Btrfs: make the state of the transaction more readable
  ` [PATCH V2 "

[PATCH v3 0/4] Btrfs-progs: speedup btrfs send/receive
 2013-05-16 21:44 UTC  (7+ messages)
` [PATCH v3 1/4] Btrfs-progs: Support UUID tree and UUID items in btrfs-debug-tree
` [PATCH v3 2/4] Btrfs-progs: add UUID tree lookup methods
` [PATCH v3 3/4] Btrfs-progs: use UUID tree for send/receive
` [PATCH v3 4/4] Btrfs-progs: add uuid_tree_gen field to btrfs-show-super

[RFC v0 0/4] sys_copy_range() rough draft
 2013-05-16 21:16 UTC  (14+ messages)
` [RFC v0 1/4] vfs: add copy_range syscall and vfs entry point
` [RFC v0 2/4] x86: add sys_copy_range to syscall tables
` [RFC v0 3/4] btrfs: add .copy_range file operation
` [RFC v0 4/4] nfs, nfsd: rough sys_copy_range and COPY support

[PATCH] Btrfs: do delay iput in sync_fs
 2013-05-16 15:15 UTC 

[PATCH] btrfs-progs: mkfs: add -O option to specify fs features
 2013-05-16 15:04 UTC 

[PATCH] Btrfs: explicitly use global_block_rsv for quota_tree
 2013-05-16 14:48 UTC 

[PATCH v3 0/8] Btrfs: introduce a tree for UUID to subvol ID mapping
 2013-05-16 14:45 UTC  (9+ messages)
` [PATCH v3 1/8] Btrfs: introduce a tree for items that map UUIDs to something
` [PATCH v3 2/8] Btrfs: support printing UUID tree elements
` [PATCH v3 3/8] Btrfs: create UUID tree if required
` [PATCH v3 4/8] Btrfs: maintain subvolume items in the UUID tree
` [PATCH v3 5/8] Btrfs: fill UUID tree initially
` [PATCH v3 6/8] Btrfs: introduce uuid-tree-gen field
` [PATCH v3 7/8] Btrfs: check UUID tree during mount if required
` [PATCH v3 8/8] Btrfs: add mount option to force UUID tree checking

[PATCH v2 0/8] Btrfs: introduce a tree for UUID to subvol ID mapping
 2013-05-16  6:35 UTC  (18+ messages)
` [PATCH v2 1/8] Btrfs: introduce a tree for items that map UUIDs to something
` [PATCH v2 2/8] Btrfs: support printing UUID tree elements
` [PATCH v2 3/8] Btrfs: create UUID tree if required
` [PATCH v2 4/8] Btrfs: maintain subvolume items in the UUID tree
` [PATCH v2 5/8] Btrfs: fill UUID tree initially
` [PATCH v2 6/8] Btrfs: introduce uuid-tree-gen field
` [PATCH v2 7/8] Btrfs: check UUID tree during mount if required
` [PATCH v2 8/8] Btrfs: add mount option to force UUID tree checking

[PATCH] btrfs-progs: restore: use long option for the path regex
 2013-05-15 22:32 UTC 

I/O errors block the entire filesystem
 2013-05-15 18:56 UTC  (6+ messages)

[PATCH] Btrfs-progs: add a newline to a free space cache message
 2013-05-15 17:57 UTC 

subvol copying
 2013-05-15 17:30 UTC  (6+ messages)

kernel BUG at fs/btrfs/free-space-cache.c:1567!, Kernel 3.9.1
 2013-05-15 15:34 UTC  (3+ messages)

[PATCH] Btrfs-progs: fix missing recow roots when making btrfs filesystem
 2013-05-15 14:49 UTC  (2+ messages)

[PATCH] Btrfs: increase the max global reserve size to 1gig
 2013-05-15 14:02 UTC  (4+ messages)

[PATCH] Btrfs-progs: detect when scrub is started twice
 2013-05-15 13:54 UTC 

[PATCH] xfstests btrfs/284: shorten duration, fix output
 2013-05-15 12:30 UTC  (6+ messages)

Defragmentation of large files
 2013-05-15  2:56 UTC  (4+ messages)

soft lockup btrfs
 2013-05-14 19:27 UTC 

[PATCH] Btrfs-progs: make fsck fix certain file extent inconsistencies
 2013-05-14 18:48 UTC 

Remove a materially failed device from a Btrfs "single-raid" using partitions
 2013-05-14 16:30 UTC  (8+ messages)

BTRFS in laptop-mode
 2013-05-14 13:23 UTC  (2+ messages)

[PATCH] Btrfs: remove unused code in btrfs_del_root
 2013-05-14 12:12 UTC 

[RFC PATCH V4 0/2] Online data deduplication
 2013-05-14 12:08 UTC  (4+ messages)
` [RFC PATCH V4 1/2] Btrfs: skip merge part for delayed data refs
` [RFC PATCH V4 2/2] Btrfs: online data deduplication
` [PATCH] Btrfs-progs: add dedup subcommand

[PATCH 1/4] Btrfs: remove unnecessary ->s_umount in cleaner_kthread()
 2013-05-14 11:31 UTC  (5+ messages)
` [PATCH 2/4] Btrfs: make the cleaner complete early when the fs is going to be umounted
` [PATCH 3/4] Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()
` [PATCH 4/4] Btrfs: make the snap/subv deletion end more early when the fs is R/O

[PATCH v2 0/4] Btrfs-progs: speedup btrfs send/receive
 2013-05-14 10:27 UTC  (5+ messages)
` [PATCH v2 1/4] Btrfs-progs: Support UUID tree and UUID items in btrfs-debug-tree
` [PATCH v2 2/4] Btrfs-progs: add UUID tree lookup methods
` [PATCH v2 3/4] Btrfs-progs: use UUID tree for send/receive
` [PATCH v2 4/4] Btrfs-progs: add uuid_tree_gen field to btrfs-show-super

Determining size of subvolumes
 2013-05-14  6:47 UTC 

[PATCH 1/5] Btrfs: don't abort the current transaction if there is no enough space for inode cache
 2013-05-14  6:39 UTC  (3+ messages)
` [PATCH 3/5] Btrfs: optimize the error handle of use_block_rsv()

[PATCH v3] btrfs: clean snapshots one by one
 2013-05-14  6:32 UTC  (4+ messages)

mentor
 2013-05-14  4:39 UTC 

[PATCH] Btrfs: return errno if possible when we fail to allocate memory
 2013-05-14  2:12 UTC 

[PATCH v2 00/12] VFS hot tracking
 2013-05-14  0:59 UTC  (13+ messages)
` [PATCH v2 01/12] VFS hot tracking: introduce some data structures
` [PATCH v2 02/12] VFS hot tracking: add i/o freq tracking hooks
` [PATCH v2 03/12] VFS hot tracking: add one workqueue to update hot map
` [PATCH v2 04/12] VFS hot tracking: register one shrinker
` [PATCH v2 05/12] VFS hot tracking, rcu: introduce one rcu macro for list
` [PATCH v2 06/12] VFS hot tracking, seq_file: introduce one set of rcu seq_list interfaces
` [PATCH v2 07/12] VFS hot tracking: add debugfs support
` [PATCH v2 08/12] VFS hot tracking: add one ioctl interface
` [PATCH v2 09/12] VFS hot tracking, procfs: add two proc interfaces
` [PATCH v2 10/12] VFS hot tracking, btrfs: add hot tracking support
` [PATCH v2 11/12] VFS hot tracking: add documentation
` [PATCH v2 12/12] VFS hot tracking: add fs hot type support

[RFC PATCH v3 0/2] Online data deduplication
 2013-05-14  0:29 UTC  (4+ messages)
` [PATCH] Btrfs-progs: add dedup register

Btrfs: wait for quota rescan to complete
 2013-05-13 16:10 UTC  (5+ messages)
` [PATCH] Btrfs: add ioctl to wait for qgroup rescan completion


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