| Commit message (Expand) | Author | Age | Files | Lines |
* | Following a repo-copy from src/sys/ufs/ufs, rename functions and | iedowse | 2002-05-14 | 3 | -142/+98 |
* | 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 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 | 4 | -10/+18 |
* | 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 | 8 | -112/+112 |
* | 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 |
* | Remove two unused arguments from ufs_bmaparray(). | phk | 2001-04-29 | 1 | -20/+15 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | MFffs ffs_balloc.c 1.5. | bde | 2001-04-25 | 1 | -0/+2 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 2 | -4/+2 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Fixes to track snapshot copy-on-write checking in the specinfo | mckusick | 2001-03-07 | 1 | -1/+1 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -0/+2 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -5/+11 |
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -13/+13 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -4/+4 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -24/+3 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 1 | -13/+12 |
* | Proc locking, mostly protecting p_ucred while obtaining additional | jhb | 2001-01-23 | 2 | -5/+28 |
* | Avoid a data-consistency race between write() and mmap() | dillon | 2000-12-17 | 1 | -0/+9 |
* | Put the bits in place for Alpha support for ext2. Not tested. | mjacob | 2000-12-09 | 2 | -0/+4 |
* | Correct to a common %ld the 5 argument to a printf. | mjacob | 2000-12-09 | 1 | -2/+2 |