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
*
When looking for some extra data to include in the hash, use the
dwmalone
2004-08-16
1
-1
/
+1
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
3
-25
/
+22
*
use bufdone() not biodone().
phk
2004-08-08
1
-3
/
+3
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
2
-23
/
+16
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
1
-2
/
+2
*
Avoid using casts as lvalues. Introduce DIP_SET macro which sets proper
kan
2004-07-28
11
-109
/
+120
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
4
-16
/
+16
*
Make sure to update the mnt_stats before UFS1 extattr tried to
phk
2004-07-14
1
-5
/
+4
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
3
-5
/
+6
*
Update for the KDB debugger framework:
marcel
2004-07-10
2
-6
/
+5
*
Explicity initialize vp->v_bsize.
phk
2004-07-07
1
-1
/
+3
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
3
-47
/
+9
*
Annotate that we don't check the returned data length from ufs_readdir()
rwatson
2004-06-24
1
-0
/
+6
*
Remove unnecessary setting of VV_SYSTEM on extended attribute backing
rwatson
2004-06-24
1
-2
/
+0
*
Protect a non-text comment with a '-'.
rwatson
2004-06-24
1
-1
/
+1
*
White space cleanup: use spaces instead of tabs in variable declarations
rwatson
2004-06-24
1
-57
/
+55
*
Backed out previous commit. The dev_t -> `struct cdev *' changes have
bde
2004-06-20
1
-1
/
+1
*
Avoid deadlock which is caused by locking VDIR of parent and VREG of
kuriyama
2004-06-18
1
-0
/
+9
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
6
-10
/
+10
*
Nice, is a property of a process as a whole..
julian
2004-06-16
1
-4
/
+4
*
Avoid assignments to cast expressions.
stefanf
2004-06-08
1
-2
/
+2
*
Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid
tjr
2004-06-03
1
-2
/
+2
*
- Fix typo
krion
2004-05-31
1
-1
/
+1
*
Upon further review it was decided this piece of the msync(2)
kensmith
2004-05-21
1
-0
/
+2
*
Style fixup in previous commit.
kensmith
2004-05-19
1
-4
/
+2
*
Change ffs_realloccg() to set the valid bits for the extended part of the
kensmith
2004-05-14
1
-2
/
+10
*
Revert previous change to this file because it breaks some
bmilekic
2004-04-29
1
-9
/
+2
*
The previous change to mount(8) to report ufs or ufs2 used
bmilekic
2004-04-26
1
-2
/
+9
*
Record where half the bits in this file came from (from ufs_readwrite.c).
bde
2004-04-07
1
-0
/
+2
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
21
-84
/
+0
*
Fix a paste-o from the buf_prewrite() cleanup commit and check for the
jhb
2004-04-06
1
-1
/
+1
*
Fix the remaining warnings of growfs(8) on my sparc64 box with
mux
2004-04-03
1
-1
/
+1
*
Avoid doing bawrite to initialize inode block while holding cylinder
kan
2004-03-16
1
-1
/
+3
*
When I was a kid my work table was one cluttered mess an cleaning it up
phk
2004-03-11
2
-1
/
+32
*
Properly vector all bwrite() and BUF_WRITE() calls through the same path
phk
2004-03-11
3
-19
/
+19
*
A more accurate test in the new ufs_lock than that in 1.235.
mckusick
2004-02-23
1
-2
/
+3
*
In the function clear_inodedeps(), a FREE_LOCK() should be called
mckusick
2004-02-23
1
-1
/
+1
*
Change UFS from using vop_stdlock to using its own ufs_lock.
mckusick
2004-02-23
1
-0
/
+28
*
Update my personal copyrights and NETA copyrights in the kernel
rwatson
2004-02-22
1
-2
/
+2
*
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
[next]