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