Displaying 3 results from an estimated 3 matches for "xfs_fs".
Did you mean:
xfs_fsr
2017 Oct 29
2
License Question
Hi,
Sorry for writing so many messages. I am doing a license review for
syslinux in Debian and I've stumbled on the following files:
* efi/console.c
* efi/derivative.c
* efi/diskio.c
* efi/main.c
* efi/mem.c
* efi/pxe.c
* efi/tcp.c
* efi/udp.c
All of them start with
/*
* Copyright 2011-2014 Intel Corporation - All Rights Reserved
*/
with no further indication of any license. This
2004 Jan 15
2
Installation Problem !!!
...hecking asm/types.h presence... yes
checking for asm/types.h... yes
checking linux/quota.h usability... yes
checking linux/quota.h presence... yes
checking for linux/quota.h... yes
checking linux/xqm.h usability... no
checking linux/xqm.h presence... no
checking for linux/xqm.h... no
checking linux/xfs_fs.h usability... no
checking linux/xfs_fs.h presence... no
checking for linux/xfs_fs.h... no
checking xfs/libxfs.h usability... no
checking xfs/libxfs.h presence... no
checking for xfs/libxfs.h... no
checking xfs/xqm.h usability... no
checking xfs/xqm.h presence... no
checking for xfs/xqm.h... no
che...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...xfs: Add XFS_DINODE_FMT_BTREE support 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: Rem...