Displaying 4 results from an estimated 4 matches for "btrfs_add_nondir".
2007 Jun 29
2
Mknod: Operation not permitted
When trying to move my root to a btrfs filesystem, I found a missing
feature (or a bug). It's not possible to create device files. To
reproduce, run this on a btrfs filesystem:
mknod test c 1 1
result:
mknod: `test': Operation not permitted
Frank
2011 May 11
8
[PATCH 1/4] Btrfs: map the node block when looking for readahead targets
If we have particularly full nodes, we could call btrfs_node_blockptr up to 32
times, which is 32 pairs of kmap/kunmap, which _sucks_. So go ahead and map the
extent buffer while we look for readahead targets. Thanks,
Signed-off-by: Josef Bacik <josef@redhat.com>
---
fs/btrfs/ctree.c | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)
diff --git
2010 Nov 29
0
[GIT PULL] Btrfs updates for 2.6.37-rc
...in the btrfs
O_DIRECT code, add a migrate_page operation to avoid metadata corruption
as btree pages go through migration, and fix up our NFS support.
Otherwise we have assorted correctness fixes, many of which were kicked
out by xfsqa.
-chris
Josef Bacik (11) commits (+241/-54):
Btrfs: make btrfs_add_nondir take parent inode as an argument (+16/-22)
Btrfs: fix typo in fallocate to make it honor actual size (+5/-4)
Btrfs: hold i_mutex when calling btrfs_log_dentry_safe (+7/-0)
Btrfs: setup blank root and fs_info for mount time (+33/-7)
Btrfs: make sure new inode size is ok in fallocate...
2011 Mar 09
0
Re: "open_ctree failed", unable to mount the fs
...9:24 ftp2 kernel: [121668.144391] [] ? btrfs_release_path+0x3b/0x52 [btrfs]
Mar 9 23:59:24 ftp2 kernel: [121668.144405] [] ? __btrfs_getxattr+0xed/0xff [btrfs]
Mar 9 23:59:24 ftp2 kernel: [121668.144420] [] ? btrfs_add_link+0x108/0x160 [btrfs]
Mar 9 23:59:24 ftp2 kernel: [121668.144435] [] ? btrfs_add_nondir+0x25/0x4e [btrfs]
Mar 9 23:59:24 ftp2 kernel: [121668.144450] [] ? btrfs_init_inode_security+0x12/0x2d [btrfs]
Mar 9 23:59:24 ftp2 kernel: [121668.144464] [] ? btrfs_create+0xfb/0x1b5 [btrfs]
Mar 9 23:59:24 ftp2 kernel: [121668.144471] [] ? vfs_create+0x77/0xd0
Mar 9 23:59:24 ftp2 kernel: [1...