summaryrefslogtreecommitdiff
path: root/sys/kern/spec_vnops.c
AgeCommit message (Expand)Author
2024-10-18Put the bowels of the various VOP_PRINT routines underMiod Vallat
2024-02-03Remove Softdep.Bob Beck
2022-12-05zap a pile of dangling tabsTheo de Raadt
2022-11-09Simplify the overly complex VXLOCK handling in spec_close.Claudio Jeker
2022-08-14remove unneeded includes in sys/kernJonathan Gray
2022-06-26Remove unused VOP_POLL().Visa Hankala
2021-12-11Clarify usage of __EV_POLL and __EV_SELECTVisa Hankala
2021-10-15vnode: remove vop_generic_{,is,un}lock stub functionsSebastien Marie
2021-10-02vfs: merge *_badop to vop_generic_badopSebastien Marie
2021-04-28Introduce a global vnode_mtx and use it to make vn_lock() safe to be calledClaudio Jeker
2021-03-10spellingJonathan Gray
2020-06-11Rename poll-compatibility flag to better reflect what it is.Martin Pieuchot
2020-06-11Make spec_kqfilter() and cttykqfilter() behave like their correspondingMartin Pieuchot
2020-01-20struct vops is not modified during runtime so use const which moves eachClaudio Jeker
2019-12-27Convert the speclisth hash buckets into SLIST macros. This makesAlexander Bluhm
2019-10-29Consistently release the vnode lock while calling d_close of cloned andVisa Hankala
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha
2019-07-19vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2018-07-07Remember to lock v_specparent for VOP operations.Visa Hankala
2018-07-07Fix a locking error in spec_setattr(). Unlike many VOP operations,Visa Hankala
2018-07-02Use more list macros for v_dirtyblkhd.Alexander Bluhm
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2016-04-05Increase size of the clone bitmap (revised diff after revert). I haveMartin Natano
2016-04-01Revert the clone bitmap enlargement changeMike Belopuhov
2016-03-31Increase size of the clone bitmap. A limit of only 64 device clonesMartin Natano
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-01-19Convert min() and uiomovei() to ulmin() and uiomove(),Stefan Kempf
2015-12-05remove stale lint annotationsTed Unangst
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-12-29Explicitely include <uvm/uvm_extern.h> in order to build on variable page sizeMiod Vallat
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-11-03include sys/unistd.h where needed instead of indirect reliance. ok jsgTed Unangst
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2013-10-30Use local variables for ap->a_p where appropriate.Philip Guenther
2013-10-29Unlock the vnode while calling a device's d_close routine, except whenPhilip Guenther
2013-08-06Make it possible to have multiple clonable devices per major.Mark Kettenis
2013-07-29Do a proper cleanup in the error path when opening a clonable device fails.Mark Kettenis
2013-07-09back out the cache flipper temporarily to work out of tree.Bob Beck
2013-06-11High memory page flipping for the buffer cache.Bob Beck
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-03-28Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,Philip Guenther
2013-03-28Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,Philip Guenther
2012-06-20Cleanup our filesystem pathconf() code a little bit to make it easierMatthew Dempsky
2011-07-30When using rthreads, the thread that calls exit will be the last one toJoel Sing
2011-07-05clean up some left over decls from before the code moved to one fileTheo de Raadt
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04Fix another kqfilter return value.Nicholas Marriott
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isNicholas Marriott