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