linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-22 17:22:32 to 2011-06-30 14:52:57 UTC [more...]

btrfs lock-up on copying files
 2011-06-30 14:52 UTC  (4+ messages)

[btrfs-delalloc-]
 2011-06-30 14:12 UTC  (5+ messages)
  ` [btrfs-transacti] & btrfs-endio-wri] - WAS: [btrfs-delalloc-]

[PATCH v4 0/6] btrfs: generic readeahead interface
 2011-06-30 14:01 UTC  (15+ messages)
` [PATCH v4 1/7] btrfs: add an extra wait mode to read_extent_buffer_pages
` [PATCH v4 2/7] btrfs: add READAHEAD extent buffer flag
` [PATCH v4 3/7] btrfs: state information for readahead
` [PATCH v4 4/7] btrfs: initial readahead code and prototypes
` [PATCH v4 5/7] btrfs: hooks for readahead
` [PATCH v4 6/7] btrfs: test ioctl "
` [PATCH v4 7/7] btrfs: use readahead API for scrub

subvolumes missing from "btrfs subvolume list" output
 2011-06-30 13:07 UTC  (15+ messages)
            ` [PATCH] [btrfs-progs integration] incorrect argument checking for "btrfs sub snap -r"

[PATCH] Btrfs: initial online fsck support
 2011-06-30  9:33 UTC 

[GIT PULL v4] Btrfs: improve write ahead log with sub transaction
 2011-06-30  9:27 UTC  (14+ messages)
` [PATCH 01/12] Btrfs: introduce sub transaction stuff
` [PATCH 02/12] Btrfs: update block generation if should_cow_block fails
` [PATCH 03/12] Btrfs: modify btrfs_drop_extents API
` [PATCH 04/12] Btrfs: introduce first sub trans
` [PATCH 05/12] Btrfs: still update inode trans stuff when size remains unchanged
` [PATCH 06/12] Btrfs: improve log with sub transaction
` [PATCH 07/12] Btrfs: add checksum check for log
` [PATCH 08/12] Btrfs: fix a bug of log check
` [PATCH 09/12] Btrfs: kick off useless code
` [PATCH 10/12] Btrfs: use the right generation number to read log_root_tree
` [PATCH 11/12] Btrfs: do not iput inode when inode is still in log
` [PATCH 12/12] Revert "Btrfs: do not flush csum items of unchanged file data during treelog"

please review snapshot corruption path with delayed metadata insertion
 2011-06-30  8:51 UTC  (11+ messages)

[PATCH 1/4] fs: add SEEK_HOLE and SEEK_DATA flags
 2011-06-29 21:29 UTC  (15+ messages)
` [PATCH 2/4] Btrfs: implement our own ->llseek
` [PATCH 3/4] Ext4: handle SEEK_HOLE/SEEK_DATA generically
` [PATCH 4/4] fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
` [PATCH] xfstests 255: add a seek_data/seek_hole tester

[PATCH v3 0/6] btrfs: generic readeahead interface
 2011-06-29 18:48 UTC  (10+ messages)
` [PATCH v3 1/6] btrfs: add READAHEAD extent buffer flag
` [PATCH v3 2/6] btrfs: state information for readahead
` [PATCH v3 3/6] btrfs: initial readahead code and prototypes
` [PATCH v3 4/6] btrfs: hooks for readahead
` [PATCH v3 5/6] btrfs: test ioctl "
` [PATCH v3 6/6] btrfs: use readahead API for scrub

[PATCH] initialize all fields of commands[] struct
 2011-06-29 18:10 UTC 

[PATCH] remove unused variables
 2011-06-29 17:54 UTC 

Mis-Design of Btrfs?
 2011-06-29 10:47 UTC  (2+ messages)

[PATCH v8 0/8] Balance management patches, v8
 2011-06-29 10:43 UTC  (14+ messages)
` [PATCH v8 1/8] btrfs: Balance progress monitoring
` [PATCH v8 2/8] btrfs: Cancel filesystem balance
` [PATCH v8 3/8] btrfs: Factor out enumeration of chunks to a separate function
` [PATCH v8 4/8] btrfs: Implement filtered balance ioctl
` [PATCH v8 5/8] btrfs: Balance filter for device ID
` [PATCH v8 6/8] btrfs: Balance filter for virtual address ranges
` [PATCH v8 7/8] btrfs: Replication-type information
` [PATCH v8 8/8] btrfs: Balance filter for physical device address

Snapshot reconciliation
 2011-06-29  6:03 UTC  (4+ messages)

[PATCH v3] Btrfs: fix error check of btrfs_lookup_dentry()
 2011-06-29  4:54 UTC 

[PATCH] Btrfs: fix error check of btrfs_lookup_dentry()
 2011-06-29  0:15 UTC  (3+ messages)

[PATCH] btrfs: Remove BUG_ON's from btrfs_update_root
 2011-06-28 22:07 UTC 

[Patch] make btrfs cross compilation friendly
 2011-06-28 19:11 UTC 

parent transid verify failures on 2.6.39
 2011-06-28 17:31 UTC  (12+ messages)

[PATCH for -rc6] btrfs: add missing options displayed in mount output
 2011-06-28 15:10 UTC 

How to handle badblocks with btrfs?
 2011-06-28 11:14 UTC  (2+ messages)

[PATCH v2] Btrfs: fix error check of btrfs_lookup_dentry()
 2011-06-28  5:53 UTC 

[BUG] btrfs is tearing down whole kernel when disk is disconnected
 2011-06-28  4:42 UTC  (3+ messages)

[PATCH 1/2 v2] Btrfs: kill location key of in-memory inode
 2011-06-28  1:54 UTC  (3+ messages)

[PATCH 3.0-rc3] btrfs: fix oops on failure path
 2011-06-27 22:27 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 1/4] fs: add SEEK_HOLE and SEEK_DATA flags
 2011-06-27 21:04 UTC  (8+ messages)
` [PATCH 2/4] Btrfs: implement our own ->llseek
` [PATCH 3/4] Ext4: handle SEEK_HOLE/SEEK_DATA generically
` [PATCH 4/4] fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
` [PATCH] xfstests 255: add a seek_data/seek_hole tester

[GIT PULL] Btrfs updates
 2011-06-27 18:15 UTC 

exposing checksums to user-space programs
 2011-06-27 16:47 UTC 

Integration branch updated
 2011-06-27 14:45 UTC  (4+ messages)

btrfs on MIPS with 16K page size
 2011-06-26 19:00 UTC 

[PATCH] mkfs.btrfs: Fix compilation errors with gcc 4.6
 2011-06-26 18:45 UTC 

[PATCH 0/9] remove i_alloc_sem V2
 2011-06-24 18:34 UTC  (11+ messages)
` [PATCH 1/9] fat: remove i_alloc_sem abuse
` [PATCH 2/9] ext4: Rewrite ext4_page_mkwrite() to use generic helpers
` [PATCH 3/9] fs: simplify handling of zero sized reads in __blockdev_direct_IO
` [PATCH 4/9] fs: kill i_alloc_sem
` [PATCH 5/9] rw_semaphore: remove up/down_read_non_owner
` [PATCH 6/9] fs: move inode_dio_wait calls into ->setattr
` [PATCH 7/9] fs: always maintain i_dio_count
` [PATCH 8/9] fs: simplify the blockdev_direct_IO prototype
` [PATCH 9/9] fs: move inode_dio_done to the end_io handler

[PATCH] Btrfs: make sure to update total_bitmaps when freeing cache V2
 2011-06-24 16:07 UTC  (3+ messages)

[PATCH] Btrfs: make sure to update total_bitmaps when freeing cache V3
 2011-06-24 16:02 UTC 

Filesystem corrupted, is there any hope?
 2011-06-24 15:39 UTC  (3+ messages)

[PATCH 04/37] Remove unneeded version.h includes from fs/
 2011-06-24 13:26 UTC  (2+ messages)

btrfs: failed to load free space cache for block group on rsync´ing to space_cache BTRFS with subvolume
 2011-06-24 13:04 UTC  (5+ messages)

[nico-lkml-20110623@schottelius.org: Mis-Design of Btrfs?]
 2011-06-24 10:52 UTC 

[PATCH v2] Btrfs: add discard flag to btrfs_device
 2011-06-24  7:49 UTC 

[PATCH] security: new security_inode_init_security API adds function callback
 2011-06-23 21:04 UTC 

[PATCH] Btrfs: make sure to update total_bitmaps when freeing cache
 2011-06-23 20:09 UTC  (2+ messages)

Unable to remove devices in multi-device setup
 2011-06-23 18:40 UTC 

[PATCH] btrfs: fix cast address space annotation in ioctl.c
 2011-06-23 14:49 UTC 

[PATCH 0/8] remove i_alloc_sem
 2011-06-23 10:36 UTC  (5+ messages)

Using compression on SSD
 2011-06-23  8:31 UTC 

[PATCH v2 0/7] Btrfs: scrub: print path to corrupted files and trigger nodatasum fixup
 2011-06-23  8:20 UTC  (5+ messages)
` [PATCH v2 1/7] added helper functions to iterate backrefs

[PATCH] btrfs: fix inconsonant inode information
 2011-06-23  7:27 UTC 

[RFC][PATCH] Btrfs-progs: Add chunk tree recover tool
 2011-06-23  4:05 UTC 

[RFC][PATCH] Btrfs: Make kernel support chunk tree backup
 2011-06-23  4:05 UTC 

defrag makes fragmentation worse
 2011-06-23  0:12 UTC  (3+ messages)

how reliable is btrfsck?
 2011-06-22 23:23 UTC 

[HELP!] parent transid verify failed on 600755752960 wanted 757102 found 756726
 2011-06-22 22:01 UTC  (6+ messages)

[PATCH] btrfs: kick off the useless parameter
 2011-06-22 19:53 UTC  (2+ messages)

kernel BUG at fs/btrfs/delayed-inode.c:1301!
 2011-06-22 18:14 UTC  (4+ messages)

Determine exact compressed file size
 2011-06-22 17:22 UTC 


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).