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
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+1
*
Remove unused argument to vrecycle()
phk
2005-01-28
1
-1
/
+1
*
Introduce and use g_vfs_close().
phk
2005-01-25
1
-2
/
+2
*
Don't use VOP_GETVOBJECT, use vp->v_object directly.
phk
2005-01-25
1
-5
/
+4
*
Create a vnode object when the file is opened. Trust that we did so.
phk
2005-01-24
2
-14
/
+2
*
Don't create vnode_pager objects for the disk device.
phk
2005-01-24
1
-2
/
+0
*
Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
phk
2005-01-24
1
-0
/
+1
*
Polish style.
phk
2005-01-24
1
-9
/
+4
*
- Convert the global LK lock to a mutex.
jeff
2005-01-24
1
-738
/
+454
*
- Initialize and destroy the per-filesystem ufs lock where appropriate.
jeff
2005-01-24
1
-3
/
+24
*
- Remove GIANT_REQUIRED where giant is no longer required.
jeff
2005-01-24
1
-10
/
+0
*
- Use the ufs lock to protect fs_active.
jeff
2005-01-24
1
-10
/
+26
*
- Acquire the ufs lock around several ffs_alloc functions that require
jeff
2005-01-24
1
-2
/
+23
*
- Don't use atomic operations to deal with the active array, instead
jeff
2005-01-24
1
-96
/
+183
*
- Acquire the ufs lock when manipulating some fields of struct fs.
jeff
2005-01-24
1
-7
/
+13
*
- Mark the struct fs members that require the ufsmount mutex.
jeff
2005-01-24
1
-7
/
+15
*
- Change some function parameters so that the ufsmount structure is
jeff
2005-01-24
1
-3
/
+4
*
- Add a mutex to the ufsmount structure. This mutex is used to protect
jeff
2005-01-24
1
-3
/
+8
*
Fix ACLs handling for the root file system.
pjd
2005-01-15
1
-0
/
+5
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
2
-7
/
+6
*
Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()
phk
2005-01-13
2
-5
/
+4
*
Add BO_SYNC() and add a default which uses the secret vnode pointer
phk
2005-01-11
1
-0
/
+1
*
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
phk
2005-01-11
2
-2
/
+2
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
7
-32
/
+30
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
27
-27
/
+27
*
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
[next]