summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* - Use a seperate malloc tag for saved inode contents to help in debuggingjeff2005-02-021-4/+5
* Back out previous commit, bde@ provided an example of something thiskensmith2005-02-021-6/+0
* It was noticed that we do not change a file's access time when it getskensmith2005-02-021-0/+6
* nit in /*-imp2005-01-311-1/+1
* Tell vnode_create_vobject() how big an object to create, ratherpeadar2005-01-292-6/+5
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Don't use VOP_GETVOBJECT, use vp->v_object directly.phk2005-01-251-5/+4
* Create a vnode object when the file is opened. Trust that we did so.phk2005-01-242-14/+2
* Don't create vnode_pager objects for the disk device.phk2005-01-241-2/+0
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-0/+1
* Polish style.phk2005-01-241-9/+4
* - Convert the global LK lock to a mutex.jeff2005-01-241-738/+454
* - Initialize and destroy the per-filesystem ufs lock where appropriate.jeff2005-01-241-3/+24
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-10/+0
* - Use the ufs lock to protect fs_active.jeff2005-01-241-10/+26
* - Acquire the ufs lock around several ffs_alloc functions that requirejeff2005-01-241-2/+23
* - Don't use atomic operations to deal with the active array, insteadjeff2005-01-241-96/+183
* - Acquire the ufs lock when manipulating some fields of struct fs.jeff2005-01-241-7/+13
* - Mark the struct fs members that require the ufsmount mutex.jeff2005-01-241-7/+15
* - Change some function parameters so that the ufsmount structure isjeff2005-01-241-3/+4
* - Add a mutex to the ufsmount structure. This mutex is used to protectjeff2005-01-241-3/+8
* Fix ACLs handling for the root file system.pjd2005-01-151-0/+5
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-142-7/+6
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-132-5/+4
* Add BO_SYNC() and add a default which uses the secret vnode pointerphk2005-01-111-0/+1
* 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-117-32/+30
* /* -> /*- for license, minor formatting changesimp2005-01-0727-27/+27
* white spacephk2004-12-141-4/+4
* Implement simpler panics for VOP_{read,write} on fifos.phk2004-12-141-61/+8
* LINT defines things which compile in code that as referring to the oldimp2004-12-131-2/+2
* With the introduction of UFS2 we started looking for superblocks inphk2004-12-121-0/+1
* Revert previous commit. The null-pointer function call (a dereferencemarcel2004-12-111-4/+4
* Fixes a bug that caused UFS2 filesystems bigger than 2TB tomckusick2004-12-092-10/+10
* Fix snapshot creation.phk2004-12-081-1/+1
* Fix nfs exports (for now). The real fix is to teach mountd aboutphk2004-12-071-9/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-94/+57
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-16/+0
* Fix null-pointer indirect function calls introduced in the previousmarcel2004-12-051-4/+4
* typo in comment.phk2004-12-031-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-015-147/+107
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-012-36/+36
* Use system wide no-op vfs_start function.phk2004-11-253-16/+0
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-181-1/+2
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Be prepared to accept NULL mountargs as part of root-mounting.phk2004-11-131-5/+9
* Put back the vfs_object_create() calls, they do make a difference whenphk2004-11-121-0/+2
* fix some commentsphk2004-11-101-4/+1
OpenPOWER on IntegriCloud