summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-142-4/+4
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-112-2/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-112-10/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0645-71/+72
* Add dol FreeBSD dol and /*+ize licenseimp2005-01-063-3/+9
* Implement simpler panics for VOP_{read,write} on fifos.phk2004-12-142-110/+4
* Revert previous commit. The null-pointer function call (a dereferencemarcel2004-12-112-8/+8
* Convert to nmount. Add omount compat code.phk2004-12-062-20/+26
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-052-14/+0
* Fix null-pointer indirect function calls introduced in the previousmarcel2004-12-052-8/+8
* Remove #if 0'ed rootfs mounting code.phk2004-12-042-116/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-016-134/+112
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-012-52/+52
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-152-6/+6
* Get even closer to not crashing ext2fsphk2004-11-064-4/+2
* Get closer to unbreaking ext2fsphk2004-11-062-0/+4
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-062-2/+0
* Move EXT2FS to GEOM backing instead of DEVFS.phk2004-10-298-100/+114
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-282-8/+6
* Eliminate unnecessary KASSERTs.phk2004-10-274-8/+2
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-254-6/+8
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-244-4/+4
OpenPOWER on IntegriCloud