linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-06 09:37:39 to 2011-08-18 10:07:12 UTC [more...]

[RFC] btrfs auto snapshot
 2011-08-18 10:07 UTC  (12+ messages)
  ` snapshot ctime // "

[PATCH 1/3] Btrfs: fix wrong nbytes information of the inode
 2011-08-18  8:15 UTC  (2+ messages)

[PATCH 3/3] Btrfs: fix unclosed transaction handle in btrfs_cont_expand()
 2011-08-18  8:14 UTC 

[PATCH 2/3] Btrfs: fix the file extent gap when doing direct IO
 2011-08-18  8:13 UTC 

Applications using fsync cause hangs for several seconds every few minutes
 2011-08-18  7:55 UTC  (13+ messages)

[PATCH] btrfs: fix d_off in the first dirent
 2011-08-18  2:19 UTC  (3+ messages)

Honest timeline for btrfsck
 2011-08-18  1:09 UTC  (5+ messages)

[PATCH] btrfs: fix warning in iput for bad-inode
 2011-08-17 18:56 UTC 

cant mount degraded (it worked in kernel 2.6.38.8)
 2011-08-17  2:24 UTC  (4+ messages)

btrfs auto snapshot
 2011-08-17  2:13 UTC 

processes stuck in llseek
 2011-08-17  1:23 UTC  (5+ messages)

“bio too big” regression and silent data corruption in 3.0
 2011-08-16 16:56 UTC  (8+ messages)

btrfs: failed to read chunk root
 2011-08-16 16:37 UTC  (2+ messages)

[PATCH] Btrfs: fix an oops of log replay
 2011-08-16 11:53 UTC  (3+ messages)

[PATCH] Btrfs: reserve sufficient space for ioctl clone
 2011-08-16  4:33 UTC  (3+ messages)

[RFC] Passing stream to userspace
 2011-08-16  2:49 UTC  (2+ messages)

[patch v2 0/9] btrfs: More error handling patches
 2011-08-15 19:50 UTC  (10+ messages)
` [patch v2 1/9] btrfs: Add btrfs_panic()
` [patch v2 2/9] btrfs: Catch locking failures in {set,clear}_extent_bit
` [patch v2 3/9] btrfs: Push up set_extent_bit errors to callers
` [patch v2 4/9] btrfs: Push up lock_extent "
` [patch v2 5/9] btrfs: Push up clear_extent_bit "
` [patch v2 6/9] btrfs: Push up unlock_extent "
` [patch v2 7/9] btrfs: Make pin_down_extent return void
` [patch v2 8/9] btrfs: Push up btrfs_pin_extent failures
` [patch v2 9/9] btrfs: Push up non-looped btrfs_start_transaction failures

Database Maintenance Update ! !
 2011-08-15 19:14 UTC 

licenses (for apple OSX and others)?
 2011-08-15 17:39 UTC  (8+ messages)

[PATCH] btrfs: btrfs_permission's RO check shouldn't apply to device nodes
 2011-08-15 17:27 UTC 

Device files on read-only file systems?
 2011-08-15 17:19 UTC  (3+ messages)

unlink directory with files (rm -d)
 2011-08-15 15:58 UTC  (5+ messages)

corrupted btrfs volume: parent transid verify failed
 2011-08-15  9:51 UTC  (9+ messages)

[PATCH] snapshot, defragment and raid test cases for btrfs
 2011-08-15  7:52 UTC  (7+ messages)
` [PATCH 1/3] Added test case 257 for btrfs extended snapshot tests
  ` [PATCH v2 "
` [PATCH 2/3] Added test case 258 for btrfs defragmentation
` [PATCH 3/3] Added test case 259 for the btrfs raid features

Getting a lot of fs-generated information to user space
 2011-08-14  2:43 UTC  (6+ messages)

btrfs-progs integration branch updated
 2011-08-13 13:18 UTC  (5+ messages)

Slow snapshot deletion
 2011-08-12 18:26 UTC  (8+ messages)

[RFC, crash][PATCH] btrfs: allow cross-subvolume file clone
 2011-08-12  1:27 UTC  (4+ messages)

subvolumes missing from "btrfs subvolume list" output
 2011-08-11 12:40 UTC  (14+ messages)
        ` [PATCH] [btrfs-progs integration] incorrect argument checking for "btrfs sub snap -r"
            ` [PATCH] "

[patch 0/9] btrfs: More error handling patches
 2011-08-11  2:32 UTC  (15+ messages)
` [patch 1/9] btrfs: Add btrfs_panic()
` [patch 2/9] btrfs: Catch locking failures in {set,clear}_extent_bit
` [patch 3/9] btrfs: Push up set_extent_bit errors to callers
` [patch 4/9] btrfs: Push up lock_extent "
` [patch 5/9] btrfs: Push up clear_extent_bit "
` [patch 6/9] btrfs: Push up unlock_extent "
` [patch 7/9] btrfs: Make pin_down_extent return void
` [patch 8/9] btrfs: Push up btrfs_pin_extent failures
` [patch 9/9] btrfs: Push up non-looped btrfs_start_transaction failures

[PATCH] Btrfs: truncate pages from clone ioctl target range
 2011-08-10 18:04 UTC 

[PATCH v3 0/2] xfstests: Changed a couple of tests to be generic
 2011-08-10 16:43 UTC  (7+ messages)
` [PATCH v3 1/2] xfstests: make more tests generic

No space left, with 80 GB space free
 2011-08-10 10:38 UTC  (4+ messages)

Filesystem corrupt after renaming snapshots
 2011-08-10  8:38 UTC 

BTRFS partition won't mount
 2011-08-09 21:10 UTC  (6+ messages)

[PATCH] Btrfs: truncate pages from clone ioctl target range
 2011-08-09 20:12 UTC  (2+ messages)

clone ioctl bug with inline extents
 2011-08-09 19:10 UTC  (2+ messages)

[PATCH 00/12 v5] Btrfs: improve write ahead log with sub transaction
 2011-08-09 17:25 UTC  (12+ messages)
` [PATCH 02/12 v5] Btrfs: introduce sub transaction stuff
` [PATCH 04/12 v5] Btrfs: modify btrfs_drop_extents API
` [PATCH 05/12 v5] Btrfs: introduce first sub trans
` [PATCH 06/12 v5] Btrfs: still update inode trans stuff when size remains unchanged
` [PATCH 07/12 v5] Btrfs: improve log with sub transaction
` [PATCH 08/12 v5] Btrfs: add checksum check for log
` [PATCH 09/12 v5] Btrfs: fix a bug of log check
` [PATCH 10/12 v5] Btrfs: kick off useless code
` [PATCH 11/12 v5] Btrfs: do not iput inode when inode is still in log
` [PATCH 12/12 v5] Btrfs: use the right generation number to read log_root_tree

[PATCH] Btrfs: kill the durable block rsv stuff
 2011-08-09 17:25 UTC  (2+ messages)

Kernel bug at fs/bio.c:1499 during heavy I/O - mdadm linear used
 2011-08-09 13:57 UTC 

Btrfs slowdown
 2011-08-09 13:33 UTC  (5+ messages)

[PATCH] Btrfs: forced readonly when btrfs_drop_snapshot() fails
 2011-08-09  7:11 UTC 

[PATCH] btrfs: Handle NULL inode return from btrfs_lookup_dentry()
 2011-08-09  4:45 UTC  (2+ messages)

[PATCH] btrfs: make insert_ptr() void
 2011-08-08 23:06 UTC 

[PATCH] Btrfs: kill btrfs_truncate_reserve_metadata
 2011-08-08 18:25 UTC 

[PATCH] Btrfs: optimize how we account for space in truncate
 2011-08-08 18:24 UTC 

[PATCH] Btrfs: don't try to commit in btrfs_block_rsv_check
 2011-08-08 18:24 UTC 

[PATCH] Btrfs: kill unused parts of block_rsv
 2011-08-08 18:23 UTC 

[PATCH] Btrfs: fix how we reserve space for deleting inodes
 2011-08-08 18:21 UTC 

[PATCH] Btrfs: use bytes_may_use for all ENOSPC reservations V3
 2011-08-08 18:19 UTC 

[PATCH] btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()
 2011-08-08 18:14 UTC 

[PATCH] Btrfs: set i_size properly when fallocating and we already have an extent
 2011-08-08 16:24 UTC 

[PATCH] Btrfs: ratelimit the generation printk for the free space cache
 2011-08-08 12:27 UTC 

space cache generation (...) does not match inode (...)
 2011-08-08 12:18 UTC  (4+ messages)

Unmountable btrfs - part II
 2011-08-08  8:23 UTC  (2+ messages)

kernel BUG at fs/btrfs/inode.c:794!
 2011-08-08  6:50 UTC 

Sparse files and block devices
 2011-08-08  6:13 UTC  (2+ messages)

Why does fsck returns "unresolved ref root"
 2011-08-08  2:25 UTC  (2+ messages)

fsck tool testing
 2011-08-07 23:14 UTC  (3+ messages)

WARNING: at fs/btrfs/extent-tree.c:5703
 2011-08-07 22:02 UTC  (2+ messages)

[patch] Move nodesize/leafsize/sectorsize to fs_info
 2011-08-07 21:54 UTC 

Remove Missing Device from Raid1 error
 2011-08-06 20:50 UTC 

help recover from unmountable btrfs
 2011-08-06 15:27 UTC 

WARNING: at fs/inode.c:1333 (with 'autodefrag' Enabled)
 2011-08-06 14:13 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).