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
/
gnu
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bring in dirhash, a simple hash-based lookup optimisation for large
iedowse
2001-07-10
1
-0
/
+2
*
Fix more mntvnode and vnode interlock order reversals.
jhb
2001-06-28
1
-2
/
+2
*
Fix a mntvnode and vnode interlock reversal.
jhb
2001-06-28
1
-3
/
+4
*
Remove last vestiges of MFS.
phk
2001-05-29
1
-10
/
+0
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-2
/
+2
*
When running with soft updates, track the number of blocks and files
mckusick
2001-05-08
1
-4
/
+3
*
Remove blatantly pointless call to VOP_BMAP().
phk
2001-05-01
1
-4
/
+1
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-32
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-6
/
+9
*
VOP_BALLOC was never really a VOP in the first place, so convert it
phk
2001-04-29
1
-0
/
+2
*
Make a panic less misleading.
phk
2001-04-29
1
-1
/
+1
*
Remove two unused arguments from ufs_bmaparray().
phk
2001-04-29
1
-20
/
+15
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
MFffs ffs_balloc.c 1.5.
bde
2001-04-25
1
-0
/
+2
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
2
-4
/
+2
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-1
/
+1
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-0
/
+2
*
Reviewed by: jlemon
adrian
2001-03-01
1
-5
/
+11
*
Preceed/preceeding are not english words. Use precede or preceding.
asmodai
2001-02-18
1
-1
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-13
/
+13
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-4
/
+4
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-24
/
+3
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-13
/
+12
*
Proc locking, mostly protecting p_ucred while obtaining additional
jhb
2001-01-23
2
-5
/
+28
*
Avoid a data-consistency race between write() and mmap()
dillon
2000-12-17
1
-0
/
+9
*
Put the bits in place for Alpha support for ext2. Not tested.
mjacob
2000-12-09
2
-0
/
+4
*
Correct to a common %ld the 5 argument to a printf.
mjacob
2000-12-09
1
-2
/
+2
*
Use a pointer to a size_t for the 4th argument to copyinstr-
mjacob
2000-12-09
1
-1
/
+1
*
Backed out previous commit. Don't depend on namespace pollution in
bde
2000-12-02
2
-0
/
+2
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
2
-2
/
+0
*
Quick fix for not writing group descriptor group, inode bitmaps or
bde
2000-11-10
1
-1
/
+2
*
Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 of
bde
2000-11-04
1
-1
/
+3
*
Support filesystems with the not-so-new "sparse_superblocks" feature.
bde
2000-11-03
4
-15
/
+45
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
2
-2
/
+0
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-2
/
+0
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-2
/
+2
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-3
/
+5
*
ext2fs depends on ufs code, so update it to properly handle v_lock field.
bp
2000-09-26
1
-1
/
+1
*
Add a lock structure to vnode structure. Previously it was either allocated
bp
2000-09-25
1
-1
/
+0
*
Fixed some serious bugs in ext2_readdir():
bde
2000-09-12
1
-11
/
+22
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-1
/
+23
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
2
-7
/
+17
*
Fix typo (accessable --> accessible).
alex
2000-06-14
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
9
-0
/
+11
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
2
-2
/
+0
*
s/biowait/bufwait/g
phk
2000-04-29
2
-2
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
[next]