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
*
white space
phk
2004-12-14
1
-4
/
+4
*
Implement simpler panics for VOP_{read,write} on fifos.
phk
2004-12-14
1
-61
/
+8
*
LINT defines things which compile in code that as referring to the old
imp
2004-12-13
1
-2
/
+2
*
With the introduction of UFS2 we started looking for superblocks in
phk
2004-12-12
1
-0
/
+1
*
Revert previous commit. The null-pointer function call (a dereference
marcel
2004-12-11
1
-4
/
+4
*
Fixes a bug that caused UFS2 filesystems bigger than 2TB to
mckusick
2004-12-09
2
-10
/
+10
*
Fix snapshot creation.
phk
2004-12-08
1
-1
/
+1
*
Fix nfs exports (for now). The real fix is to teach mountd about
phk
2004-12-07
1
-9
/
+4
*
The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly
phk
2004-12-07
1
-94
/
+57
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-16
/
+0
*
Fix null-pointer indirect function calls introduced in the previous
marcel
2004-12-05
1
-4
/
+4
*
typo in comment.
phk
2004-12-03
1
-1
/
+1
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
5
-147
/
+107
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
2
-36
/
+36
*
Use system wide no-op vfs_start function.
phk
2004-11-25
3
-16
/
+0
*
- 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
[next]