aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/umapfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: Use mount interlock to protect all changes to mnt_flag andTor Egge2006-10-091-1/+4
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-0/+1
* Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp2005-01-131-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-064-4/+4
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-5/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-012-16/+9
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-8/+8
* Use system wide no-op vfs_start function.Poul-Henning Kamp2004-11-251-18/+0
* Refuse attempts to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-3/+3
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+3
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-074-16/+0
* Clean up the stub fake vnode locking implemenations. The main reason thisPeter Wemm2004-03-291-0/+9
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-35/+23
* Use temporary variable to avoid double expansion of macro with side effects.Poul-Henning Kamp2003-05-311-1/+3
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-2/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-2/+2
* umap_sync is empty and is identical to vfs_stdsync. Remove it andAlexander Kabaev2002-10-191-16/+1
* style(9)Alexander Kabaev2002-10-191-4/+7
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Yet another 64 bits warning fix: s/u_int/size_t/.Maxime Henrion2002-10-061-1/+1
* Plug memoryleaks detected by FlexeLint.Poul-Henning Kamp2002-10-051-2/+8
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-251-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-2/+3
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P.Alfred Perlstein2002-03-194-38/+38
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-3/+4
* Assert that a ucred is unshared before we remap its ids.John Baldwin2001-10-201-0/+2
* KSE Milestone 2Julian Elischer2001-09-123-40/+40
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-0/+6
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.Ruslan Ermilov2001-05-241-1/+1
* mount_umap(8) -> mount_umapfs(8).Ruslan Ermilov2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-233-4/+4
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-15/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-013-7/+14
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-5/+7
* Reviewed by: jlemonAdrian Chadd2001-03-011-2/+0
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-2/+2
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0