summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/xfs
Commit message (Collapse)AuthorAgeFilesLines
* Logical OR the following flags into the va_mode field:rodrigc2006-06-101-9/+3
| | | | | | | | | S_IFDIR when making a directory S_IFLNK when making a symbolic link S_IFIFO when making a pipe xfs_ialloc() checks this field for these flags when figuring out whether to make a directory, make a symbolic link or make a pipe.
* Call g_vfs_close() if:rodrigc2006-06-101-2/+35
| | | | | (1) _xfs_mount() fails (2) at the end of _xfs_unmount()
* Do not call vput() after we call VOP_UNLOCK().rodrigc2006-06-101-1/+1
|
* Change %llx to %jx in printf() to eliminate warnings on 64-bit platforms.rodrigc2006-06-091-1/+1
|
* Bring back changes in version 1.3 lost in previous commit.rodrigc2006-06-091-13/+1
|
* More changes due to latest XFS import.rodrigc2006-06-091-188/+267
| | | | Work done by: Russell Cattelan <cattelan at xfs dot org>
* Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree.rodrigc2006-06-09138-17918/+14817
| | | | | | Improve support for writing to XFS partitions. Work done by: Russell Cattelan <cattelan at xfs dot org>
* Include "xfs_macros.h" to fix tinderbox build breakage.rodrigc2006-06-011-0/+1
|
* Cope with -Wundef. This means including xfs_macros.h early in a few moreimp2006-06-0113-19/+24
| | | | | | files and changing #if XXXKAN -> #ifdef XXXKAN. # this is just compile tested, since I don't have xfs partitions.
* Add support for "export" option, to allow NFS exportingrodrigc2006-05-261-5/+11
| | | | of XFS filesystems.
* Check for VFS_STATFS() failure in _xfs_mount() and abort the mountkeramida2006-05-051-2/+1
| | | | | | | | on errors. Found by: Coverity Prevent Approved by: rodrigc, Russell Cattelan MFC after: 4 weeks
* Update a DB_SET to DB_FUNC I missed yesterday.jhb2006-03-081-1/+1
|
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
|
* Hide DDB-specific functions inside check for #ifdef DDB.rodrigc2005-12-131-3/+2
| | | | Noticed by: des
* Inherit system-wide BLKDEV_IOSIZE definition.rodrigc2005-12-131-13/+1
| | | | Submitted by: kan
* #define __user to nothingrodrigc2005-12-121-0/+4
|
* Initial import of read-only support for SGI's XFS filesystem.rodrigc2005-12-12168-0/+110918
Contributed by: XFS for FreeBSD project
OpenPOWER on IntegriCloud