| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fs | Bruce Evans | 2000-01-01 | 1 | -0/+135 |
| * | | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 3 | -9/+9 |
| * | | - Use the new vop_stdfsync instead of recreating our own. | Jeff Roberson | 2003-02-09 | 1 | -49/+3 |
| * | | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY(). | Poul-Henning Kamp | 2003-01-28 | 1 | -1/+1 |
| * | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 3 | -9/+9 |
| * | | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 1 | -9/+0 |
| * | | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
| * | | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | | MFufs 1.33: | Bruce Evans | 2002-10-18 | 1 | -1/+1 |
| * | | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -16/+16 |
| * | | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 3 | -3/+1 |
| * | | - Lock access to the buf lists. | Jeff Roberson | 2002-09-25 | 3 | -14/+19 |
| * | | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | Don Lewis | 2002-09-19 | 1 | -11/+4 |
| * | | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -4/+2 |
| * | | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -4/+4 |
| * | | vfs_syscalls.c: | Bruce Evans | 2002-09-10 | 1 | -51/+6 |
| * | | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 2 | -7/+9 |
| * | | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | Robert Watson | 2002-08-12 | 2 | -10/+13 |
| * | | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -3/+6 |
| * | | Use hashdestroy() now that it exists. | Ian Dowse | 2002-06-30 | 1 | -6/+1 |
| * | | Convert ext2fs to nmount(2). | Maxime Henrion | 2002-05-24 | 2 | -27/+28 |
| * | | Add an ext2_uninit() routine that undoes the actions performed by | Ian Dowse | 2002-05-18 | 3 | -5/+27 |
| * | | Fix two off-by-one errors when sanity-checking inode numbers. In | Ian Dowse | 2002-05-18 | 2 | -2/+2 |
| * | | Use explicitly-sized types where necessary to make ext2fs work again | Ian Dowse | 2002-05-18 | 8 | -59/+59 |
| * | | Give ext2fs its own static "dirchk" variable instead of using ufs's | Ian Dowse | 2002-05-16 | 1 | -4/+12 |
| * | | Remove register keyword. | Ian Dowse | 2002-05-16 | 8 | -86/+83 |
| * | | Complete the separation of ext2fs from ufs by copying the remaining | Ian Dowse | 2002-05-16 | 14 | -449/+1342 |
| * | | Following a repo-copy from src/sys/ufs/ufs, rename functions and | Ian Dowse | 2002-05-14 | 4 | -162/+117 |
| * | | Make daddr_t and u_daddr_t 64bits wide. | Poul-Henning Kamp | 2002-05-14 | 1 | -2/+2 |
| * | | Fixed syntax errors (garbage after #endif; just editing errors in this | Bruce Evans | 2002-05-13 | 1 | -4/+4 |
| * | | Remove register keyword. | Poul-Henning Kamp | 2002-05-13 | 1 | -1/+1 |
| * | | ARGH! SBLOCK is not unused. Try to get this right. | Poul-Henning Kamp | 2002-05-12 | 1 | -2/+1 |
| * | | Remove #define for BBOFF, it is assumed == 0 so many places that we might | Poul-Henning Kamp | 2002-05-12 | 1 | -2/+1 |
| * | | Remove unused BBLOCK and SBLOCK #defines. | Poul-Henning Kamp | 2002-05-12 | 1 | -2/+0 |
| * | | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 2 | -3/+3 |
| * | | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | Bruce Evans | 2002-03-30 | 1 | -0/+5 |
| * | | Moved $FreeBSD$ to the correct place. | Bruce Evans | 2002-03-23 | 2 | -3/+2 |
| * | | Repaired CSRG id. This file was not in Lite1; it was just cloned from a | Bruce Evans | 2002-03-23 | 4 | -5/+4 |
| * | | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-23 | 3 | -11/+8 |
| * | | Remove __P. | Alfred Perlstein | 2002-03-19 | 8 | -84/+84 |
| * | | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 5 | -15/+31 |
| * | | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 2 | -5/+10 |
| * | | Remove use of the bogus ioctl DIOCGPART. | Poul-Henning Kamp | 2002-03-11 | 1 | -11/+1 |
| * | | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -3/+3 |
| * | | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
| * | | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | Matthew Dillon | 2001-11-04 | 1 | -0/+1 |
| * | | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 1 | -4/+5 |
| * | | The addition of i_dirhash to struct inode pushed RELENG_4's | Ian Dowse | 2001-09-24 | 2 | -3/+3 |