summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFp4: Several clean-ups and improvements over tmpfs:delphij2007-06-256-122/+106
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-254-1441/+0
* Use vfs_timestamp() instead of nanotime() - make it up todelphij2007-06-181-1/+1
* MFp4: fix two locking problems:delphij2007-06-182-0/+7
* MFp4: Add tmpfs, an efficient memory file system.delphij2007-06-169-0/+4070
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-123-14/+7
* Correct corrupt read when the read starts at a non-aligned offset.remko2007-06-111-4/+6
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-1/+2
* Fix off-by-one error (introduced in r1.60) that had the effect ofbmah2007-06-071-1/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-053-8/+8
* Do proper "locking" for missing vmmeters part.attilio2007-06-041-4/+4
* Revert previous, part of NFS that I didn't know about.trhodes2007-06-011-0/+20
* Garbage collect msdosfs_fhtovp; it appears unused and I have been usingtrhodes2007-06-011-20/+0
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-012-4/+4
* Revert VMCNT_* operations introduction.attilio2007-05-311-4/+4
* Revert UF_OPENING workaround for CURRENT.kib2007-05-317-29/+20
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-293-3/+0
* Rather than entering the debugger via kdb_enter() when detecting memoryrwatson2007-05-271-12/+6
* Rather than entering the debugger via kdb_enter() in the event therwatson2007-05-271-5/+2
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-185-10/+10
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-4/+4
* The process lock is held when procfs_ioctl() is called. Assert that thisdes2007-05-011-2/+8
* Fix old locking bugs which were revealed when pseudofs was made MPSAFE.des2007-04-231-1/+9
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-232-3/+3
* Add synchronization. Eliminate the acquisition and release of Giant.alc2007-04-231-23/+47
* In some cases, like whenever devfs file times are zero, the fix(aa) will nottrhodes2007-04-201-1/+1
* Avoid "unused variable" warning when building without PSEUDOFS_TRACE.des2007-04-151-0/+1
* Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.des2007-04-156-340/+553
* Instead of stating GIANT_REQUIRED, just acquire and release Giant wheredes2007-04-151-2/+5
* Fix the same bug as in procfs_doproc{,db}regs(): check that uio_offset isdes2007-04-151-1/+3
OpenPOWER on IntegriCloud