summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-0513-80/+0
* Remove embryonic rootfs mounting facility.phk2004-12-041-30/+1
* Remove the de_devvp and stop VREF'ing it for every vnode we create.phk2004-12-023-11/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-0139-747/+529
* Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs.cperciva2004-12-011-1/+13
* hpfs_lookup() should have a vop_cachedlookup_t prototype an correspondingphk2004-12-011-2/+2
* Correctly prototype union_write with vop_write_t, not vop_read_t.phk2004-12-011-2/+2
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-0115-230/+230
* Ignore MNT_NODEV, it is implicit in choice of filesystem these days.phk2004-11-261-1/+1
* Eliminate null_open() and use instead null_bypass().phk2004-11-261-24/+0
* Use system wide no-op vfs_start function.phk2004-11-254-67/+0
* Add dropped implementation of ioctl for fifos.phk2004-11-181-1/+20
* Make vnode bypass for fifos (read, write, poll) mandatory.phk2004-11-171-133/+6
* Make vnode bypass for devices mandatory.phk2004-11-171-200/+1
* Make vnode bypass the default for devices.phk2004-11-151-1/+1
* Add file ops to fifofs so that we can bypass vnodes (and Giant) for thephk2004-11-151-1/+164
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-157-20/+20
* Integrate most of vop_revoke() into devfs_revoke() where it belongs.phk2004-11-131-1/+24
* Add the devfs_fp_check() function which helps us get from a struct filephk2004-11-131-70/+34
* VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does notphk2004-11-131-20/+0
* fifos doesn't need a vop_lookup, the default will do fine.phk2004-11-131-19/+0
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-134-11/+11
* Remove stale comment after previous commit.trhodes2004-11-091-3/+0
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-092-2/+2
* Refuse attempts to mount root filesystemphk2004-11-096-5/+10
* Refuse attemps to mount root filesystemphk2004-11-094-2/+6
* Add optional device vnode bypass to DEVFS.phk2004-11-081-0/+287
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-062-2/+0
* Add back securelevel check for disks.phk2004-11-041-0/+12
* s/ffs/ntfs/phk2004-11-041-2/+6
* Make a more whole-hearted attempt at GEOM'ifying NTFS.phk2004-11-033-9/+21
* Don't give disks special treatment, they don't come this way anymore.phk2004-10-291-37/+0
* Remove VOP_SPECSTRATEGY() from the system.phk2004-10-291-57/+0
* Move NTFS to GEOM backing instead of DEVFS.phk2004-10-291-30/+1
* Move HPFS to GEOM backing instead of DEVFS.phk2004-10-293-33/+26
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-296-36/+37
* Move UDF to GEOM backing instead of DEVFS.phk2004-10-293-25/+28
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-294-52/+47
* Give dev_strategy() an explict cdev argument in preparation for removingphk2004-10-291-1/+1
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-281-4/+3
* What can I say: don't allow people to mount DEVFS with option "nodev".phk2004-10-282-8/+2
* Eliminate unnecessary KASSERTs.phk2004-10-276-18/+6
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-261-1/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-4/+5
* Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinitephk2004-10-222-624/+551
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-3/+2
* Minor Bug fix. Some file was not translated.takawata2004-10-051-2/+2
* Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-053-1/+11
* Fix a problem when you try to mount a directory on another directorytakawata2004-10-021-0/+2
* Don't PHOLD() the target process in procfs, since this is already donedas2004-10-013-6/+3
OpenPOWER on IntegriCloud