aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* The kq write filter was hooked up to the wrong socket, and thus wasJonathan Lemon2001-06-061-4/+11
* Lock VM Giant prior to locking a vm map.Seigo Tanimura2001-06-061-0/+7
* Now works again and as a module and with devfs.Shafeeq Sinnamohideen2001-06-053-9/+73
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.Brian Somers2001-06-011-1/+2
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-1/+1
* Don't copy the trailing zero in readlink, it confuses namei().Poul-Henning Kamp2001-05-261-1/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-2612-41/+41
* Create a general facility for making dev_t's depend on anotherPoul-Henning Kamp2001-05-261-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-252-6/+5
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-256-27/+27
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.Ruslan Ermilov2001-05-244-4/+4
* mount_umap(8) -> mount_umapfs(8).Ruslan Ermilov2001-05-241-1/+1
* mount_null(8) -> mount_nullfs(8).Ruslan Ermilov2001-05-241-4/+4
* Don't acquire/release Giant around some of the places that need it inJohn Baldwin2001-05-231-2/+1
* Change the way deletes are managed in DEVFS.Poul-Henning Kamp2001-05-232-42/+114
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-2328-29/+29
* Sort includes from previous commit.John Baldwin2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-195-1/+18
* Currently there is no way to tell if write operation invoked viaBoris Popov2001-05-181-1/+1
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inBoris Popov2001-05-171-4/+12
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.Boris Popov2001-05-173-60/+60
* Do not leave an extra reference on vnode.Boris Popov2001-05-171-6/+2
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-1613-143/+31
* After a successfull poll of the cloning functions, match on thePoul-Henning Kamp2001-05-141-14/+6
* Convert DEVFS from an "opt-in" to an "opt-out" option.Poul-Henning Kamp2001-05-133-5/+8
* GC prototype for procfs_bmap() missed during a previous commit.John Baldwin2001-05-111-1/+0
* Remove unneeded devfs_badop()Poul-Henning Kamp2001-05-061-10/+0
* Convert vnode_pager_freepage() to vm_free_page().Boris Popov2001-05-031-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-0110-161/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-0132-123/+186
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.Poul-Henning Kamp2001-04-301-10/+4
* Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.Poul-Henning Kamp2001-04-301-6/+6
* Backed out previous commit. It cause massive filesystem corruption,Bruce Evans2001-04-301-0/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-2910-168/+3
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-2915-30/+0
* Move the netexport structure from the fs-specific mountstructurePoul-Henning Kamp2001-04-258-73/+22
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-246-55/+50
* fix it so it compiles againMatt Jacob2001-04-236-0/+12
* add this ridiculous include foo so it will compile againMatt Jacob2001-04-232-0/+4
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-239-0/+18
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-237-0/+14
* vnode_pager_freepage() is really vm_page_free() in disguise,Alfred Perlstein2001-04-191-2/+2
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-173-3/+0
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.Boris Popov2001-04-131-7/+0
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-109-0/+4938
* Let pseudofs into the warmth of the FreeBSD CVS repo.Dag-Erling Smørgrav2001-04-076-0/+1289
* - Various style fixes.John Baldwin2001-03-291-7/+3
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-282-13/+14
* Catch up to header include changes:John Baldwin2001-03-283-0/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0