aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0322-22/+22
* Fix this:Martin Cracauer2005-10-281-2/+6
* MFC 1.154 (by rodrigc)Xin LI2005-10-061-0/+12
* MFC sys/fs/hpfs/hpfs_vfsops.c:1.54-1.56,Xin LI2005-09-301-8/+7
* MFC src/sys/gnu/fs/ext2fs/fs.h 1.18Don Lewis2005-09-111-8/+8
* Repair this:Martin Cracauer2005-07-091-0/+1
* Add standard GPL boilerplate to these files. They are the only onesWarner Losh2005-06-167-3/+104
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-1511-63/+63
* Allow EVFILT_VNODE events to work on every filesystem type, not justSuleiman Souhlal2005-06-091-1/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-4/+3
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-291-8/+1
* - ext2fs_lookup() is no longer responsible for unlocking the dvp, this isJeff Roberson2005-03-281-16/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+2
* Remove inode fields previously used for private inode hash tables.Poul-Henning Kamp2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-165-19/+7
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-3/+1
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-23/+3
* Use vfs_hash() instead of home-rolledPoul-Henning Kamp2005-03-143-64/+28
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.Jeff Roberson2005-03-133-36/+8
* Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp2005-02-272-4/+4
* move ptr deref's to after null ptr checksSam Leffler2005-02-241-2/+4
* Make a SYSCTL_NODE staticPoul-Henning Kamp2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-241-0/+1
* Remove unused cred argument to ext2_reload()Poul-Henning Kamp2005-01-241-6/+3
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-2/+2
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()Poul-Henning Kamp2005-01-111-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-5/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0620-33/+33
* Add dol FreeBSD dol and /*+ize licenseWarner Losh2005-01-061-1/+3
* Implement simpler panics for VOP_{read,write} on fifos.Poul-Henning Kamp2004-12-141-55/+2
* Revert previous commit. The null-pointer function call (a dereferenceMarcel Moolenaar2004-12-111-4/+4
* Convert to nmount. Add omount compat code.Poul-Henning Kamp2004-12-061-10/+13
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-7/+0
* Fix null-pointer indirect function calls introduced in the previousMarcel Moolenaar2004-12-051-4/+4
* Remove #if 0'ed rootfs mounting code.Poul-Henning Kamp2004-12-041-58/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-013-67/+56
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-26/+26
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-3/+3
* Get even closer to not crashing ext2fsPoul-Henning Kamp2004-11-062-2/+1
* Get closer to unbreaking ext2fsPoul-Henning Kamp2004-11-061-0/+2
* Properly implement a default version of VOP_GETWRITEMOUNT.Poul-Henning Kamp2004-11-061-1/+0
* Move EXT2FS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-294-50/+57
* Reduce the locking activity by epsilon by checking VNON condition beforePoul-Henning Kamp2004-10-281-4/+3
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-272-4/+1
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-252-3/+4
* Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp2004-10-242-2/+2