summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r313994:trasz2017-04-011-27/+1
* MFC r313994:trasz2017-04-011-1/+1
* MFC r313967:kib2017-02-261-2/+4
* MFC r313797:kib2017-02-191-2/+3
* MFC r303382:kib2016-08-261-1/+3
* Another follow-up to r291460. Only access vp->v_rdev for VCHR vnodeskib2016-06-151-13/+20
* Remove zero assignments in the cdev allocator. cdp memory iskib2016-05-211-5/+0
* sys/devfs: unsign an index to prevent signed integer overflow.pfg2016-04-281-1/+1
* When devfs dirent is freed, a vnode might still keep a pointer to it,kib2016-01-221-0/+7
* Assert that the linkage between struct cdev_privdata and and structkib2016-01-171-0/+2
* Make devfs_fpdrop() static. It was not a public KPI, and it has nokib2016-01-131-1/+1
* Hide transient EBADF errors caused by the parallel revoke(2) or forcedkib2016-01-021-3/+3
* Minor style cleanup.kib2016-01-011-1/+1
* Make it possible for the cdevsw d_close() driver method to detect lastkib2015-12-221-3/+9
* Keep devfs mount locked for the whole duration of the devfs_setattr(),kib2015-12-221-7/+14
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypejhb2015-12-021-1/+1
* Make it possible to forcibly unmount devfs.trasz2015-08-241-0/+2
* After r286237 it should be fine to call vgone(9) on a busy GEOM vnode;trasz2015-08-231-1/+2
* The changes that introduced fo_mmap() treated all character devicejhb2015-08-061-6/+17
* Add a new file operations hook for mmap operations. File type-specificjhb2015-06-041-0/+65
* Refine r280308. Do not completely disable timestamping of devfs nodeskib2015-04-011-7/+25
* Disable timestamping on devfs read/write operations by default.delphij2015-03-212-3/+12
* The VNASSERT in vflush() FORCECLOSE case is trying to panic early tokib2015-02-271-2/+1
* Stop enforcing additional reference on all cdevs, which was introducedkib2015-01-192-6/+1
* Ignore devfs directory entries for devices either being destroyed orkib2015-01-192-0/+13
* Avoid race with "dev_rel()" when using the recently addedhselasky2015-01-141-0/+6
* Fix up some session-related races in devfs.mjg2014-11-031-23/+42
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
* When vnode bypass cannot be performed on the cdev file descriptor forkib2014-10-151-7/+16
* devfs: tidy up after 272596mjg2014-10-061-3/+3
* devfs: don't take proctree_lock unconditionally in devfs_closemjg2014-10-061-10/+13
* Add a new fo_fill_kinfo fileops method to add type-specific information tojhb2014-09-221-0/+1
* In msdosfs_setattr(), add a check for result of the utimes(2)kib2014-06-171-4/+2
* Fix long known bug with handling device aliases residing not in devfs root.mav2013-12-121-4/+12
* Similar to debug.iosize_max_clamp sysctl, introducekib2013-10-151-0/+4
* Remove two instances of ARGSUSED comment, and wrap lines nearby thekib2013-10-151-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
* make path matching in devfs rules consistent and sane (and safer)avg2013-07-261-24/+38
* - Correct mispellings of the word necessarygabor2013-04-171-1/+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
* Remove M_USE_RESERVE from the devfs cdp allocator, which is one of twokib2012-11-141-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Prefer __containerof() above member2struct().ed2012-09-151-1/+1
* 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
* Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.mm2012-02-291-1/+4
OpenPOWER on IntegriCloud