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
*
Don't peak into the malloc_type structure for limits. The desired vnodes
jeff
2002-04-15
1
-2
/
+1
*
Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.
phk
2002-04-08
1
-1
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
4
-5
/
+5
*
Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>
phk
2002-04-03
2
-0
/
+3
*
Use DIOCGSECTORSIZE instead of the bogus DIOCGPART ioctl.
phk
2002-04-02
1
-6
/
+8
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
8
-16
/
+16
*
In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally
bde
2002-03-30
1
-1
/
+1
*
Two minor changes to dirhash, which result in some marginal benchmark
dwmalone
2002-03-20
1
-3
/
+15
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
4
-15
/
+15
*
Remove __P.
alfred
2002-03-19
14
-280
/
+271
*
Fixed some printf format errors (hopefully all of the remaining daddr64_t
bde
2002-03-19
1
-5
/
+6
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
13
-81
/
+96
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
4
-11
/
+21
*
Quiet a warning on the Alpha.
obrien
2002-03-15
1
-1
/
+5
*
This corrects the first of two known deadlock conditions that
mckusick
2002-03-14
1
-12
/
+1
*
Fix a bug in ufsdirhash_adjfree() that caused it to incorrectly
iedowse
2002-03-11
1
-10
/
+7
*
I missed one VOP_CLOSE in the previous commit.
phk
2002-03-11
1
-0
/
+5
*
As a XXX bandaid open the mounted device READ/WRITE even if we only mount
phk
2002-03-11
1
-0
/
+14
*
Update DBA for NAI. We have several. We used the wrong one. :-)
rwatson
2002-03-07
1
-1
/
+1
*
Add new errno ``ENOATTR''.
green
2002-03-07
2
-29
/
+17
*
cleanup readability syntax prior to ongoing b_resid work commits.
dillon
2002-03-06
1
-4
/
+5
*
Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic
jhb
2002-02-27
1
-1
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
7
-32
/
+32
*
Replace bowrite() with BUF_WRITE in ufs.
phk
2002-02-22
1
-3
/
+3
*
o Minor style fix on #endif, missing '_' in comment.
rwatson
2002-02-20
1
-1
/
+1
*
Make v_addpollinfo() visible and non-inline.
phk
2002-02-18
1
-5
/
+2
*
Move the stuff related to select and poll out of struct vnode.
phk
2002-02-17
1
-6
/
+12
*
Collect the VN_KNOTE() macro definitions on vnode.h
phk
2002-02-17
3
-8
/
+0
*
In a threaded world, differnt priorirites become properties of
julian
2002-02-11
1
-2
/
+2
*
Minor style tweaks.
rwatson
2002-02-10
1
-19
/
+15
*
Copyright + license update.
rwatson
2002-02-10
1
-1
/
+10
*
Part I: Update extended attribute API and ABI:
rwatson
2002-02-10
1
-20
/
+31
*
Remove di_inumber since LFS is long gone.
phk
2002-02-10
1
-2
/
+0
*
Occationally background fsck would cause a spurious ``freeing free
mckusick
2002-02-07
1
-0
/
+4
*
Occationally deleted files would hang around for hours or days
mckusick
2002-02-07
1
-7
/
+10
*
When taking a snapshot, we must check for active files that have
mckusick
2002-02-02
6
-272
/
+336
*
Add a stub for softdep_request_cleanup() so that compilation without
mckusick
2002-01-23
1
-0
/
+9
*
This patch fixes a long standing complaint with soft updates in
mckusick
2002-01-22
3
-10
/
+64
*
Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26
mckusick
2002-01-17
2
-4
/
+4
*
Put write on read-only filesystem panic after we have weeded out
mckusick
2002-01-16
1
-2
/
+2
*
When downgrading a filesystem from read-write to read-only, operations
mckusick
2002-01-15
4
-8
/
+17
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-0
/
+3
*
When going to sleep, we must save our SPL so that it does not get
mckusick
2002-01-12
1
-38
/
+76
*
Must call drain_output() before checking the dirty block list
mckusick
2002-01-11
1
-8
/
+10
*
Do not pull quota entries of the cache-list if they have already
phk
2002-01-10
1
-1
/
+2
*
Initialise the bioops vector hack at runtime rather than at link time. This
msmith
2002-01-08
1
-8
/
+7
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
2
-2
/
+2
*
Change the atomic_set_char to atomic_set_int and atomic_clear_char
mckusick
2001-12-18
3
-13
/
+17
*
Make sure we ignore the value of `fs_active' when reloading the
iedowse
2001-12-16
1
-1
/
+2
*
Move the new superblock field `fs_active' into the region of the
iedowse
2001-12-16
1
-5
/
+7
[next]