summaryrefslogtreecommitdiffstats
path: root/sys/isofs
AgeCommit message (Expand)AuthorFilesLines
2021-03-24cd9660, mfs: do not hide generic vop functions behind #definesemarie1-27/+12
2021-03-05deregisterjsg5-32/+32
2021-03-05ansijsg8-202/+78
2020-12-25Refactor klist insertion and removalvisa1-3/+3
2020-06-23Revert previous. hashfree() just calls free() which handles NULL withkrw1-7/+6
2020-06-23hashfree() doesn't like NULL, so check for NULL if NULL is akrw1-6/+7
2020-06-11Rename poll-compatibility flag to better reflect what it is.mpi1-2/+2
2020-06-08Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).mpi1-1/+4
2020-04-07Abstract the head of knote lists. This allows extending the lists,visa1-3/+3
2020-02-27Remove unused "struct proc *" argument from the following functions:mpi1-3/+2
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowvisa1-4/+4
2020-01-20struct vops is not modified during runtime so use const which moves eachclaudio4-12/+12
2019-12-31Use C99 designated initializers with struct filterops. In addition,visa1-7/+21
2019-12-26Convert struct vfsops initializer to C99 style.bluhm2-28/+28
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton1-2/+2
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha2-5/+5
2019-07-12Revert anton@ changes about read/write unlockingsolene1-2/+2
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton1-2/+2
2019-01-20remove unused i_lockf member from struct iso_node; ok tedu@ visa@anton1-2/+1
2018-09-26Move the allocating and freeing of mount points intovisa1-3/+2
2018-05-27Drop unnecessary `p' parameter from vget(9).visa2-6/+4
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isvisa4-15/+13
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa5-16/+15
2018-03-28Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),visa2-4/+4
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt4-8/+9
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hguenther1-2/+2
2017-12-30Delete unnecessary <sys/file.h> includesguenther4-8/+4
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyderaadt2-21/+19
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt2-4/+2
2017-04-20Tweak lock inits to make the system runnable with witness(4)visa2-4/+4
2017-02-08Move a pointer deref to after a NULL test.jsg1-3/+2
2016-09-24use hashfree in fs code. from Mathieu -tedu1-6/+3
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg1-7/+4
2016-09-07Remove usermount remnants. ok tedunatano2-26/+2
2016-09-02Variable 'imp' is set earlier in cd9660_mount() if it's needed (whentom1-2/+1
2016-08-25pool_setipl for udfdlg1-1/+4
2016-08-13Eliminate pointless casts to qaddr_t of a value being assigned to a void*guenther2-4/+4
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is anatano7-20/+20
2016-05-22When pulling an msdos formated umass stick during mount while thebluhm2-2/+6
2016-04-26Populate all necessary statfs members in .vfs_statfs. cd9660, udf,natano2-9/+9
2016-03-27When pulling and unmounting an umass USB stick, the file systembluhm2-7/+5
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano6-20/+20
2016-03-17Set mnt_data to NULL after freeing the file system specific mount point.bluhm2-5/+5
2016-03-14Change a bunch of (<blah> *)0 to NULL.krw1-2/+2
2016-03-07Sync no-argument function declaration and definition by adding (void).naddy1-2/+2
2016-02-27Move mnt_maxsymlink from struct mount to struct ufsmount.natano1-2/+1
2016-02-02Convert to uiomove(). From Martin Natano.stefan1-7/+6
2016-01-19Convert min() and uiomovei() to ulmin() and uiomove().stefan1-8/+8
2015-12-11implement kqfilter. copied from tmpfs (which I copied from ufs).tedu1-1/+105
2015-09-23remove lockmgr_printinfo stubs. from Martin Natanotedu1-2/+1