summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+2
* Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9)mdf2011-04-191-23/+21
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-181-0/+131
* If we read zero bytes from the directory, early out with ENOENTbrian2010-08-251-2/+6
* uio_resid isn't updated by VOP_READDIR for nfs filesystems. Usebrian2010-08-231-3/+2
* Add VOP_ADVLOCKPURGE so that the file system is called when purgingzml2010-05-121-0/+11
* Supply default implementation of VOP_RENAME() that does neccessarykib2010-04-021-0/+16
* Use vput() instead of VOP_UNLOCK()+vrele(). The comment here is out-dated,pjd2010-02-181-4/+1
* Revert r198873. Having different VAPPEND semantics for VOP_ACCESS(9)trasz2009-11-111-8/+0
* While VAPPEND without VWRITE makes sense for VOP_ACCESSX(9) (e.g. to checktrasz2009-11-041-0/+8
* Provide default implementation for VOP_ACCESS(9), so that filesystems whichtrasz2009-10-011-0/+15
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used bykib2009-06-211-4/+5
* Add another flags argument to vn_open_cred. Use it to specify that somekib2009-06-211-1/+1
* Add mac_framework.h include missed when MAC code was (presumably) copiedrwatson2009-06-051-0/+2
* Add VOP_ACCESSX, which can be used to query for newly added V*trasz2009-05-301-0/+17
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-12/+8
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
* Add a default implementation for VOP_VPTOCNP(9) which scans the parentmarcus2009-03-081-1/+235
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-061-11/+1
* Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component namemarcus2008-12-121-0/+8
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-6/+10
* Move the head of byte-level advisory lock list from thekib2008-04-161-1/+40
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-15/+12
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-4/+1
* - Introduce lockmgr_args() in the lockmgr space. This function performsattilio2008-02-151-1/+2
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-4/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-4/+5
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-2/+2
* Remove VFS_VPTOFH entirely. API is already broken and it is good time topjd2007-02-161-14/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+11
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-3/+5
* Don't try to obtain a reference to a nonexisting (NULL) mount structure integge2006-09-201-4/+6
* - GETWRITEMOUNT now returns a referenced mountpoint to prevent itsjeff2006-03-311-1/+15
* - Add a comment warning about an anomalous condition where we VOP_UNLOCKjeff2006-01-301-0/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-3/+5
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
* In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX.phk2005-08-171-0/+6
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-031-5/+0
* - Add and enhance asserts related to the wrong bufobj panic.jeff2005-06-141-0/+3
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-0/+8
* - Remove unnecessary spls.jeff2005-05-011-10/+2
* - Now that writes to character devices supporting softupdates canjeff2005-04-031-3/+4
* - Fixup the default vfs_root function to match the new prototype.jeff2005-03-241-1/+2
* - Don't drop the lock in the default inactive handler anymore, VOP_NULLjeff2005-03-131-14/+1
* Remove VFS_START(). Its original purpose involved the mfs filesystem,das2005-02-201-10/+0
* Remove vop_stddestroyvobject()phk2005-02-071-13/+0
* Move the contents of vop_stddestroyvobject() to the new vnode_pagerphk2005-01-281-26/+2
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-251-24/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemphk2005-01-251-14/+0
* Move the body of vop_stdcreatevobject() over to the vnode_pager underphk2005-01-241-50/+1
OpenPOWER on IntegriCloud