| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove interlock protection around VI_XLOCK. The interlock is not | jeff | 2003-09-19 | 2 | -6/+6 |
* | Move an overly verbose message under #ifdef CODA_VERBOSE. | tjr | 2003-09-13 | 1 | -0/+2 |
* | Move an annoying printf() call that gets triggered every time an | tjr | 2003-09-10 | 1 | -0/+2 |
* | Add support for the Coda 6.x venus<->kernel interface. This extends | tjr | 2003-09-07 | 11 | -342/+388 |
* | The valid field in struct vm_page can be of type unsigned long when | marcel | 2003-08-28 | 1 | -2/+2 |
* | Use the requested page's object field instead of the vnode's. In some | alc | 2003-08-22 | 1 | -2/+5 |
* | Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). This | des | 2003-08-19 | 1 | -0/+6 |
* | Spell the name of the lock right in addition to getting the type right. | jhb | 2003-08-18 | 1 | -1/+1 |
* | The allproc lock is a sx lock, not a mutex, so fix the assertion. This | jhb | 2003-08-18 | 1 | -1/+1 |
* | Rework pfs_iterate() a bit to eliminate a bug related to process | des | 2003-08-18 | 1 | -9/+12 |
* | Do not call VOP_BMAP() on our own vnodes. | phk | 2003-08-17 | 1 | -10/+3 |
* | Add p_candebug() check to access a process map file in procfs; limit | rwatson | 2003-08-14 | 1 | -0/+6 |
* | Add a '-M mask' option so that users can have different | trhodes | 2003-08-12 | 3 | -4/+10 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 2 | -4/+4 |
* | Don't drop giant around ->d_strategy(), too much code explodes. | phk | 2003-08-06 | 1 | -3/+3 |
* | Only drop Giant around the drivers ->d_strategy() if the buffer is not | phk | 2003-08-05 | 1 | -1/+1 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 12 | -21/+21 |
* | Revise and improve ntfs_subr.c 1.30: read only a single cluster at a time | tjr | 2003-07-26 | 2 | -17/+28 |
* | size_t != int. Make this compile on 64 bit platforms (eg: amd64). | peter | 2003-07-24 | 1 | -1/+2 |
* | If bread() returns a zero-length buffer, as can happen after a | trhodes | 2003-07-03 | 1 | -0/+4 |
* | XXX Copy workaround from UFS: open device for write access even if | tjr | 2003-06-29 | 1 | -0/+19 |
* | Fix a bug where a truncate operation involving truncate() or ftruncate() on | trhodes | 2003-06-27 | 1 | -17/+10 |
* | change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 | jmg | 2003-06-24 | 2 | -2/+2 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 2 | -1/+2 |
* | fix grammar in comment | jmg | 2003-06-20 | 1 | -1/+1 |
* | Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek): | tjr | 2003-06-20 | 1 | -1/+15 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -0/+2 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -1/+9 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -1/+7 |
* | Send the close request to the SMB server in smbfs_inactive(), instead of | tjr | 2003-06-17 | 4 | -66/+34 |
* | Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistency | tjr | 2003-06-17 | 1 | -1/+1 |
* | MFp4: Fix two bugs causing possible deadlocks or panics, and one nit: | tjr | 2003-06-17 | 3 | -13/+95 |
* | Partially back out rev 1.87 by nuking fifo_inactive() and moving the | truckman | 2003-06-16 | 1 | -20/+4 |
* | In specfs::vop_specstratey(), assert that the vnode and buffer agree about | phk | 2003-06-15 | 1 | -0/+4 |
* | I have not had any reports of trouble for a long time, so remove the | phk | 2003-06-15 | 1 | -26/+1 |
* | Take 2: Remove _both_ KASSERTS. | phk | 2003-06-15 | 1 | -2/+0 |
* | Duh! I misread my handwritte notes: We do _not_ want to asser that | phk | 2003-06-15 | 1 | -2/+0 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 9 | -0/+20 |
* | Remove in toto coda_strategy which incorrectly implemented vop_panic(); | phk | 2003-06-15 | 1 | -23/+0 |
* | Fix some style problems, some of which are old, some new, and some | das | 2003-06-15 | 1 | -8/+10 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | If someone tries to mount a union filesystem with another unionfs as | das | 2003-06-14 | 1 | -4/+14 |
* | Introduce malloc types M_UNDCACHE and M_UNPATH for important | das | 2003-06-14 | 1 | -10/+13 |
* | Factor out the process of freeing ``directory caches'', which unionfs | das | 2003-06-14 | 3 | -24/+25 |
* | Don't follow smbnode n_parent pointer when NREFPARENT flag is not set | tjr | 2003-06-14 | 1 | -0/+2 |
* | Plug a serious memory leak. The -STABLE equivalent of this patch has | das | 2003-06-13 | 1 | -8/+20 |
* | Clean up the fifo_open() implementation: | truckman | 2003-06-13 | 1 | -45/+30 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 16 | -341/+212 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 7 | -8/+21 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 7 | -27/+23 |