Displaying 4 results from an estimated 4 matches for "xfs_iget".
Did you mean:
efs_iget
2012 Nov 27
0
Syslinux-5.00-pre11
...ror
Merge branch 'coverity' into elflink
Paulo Alcantara (46):
EXTLINUX: Initial XFS filesystem support
mbr: Add support for loading VBRs from XFS filesystems
xfs: Initial skeleton for XFS filesystem support
xfs: Implement xfs_fs_init() function
xfs: Add xfs_iget_root() to XFS filesystem ops
xfs: Fix inode lookup in chunks of 64 inodes
xfs: Add xfs_get_agi() function
xfs: Fix inode size attribution
xfs: Add xfs_iget() to filesystem ops
xfs: Fix some inode number conversions
xfs: Remove duplicate variable attribution...
2010 Apr 26
2
trouble with xenserver and xfs (soft lockup - CPU#0 stuck for 61s!)
...03] CR0: 8005003b CR2: b806e348 CR3: 20d99000 CR4: 00002620
[212521.428003] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[212521.428003] DR6: ffff0ff0 DR7: 00000400
[212521.428003] Call Trace:
[212521.428003] [<c02f23a3>] ? _write_lock+0xe/0xf
[212521.428003] [<e33f7409>] ? xfs_iget+0x328/0x44f [xfs]
[212521.428003] [<e340e925>] ? xfs_lookup+0x69/0x97 [xfs]
[212521.428003] [<e341638b>] ? xfs_vn_lookup+0x36/0x6e [xfs]
[212521.428003] [<c0194ee1>] ? do_lookup+0xa6/0x116
[212521.428003] [<c019584d>] ? __link_path_walk+0x524/0x631
[212521.428003] [<...
2013 Nov 19
2
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
....open_config = pxe_open_config,
.readdir = pxe_readdir,
+ .fs_uuid = NULL,
};
diff --git a/core/fs/xfs/xfs.c b/core/fs/xfs/xfs.c
index b6a396a..e42e952 100644
--- a/core/fs/xfs/xfs.c
+++ b/core/fs/xfs/xfs.c
@@ -428,4 +428,5 @@ const struct fs_ops xfs_fs_ops = {
.iget = xfs_iget,
.next_extent = xfs_next_extent,
.readlink = xfs_readlink,
+ .fs_uuid = NULL,
};
diff --git a/core/include/core.h b/core/include/core.h
index 127ac65..4af037e 100644
--- a/core/include/core.h
+++ b/core/include/core.h
@@ -81,6 +81,7 @@ extern void print_sysappend(void);
e...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...ort in xfs_next_extent()
xfs: Add xfs_readlink()
Paulo Alcantara (46):
EXTLINUX: Initial XFS filesystem support
mbr: Add support for loading VBRs from XFS filesystems
xfs: Initial skeleton for XFS filesystem support
xfs: Implement xfs_fs_init() function
xfs: Add xfs_iget_root() to XFS filesystem ops
xfs: Fix inode lookup in chunks of 64 inodes
xfs: Add xfs_get_agi() function
xfs: Fix inode size attribution
xfs: Add xfs_iget() to filesystem ops
xfs: Fix some inode number conversions
xfs: Remove duplicate variable attribution...