summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,jeff2005-03-011-1/+1
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-271-2/+2
* use uiomove return value instead of always returning 0 when doing asam2005-02-271-2/+1
* - Add VOP locking asserts in several functions that have been implicated injeff2005-02-222-0/+5
* The recomputation of file system summary at mount time can be adelphij2005-02-203-5/+86
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onphk2005-02-192-3/+1
* When clearing a fragment, it's possible that the length is zero.delphij2005-02-191-1/+1
* - Remove the unused and unsafe ufs_ihashlookup. This function returned ajeff2005-02-142-24/+0
* Make non-SOFTUPDATES kernels compile again.phk2005-02-112-317/+269
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.phk2005-02-104-18/+18
* - In the softupdates case for ffs_truncate() we use vinvalbuf() tojeff2005-02-091-0/+1
* style polishing.phk2005-02-091-4/+3
* Add a new sysctl, "security.jail.chflags_allowed", which controls thecperciva2005-02-081-4/+9
* Split the vop_vector for ffs1 and ffs2, this is mostly for the differentphk2005-02-083-26/+33
* Use ffs_truncate() directly instead of UFS_TRUNCATE()phk2005-02-081-1/+1
* Background writes are entirely an FFS/Softupdates thing.phk2005-02-083-4/+174
* Drag another softupdates tentacle back into FFS: Now that FFS'sphk2005-02-082-2/+7
* Don't use the UFS_* and VFS_* functions where a direct call is possble.phk2005-02-086-39/+39
* Don't use VOP_LEASE() with operations on extended attribute backingrwatson2005-02-081-10/+2
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-088-49/+42
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-082-29/+24
* Use VOP_STRATEGY_APV() instead of direct dereference, this is morephk2005-02-081-2/+2
* - 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
OpenPOWER on IntegriCloud