| Commit message (Expand) | Author | Age | Files | Lines |
* | - Lock access to the buf lists. | jeff | 2002-09-25 | 3 | -14/+19 |
* | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | truckman | 2002-09-19 | 1 | -11/+4 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -4/+2 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -4/+4 |
* | vfs_syscalls.c: | bde | 2002-09-10 | 1 | -51/+6 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 2 | -7/+9 |
* | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | rwatson | 2002-08-12 | 2 | -10/+13 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -3/+6 |
* | Use hashdestroy() now that it exists. | iedowse | 2002-06-30 | 1 | -6/+1 |
* | Convert ext2fs to nmount(2). | mux | 2002-05-24 | 2 | -27/+28 |
* | Add an ext2_uninit() routine that undoes the actions performed by | iedowse | 2002-05-18 | 3 | -5/+27 |
* | Fix two off-by-one errors when sanity-checking inode numbers. In | iedowse | 2002-05-18 | 2 | -2/+2 |
* | Use explicitly-sized types where necessary to make ext2fs work again | iedowse | 2002-05-18 | 8 | -59/+59 |
* | Give ext2fs its own static "dirchk" variable instead of using ufs's | iedowse | 2002-05-16 | 1 | -4/+12 |
* | Remove register keyword. | iedowse | 2002-05-16 | 8 | -86/+83 |
* | Complete the separation of ext2fs from ufs by copying the remaining | iedowse | 2002-05-16 | 14 | -449/+1342 |
* | Following a repo-copy from src/sys/ufs/ufs, rename functions and | iedowse | 2002-05-14 | 4 | -163/+118 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 1 | -2/+2 |
* | Fixed syntax errors (garbage after #endif; just editing errors in this | bde | 2002-05-13 | 1 | -4/+4 |
* | Remove register keyword. | phk | 2002-05-13 | 1 | -1/+1 |
* | ARGH! SBLOCK is not unused. Try to get this right. | phk | 2002-05-12 | 1 | -2/+1 |
* | Remove #define for BBOFF, it is assumed == 0 so many places that we might | phk | 2002-05-12 | 1 | -2/+1 |
* | Remove unused BBLOCK and SBLOCK #defines. | phk | 2002-05-12 | 1 | -2/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 2 | -3/+3 |
* | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | bde | 2002-03-30 | 1 | -0/+5 |
* | Moved $FreeBSD$ to the correct place. | bde | 2002-03-23 | 2 | -3/+2 |
* | Repaired CSRG id. This file was not in Lite1; it was just cloned from a | bde | 2002-03-23 | 4 | -5/+4 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-23 | 3 | -11/+8 |
* | Remove __P. | alfred | 2002-03-19 | 8 | -84/+84 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 5 | -15/+31 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 2 | -5/+10 |
* | Remove use of the bogus ioctl DIOCGPART. | phk | 2002-03-11 | 1 | -11/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | dillon | 2001-11-04 | 1 | -0/+1 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 1 | -4/+5 |
* | The addition of i_dirhash to struct inode pushed RELENG_4's | iedowse | 2001-09-24 | 2 | -3/+3 |
* | KSE Milestone 2 | julian | 2001-09-12 | 9 | -116/+117 |
* | Bring in dirhash, a simple hash-based lookup optimisation for large | iedowse | 2001-07-10 | 1 | -0/+2 |
* | Fix more mntvnode and vnode interlock order reversals. | jhb | 2001-06-28 | 1 | -2/+2 |
* | Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 1 | -3/+4 |
* | Remove last vestiges of MFS. | phk | 2001-05-29 | 1 | -10/+0 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -2/+2 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 1 | -4/+3 |
* | Remove blatantly pointless call to VOP_BMAP(). | phk | 2001-05-01 | 1 | -4/+1 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -32/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -6/+9 |
* | VOP_BALLOC was never really a VOP in the first place, so convert it | phk | 2001-04-29 | 1 | -0/+2 |
* | Make a panic less misleading. | phk | 2001-04-29 | 1 | -1/+1 |