| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add dropped implementation of ioctl for fifos. | Poul-Henning Kamp | 2004-11-18 | 1 | -1/+20 |
| * | Make vnode bypass for fifos (read, write, poll) mandatory. | Poul-Henning Kamp | 2004-11-17 | 1 | -133/+6 |
| * | Make vnode bypass for devices mandatory. | Poul-Henning Kamp | 2004-11-17 | 1 | -200/+1 |
| * | Make vnode bypass the default for devices. | Poul-Henning Kamp | 2004-11-15 | 1 | -1/+1 |
| * | Add file ops to fifofs so that we can bypass vnodes (and Giant) for the | Poul-Henning Kamp | 2004-11-15 | 1 | -1/+164 |
| * | Make VOP_BMAP return a struct bufobj for the underlying storage device | Poul-Henning Kamp | 2004-11-15 | 7 | -20/+20 |
| * | Integrate most of vop_revoke() into devfs_revoke() where it belongs. | Poul-Henning Kamp | 2004-11-13 | 1 | -1/+24 |
| * | Add the devfs_fp_check() function which helps us get from a struct file | Poul-Henning Kamp | 2004-11-13 | 1 | -70/+34 |
| * | VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does not | Poul-Henning Kamp | 2004-11-13 | 1 | -20/+0 |
| * | fifos doesn't need a vop_lookup, the default will do fine. | Poul-Henning Kamp | 2004-11-13 | 1 | -19/+0 |
| * | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | Poul-Henning Kamp | 2004-11-13 | 4 | -11/+11 |
| * | Remove stale comment after previous commit. | Tom Rhodes | 2004-11-09 | 1 | -3/+0 |
| * | Detect root mount attempts on the flag, not on the NULL path. | Poul-Henning Kamp | 2004-11-09 | 2 | -2/+2 |
| * | Refuse attempts to mount root filesystem | Poul-Henning Kamp | 2004-11-09 | 6 | -5/+10 |
| * | Refuse attemps to mount root filesystem | Poul-Henning Kamp | 2004-11-09 | 4 | -2/+6 |
| * | Add optional device vnode bypass to DEVFS. | Poul-Henning Kamp | 2004-11-08 | 1 | -0/+287 |
| * | Properly implement a default version of VOP_GETWRITEMOUNT. | Poul-Henning Kamp | 2004-11-06 | 2 | -2/+0 |
| * | Add back securelevel check for disks. | Poul-Henning Kamp | 2004-11-04 | 1 | -0/+12 |
| * | s/ffs/ntfs/ | Poul-Henning Kamp | 2004-11-04 | 1 | -2/+6 |
| * | Make a more whole-hearted attempt at GEOM'ifying NTFS. | Poul-Henning Kamp | 2004-11-03 | 3 | -9/+21 |
| * | Don't give disks special treatment, they don't come this way anymore. | Poul-Henning Kamp | 2004-10-29 | 1 | -37/+0 |
| * | Remove VOP_SPECSTRATEGY() from the system. | Poul-Henning Kamp | 2004-10-29 | 1 | -57/+0 |
| * | Move NTFS to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 1 | -30/+1 |
| * | Move HPFS to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 3 | -33/+26 |
| * | Move CD9660 to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 6 | -36/+37 |
| * | Move UDF to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 3 | -25/+28 |
| * | Move MSDOSFS to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 4 | -52/+47 |
| * | Give dev_strategy() an explict cdev argument in preparation for removing | Poul-Henning Kamp | 2004-10-29 | 1 | -1/+1 |
| * | Reduce the locking activity by epsilon by checking VNON condition before | Poul-Henning Kamp | 2004-10-28 | 1 | -4/+3 |
| * | What can I say: don't allow people to mount DEVFS with option "nodev". | Poul-Henning Kamp | 2004-10-28 | 2 | -8/+2 |
| * | Eliminate unnecessary KASSERTs. | Poul-Henning Kamp | 2004-10-27 | 6 | -18/+6 |
| * | Put the I/O block size in bufobj->bo_bsize. | Poul-Henning Kamp | 2004-10-26 | 1 | -1/+1 |
| * | Loose the v_dirty* and v_clean* alias macros. | Poul-Henning Kamp | 2004-10-25 | 1 | -4/+5 |
| * | Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinite | Poul-Henning Kamp | 2004-10-22 | 2 | -624/+551 |
| * | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -3/+2 |
| * | Minor Bug fix. Some file was not translated. | Takanori Watanabe | 2004-10-05 | 1 | -2/+2 |
| * | Fix unionfs problems when a directory is mounted on other directory | Takanori Watanabe | 2004-10-05 | 3 | -1/+11 |
| * | Fix a problem when you try to mount a directory on another directory | Takanori Watanabe | 2004-10-02 | 1 | -0/+2 |
| * | Don't PHOLD() the target process in procfs, since this is already done | David Schultz | 2004-10-01 | 3 | -6/+3 |
| * | XXX mark two places where we do not hold a threadcount on the dev when | Poul-Henning Kamp | 2004-09-24 | 1 | -0/+2 |
| * | Hold proper thread count while frobbing drivers ioctl. | Poul-Henning Kamp | 2004-09-24 | 1 | -6/+13 |
| * | Remove devsw() call missed in last commit. | Poul-Henning Kamp | 2004-09-24 | 1 | -1/+0 |
| * | Use def_re[fl]thread(). | Poul-Henning Kamp | 2004-09-24 | 1 | -95/+46 |
| * | Eliminate DEV_STRATEGY() macro: call dev_strategy() directly. | Poul-Henning Kamp | 2004-09-23 | 1 | -18/+2 |
| * | Do not use devsw() but si_devsw direction. This is still bogus but a | Poul-Henning Kamp | 2004-09-23 | 1 | -1/+1 |
| * | Do not refcount the cdevsw, but rather maintain a cdev->si_threadcount | Poul-Henning Kamp | 2004-09-23 | 1 | -18/+42 |
| * | Pointy hat please! | Poul-Henning Kamp | 2004-09-22 | 1 | -3/+3 |
| * | De support opening device nodes on CD9660 filesystems. They are | Poul-Henning Kamp | 2004-09-21 | 2 | -21/+9 |
| * | The getpages VOP was a good stab at getting scatter/gather I/O without | Poul-Henning Kamp | 2004-09-19 | 1 | -181/+0 |
| * | Remove unused B_WRITEINPROG flag | Poul-Henning Kamp | 2004-09-15 | 2 | -4/+0 |