aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* MFp4: rework tmpfs_readdir() logic in terms of correctness.Xin LI2007-08-161-12/+15
* On 6.x this works:John Baldwin2007-08-151-1/+1
* MFp4:Xin LI2007-08-103-60/+96
* MFp4:Xin LI2007-08-104-35/+68
* In msdosfs_read() and msdosfs_write(), don't check explicitly forBruce Evans2007-08-071-12/+21
* Fix and update the comments about the effect of the read-only flag on writing.Bruce Evans2007-08-071-10/+16
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;Bruce Evans2007-08-071-11/+10
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;Bruce Evans2007-08-071-11/+9
* Fix some style bugs (mainly some whitespace errors).Bruce Evans2007-08-071-22/+20
* Fix some style bugs (some whitespace errors only).Bruce Evans2007-08-072-11/+11
* Sort includes.Bruce Evans2007-08-071-10/+10
* Sort includes.Bruce Evans2007-08-071-11/+11
* Sort includes.Bruce Evans2007-08-071-9/+3
* Remove unused include(s).Bruce Evans2007-08-071-10/+4
* Remove unused include(s).Bruce Evans2007-08-074-11/+11
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofBruce Evans2007-08-071-0/+2
* Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onBruce Evans2007-08-071-1/+2
* Remove unused include(s).Bruce Evans2007-08-077-15/+0
* Silently fix up the estimated next free cluster number from the fsinfoBruce Evans2007-08-051-10/+12
* Oops, fix the fix for the i/o size of the fsinfo block. Its logBruce Evans2007-08-032-2/+2
* MFp4 - Refine locking to eliminate some potential race/panics:Xin LI2007-08-032-21/+22
* When we do open, we should lock the vnode exclusively. This fixes few races:Pawel Jakub Dawidek2007-07-262-1/+2
* MFp4: Force 64-bit arithmatic when caculating the maximum file size.Xin LI2007-07-241-1/+1
* Make using msdosfs as the root file system sort of work:Bruce Evans2007-07-231-3/+15
* MFp4: When swapping is not enabled, allow creating files by takingXin LI2007-07-231-1/+1
* Implement vfs clustering for msdosfs.Bruce Evans2007-07-201-6/+49
* Clean up before implementing vfs clustering for msdosfs:Bruce Evans2007-07-202-37/+43
* Make sure we release the control vnode in Coda:Robert Watson2007-07-202-5/+1
* MFp4: Rework on tmpfs's mapped read/write procedures. ThisXin LI2007-07-191-60/+185
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codaRobert Watson2007-07-128-36/+36
* Forced commit to recognize repo-copy of Coda files from src/sys/coda toRobert Watson2007-07-121-0/+2
* Round up the FAT block size to a multiple of the sector size so that i/oBruce Evans2007-07-121-8/+6
* Fix some bugs involving the fsinfo block (many remain unfixed). This isBruce Evans2007-07-124-12/+3
* Fix ioctls on the control vnode: ioctls on a character device fail withRobert Watson2007-07-111-1/+1
* Avoid a panic in insmntque when we pass a NULL mount: this reenablesRobert Watson2007-07-111-7/+1
* Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled becauseRobert Watson2007-07-116-131/+54
* Resolve Coda mount failing because Coda failed to match the deviceRobert Watson2007-07-111-8/+4
* Avoid crash when opening Coda device: when allocating coda_mntinfo, weRobert Watson2007-07-112-7/+10
* MFp4: Make use of the kernel unit number allocation facilityXin LI2007-07-113-18/+10
* Don't use almost perfectly pessimal cluster allocation. AllocationBruce Evans2007-07-102-6/+5
* MFp4:Xin LI2007-07-084-67/+83
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callsKonstantin Belousov2007-07-032-0/+19
* MFp4:Xin LI2007-06-296-187/+20
* Space/style cleanups after last set of commits.Xin LI2007-06-287-72/+71
* Staticify most of fifo/vn operations, they should notXin LI2007-06-284-99/+76
* Use vfs_timestamp instead of nanotime when obtainingXin LI2007-06-281-4/+3
* Reorder tf_gen and tf_id in struct tmpfs_fid. ThisXin LI2007-06-281-2/+2
* Remove two function prototypes that are no longer used.Xin LI2007-06-261-4/+0
* - Sync with NetBSD's RCSID (HEAD preferred).Xin LI2007-06-262-2/+2
* MFp4: Several clean-ups and improvements over tmpfs:Xin LI2007-06-256-122/+106