summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Add a VNASSERT to vn_close to detect if v_writecount is goingmpp2007-02-121-1/+4
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-5/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Simplify the code and remove two mutex operations.pjd2006-06-241-9/+5
* Allow concurrent read(2)/readv(2) access to a file.ps2006-05-161-4/+17
* vn_start_write() is called only when v_type != VCHR, so correspondingpjd2006-04-281-2/+3
* - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().jeff2006-03-311-2/+16
* Change vn_open() to honor the MPSAFE flag in the passed in nameidata objectjhb2006-03-281-6/+9
* - Remove explicit giant acquires and replace it with VFS_LOCK_GIANT.jeff2006-03-221-5/+6
* Make sure that we are adding a path token to the audit record in open(2).csjp2006-03-111-2/+3
* Block secondary writes while expunging active unlinked files.tegge2006-03-111-2/+3
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-081-2/+77
* Eradicate caddr_t from the VFS API.des2005-12-141-4/+4
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-031-12/+0
* - Remove vnode lock asserts at the end of vfs syscalls. These asserts werejeff2005-06-141-2/+0
* - It has long been my suspicion that we don't actually need a loop injeff2005-06-131-0/+2
* - Stop checking vxthread, we've asserted that it was useless for severaljeff2005-04-271-4/+2
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-271-2/+2
* - Assert that we're no longer doing recursive vn_locks in inactive/reclaimjeff2005-04-111-3/+12
* Assert that the vnode is locked. This is meant to catch bugs orcsjp2005-04-051-0/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-3/+3
* - Remove some long dead LOOKUP_SHARED code that tracked the lock state.jeff2005-03-241-14/+0
* - Do a vn_start_write in vn_close, we may write if this is the last refjeff2005-03-131-21/+20
* Add locking assertions into vn_extattr_set, vn_extattr_get andcsjp2005-02-241-0/+6
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-171-2/+1
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thephk2005-01-241-34/+0
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-54/+81
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-131-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-)phk2004-11-181-0/+3
* Push Giant down through ioctl.phk2004-11-171-61/+9
* Push Giant down through select and poll.phk2004-11-171-1/+2
* Give vn_poll single exit point (to make it easier to insertphk2004-11-151-5/+3
* Slim vnodes by another four bytes by eliminating the (now) unused fieldphk2004-11-101-5/+0
* Remove vnode->v_cachedfs.phk2004-11-091-2/+0
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-261-9/+2
* Remove unused si_bsize_best field from struct cdev.phk2004-10-261-3/+1
* Hold dev_lock and check for NULL devsw pointer when we service FIODTYPE ioctl.phk2004-09-241-5/+13
* If a vnode has no v_rdev we cannot hope to answer FIODTYPE ioctl.phk2004-09-211-0/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-2/+5
* Flag a broad range of VFS operations as GIANT_REQUIRED in order torwatson2004-08-061-2/+24
* Push Giant acquisition down into fo_stat() from most callers. Acquirerwatson2004-07-221-0/+2
* Push acquisition of Giant from fdrop_closed() into fo_close() so thatrwatson2004-07-221-3/+5
* Update for the KDB framework:marcel2004-07-101-1/+2
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-051-4/+6
* Rather than assert f_type==DTYPE_VNODE, conditionally perform therwatson2004-06-011-2/+1
* Push the VOP_ADVLOCK() call to release advisory locks on vnode filerwatson2004-06-011-1/+18
* Assert Giant in vn_start_write() and vn_finished_write().rwatson2004-05-311-0/+4
OpenPOWER on IntegriCloud