linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-04 17:35:39 to 2012-01-12 21:28:12 UTC [more...]

[RFC PATCH v2 0/3] Btrfs: apply the Probabilistic Skiplist on btrfs
 2012-01-12 21:28 UTC  (9+ messages)
` [RFC PATCH v2 1/3] Btrfs: add the Probabilistic Skiplist
` [RFC PATCH v2 2/3] Btrfs: rebuild extent_map based on skiplist
` [RFC PATCH v2 3/3] Btrfs: convert rwlock to RCU for extent_map

[PATCH 00/11] Btrfs: some patches for 3.3
 2012-01-12 18:01 UTC  (13+ messages)
` [PATCH 01/11] Btrfs: add pinned extents to on-disk free space cache correctly
` [PATCH 02/11] Btrfs: avoid possible NULL deref in io_ctl_drop_pages()
` [PATCH 03/11] Btrfs: check the return value of io_ctl_init()
` [PATCH 04/11] Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags()
` [PATCH 05/11] Btrfs: reserve metadata space "
` [PATCH 06/11] Btrfs: don't pass a trans handle unnecessarily in volumes.c
` [PATCH 07/11] Btrfs: don't pre-allocate btrfs bio
` [PATCH 08/11] Btrfs: simplfy calculation of stripe length for discard operation
` [PATCH 09/11][RESEND] Btrfs: rewrite btrfs_trim_block_group()
` [PATCH 10/11] Btrfs: update global block_rsv when creating a new block group
` [PATCH 11/11] Btrfs: fix possible deadlock when opening a seed device

[3.2-rc7] slowdown, warning + oops creating lots of files
 2012-01-12 16:18 UTC  (16+ messages)

[PATCH 0/4] btrfs-progs: some patches
 2012-01-12 15:17 UTC  (5+ messages)
` [PATCH 1/4] fix segfaults from bnc#710486
` [PATCH 2/4] return error code from change/get_label_unmounted
` [PATCH 3/4] fix some compiler warnings from cgcc
` [PATCH 4/4] fix indentation

[PATCH 00/21] Btrfs: restriper
 2012-01-12 14:29 UTC  (27+ messages)
` [PATCH 01/21] Btrfs: get rid of *_alloc_profile fields
` [PATCH 02/21] Btrfs: introduce masks for chunk type and profile
` [PATCH 03/21] Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit
` [PATCH 04/21] Btrfs: make avail_*_alloc_bits fields dynamic
` [PATCH 05/21] Btrfs: add basic restriper infrastructure
` [PATCH 06/21] Btrfs: add basic infrastructure for selective balancing
` [PATCH 07/21] Btrfs: profiles filter
` [PATCH 08/21] Btrfs: usage filter
` [PATCH 09/21] Btrfs: devid filter
` [PATCH 10/21] Btrfs: devid subset filter
` [PATCH 11/21] Btrfs: virtual address space "
` [PATCH 12/21] Btrfs: do not reduce profile in do_chunk_alloc()
` [PATCH 13/21] Btrfs: implement online profile changing
` [PATCH 14/21] Btrfs: soft profile changing mode (aka soft convert)
` [PATCH 15/21] Btrfs: save balance parameters to disk
` [PATCH 16/21] Btrfs: recover balance on mount
` [PATCH 17/21] Btrfs: add skip_balance mount option
` [PATCH 18/21] Btrfs: allow for pausing restriper
` [PATCH 19/21] Btrfs: allow for cancelling restriper
` [PATCH 20/21] Btrfs: allow for resuming restriper after it was paused
` [PATCH 21/21] Btrfs: add balance progress reporting

[PATCH] Btrfs: release space on error in page_mkwrite
 2012-01-12 11:59 UTC  (3+ messages)

Cloning a Btrfs partition
 2012-01-12  6:41 UTC  (3+ messages)

[PATCH] xfstests: fix 251's cp -axT problem
 2012-01-12  1:16 UTC  (4+ messages)

Warning: bad fsid on block 20971520
 2012-01-11 22:54 UTC  (4+ messages)

[PATCH] Btrfs: do not use btrfs_end_transaction_throttle everywhere
 2012-01-11 18:26 UTC 

phenomenon of 0 Byte files while overwriting
 2012-01-11  9:23 UTC 

revert to static snapshot on reboot
 2012-01-11  3:42 UTC  (5+ messages)

real free space on btrfs volume (performance impact)
 2012-01-10 18:54 UTC  (3+ messages)

[v3.2-4874-ge4e1118 OOPS] btrfs-related kernel oops due to media error
 2012-01-10 16:06 UTC 

[PATCH V2] Btrfs: cleanup: move node-,leaf-,sectorsize to fs_info
 2012-01-10 13:05 UTC 

Broken btrfs filesystem
 2012-01-10 11:54 UTC 

Broken btrfs filesystem
 2012-01-10 11:42 UTC 

[PATCH V2 3/3] Btrfs: improve truncation of btrfs
 2012-01-10  3:58 UTC 

[PATCH V2 2/3] Btrfs: make btrfs_truncate_inode_items() more readable
 2012-01-10  3:58 UTC 

[PATCH V2 1/3] Btrfs: fix btrfsck error 400 when truncating a compressed file extent
 2012-01-10  3:57 UTC 

btrfs-related kernel oops due to media error
 2012-01-09 23:01 UTC  (2+ messages)

Multiple btrfsck inode error 400 on Unclean Shutdowns
 2012-01-09 19:27 UTC 

Odd behavior of subvolume find-new
 2012-01-09 16:08 UTC 

[PATCH 1/2] btrfs-progs: removed extraneous whitespace from mkfs man page
 2012-01-09 15:18 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: document --rootdir mkfs switch

[PATCH] btrfs: change resize ioctl to take device path instead of id
 2012-01-09 15:15 UTC  (2+ messages)

How long does it take to balance a 2x1TB RAID1 ?
 2012-01-09 15:01 UTC  (2+ messages)

[PATCH 0/2] btrfs: allow cross-subvolume BTRFS_IOC_CLONE
 2012-01-09 13:31 UTC  (8+ messages)

[PATCH 1/3] Btrfs: fix btrfsck error 400 when truncating a compressed file extent
 2012-01-09  5:49 UTC  (3+ messages)

[RFC][PATCH 3/3] Btrfs: improve truncation of btrfs
 2012-01-09  5:35 UTC  (5+ messages)

Filesystem not mountable after reset, bad tree block
 2012-01-08 22:34 UTC  (4+ messages)

BTRFS development
 2012-01-08 20:29 UTC  (3+ messages)

{Spam?}
 2012-01-08 16:18 UTC 

How to fill a new created btrfs file system?
 2012-01-07 17:59 UTC 

[PATCH] Btrfs-progs: restriper interface
 2012-01-07 17:21 UTC  (8+ messages)
` [PATCH] Btrfs-progs: add restriper commands

Btrfs partition lost after RAID1 mirror disk failure?
 2012-01-07  6:22 UTC  (4+ messages)

Honest timeline for btrfsck
 2012-01-06 23:03 UTC  (7+ messages)

[PATCH V2] btrfs-progs: Add ioctl to read compressed size of a file
 2012-01-06 18:21 UTC  (2+ messages)
` [PATCH v3] "

Crash in io_ctl_drop_pages after mount with csum errors
 2012-01-06 15:55 UTC  (3+ messages)

[PATCH] btrfs: silence warning in raid array setup
 2012-01-06 15:18 UTC 

[RFC PATCH 0/3] apply the Probabilistic Skiplist on btrfs
 2012-01-06 10:14 UTC  (6+ messages)
` [RFC PATCH 1/3] Btrfs: add the Probabilistic Skiplist
` [RFC PATCH 2/3] Btrfs: rebuild extent_map based on skiplist
` [RFC PATCH 3/3] Btrfs: convert rwlock to RCU for extent_map

btrfs truncate() does not change inode times
 2012-01-06  3:32 UTC  (2+ messages)

[PATCH 2/3] Btrfs: make btrfs_truncate_inode_items() more readable
 2012-01-06  1:35 UTC  (4+ messages)

checkums when converting from ext[234] to Btrfs
 2012-01-05 19:48 UTC  (3+ messages)

Status of dedupe in btrfs
 2012-01-05 19:44 UTC 

Bug(?): btrfs carries on working if part of a device disappears
 2012-01-05 18:02 UTC 

Lockdep warning during snapshot deletion in 3.2-rc7+
 2012-01-05 16:18 UTC 

Why does Btrfs allow raid1 with mismatched drives? Also: How to look behind the curtain
 2012-01-05 14:41 UTC 

Why does Btrfs allow raid1 with mismatched drives? Also: How to look behind the curtain
 2012-01-05 14:40 UTC  (10+ messages)

btrfsck status?
 2012-01-05 14:18 UTC  (2+ messages)

btrfs-tools in Debian squeeze-backports?
 2012-01-05 10:09 UTC  (10+ messages)
      ` (renamed thread) btrfs metrics

[PATCH v2 00/10] Btrfs: backref walking rewrite
 2012-01-05  9:54 UTC  (13+ messages)
` [PATCH v2 01/10] Btrfs: generic data structure to build unique lists
` [PATCH v2 02/10] Btrfs: added helper btrfs_next_item()
` [PATCH v2 03/10] Btrfs: mark delayed refs as for cow
` [PATCH v2 04/10] Btrfs: always save ref_root in delayed refs
` [PATCH v2 05/10] Btrfs: add nested locking mode for paths
` [PATCH v2 06/10] Btrfs: add sequence numbers to delayed refs
` [PATCH v2 07/10] Btrfs: put back delayed refs that are too new
` [PATCH v2 08/10] Btrfs: add waitqueue instead of doing busy waiting for more delayed refs
` [PATCH v2 09/10] Btrfs: added btrfs_find_all_roots()
` [PATCH v2 10/10] Btrfs: new backref walking code

[RFC PATCH 0/3] apply the Probabilistic Skiplist on btrfs
 2012-01-05  9:48 UTC  (4+ messages)
` [RFC PATCH 1/3] Btrfs: add the Probabilistic Skiplist
` [RFC PATCH 2/3] Btrfs: rebuild extent_map based on skiplist
` [RFC PATCH 3/3] Btrfs: convert rwlock to RCU for extent_map

[PATCH] xfstests: fixup check 276
 2012-01-04 18:42 UTC  (2+ messages)
` 276: fix up various issues

[PATCH] xfstests: add a new test to verify on disk ctime update for chattr
 2012-01-04 18:42 UTC  (2+ messages)
` 277: "

[PATCH] xfstests: open btrfsck to check the btrfs filesystem
 2012-01-04 18:42 UTC  (2+ messages)
` use btrfsck to check btrfs filesystems

btrfsprogs source code
 2012-01-04 18:37 UTC  (4+ 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).