summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Handle MNT_UPDATE export requests first and return so we do notphk2004-12-111-14/+14
* typophk2004-12-111-1/+1
* First save from editor, *then* commit.phk2004-12-071-2/+1
* Fix exports.phk2004-12-071-6/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-072-128/+80
* Use vfs_mountedfrom().phk2004-12-061-2/+2
* Trust vfs_mount to call VFS_STATFS() on all mounts.phk2004-12-061-2/+0
* Convert to nmount. Add omount compat.phk2004-12-065-39/+100
* Convert to nmount. Add omount compat.phk2004-12-061-27/+37
* Convert to nmount. Add omount compat.phk2004-12-062-61/+80
* Convert to nmount. Add backwards compat cmount method.phk2004-12-063-47/+81
* Convert nwfs to nmount, but take the low road: There is no way this isphk2004-12-061-9/+29
* Fix a typo in PFS_TRACE.kan2004-12-061-1/+1
* ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS()phk2004-12-061-4/+1
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().phk2004-12-062-8/+3
* Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS()phk2004-12-061-3/+2
* Convert coda to nmount.phk2004-12-061-19/+13
* Convert msdosfs to nmount.phk2004-12-061-75/+121
* Fix warningphk2004-12-061-1/+1
* 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
OpenPOWER on IntegriCloud