| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFp4: Force 64-bit arithmatic when caculating the maximum file size. | Xin LI | 2007-07-24 | 1 | -1/+1 |
| * | Make using msdosfs as the root file system sort of work: | Bruce Evans | 2007-07-23 | 1 | -3/+15 |
| * | MFp4: When swapping is not enabled, allow creating files by taking | Xin LI | 2007-07-23 | 1 | -1/+1 |
| * | Implement vfs clustering for msdosfs. | Bruce Evans | 2007-07-20 | 1 | -6/+49 |
| * | Clean up before implementing vfs clustering for msdosfs: | Bruce Evans | 2007-07-20 | 2 | -37/+43 |
| * | Make sure we release the control vnode in Coda: | Robert Watson | 2007-07-20 | 2 | -5/+1 |
| * | MFp4: Rework on tmpfs's mapped read/write procedures. This | Xin LI | 2007-07-19 | 1 | -57/+182 |
| * | Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda | Robert Watson | 2007-07-12 | 8 | -36/+36 |
| * | Forced commit to recognize repo-copy of Coda files from src/sys/coda to | Robert Watson | 2007-07-12 | 1 | -0/+2 |
| * | Round up the FAT block size to a multiple of the sector size so that i/o | Bruce Evans | 2007-07-12 | 1 | -8/+6 |
| * | Fix some bugs involving the fsinfo block (many remain unfixed). This is | Bruce Evans | 2007-07-12 | 4 | -12/+3 |
| * | Fix ioctls on the control vnode: ioctls on a character device fail with | Robert Watson | 2007-07-11 | 1 | -1/+1 |
| * | Avoid a panic in insmntque when we pass a NULL mount: this reenables | Robert Watson | 2007-07-11 | 1 | -7/+1 |
| * | Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled because | Robert Watson | 2007-07-11 | 6 | -131/+54 |
| * | Resolve Coda mount failing because Coda failed to match the device | Robert Watson | 2007-07-11 | 1 | -8/+4 |
| * | Avoid crash when opening Coda device: when allocating coda_mntinfo, we | Robert Watson | 2007-07-11 | 2 | -7/+10 |
| * | MFp4: Make use of the kernel unit number allocation facility | Xin LI | 2007-07-11 | 3 | -18/+10 |
| * | Don't use almost perfectly pessimal cluster allocation. Allocation | Bruce Evans | 2007-07-10 | 2 | -6/+5 |
| * | MFp4: | Xin LI | 2007-07-08 | 4 | -67/+83 |
| * | Since rev. 1.199 of sys/kern/kern_conf.c, the thread that calls | Konstantin Belousov | 2007-07-03 | 2 | -0/+19 |
| * | MFp4: | Xin LI | 2007-06-29 | 6 | -187/+20 |
| * | Space/style cleanups after last set of commits. | Xin LI | 2007-06-28 | 7 | -72/+71 |
| * | Staticify most of fifo/vn operations, they should not | Xin LI | 2007-06-28 | 4 | -99/+76 |
| * | Use vfs_timestamp instead of nanotime when obtaining | Xin LI | 2007-06-28 | 1 | -4/+3 |
| * | Reorder tf_gen and tf_id in struct tmpfs_fid. This | Xin LI | 2007-06-28 | 1 | -2/+2 |
| * | Remove two function prototypes that are no longer used. | Xin LI | 2007-06-26 | 1 | -4/+0 |
| * | - Sync with NetBSD's RCSID (HEAD preferred). | Xin LI | 2007-06-26 | 2 | -2/+2 |
| * | MFp4: Several clean-ups and improvements over tmpfs: | Xin LI | 2007-06-25 | 6 | -122/+106 |
| * | - Remove UMAP filesystem. It was disconnected from build three years ago, | Rong-En Fan | 2007-06-25 | 4 | -1441/+0 |
| * | Use vfs_timestamp() instead of nanotime() - make it up to | Xin LI | 2007-06-18 | 1 | -1/+1 |
| * | MFp4: fix two locking problems: | Xin LI | 2007-06-18 | 2 | -0/+7 |
| * | MFp4: Add tmpfs, an efficient memory file system. | Xin LI | 2007-06-16 | 9 | -0/+4070 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 3 | -14/+7 |
| * | Correct corrupt read when the read starts at a non-aligned offset. | Remko Lodder | 2007-06-11 | 1 | -4/+6 |
| * | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 1 | -1/+2 |
| * | Fix off-by-one error (introduced in r1.60) that had the effect of | Bruce A. Mah | 2007-06-07 | 1 | -1/+1 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 3 | -8/+8 |
| * | Do proper "locking" for missing vmmeters part. | Attilio Rao | 2007-06-04 | 1 | -4/+4 |
| * | Revert previous, part of NFS that I didn't know about. | Tom Rhodes | 2007-06-01 | 1 | -0/+20 |
| * | Garbage collect msdosfs_fhtovp; it appears unused and I have been using | Tom Rhodes | 2007-06-01 | 1 | -20/+0 |
| * | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | Konstantin Belousov | 2007-06-01 | 2 | -4/+4 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -4/+4 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 7 | -29/+20 |
| * | Where I previously removed calls to kdb_enter(), now remove include of | Robert Watson | 2007-05-29 | 3 | -3/+0 |
| * | Rather than entering the debugger via kdb_enter() when detecting memory | Robert Watson | 2007-05-27 | 1 | -12/+6 |
| * | Rather than entering the debugger via kdb_enter() in the event the | Robert Watson | 2007-05-27 | 1 | -5/+2 |
| * | Since renaming of vop_lock to _vop_lock, pre- and post-condition | Konstantin Belousov | 2007-05-18 | 5 | -10/+10 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -4/+4 |
| * | The process lock is held when procfs_ioctl() is called. Assert that this | Dag-Erling Smørgrav | 2007-05-01 | 1 | -2/+8 |
| * | Fix old locking bugs which were revealed when pseudofs was made MPSAFE. | Dag-Erling Smørgrav | 2007-04-23 | 1 | -1/+9 |