summaryrefslogtreecommitdiff
path: root/sys/fs/pseudofs
Commit message (Expand)AuthorAgeFilesLines
* MFC r311815:Konstantin Belousov2017-01-161-4/+9
* MFC r303704:Konstantin Belousov2016-08-104-16/+8
* Do not perform unneccessary shared recursion on the allproc_lock inKonstantin Belousov2016-03-111-10/+12
* Hide vfs.pfs.trace variable if it is not used.Dmitry Chagin2015-05-241-0/+2
* Redo r258088 to avoid relying on signed arithmetic overflow, sinceKonstantin Belousov2013-11-201-9/+4
* Remove useless comparisions of assigned offset and resid with theKonstantin Belousov2013-11-131-4/+6
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+0
* Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs.Konstantin Belousov2012-03-051-5/+32
* Add procfs to jail-mountable filesystems.Martin Matuska2012-02-291-2/+6
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-1/+2
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-172-2/+2
* Convert files to UTF-8Ulrich Spörlein2012-01-156-6/+6
* r222004 changed sbuf_finish() to not clear the buffer error status. As aJaakko Heinonen2012-01-061-6/+12
* Check the return value of sbuf_finish() in pfs_readlink() and returnJaakko Heinonen2012-01-061-1/+5
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forKonstantin Belousov2011-11-191-2/+1
* Fix build, use %d for int value formatting.Konstantin Belousov2011-11-161-1/+1
* Handle invalid large values for getdirentries(2) data buffer size.Peter Holm2011-11-161-22/+35
* Removed extra PRELE() call.Peter Holm2011-11-151-2/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-201-1/+1
* The cache_enter(9) function shall not be called for doomed dvp.Konstantin Belousov2010-04-201-1/+1
* Truncate read request rather than returning EIO if the request isJaakko Heinonen2010-01-221-4/+2
* If a race is detected, pfs_vncache_alloc() may reclaim a vnode that hadKonstantin Belousov2009-09-071-3/+5
* insmntque_stddtr() clears vp->v_data and resets vp->v_op toKonstantin Belousov2009-09-071-0/+1
* Remove spurious pfs_unlock().Konstantin Belousov2009-08-311-1/+0
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-251-2/+2
* VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data mayKonstantin Belousov2009-06-101-6/+22
* Drop Giant.Dag-Erling Smørgrav2009-06-061-12/+14
* Unlock the pseudofs vnode before calling fill method for pfs_readlink().Konstantin Belousov2009-05-311-1/+6
* Use a temporary variable to avoid a duplicate strlen().Dag-Erling Smørgrav2009-05-281-2/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-112-17/+14
* Remove spurious locking in pfs_write().Dag-Erling Smørgrav2009-04-081-2/+0
* Fix an inverted KASSERT. Add similar assertions in other similar places.Dag-Erling Smørgrav2009-04-071-2/+20
* Fix a logic bug that caused the pfs_attr method to be called only forDag-Erling Smørgrav2009-02-161-3/+6
* Fix a deadlock which can occur due to a pseudofs vnode not getting unlocked.Joe Marcus Clarke2009-01-091-0/+1
* Add a VOP_VPTOCNP implementation for pseudofs which covers file systemsJoe Marcus Clarke2008-12-301-0/+79
* When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim callsKonstantin Belousov2008-12-291-1/+2
* Drop the pseudofs vnode lock around call to pfs_read handler. The handlerKonstantin Belousov2008-12-291-15/+18
* After the pfs_vncache_mutex is dropped, another thread may attempt toKonstantin Belousov2008-12-291-13/+26
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-6/+6
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-2/+2
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-241-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-102-3/+3
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Use the correct pid when checking to see whether or not the /proc/<pid>John Baldwin2007-10-051-1/+1
* Fix off-by-one error (introduced in r1.60) that had the effect ofBruce A. Mah2007-06-071-1/+1
* Fix old locking bugs which were revealed when pseudofs was made MPSAFE.Dag-Erling Smørgrav2007-04-231-1/+9