| Commit message (Expand) | Author | Age | Files | Lines |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 1 | -1/+1 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 1 | -4/+5 |
* | When removing the last item from a non-empty worklist, the worklist | mckusick | 2003-02-24 | 1 | -2/+15 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | This patch fixes a problem caused by applications that rapidly and | mckusick | 2003-01-07 | 1 | -5/+12 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Remove unused lockcnt variable. | phk | 2002-12-17 | 1 | -3/+0 |
* | The target for the maximum number of dependencies has been cut | mckusick | 2002-11-20 | 1 | -1/+1 |
* | If an error occurs while writing a buffer, then the data will | mckusick | 2002-11-20 | 1 | -0/+6 |
* | We must be careful to avoid recursive copy-on-write faults when | mckusick | 2002-10-23 | 1 | -1/+14 |
* | Missplaced FREE_LOCK causes a panic when hit while taking a snapshot. | mckusick | 2002-10-23 | 1 | -1/+1 |
* | When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enough | jmallett | 2002-09-28 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -2/+2 |
* | - Convert locks to use standard macros. | jeff | 2002-09-25 | 1 | -1/+12 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -12/+21 |
* | Fix a warning: | peter | 2002-07-20 | 1 | -1/+2 |
* | Add support to UFS2 to provide storage for extended attributes. | mckusick | 2002-07-19 | 1 | -118/+403 |
* | Use indirect function pointer hooks instead of #ifdef SOFTUPDATES | iedowse | 2002-07-01 | 1 | -0/+6 |
* | Add the ffs bits necessary to support unloading of the ufs kernel | iedowse | 2002-07-01 | 1 | -0/+13 |
* | Warning fixes for 64 bits platforms. This eliminates all the | mux | 2002-06-23 | 1 | -9/+9 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -104/+351 |
* | Fix ufs_daddr_t/daddr_t type problems. | phk | 2002-05-17 | 1 | -1/+1 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -6/+6 |
* | Don't peak into the malloc_type structure for limits. The desired vnodes | jeff | 2002-04-15 | 1 | -2/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -66/+63 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -26/+41 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -2/+5 |
* | Quiet a warning on the Alpha. | obrien | 2002-03-15 | 1 | -1/+5 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -9/+9 |
* | Occationally deleted files would hang around for hours or days | mckusick | 2002-02-07 | 1 | -7/+10 |
* | When taking a snapshot, we must check for active files that have | mckusick | 2002-02-02 | 1 | -38/+35 |
* | This patch fixes a long standing complaint with soft updates in | mckusick | 2002-01-22 | 1 | -4/+41 |
* | When going to sleep, we must save our SPL so that it does not get | mckusick | 2002-01-12 | 1 | -38/+76 |
* | Must call drain_output() before checking the dirty block list | mckusick | 2002-01-11 | 1 | -8/+10 |
* | Initialise the bioops vector hack at runtime rather than at link time. This | msmith | 2002-01-08 | 1 | -8/+7 |
* | - Fix some minor whitespace nits. | jhb | 2001-09-27 | 1 | -4/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -96/+98 |
* | Build on the change in revision 1.98 by Tor.Egge@fast.no. | mckusick | 2001-06-13 | 1 | -13/+21 |
* | There seems to be a problem that the order of disk write operation being | obrien | 2001-06-05 | 1 | -2/+11 |
* | Must ensure that all the entries on the pd_pendinghd list have been | mckusick | 2001-05-19 | 1 | -3/+11 |
* | Must be a bit less aggressive about freeing pagedep structures. | mckusick | 2001-05-18 | 1 | -1/+1 |
* | When a new block is allocated to a directory, an fsync of a file | mckusick | 2001-05-17 | 1 | -21/+165 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 1 | -1/+58 |
* | When syncing out snapshot metadata, we must temporarily allow recursive | mckusick | 2001-05-08 | 1 | -27/+29 |
* | Remove blatantly pointless call to VOP_BMAP(). | phk | 2001-05-01 | 1 | -4/+2 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |