messages from 2013-05-09 06:42:57 to 2013-05-15 20:21:56 UTC [more...]
[RFC v0 0/4] sys_copy_range() rough draft
2013-05-15 20:21 UTC (12+ 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
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)
[PATCH v2 0/8] Btrfs: introduce a tree for UUID to subvol ID mapping
2013-05-15 15:39 UTC (16+ 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
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)
[PATCH 00/17] improve the block time during the transaction commit
2013-05-15 7:48 UTC (18+ 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
Defragmentation of large files
2013-05-15 2:56 UTC (5+ 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)
[RFC 0/5] BTRFS hot relocation support
2013-05-14 15:24 UTC (10+ 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 (6+ messages)
` [PATCH 2/5] Btrfs: don't use global block reservation for inode cache truncation
` [PATCH 3/5] Btrfs: optimize the error handle of use_block_rsv()
` [PATCH 4/5] Btrfs: don't steal the reserved space from the global reserve if their space type is different
` [PATCH 5/5] Btrfs: update the global reserve if it is empty
[PATCH v3] btrfs: clean snapshots one by one
2013-05-14 6:32 UTC (5+ 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
[PATCH] btrfs-progs: update manpage to add filesystem show command in synopsis
2013-05-13 15:23 UTC
[PATCH 0/0] libbtrfs: Set SONAME to "libbtrfs.so.0" (instead of "libbtrfs.so")
2013-05-13 15:19 UTC (3+ messages)
` [PATCH] "
[PATCH v2 2/3] Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL
2013-05-13 14:42 UTC
[PATCH 0/3] Btrfs: some cleanups around btrfs_read_fs_root_no_name()
2013-05-13 13:53 UTC (4+ messages)
` [PATCH 1/3] Btrfs: delete unused function
` [PATCH 2/3] Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL
` [PATCH 3/3] Btrfs: cleanup: don't check the same thing twice
[PATCH] Btrfs: remove useless copy in quota_ctl
2013-05-13 11:10 UTC
WARNING: at fs/btrfs/free-space-cache.c:921 __btrfs_write_out_cache+0x6b9/0x9a0 [btrfs]()
2013-05-13 8:33 UTC (11+ messages)
Btrfs resize reliability
2013-05-12 21:11 UTC
Btrfs resize reliability
2013-05-12 21:52 UTC
bug: grubby error updating grub.cfg when /boot is on btrfs
2013-05-12 21:08 UTC
Is my btrfs filesystem definitely dead?
2013-05-12 16:02 UTC (3+ messages)
"unlinked 10 orphans" - something to worry about?
2013-05-11 12:36 UTC (2+ messages)
[PATCH 0/2] Two small patches for the raid56 code
2013-05-11 11:13 UTC (3+ messages)
` [PATCH RESEND 1/2] Minor format cleanup
` [PATCH RESEND 2/2] Correct allowed raid levels on balance
[PATCH RESEND 0/2] Two small patches for the raid56 code
2013-05-11 11:12 UTC
Btrfs balance invalid argument error
2013-05-11 10:14 UTC (6+ messages)
hard freezes with 3.9.0 during io-intensive loads
2013-05-11 10:01 UTC (11+ messages)
[PATCH] btrfs-progs: image: handle superblocks correctly on fs with big blocks
2013-05-10 15:08 UTC (6+ messages)
Virtual Device Support
2013-05-10 14:03 UTC
Creating recursive snapshots for all filesystems
2013-05-10 13:58 UTC (6+ messages)
` nocow 'C' flag ignored after balance
[PATCH] filesystem show need to read from the kernel
2013-05-10 11:02 UTC (3+ messages)
` [PATCH] btrfs: add framework to read fs info and dev info "
` [PATCH] btrfs-progs: "
Can btrfs cope with a high number of snapshpts (continuous snapshotting)?
2013-05-10 8:30 UTC
`btrfs receive` almost coming to a halt
2013-05-10 7:34 UTC (3+ messages)
[PATCH 0/4] [RFC] btrfs: offline dedupe
2013-05-09 21:31 UTC (2+ messages)
` [PATCH 3/4] btrfs: Introduce extent_read_full_page_nolock()
[GIT PULL] Btrfs
2013-05-09 19:26 UTC
[PATCH] Btrfs: handle running extent ops with skinny metadata V2
2013-05-09 18:34 UTC
[PATCH] Btrfs: handle running extent ops with skinny metadata
2013-05-09 17:51 UTC
[PATCH] Btrfs-progs: add the ability to find mismmatching backrefs
2013-05-09 14:09 UTC
[PATCH] Btrfs-progs: sanity check the number of items in a leaf V2
2013-05-09 13:56 UTC
syslog message repeated 3x
2013-05-09 12:48 UTC (8+ messages)
Btrfs: cleanup destroy_marked_extents
2013-05-09 12:32 UTC (2+ messages)
How many subvols/snapshots are possible? (limits?)
2013-05-09 11:05 UTC (2+ 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).