summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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-6347/+0
* 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-1522-9058/+0
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-1512-66/+66
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-092-2/+0
* Import of ReiserFS filesystem support (currently limited to read-only ondumbbell2005-05-2413-0/+6347
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-132-8/+6
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-292-16/+2
* - ext2fs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-282-32/+2
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-242-2/+4
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-162-4/+4
* Remove inode fields previously used for private inode hash tables.phk2005-03-162-2/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-1610-38/+14
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-152-6/+2
* Simplify the vfs_hash calling convention.phk2005-03-152-46/+6
* Forgot cvs rm in last file.phk2005-03-141-169/+0
* Use vfs_hash() instead of home-rolledphk2005-03-147-132/+60
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.jeff2005-03-136-72/+16
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-274-8/+8
* move ptr deref's to after null ptr checkssam2005-02-242-4/+8
* Make a SYSCTL_NODE staticphk2005-02-102-2/+2
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-282-0/+2
* Remove unused argument to vrecycle()phk2005-01-282-2/+2
* Introduce and use g_vfs_close().phk2005-01-252-4/+4
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-242-0/+2
* Remove unused cred argument to ext2_reload()phk2005-01-242-12/+6
OpenPOWER on IntegriCloud