summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Coda 6.x venus<->kernel interface. This extendstjr2003-09-0711-342/+388
* The valid field in struct vm_page can be of type unsigned long whenmarcel2003-08-281-2/+2
* Use the requested page's object field instead of the vnode's. In somealc2003-08-221-2/+5
* Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). Thisdes2003-08-191-0/+6
* Spell the name of the lock right in addition to getting the type right.jhb2003-08-181-1/+1
* The allproc lock is a sx lock, not a mutex, so fix the assertion. Thisjhb2003-08-181-1/+1
* Rework pfs_iterate() a bit to eliminate a bug related to processdes2003-08-181-9/+12
* Do not call VOP_BMAP() on our own vnodes.phk2003-08-171-10/+3
* Add p_candebug() check to access a process map file in procfs; limitrwatson2003-08-141-0/+6
* Add a '-M mask' option so that users can have differenttrhodes2003-08-123-4/+10
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-072-4/+4
* Don't drop giant around ->d_strategy(), too much code explodes.phk2003-08-061-3/+3
* Only drop Giant around the drivers ->d_strategy() if the buffer is notphk2003-08-051-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-2612-21/+21
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-262-17/+28
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-241-1/+2
* If bread() returns a zero-length buffer, as can happen after atrhodes2003-07-031-0/+4
* XXX Copy workaround from UFS: open device for write access even iftjr2003-06-291-0/+19
* Fix a bug where a truncate operation involving truncate() or ftruncate() ontrhodes2003-06-271-17/+10
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-242-2/+2
* Add a f_vnode field to struct file.phk2003-06-222-1/+2
* fix grammar in commentjmg2003-06-201-1/+1
* Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):tjr2003-06-201-1/+15
* Lock the vm object when freeing a vm page.alc2003-06-191-0/+2
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+9
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+7
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-174-66/+34
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencytjr2003-06-171-1/+1
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-173-13/+95
* Partially back out rev 1.87 by nuking fifo_inactive() and moving thetruckman2003-06-161-20/+4
* In specfs::vop_specstratey(), assert that the vnode and buffer agree aboutphk2003-06-151-0/+4
* I have not had any reports of trouble for a long time, so remove thephk2003-06-151-26/+1
* Take 2: Remove _both_ KASSERTS.phk2003-06-151-2/+0
* Duh! I misread my handwritte notes: We do _not_ want to asser thatphk2003-06-151-2/+0
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-159-0/+20
* Remove in toto coda_strategy which incorrectly implemented vop_panic();phk2003-06-151-23/+0
* Fix some style problems, some of which are old, some new, and somedas2003-06-151-8/+10
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* If someone tries to mount a union filesystem with another unionfs asdas2003-06-141-4/+14
* Introduce malloc types M_UNDCACHE and M_UNPATH for importantdas2003-06-141-10/+13
* Factor out the process of freeing ``directory caches'', which unionfsdas2003-06-143-24/+25
* Don't follow smbnode n_parent pointer when NREFPARENT flag is not settjr2003-06-141-0/+2
* Plug a serious memory leak. The -STABLE equivalent of this patch hasdas2003-06-131-8/+20
* Clean up the fifo_open() implementation:truckman2003-06-131-45/+30
* Initialize struct vfsops C99-sparsely.phk2003-06-1216-341/+212
* Use __FBSDID().obrien2003-06-117-8/+21
* Use __FBSDID().obrien2003-06-107-27/+23
* Don't unlock the parent directory vnode twice if the ISDOTDOT flagtruckman2003-06-011-1/+2
* Fix up locking problems in fifo_open() and fifo_close():truckman2003-06-011-25/+73
* Remove unused variable(s).phk2003-05-311-6/+0
OpenPOWER on IntegriCloud