summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* emove unused variable(s).phk2003-05-311-2/+0
* Remove unused variable.phk2003-05-311-6/+1
* Use temporary variable to avoid double expansion of macro with side effects.phk2003-05-312-2/+7
* Remove unused variable.phk2003-05-311-2/+1
* Clean up proc locking in procfs: make sure the proc lock is held beforerwatson2003-05-053-5/+12
* Eliminate the separate malloc type for the sparing table.scottl2003-05-041-3/+2
* Add a missing __inline. Strange that gcc never complained about it.scottl2003-05-041-3/+3
* Correctly calculate the size of the extent that should be read inscottl2003-05-041-3/+3
* Implement the node cache as a hash table.scottl2003-05-043-6/+26
* Instead of recording the Unix time in a process when it starts, record thedes2003-05-011-4/+6
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-4/+2
* Fail to mount a device if the bytes per sector in the BPB is less thanjhb2003-04-241-0/+6
* - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes ajhb2003-04-221-2/+0
* - Use a local variable to close a minor race when determining if the wmesgjhb2003-04-171-9/+15
* Protect p_flag with the proc lock. The sched_lock is not needed to turnjhb2003-04-171-2/+2
* - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unlessjhb2003-04-171-6/+4
* Add a proc lock assertion and move another assertion up to the top of thejhb2003-04-171-2/+4
OpenPOWER on IntegriCloud