summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inbp2001-05-171-4/+12
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-173-60/+60
* Do not leave an extra reference on vnode.bp2001-05-171-6/+2
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-1613-143/+31
* After a successfull poll of the cloning functions, match on thephk2001-05-141-14/+6
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-133-5/+8
* GC prototype for procfs_bmap() missed during a previous commit.jhb2001-05-111-1/+0
* Remove unneeded devfs_badop()phk2001-05-061-10/+0
* Convert vnode_pager_freepage() to vm_free_page().bp2001-05-031-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-0110-161/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0132-123/+186
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.phk2001-04-301-10/+4
* Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.phk2001-04-301-6/+6
* Backed out previous commit. It cause massive filesystem corruption,bde2001-04-301-0/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-2910-168/+3
* Revert consequences of changes to mount.h, part 2.grog2001-04-2915-30/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-258-73/+22
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-246-55/+50
* fix it so it compiles againmjacob2001-04-236-0/+12
* add this ridiculous include foo so it will compile againmjacob2001-04-232-0/+4
* Correct #includes to work with fixed sys/mount.h.grog2001-04-239-0/+18
* Correct #includes to work with fixed sys/mount.h.grog2001-04-237-0/+14
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-191-2/+2
* This patch removes the VOP_BWRITE() vector.phk2001-04-173-3/+0
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.bp2001-04-131-7/+0
* Import kernel part of SMB/CIFS requester.bp2001-04-109-0/+4938
* Let pseudofs into the warmth of the FreeBSD CVS repo.des2001-04-076-0/+1289
* - Various style fixes.jhb2001-03-291-7/+3
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-282-13/+14
* Catch up to header include changes:jhb2001-03-283-0/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Add dependancy on libmchain module.bp2001-03-221-0/+1
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-152-10/+15
* Add missed MODULE_VERSION() call, so loading of unicode conversion routinesobomax2001-03-111-0/+1
* Do not kill vnodes after rename. This can cause deadlocks in the deadfs.bp2001-03-111-6/+2
* Add a mount time option which slightly relaxes checks for valid Joiletbp2001-03-112-1/+3
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-106-51/+45
* Synch with changes in the NCP requester.bp2001-03-103-192/+233
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-2/+2
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-072-0/+4
* Proc locking identical to that of linprocfs' vnops except that we hold thejhb2001-03-071-18/+59
* Protect read to p_pptr with proc lock rather than proctree lock.jhb2001-03-071-2/+2
* Proc locking. Lock around psignal() and also ensure both an exclusivejhb2001-03-071-20/+34
* Protect p_flag with the proc lock.jhb2001-03-073-3/+18
* A name of the file can change while its id stays the same. So, we havebp2001-03-062-15/+5
* Remove the copyinstr call which was trying to copy the pathname in fromdfr2001-03-031-3/+0
* Reviewed by: jlemonadrian2001-03-0111-46/+10
* Display the Joliet Extension 'level' in the log message.alfred2001-02-231-1/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+2
* Remove a debug printf.phk2001-02-181-3/+1
OpenPOWER on IntegriCloud