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
*
Fix fsbtodb() for UFS1. This fixes an overflow for file sizes >1 TB,
njl
2004-10-09
1
-1
/
+1
*
Back out changes which were introduced to delay mounting root file system.
pjd
2004-10-05
1
-1
/
+4
*
Remove support for accessing device nodes in UFS/FFS.
phk
2004-09-28
5
-151
/
+7
*
Give cluster_write() an explicit vnode argument.
phk
2004-09-27
1
-1
/
+1
*
Introduce new /boot/loader.conf variable: root_mount_delay.
pjd
2004-09-23
1
-4
/
+1
*
The getpages VOP was a good stab at getting scatter/gather I/O without
phk
2004-09-19
1
-112
/
+5
*
Do not traverse list of snapshots if there isn't one.
phk
2004-09-16
1
-0
/
+4
*
Missed a place where snapshots were allocated in my last commit to
phk
2004-09-16
1
-11
/
+8
*
Create struct snapdata which contains the snapshot fields from cdev
phk
2004-09-13
1
-70
/
+88
*
Remove the buffercache/vnode side of BIO_DELETE processing in
phk
2004-09-13
1
-1
/
+0
*
Create simple function init_va_filerev() for initializing a va_filerev
phk
2004-09-07
1
-24
/
+1
*
Currently, if the secure level is low enough, system flags can
csjp
2004-08-22
1
-1
/
+1
*
Generalize the UFS bad magic value used to determine when a filesystem
jhb
2004-08-19
1
-1
/
+1
*
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
[next]