summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree.rodrigc2006-06-09138-17918/+14817
* 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
* Add support for "export" option, to allow NFS exportingrodrigc2006-05-261-5/+11
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-4/+2
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-8/+3
* Check for VFS_STATFS() failure in _xfs_mount() and abort the mountkeramida2006-05-051-2/+1
* Repair ext2fs writes.cracauer2006-04-131-1/+1
* Update a DB_SET to DB_FUNC I missed yesterday.jhb2006-03-081-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-5/+9
* Don't hold a reference to the disk vnode for each inode.dumbbell2006-01-051-9/+0
* This is the style-fix for my previous commit. Sorry for the delay, Icracauer2005-12-291-7/+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
* Inherit system-wide BLKDEV_IOSIZE definition.rodrigc2005-12-131-13/+1
* #define __user to nothingrodrigc2005-12-121-0/+4
* Initial import of read-only support for SGI's XFS filesystem.rodrigc2005-12-12168-0/+110918
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-054-8/+8
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Oops, the bug is still here, but reimplement the cpp(1) conditional properly.ru2005-12-041-0/+9
* There no longer seems to be this bug in gcc(1). Remove theru2005-12-041-9/+0
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-6/+6
* Fix this:cracauer2005-10-281-2/+6
* Apply the same fix to a potential race in the ISDOTDOT codedumbbell2005-10-211-1/+3
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-1/+3
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* In ext2_mountfs(), check that the superblock size, SBSIZE,rodrigc2005-09-101-0/+12
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagtruckman2005-09-081-8/+8
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-032-5/+6
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-022-9/+5
* Repair this:cracauer2005-07-091-0/+1
* Replace the use if ext2fs' bitops by bitstring.h macros. This fixesdumbbell2005-06-212-29/+16
* Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@.dumbbell2005-06-1813-0/+6347
* Add standard GPL boilerplate to these files. They are the only onesimp2005-06-167-3/+104
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-1511-63/+63
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-1/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-4/+3
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-8/+1
* - ext2fs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-16/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* Remove inode fields previously used for private inode hash tables.phk2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-165-19/+7
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-23/+3
* Use vfs_hash() instead of home-rolledphk2005-03-143-64/+28
OpenPOWER on IntegriCloud