summaryrefslogtreecommitdiffstats
path: root/sys/isofs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename poll-compatibility flag to better reflect what it is.mpi2020-06-111-2/+2
* Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).mpi2020-06-081-1/+4
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-3/+3
* Remove unused "struct proc *" argument from the following functions:mpi2020-02-271-3/+2
* Replace field f_isfd with field f_flags in struct filterops to allowvisa2020-02-201-4/+4
* struct vops is not modified during runtime so use const which moves eachclaudio2020-01-204-12/+12
* Use C99 designated initializers with struct filterops. In addition,visa2019-12-311-7/+21
* Convert struct vfsops initializer to C99 style.bluhm2019-12-262-28/+28
* Allow concurrent reads of the f_offset field of struct file byanton2019-08-051-2/+2
* vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha2019-07-252-5/+5
* Revert anton@ changes about read/write unlockingsolene2019-07-121-2/+2
* Make read/write of the f_offset field belonging to struct file MP-safe;anton2019-07-101-2/+2
* remove unused i_lockf member from struct iso_node; ok tedu@ visa@anton2019-01-201-2/+1
* Move the allocating and freeing of mount points intovisa2018-09-261-3/+2
* Drop unnecessary `p' parameter from vget(9).visa2018-05-272-6/+4
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-024-15/+13
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-285-16/+15
* Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),visa2018-03-282-4/+4
* Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt2018-02-104-8/+9
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Delete unnecessary <sys/file.h> includesguenther2017-12-304-8/+4
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-112-21/+19
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-082-4/+2
* Tweak lock inits to make the system runnable with witness(4)visa2017-04-202-4/+4
* Move a pointer deref to after a NULL test.jsg2017-02-081-3/+2
* use hashfree in fs code. from Mathieu -tedu2016-09-241-6/+3
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-7/+4
* Remove usermount remnants. ok tedunatano2016-09-072-26/+2
* Variable 'imp' is set earlier in cd9660_mount() if it's needed (whentom2016-09-021-2/+1
* pool_setipl for udfdlg2016-08-251-1/+4
* Eliminate pointless casts to qaddr_t of a value being assigned to a void*guenther2016-08-132-4/+4
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-197-20/+20
* When pulling an msdos formated umass stick during mount while thebluhm2016-05-222-2/+6
* Populate all necessary statfs members in .vfs_statfs. cd9660, udf,natano2016-04-262-9/+9
* When pulling and unmounting an umass USB stick, the file systembluhm2016-03-272-7/+5
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-196-20/+20
* Set mnt_data to NULL after freeing the file system specific mount point.bluhm2016-03-172-5/+5
* Change a bunch of (<blah> *)0 to NULL.krw2016-03-141-2/+2
* Sync no-argument function declaration and definition by adding (void).naddy2016-03-071-2/+2
* Move mnt_maxsymlink from struct mount to struct ufsmount.natano2016-02-271-2/+1
* Convert to uiomove(). From Martin Natano.stefan2016-02-021-7/+6
* Convert min() and uiomovei() to ulmin() and uiomove().stefan2016-01-191-8/+8
* implement kqfilter. copied from tmpfs (which I copied from ufs).tedu2015-12-111-1/+105
* remove lockmgr_printinfo stubs. from Martin Natanotedu2015-09-231-2/+1
* Nuke some extraneous whitespace.krw2015-09-091-43/+43
* Use PR_WAITOK to indicate that pools are not used in interrupt contextkettenis2015-08-311-7/+7
* Tweaks utimensat/futimens handling to always update ctime, even when bothguenther2015-04-171-3/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-148-16/+8
* First step towards making uiomove() take a size_t size argument:miod2015-02-102-7/+7
* rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadttedu2015-01-091-2/+2