index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Abstract dirhash's locking using macros. This should make it easier to
dwmalone
2004-02-15
1
-69
/
+75
*
Fixed some style bugs:
bde
2004-02-14
1
-18
/
+10
*
MFextfs: backed out secondary changes in rev.1.40 that had become just
bde
2004-02-13
1
-6
/
+1
*
Fix style bugs in previous commit.
kuriyama
2004-02-13
1
-2
/
+6
*
Fixed some minor style bugs (English usage and formatting of binary
bde
2004-02-12
1
-12
/
+13
*
Reverse lock order by using local variable. This will shut up "acquiring
kuriyama
2004-02-12
1
-4
/
+6
*
Removed more vestiges of vfs_ioopt:
bde
2004-02-11
1
-38
/
+4
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-5
/
+7
*
Remove unnecessary vm object reference and deallocate calls from ffs_read()
alc
2004-01-31
1
-30
/
+0
*
Turn uio_resid/uio_offset comments into KASSERTs
ache
2004-01-27
1
-16
/
+8
*
Copy comment about caller check from ffs_read to ffs_extread, don't
ache
2004-01-23
1
-2
/
+6
*
Fix various panic() strings to reflect true function name to allow
ache
2004-01-23
1
-11
/
+12
*
ffs_read:
ache
2004-01-23
1
-7
/
+14
*
Spell magic '16' number as IO_SEQSHIFT.
kan
2004-01-19
1
-2
/
+2
*
Avoid calling vprint on a vnode while holding its interlock mutex.
kan
2004-01-04
1
-2
/
+2
*
Set fs_ronly to the correct value in ffs_reload() when reloading the file
truckman
2003-12-07
1
-0
/
+2
*
Write the UFS2 superblock with a 'BAD' magic number at the beginning
wes
2003-11-16
1
-0
/
+1
*
Send B_PHYS out to pasture, it no longer serves any function.
phk
2003-11-15
1
-1
/
+1
*
Call free(9) after the vnode interlock is released, avoiding a lock-order
alc
2003-11-13
1
-1
/
+1
*
Update the statfs structure with 64-bit fields to allow
mckusick
2003-11-12
1
-0
/
+11
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
3
-38
/
+38
*
Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter
kan
2003-11-03
1
-1
/
+2
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
2
-5
/
+10
*
Temporarily undo parts of the stuct mount locking commit by jeff.
kan
2003-11-01
2
-23
/
+6
*
Tweak the calculation of minbfree in ffs_dirpref() so that only
truckman
2003-10-31
1
-7
/
+7
*
Move the P_COWINPROGRESS flag from being a per-process p_flag to being a
jhb
2003-10-23
2
-15
/
+15
*
Initialize bp->b_offset to the physical offset in partition
tegge
2003-10-22
1
-6
/
+5
*
DuH!
phk
2003-10-18
3
-3
/
+3
*
Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()
phk
2003-10-18
3
-0
/
+3
*
When expunging unlinked files from a snapshot, skip over holes in the
mckusick
2003-10-17
1
-6
/
+16
*
- My last commit to this file is still not safe, I believe that it may be
jeff
2003-10-06
1
-0
/
+6
*
- Reinstate 1.142 this was fixed by 1.144.
jeff
2003-10-06
1
-3
/
+5
*
- The VCHR case in ffs_sync() is an unneccsary optimization especially
jeff
2003-10-05
1
-5
/
+2
*
- Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE()
jeff
2003-10-05
1
-16
/
+12
*
- In ffs_update() assert that either the vnode lock or the XLOCK is held.
jeff
2003-10-05
1
-0
/
+4
*
- Check the XLOCK before inspecting v_data.
jeff
2003-10-05
1
-9
/
+25
*
- Skip over xvp if XLOCK is set.
jeff
2003-10-05
1
-1
/
+2
*
- Don't cache_purge() in ufs_reclaim. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
Synchronize access to a vm page's valid field using the containing
alc
2003-10-04
1
-3
/
+4
*
- The VI assert in getdirtybuf() is only valid if we're not on a VCHR
jeff
2003-10-04
1
-1
/
+4
*
- Increase the scope of the interlock in ffs_reload(). Acquire it before
jeff
2003-10-04
1
-9
/
+6
*
- Fix an unlocked call to GETATTR by slightly shuffling the code in
jeff
2003-10-04
1
-6
/
+14
*
- Use the VI_LOCK macro in two places where we directly called mtx_lock()
jeff
2003-10-04
1
-2
/
+2
*
- Properly acquire the vnode interlock before releasing the
jeff
2003-10-04
1
-11
/
+23
*
- Remove a mp_fixme() and some locks that weren't necessary. I now
jeff
2003-10-04
1
-6
/
+1
*
- Several of the callers to getdirtybuf() were erroneously changed to pass
jeff
2003-09-03
1
-9
/
+16
*
- Backout rev 1.142. This caused a deadlock that I do not understand. More
jeff
2003-08-31
1
-5
/
+3
*
- Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() to
jeff
2003-08-31
1
-3
/
+5
*
- Don't acquire the vnode interlock in drain_output(). Instead, require the
jeff
2003-08-31
1
-53
/
+77
*
- Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.
jeff
2003-08-28
1
-12
/
+20
[next]