linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-05-13 15:14:30 to 2010-05-31 20:33:23 UTC [more...]

A couple of questions
 2010-05-31 20:33 UTC  (6+ messages)

Disk space accounting and subvolume delete
 2010-05-31 19:01 UTC  (5+ messages)

missing include in btrfsck.c
 2010-05-31 13:45 UTC 

[PATCH] btrfs: Fix null dereference in relocation.c
 2010-05-31 10:05 UTC  (2+ messages)

[PATCH] btrfs: Fix BUG_ON for fs converted from extN
 2010-05-31  9:04 UTC 

[patch 5/11] btrfs: remove unneeded null check in btrfs_rename()
 2010-05-31  7:25 UTC  (4+ messages)

dkms build error
 2010-05-31  7:20 UTC 

[PATCH 1/6] fs: allow short direct-io reads to be completed via buffered IO
 2010-05-30  9:33 UTC  (15+ messages)
` [PATCH 2/6] direct-io: add a hook for the fs to provide its own submit_bio function
` [PATCH 3/6] direct-io: do not merge logically non-contiguous requests
` [PATCH 4/6] fs: kill blockdev_direct_IO_no_locking
` [PATCH 5/6] Btrfs: add basic DIO read/write support
` [PATCH 6/6] Btrfs: do aio_write instead of write

ioctl returns 0 and wrong fs type on disk addition
 2010-05-30  5:53 UTC 

Hey, Opt In Email Lists Give Away!
 2010-05-29 13:45 UTC 

[patch 11/11] btrfs: The file argument for fsync() is never null
 2010-05-29  9:49 UTC 

[patch 10/11] btrfs: handle ERR_PTR from posix_acl_from_xattr()
 2010-05-29  9:48 UTC 

[patch 9/11] btrfs: silence sparse warnings in ioctl.c
 2010-05-29  9:48 UTC 

[patch 8/11] btrfs: btrfs_lookup_dir_item() can return ERR_PTR
 2010-05-29  9:47 UTC 

[patch 7/11] btrfs: unwind after btrfs_start_transaction() errors
 2010-05-29  9:46 UTC 

[patch 6/11] btrfs: cleanup btrfs_dec_test_ordered_pending()
 2010-05-29  9:46 UTC 

[patch 4/11] btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs
 2010-05-29  9:44 UTC 

[patch 3/11] btrfs: handle kzalloc() failure in open_ctree()
 2010-05-29  9:43 UTC 

[patch 2/11] btrfs: btrfs_iget() returns ERR_PTR
 2010-05-29  9:42 UTC 

[patch 1/11] btrfs: handle error returns from btrfs_lookup_dir_item()
 2010-05-29  9:40 UTC 

potential null derefs in fs/btrfs/relocation.c
 2010-05-29  9:39 UTC 

raid1 not reporting the right size
 2010-05-28 19:06 UTC  (6+ messages)
  ` linux 2.6.34 raid1 btrfs weird mounting issue

[PATCH V2 7/7] Cleancache (was Transcendent Memory): ocfs2 hook
 2010-05-28 17:37 UTC 

[PATCH V2 6/7] Cleancache (was Transcendent Memory): ext4 hook
 2010-05-28 17:37 UTC 

[PATCH V2 5/7] Cleancache (was Transcendent Memory): btrfs hooks
 2010-05-28 17:36 UTC 

[PATCH V2 4/7] Cleancache (was Transcendent Memory): ext3 hook
 2010-05-28 17:36 UTC 

[PATCH V2 3/7] Cleancache (was Transcendent Memory): VFS hooks
 2010-05-28 17:36 UTC 

[PATCH V2 2/7] Cleancache (was Transcendent Memory): core files
 2010-05-28 17:35 UTC 

[PATCH V2 1/7] Cleancache (was Transcendent Memory): cleancache_poolid in superblock
 2010-05-28 17:35 UTC 

[PATCH V2 0/7] Cleancache (was Transcendent Memory): overview
 2010-05-28 17:35 UTC 

dereferencing freed variable in "add basic DIO read/write support"
 2010-05-28 12:54 UTC  (2+ messages)

btrfsck: doesn't correct errors
 2010-05-28  1:57 UTC  (4+ messages)

Confused by performance
 2010-05-28  1:45 UTC  (3+ messages)

[PATCH] btrfs: should add a permission check for setfacl
 2010-05-27 19:19 UTC  (4+ messages)

[GIT PULL] Btrfs updates
 2010-05-27 17:47 UTC  (4+ messages)

[PATCH] btrfsprogs: Fix use after free in close_ctree
 2010-05-26 15:40 UTC 

Confused about resizing
 2010-05-26 10:38 UTC  (3+ messages)

Cleancache [PATCH 2/7] (was Transcendent Memory): core files
 2010-05-25  2:15 UTC  (3+ messages)

2.6.34 btrfs kernel bug on Itanium 2
 2010-05-24 17:23 UTC 

[PATCH]: Fix warning in tree_search()
 2010-05-24 15:16 UTC 

[PATCH 07/10] btrfs: fix wrong ctime when adding link
 2010-05-24  6:37 UTC  (5+ messages)

[PATCH 04/10 v2] btrfs: Add error check for add_to_page_cache_lru
 2010-05-24  2:39 UTC 

[PATCH 04/10] btrfs: Add error check for add_to_page_cache_lru
 2010-05-24  2:34 UTC  (3+ messages)

RAID[56] status?
 2010-05-23 22:32 UTC  (2+ messages)

[PATCH 5/8] fs/btrfs: Use ERR_CAST
 2010-05-22 10:00 UTC 

[PATCH 3/27] fs/btrfs: Use memdup_user
 2010-05-22  8:19 UTC 

[PATCH 1/6] fs: allow short direct-io reads to be completed via buffered IO V2
 2010-05-21 15:37 UTC  (11+ messages)
` [PATCH 2/6] direct-io: add a hook for the fs to provide its own submit_bio function V3
` [PATCH 3/6] direct-io: do not merge logically non-contiguous requests
` [PATCH 4/6] fs: kill blockdev_direct_IO_no_locking
` [PATCH 5/6] Btrfs: add basic DIO read/write support V6
` [PATCH 6/6] Btrfs: do aio_write instead of write V2

[PATCH 06/10] btrfs: fix remap_file_pages error
 2010-05-21  8:54 UTC  (3+ messages)

[PATCH] btrfs-progs: Fix implicit strndup() and other warnings on RHEL 5
 2010-05-20 15:25 UTC 

[PATCH 10/10] btrfs: fix the wrong handle of btrfs_set_acl()
 2010-05-20  7:25 UTC 

[PATCH 09/10] btrfs: fix some problem in btrfs_link()
 2010-05-20  7:24 UTC 

[PATCH 08/10] btrfs: fix memory leak of btrfs_new_inode()
 2010-05-20  7:24 UTC 

[PATCH 05/10] btrfs: fix oops when adding a device
 2010-05-20  7:20 UTC 

[PATCH 03/10] btrfs: Remove variable wake for cleanup
 2010-05-20  7:16 UTC 

[PATCH 02/10] btrfs: fix break phase in btrfs_insert_some_items()
 2010-05-20  7:14 UTC 

[PATCH 01/10] btrfs: add a return value for readahead_tree_block()
 2010-05-20  7:13 UTC 

Fullfil the bmap operation
 2010-05-20  2:03 UTC  (2+ messages)

[PATCH] btrfs: check alloc return value before use handle and struct
 2010-05-19 20:00 UTC  (2+ messages)

R: default subvolume abilities/restrictions
 2010-05-19 17:58 UTC  (3+ messages)
`  "

default subvolume abilities/restrictions
 2010-05-19 14:55 UTC  (3+ messages)

[PATCH 1/5] fs: allow short direct-io reads to be completed via buffered IO V2
 2010-05-19 14:41 UTC  (6+ messages)
` [PATCH 2/5] direct-io: add a hook for the fs to provide its own submit_bio function V3
` [PATCH 3/5] fs: kill blockdev_direct_IO_no_locking
` [PATCH 4/5] Btrfs: add basic DIO read/write support V5
` [PATCH 5/5] Btrfs: do aio_write instead of write

implicit declaration of function 'strndup'
 2010-05-19 12:29 UTC  (3+ messages)

the flushoncommit mount option
 2010-05-19  7:04 UTC 

Rename+crash behaviour of btrfs - nearly ext3!
 2010-05-19  1:34 UTC  (23+ messages)

Encryption in btrfs
 2010-05-18 19:03 UTC  (2+ messages)

[PATCH 1/4] btrfs-convert: make more use of cache_free_extents
 2010-05-18 16:18 UTC  (3+ messages)

[PATCH 2/4] btrfs-convert: Add extent iteration functions
 2010-05-18 15:37 UTC  (3+ messages)

[PATCH] btrfs: prohibit a operation of changing acl's mask when noacl mount option used
 2010-05-18  0:51 UTC 

[PATCH] Btrfs: avoid BUG when dropping root and reference in same transaction
 2010-05-17 17:15 UTC 

[PATCH] btrfs-convert: add reiserfs support
 2010-05-17 10:52 UTC  (2+ messages)

Mounting raid without a btrfsctl scan
 2010-05-16 19:38 UTC  (7+ messages)

Adding mirroring to an existing filesystem
 2010-05-16 19:31 UTC  (3+ messages)

help message of btrfsctl does not tell anything about deletion of a subvolume
 2010-05-15 22:42 UTC  (2+ messages)

Wiki improvement
 2010-05-15 10:36 UTC 

Bug when resizing FS
 2010-05-15  3:07 UTC  (3+ messages)

btrfs as default fs in Ubuntu 10.10?
 2010-05-14 19:22 UTC 

[MeeGo-dev] Btrfs as default file system
 2010-05-14 13:47 UTC  (2+ messages)

add subvolume when / is not mounted?
 2010-05-13 19:26 UTC  (2+ messages)

[PATCH 4/4] Btrfs: add basic DIO read/write support V3
 2010-05-13 18:39 UTC  (8+ messages)

OOPS when subvol=xxx where xxx does not exist
 2010-05-13 18:00 UTC  (2+ messages)

[PATCH] Btrfs: fix error handling in btrfs_get_sb
 2010-05-13 17:49 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).