| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was generated by cvs2svn to compensate for changes in r111368, | obrien | 2003-02-23 | 1 | -0/+248 |
|\ |
|
| * | Import Linux's linux/include/asm-sparc64/bitopts.h. | obrien | 2003-02-23 | 1 | -0/+248 |
| * | Update the vendor branch of ext2fs to Linux 2.3.35. This is needed | bde | 2000-01-01 | 8 | -686/+1123 |
| * | Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fs | bde | 2000-01-01 | 1 | -34/+10 |
* | | Import Linux's linux/include/asm-sparc64/bitopts.h. | obrien | 2003-02-23 | 1 | -0/+248 |
* | | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 6 | -18/+18 |
* | | - Use the new vop_stdfsync instead of recreating our own. | jeff | 2003-02-09 | 2 | -98/+6 |
* | | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY(). | phk | 2003-01-28 | 2 | -2/+2 |
* | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 6 | -18/+18 |
* | | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 2 | -18/+0 |
* | | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | phk | 2003-01-03 | 2 | -2/+2 |
* | | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -4/+4 |
* | | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 2 | -2/+2 |
* | | MFufs 1.33: | bde | 2002-10-18 | 2 | -2/+2 |
* | | Be consistent about functions being static. | phk | 2002-10-16 | 2 | -32/+32 |
* | | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 5 | -5/+1 |
* | | - Lock access to the buf lists. | jeff | 2002-09-25 | 6 | -28/+38 |
* | | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | truckman | 2002-09-19 | 2 | -22/+8 |
* | | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 2 | -8/+4 |
* | | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 4 | -8/+8 |
* | | vfs_syscalls.c: | bde | 2002-09-10 | 2 | -102/+12 |
* | | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 4 | -14/+18 |
* | | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | rwatson | 2002-08-12 | 4 | -20/+26 |
* | | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 2 | -6/+12 |
* | | Use hashdestroy() now that it exists. | iedowse | 2002-06-30 | 1 | -6/+1 |
* | | Use suword16/fuword16 instead of susword/fusword - this has two different | peter | 2002-06-20 | 2 | -15/+15 |
* | | Convert ext2fs to nmount(2). | mux | 2002-05-24 | 4 | -54/+56 |
* | | Add an ext2_uninit() routine that undoes the actions performed by | iedowse | 2002-05-18 | 5 | -10/+37 |
* | | Fix two off-by-one errors when sanity-checking inode numbers. In | iedowse | 2002-05-18 | 4 | -4/+4 |
* | | Use explicitly-sized types where necessary to make ext2fs work again | iedowse | 2002-05-18 | 16 | -118/+118 |
* | | Give ext2fs its own static "dirchk" variable instead of using ufs's | iedowse | 2002-05-16 | 2 | -8/+24 |
* | | Remove register keyword. | iedowse | 2002-05-16 | 16 | -172/+166 |
* | | Complete the separation of ext2fs from ufs by copying the remaining | iedowse | 2002-05-16 | 28 | -898/+2684 |
* | | Following a repo-copy from src/sys/ufs/ufs, rename functions and | iedowse | 2002-05-14 | 7 | -305/+216 |
* | | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 2 | -4/+4 |
* | | Fixed syntax errors (tokens after #endif). | bde | 2002-05-13 | 8 | -45/+45 |
* | | Fixed syntax errors (garbage after #endif; just editing errors in this | bde | 2002-05-13 | 2 | -8/+8 |
* | | Remove register keyword. | phk | 2002-05-13 | 2 | -2/+2 |
* | | ARGH! SBLOCK is not unused. Try to get this right. | phk | 2002-05-12 | 2 | -4/+2 |
* | | Remove #define for BBOFF, it is assumed == 0 so many places that we might | phk | 2002-05-12 | 2 | -4/+2 |
* | | Remove unused BBLOCK and SBLOCK #defines. | phk | 2002-05-12 | 2 | -4/+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 | 4 | -6/+6 |
* | | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | bde | 2002-03-30 | 2 | -0/+10 |
* | | Moved $FreeBSD$ to the correct place. | bde | 2002-03-23 | 4 | -6/+4 |
* | | Repaired CSRG id. This file was not in Lite1; it was just cloned from a | bde | 2002-03-23 | 8 | -10/+8 |
* | | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-23 | 6 | -22/+16 |
* | | Remove __P. | alfred | 2002-03-19 | 16 | -168/+168 |
* | | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 9 | -25/+49 |
* | | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 4 | -10/+20 |