summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Replace VOP_LOCK with vn_lock.kato1997-04-211-2/+2
* Fix both a problem with accessing backing objects, and also releasedyson1997-04-201-1/+14
* Avoid `lock against myself' panic by following operation:kato1997-04-192-6/+33
* Fix `locking against myself' panic by multi nullfs mount of samekato1997-04-171-1/+25
* Use NULLVP instead of NULL.kato1997-04-173-11/+11
* Do not set the uppervp to NULLVP in union_removed_upper. If lowervpkato1997-04-161-1/+16
* Undo previous commit to avoid panic, and fix order of argument ofkato1997-04-161-15/+2
* Quick-hack to avoid `lock against myself' panic. It is not the realkato1997-04-151-2/+15
* Removed more traces of ISODEVMAP.bde1997-04-151-20/+1
* Remove all traces of undocumented feature ISODEVMAP.phk1997-04-144-128/+4
* Fix `lockmgr: locking against myself' panic by multi union mount ofkato1997-04-141-1/+25
* Fix locking violation when accessing `..'.kato1997-04-141-1/+39
* Access correct union mount point in union_access.kato1997-04-131-2/+2
* The function union_fsync tries to lock overlaying vnode object whenphk1997-04-131-3/+14
* The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR whenphk1997-04-131-1/+5
* Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf inphk1997-04-131-2/+2
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-8/+4
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-5/+4
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-14/+1
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-80/+47
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-246-12/+6
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-236-10/+12
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismpeter1997-03-181-1/+3
* Use the common nchstats struct instead of a private one for ncs_2passesbde1997-03-081-5/+3
* Fixed missing initialisation of vp->v_type for types Pfile and Pmembde1997-03-081-1/+2
* Don't export kernel interfaces to applications. msdosfs_mount probablybde1997-03-031-1/+9
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-265-130/+129
* Fixed procfs's locking vops. They were missed in the Lite2 merge,bde1997-02-241-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2258-59/+59
* Killed more FIFO ifdefs. All gone now.bde1997-02-132-7/+0
* Removed bogus B_AGE policy again (see rev 1.4).bde1997-02-131-5/+0
* Eliminate the last of the compile warnings in this module bympp1997-02-121-7/+7
* Restore of #include <sys/kernel.h> so that this compiles withoutmpp1997-02-121-0/+1
* Make this compile without warnings after the Lite2 merge:mpp1997-02-123-8/+8
* Rstored #include of <sys/kernel.h> so that this compilesmpp1997-02-121-0/+1
* Make this compile again after the Lite2 merge.mpp1997-02-123-8/+12
* Add missing function prototypes.mpp1997-02-123-3/+4
* Added parameter names to prototypes that were added in the last commit tobde1997-02-121-4/+7
* Restored #include of <sys/kernel.h> so that this compiles again.bde1997-02-121-0/+1
* Declare function args in order in recently K&Rised function headers.bde1997-02-121-3/+6
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-123-0/+8
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-124-3/+10
* Restored one line of "High Sierra" changes from rev.1.8.bde1997-02-111-1/+2
* Restored one line of "High Sierra" changes from rev.1.6 which wasbde1997-02-111-1/+1
* Removed High Sierra task from TODO list. Joerg did it years ago andbde1997-02-111-6/+0
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1047-2617/+3179
* Change the map entry flags from bitfields to bitmasks. Allowsdyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1459-59/+59
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-2/+3
OpenPOWER on IntegriCloud