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
*
- Eliminate the acquisition and release of the bqlock in bremfree() by
jeff
2004-11-18
1
-1
/
+2
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
1
-3
/
+3
*
Be prepared to accept NULL mountargs as part of root-mounting.
phk
2004-11-13
1
-5
/
+9
*
Put back the vfs_object_create() calls, they do make a difference when
phk
2004-11-12
1
-0
/
+2
*
fix some comments
phk
2004-11-10
1
-4
/
+1
*
Use mount flags instead of NULL path to detect root filesystem mount.
phk
2004-11-09
1
-1
/
+1
*
Stop pretending to have a vm_object backing the underlying disk vnode:
phk
2004-11-09
1
-9
/
+0
*
Properly implement a default version of VOP_GETWRITEMOUNT.
phk
2004-11-06
1
-1
/
+0
*
Don't grab the exclusive bit on a root filesystem until we are willing
phk
2004-11-04
1
-14
/
+14
*
Move UFS from DEVFS backing to GEOM backing.
phk
2004-10-29
10
-124
/
+96
*
We only support backing UFS/FFS with disks.
phk
2004-10-28
1
-10
/
+3
*
Eliminate unnecessary KASSERTS.
phk
2004-10-27
2
-4
/
+0
*
KASSERT that we only get to prewrite() on writes.
phk
2004-10-26
1
-2
/
+2
*
White space changes. Add missing static.
phk
2004-10-26
1
-6
/
+5
*
Replace single case switch() with if().
phk
2004-10-26
1
-8
/
+2
*
Vertically align comment.
phk
2004-10-26
1
-1
/
+1
*
The island council met and voted buf_prewrite() home.
phk
2004-10-26
4
-5
/
+46
*
Fix syntax errors introduced by last commit.
phk
2004-10-26
1
-4
/
+3
*
Put the I/O block size in bufobj->bo_bsize.
phk
2004-10-26
2
-1
/
+2
*
Degeneralize the per cdev copyonwrite callback. The only possible value
phk
2004-10-26
3
-9
/
+4
*
Loose the v_dirty* and v_clean* alias macros.
phk
2004-10-25
5
-30
/
+30
*
Remove vnode->v_bsize. This was a dead-end.
phk
2004-10-25
1
-1
/
+0
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
2
-2
/
+2
*
Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.
phk
2004-10-22
2
-2
/
+2
*
Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT
phk
2004-10-21
3
-18
/
+12
*
Explicitly break out NETA license from Berkeley license to clearly
rwatson
2004-10-20
4
-0
/
+84
*
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
[next]