| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET, | Jeff Roberson | 2005-03-01 | 1 | -1/+1 |
* | When clearing a fragment, it's possible that the length is zero. | Xin LI | 2005-02-19 | 1 | -1/+1 |
* | Don't use the UFS_* and VFS_* functions where a direct call is possble. | Poul-Henning Kamp | 2005-02-08 | 1 | -10/+10 |
* | For snapshots we need all VOP_LOCKs to be exclusive. | Poul-Henning Kamp | 2005-02-08 | 1 | -9/+9 |
* | - Use the ufs lock to protect fs_active. | Jeff Roberson | 2005-01-24 | 1 | -10/+26 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -9/+9 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Fixes a bug that caused UFS2 filesystems bigger than 2TB to | Kirk McKusick | 2004-12-09 | 1 | -1/+1 |
* | Fix snapshot creation. | Poul-Henning Kamp | 2004-12-08 | 1 | -1/+1 |
* | Move UFS from DEVFS backing to GEOM backing. | Poul-Henning Kamp | 2004-10-29 | 1 | -13/+17 |
* | Degeneralize the per cdev copyonwrite callback. The only possible value | Poul-Henning Kamp | 2004-10-26 | 1 | -6/+1 |
* | Do not traverse list of snapshots if there isn't one. | Poul-Henning Kamp | 2004-09-16 | 1 | -0/+4 |
* | Missed a place where snapshots were allocated in my last commit to | Poul-Henning Kamp | 2004-09-16 | 1 | -11/+8 |
* | Create struct snapdata which contains the snapshot fields from cdev | Poul-Henning Kamp | 2004-09-13 | 1 | -70/+88 |
* | Avoid using casts as lvalues. Introduce DIP_SET macro which sets proper | Alexander Kabaev | 2004-07-28 | 1 | -13/+14 |
* | When we traverse the vnodes on a mountpoint we need to look out for | Poul-Henning Kamp | 2004-07-04 | 1 | -8/+1 |
* | Avoid deadlock which is caused by locking VDIR of parent and VREG of | Jun Kuriyama | 2004-06-18 | 1 | -0/+9 |
* | Nice, is a property of a process as a whole.. | Julian Elischer | 2004-06-16 | 1 | -4/+4 |
* | Avoid assignments to cast expressions. | Stefan Farfeleder | 2004-06-08 | 1 | -2/+2 |
* | Fix style bugs in previous commit. | Jun Kuriyama | 2004-02-13 | 1 | -2/+6 |
* | Reverse lock order by using local variable. This will shut up "acquiring | Jun Kuriyama | 2004-02-12 | 1 | -4/+6 |
* | Avoid calling vprint on a vnode while holding its interlock mutex. | Alexander Kabaev | 2004-01-04 | 1 | -2/+2 |
* | Call free(9) after the vnode interlock is released, avoiding a lock-order | Alan Cox | 2003-11-13 | 1 | -1/+1 |
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | Alexander Kabaev | 2003-11-05 | 1 | -8/+8 |
* | Move the P_COWINPROGRESS flag from being a per-process p_flag to being a | John Baldwin | 2003-10-23 | 1 | -13/+13 |
* | When expunging unlinked files from a snapshot, skip over holes in the | Kirk McKusick | 2003-10-17 | 1 | -6/+16 |
* | - Skip over xvp if XLOCK is set. | Jeff Roberson | 2003-10-05 | 1 | -1/+2 |
* | - Fix an unlocked call to GETATTR by slightly shuffling the code in | Jeff Roberson | 2003-10-04 | 1 | -6/+14 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Fix some easy, global, lint warnings. In most cases, this means | Mark Murray | 2003-04-30 | 1 | -1/+1 |
* | Lock both the proc lock and sched_lock when calling sched_nice since | John Baldwin | 2003-04-22 | 1 | -1/+10 |
* | - Use the sched_nice() api instead of setting the nice value directly. | Jeff Roberson | 2003-04-12 | 1 | -2/+3 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 1 | -1/+1 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
* | Use the appropriate size when zeroing out the unused portion | Kirk McKusick | 2003-03-07 | 1 | -3/+3 |
* | - Add a new 'flags' parameter to getblk(). | Jeff Roberson | 2003-03-04 | 1 | -2/+2 |
* | This patch fixes a deadlock between the bufdaemon and a process taking | Kirk McKusick | 2003-02-22 | 1 | -7/+43 |
* | This patch fixes a bug on an active filesystem on which a snapshot | Kirk McKusick | 2003-02-22 | 1 | -0/+4 |
* | This patch fixes a bug in the logical block calculation macros so | Kirk McKusick | 2003-02-22 | 1 | -3/+3 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -8/+8 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -8/+8 |
* | Fix corruption introduced in previous delta. | Kirk McKusick | 2002-12-18 | 1 | -4/+12 |
* | Keep comments consistent with the code. Minor optimization. | Kirk McKusick | 2002-12-18 | 1 | -14/+4 |
* | Update to previous change (1.54) to use an approperly wide inode field | Kirk McKusick | 2002-12-15 | 1 | -8/+6 |
* | Only the most recent snapshot contains the complete list of blocks | Kirk McKusick | 2002-12-14 | 1 | -138/+188 |
* | Have to use bread() rather than UFS_BALLOC() when obtaining a | Kirk McKusick | 2002-12-03 | 1 | -24/+30 |
* | Remove a race condition / deadlock from snapshots. When | Kirk McKusick | 2002-11-30 | 1 | -54/+112 |
* | Fix two deadlocks in snapshots: | Kirk McKusick | 2002-11-30 | 1 | -2/+7 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick | 2002-11-27 | 1 | -4/+4 |
* | Do not assume that time_t is an int. | Peter Wemm | 2002-11-15 | 1 | -2/+2 |