summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2022-06-17Pull up following revision(s) (requested by shm in ticket #1475):martin
2021-10-04Pull up following revision(s) (requested by thorpej in ticket #1353):martin
2021-10-04Pull up following revision(s) (requested by thorpej in ticket #1351):martin
2021-10-02Pull up following revision(s) (requested by thorpej in ticket #1350):martin
2021-07-06Pull up following revision(s) (requested by dholland in ticket #1318):martin
2021-05-03Pull up following revision(s) (requested by hannken in ticket #1267):martin
2021-02-04Pull up following revision(s) (requested by riastradh in ticket #1195):martin
2020-09-13Pull up following revision(s) (requested by riastradh in ticket #1083):martin
2020-03-21Pull up following revision(s) (requested by riastradh in ticket #789):martin
2020-02-12Pull up following revision(s) (requested by riastradh in ticket #702):martin
2019-12-24Pull up following revision(s) (requested by hannken in ticket #581):martin
2019-09-13Pull up following revision(s) (requested by maxv in ticket #194):martin
2019-09-10Pull up following revision(s) (requested by chs in ticket #190):martin
2019-09-01Pull up following revision(s) (requested by hannken in ticket #132):martin
2019-07-11Fix (harmless) uninitialized variable: 'pg' could be 'endm', in which casemaxv
2019-04-25Restore mapping of file id to pid/type/fd.mlelstv
2019-03-30add a node for the process resource limits.christos
2019-02-20Attach "mnt_transinfo" to "dead_rootmount" so every mount has ahannken
2019-02-20Set "mnt_lower" before the first file system operation on the new file system.hannken
2019-01-01Add "void *extra" argument to vcache_new() so a file system mayhannken
2018-12-10assert that WAPBL journal write lock is actually held when called withjdolecek
2018-12-09support flag PGO_JOURNALLOCKED also for genfs_getpages()jdolecek
2018-12-05As discussed in tech-kern:christos
2018-10-14remove M_CANFAIL flag for malloc(9) - it was completely ignored, so hadjdolecek
2018-10-05Bring back three state file system suspension:hannken
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-05-28add a genfs method to allow a file system to limit the range of pageschs
2018-04-16Change procfs_revoke_vnodes() to use vrecycle()/vgone() insteadhannken
2018-04-07Lock the target cwdi and take an additional reference to thehannken
2018-03-31factor out some repeated code and simplify the logputchar function.christos
2017-12-31rename some "cmdline" stuff now that it is used to print environment toochristos
2017-12-31Add an environ nodechristos
2017-12-01Allow procfs_kqfilter, since we allow poll. "go" does it.christos
2017-11-08fix locking, remove error(1) comments.christos
2017-11-08use p->p_path, remove unused code.christos
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-10-25Use C99 initializer for filteropsmaya
2017-09-29Use %ju and (intmax_t) to unbreak i386 build.kre
2017-09-29Split the status printing routines (one for NetBSD and one for Linux) forchristos
2017-08-28Remove the filesystem tracing featurekamil
2017-08-21No need to cache anonymous device vnodes, they will never be looked up.hannken
2017-07-01Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.christos
2017-06-27Add missing check for dead or dying vnode to the entry of genfs_getpages().hannken
2017-06-24Refuse to open a block device with zero open count when it hashannken
2017-06-04Operations fstrans_start() and fstrans_start_nowait() now alwayshannken
2017-06-04Locking a layer vnode using the regular bypass routine is no longerhannken
2017-06-04Now that FSTRANS is part of VOP_*LOCK() remove FSTRANS and vdead_check()hannken
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-26Make VOP_RECLAIM do the last unlock of the vnode.riastradh
2017-05-24Protect layer_getpages against vnodes disappearing during ahannken