| Commit message (Expand) | Author | Age | Files | Lines |
* | When devfs dirent is freed, a vnode might still keep a pointer to it, | kib | 2016-01-22 | 1 | -0/+7 |
* | Assert that the linkage between struct cdev_privdata and and struct | kib | 2016-01-17 | 1 | -0/+2 |
* | Make devfs_fpdrop() static. It was not a public KPI, and it has no | kib | 2016-01-13 | 1 | -1/+1 |
* | Hide transient EBADF errors caused by the parallel revoke(2) or forced | kib | 2016-01-02 | 1 | -3/+3 |
* | Minor style cleanup. | kib | 2016-01-01 | 1 | -1/+1 |
* | Make it possible for the cdevsw d_close() driver method to detect last | kib | 2015-12-22 | 1 | -3/+9 |
* | Keep devfs mount locked for the whole duration of the devfs_setattr(), | kib | 2015-12-22 | 1 | -7/+14 |
* | The cdevpriv_dtr_t typedef was not able to be used in a function prototype | jhb | 2015-12-02 | 1 | -1/+1 |
* | Make it possible to forcibly unmount devfs. | trasz | 2015-08-24 | 1 | -0/+2 |
* | After r286237 it should be fine to call vgone(9) on a busy GEOM vnode; | trasz | 2015-08-23 | 1 | -1/+2 |
* | The changes that introduced fo_mmap() treated all character device | jhb | 2015-08-06 | 1 | -6/+17 |
* | Add a new file operations hook for mmap operations. File type-specific | jhb | 2015-06-04 | 1 | -0/+65 |
* | Refine r280308. Do not completely disable timestamping of devfs nodes | kib | 2015-04-01 | 1 | -7/+25 |
* | Disable timestamping on devfs read/write operations by default. | delphij | 2015-03-21 | 2 | -3/+12 |
* | The VNASSERT in vflush() FORCECLOSE case is trying to panic early to | kib | 2015-02-27 | 1 | -2/+1 |
* | Stop enforcing additional reference on all cdevs, which was introduced | kib | 2015-01-19 | 2 | -6/+1 |
* | Ignore devfs directory entries for devices either being destroyed or | kib | 2015-01-19 | 2 | -0/+13 |
* | Avoid race with "dev_rel()" when using the recently added | hselasky | 2015-01-14 | 1 | -0/+6 |
* | Fix up some session-related races in devfs. | mjg | 2014-11-03 | 1 | -23/+42 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -2/+2 |
* | When vnode bypass cannot be performed on the cdev file descriptor for | kib | 2014-10-15 | 1 | -7/+16 |
* | devfs: tidy up after 272596 | mjg | 2014-10-06 | 1 | -3/+3 |
* | devfs: don't take proctree_lock unconditionally in devfs_close | mjg | 2014-10-06 | 1 | -10/+13 |
* | Add a new fo_fill_kinfo fileops method to add type-specific information to | jhb | 2014-09-22 | 1 | -0/+1 |
* | In msdosfs_setattr(), add a check for result of the utimes(2) | kib | 2014-06-17 | 1 | -4/+2 |
* | Fix long known bug with handling device aliases residing not in devfs root. | mav | 2013-12-12 | 1 | -4/+12 |
* | Similar to debug.iosize_max_clamp sysctl, introduce | kib | 2013-10-15 | 1 | -0/+4 |
* | Remove two instances of ARGSUSED comment, and wrap lines nearby the | kib | 2013-10-15 | 1 | -4/+4 |
* | Make the seek a method of the struct fileops. | kib | 2013-08-21 | 1 | -0/+1 |
* | Restore the previous sendfile(2) behaviour on the block devices. | kib | 2013-08-16 | 1 | -0/+1 |
* | make path matching in devfs rules consistent and sane (and safer) | avg | 2013-07-26 | 1 | -24/+38 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 1 | -1/+1 |
* | Stop translating the ERESTART error from the open(2) into EINTR. | kib | 2013-02-07 | 1 | -1/+4 |
* | Do not force a writer to the devfs file to drain the buffer writes. | kib | 2012-12-23 | 1 | -0/+11 |
* | Remove M_USE_RESERVE from the devfs cdp allocator, which is one of two | kib | 2012-11-14 | 1 | -1/+1 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -2/+1 |
* | Prefer __containerof() above member2struct(). | ed | 2012-09-15 | 1 | -1/+1 |
* | Streamline use of cdevpriv and correct some corner cases. | hselasky | 2012-08-15 | 1 | -0/+3 |
* | Extend the KPI to lock and unlock f_offset member of struct file. It | kib | 2012-07-02 | 1 | -11/+4 |
* | Revert devfs part of r235911. I was unaware about old but unfinished | mav | 2012-05-24 | 1 | -45/+0 |
* | MFprojects/zfsd: | mav | 2012-05-24 | 1 | -0/+45 |
* | Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it. | mm | 2012-02-29 | 1 | -1/+4 |
* | To improve control over the use of mount(8) inside a jail(8), introduce | mm | 2012-02-23 | 1 | -15/+15 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -2/+4 |
* | Merge si_name and __si_namebuf. | ed | 2012-02-10 | 1 | -1/+0 |
* | Add support for mounting devfs inside jails. | mm | 2012-02-09 | 1 | -1/+13 |
* | Introduce the "ruleset=number" option for devfs(5) mounts. | mm | 2012-02-09 | 3 | -1/+79 |
* | Explicitly use curthread while manipulating td_fpop during last close | jhb | 2011-12-09 | 1 | -3/+7 |
* | Existing VOP_VPTOCNP() interface has a fatal flow that is critical for | kib | 2011-11-19 | 1 | -1/+3 |
* | - fix duplicate "a a" in some comments | eadler | 2011-11-13 | 1 | -1/+1 |