summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293059:kib2016-01-231-3/+3
* MFC 286974,291653:jhb2016-01-231-1/+1
* MFC r293042:kib2016-01-081-1/+1
* MFC r292621:kib2015-12-291-7/+14
* MFC r287033:trasz2015-10-181-1/+2
* MFC r280308 (by delphij):kib2015-04-081-2/+29
* MFC r279362:kib2015-03-061-2/+1
* MFC r277390:kib2015-01-261-0/+3
* MFC r273131:kib2014-10-221-7/+16
* MFC r267564:kib2014-06-241-4/+2
* MFC r256502:kib2013-10-251-0/+4
* MFC r256501:kib2013-10-251-4/+4
* Make the seek a method of the struct fileops.kib2013-08-211-0/+1
* Restore the previous sendfile(2) behaviour on the block devices.kib2013-08-161-0/+1
* Stop translating the ERESTART error from the open(2) into EINTR.kib2013-02-071-1/+4
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-231-0/+11
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-0/+3
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-11/+4
* Revert devfs part of r235911. I was unaware about old but unfinishedmav2012-05-241-45/+0
* MFprojects/zfsd:mav2012-05-241-0/+45
* Fix found places where uio_resid is truncated to int.kib2012-02-211-2/+4
* Explicitly use curthread while manipulating td_fpop during last closejhb2011-12-091-3/+7
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-1/+3
* Move the cleanup of f_cdevpriv when the reference count of a devfsjhb2011-11-041-0/+7
* Fix kernel panic when d_fdopen csw method is called for NULL fp.kib2011-11-031-0/+4
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-0/+2
* While fixing the looping of a thread while devfs vnode is reclaimed,kib2011-07-131-6/+12
* Don't allow user created symbolic links to cover another entries markedjh2010-12-151-0/+5
* - Assert that dm_lock is exclusively held in devfs_rules_apply() andjh2010-12-151-0/+1
* Add reference counting for devfs paths containing user created symbolicjh2010-09-271-0/+2
* Modify devfs_fqpn() for future use in devfs path reference countingjh2010-09-211-14/+19
* Remove empty devfs directories automatically.jh2010-09-151-8/+31
* Set de_dir for user created symbolic links. This will be needed to bejh2010-08-261-0/+1
* Call devfs_populate_vp() from devfs_getattr(). It was possible thatjh2010-08-251-1/+9
* Introduce and use devfs_populate_vp() to unlock a vnode before callingjh2010-08-221-26/+56
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Call dev_rel() in error paths.jh2010-08-191-0/+3
* Allow user created symbolic links to cover device files and directoriesjh2010-08-121-5/+22
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-061-27/+30
* Enable shared locks for the devfs vnodes. Honor the locking modekib2010-08-061-15/+18
* Initialize VV_ISTTY vnode flag on the devfs vnode creation instead ofkib2010-08-061-4/+5
* Add a new function devfs_parent_dirent() for resolving devfs parentjh2010-06-091-9/+11
* Don't try to call cdevsw d_close() method when devfs_close() is calledjh2010-06-011-0/+7
* Let access overriding to TTYs depend on the cdev_priv, not the vnode.ed2009-12-191-7/+18
* Improve nested jail awareness of devfs by handling credentials.ed2009-06-201-0/+22
* VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data maykib2009-06-101-2/+10
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Devfs replaces file ops vector with devfs-specific one in devfs_open(),kib2009-05-151-1/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-14/+7
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
OpenPOWER on IntegriCloud