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
*
When cleaning up excess inode dependencies, check for being done.
mckusick
2001-02-22
1
-0
/
+2
*
This patch corrects two problems with the rate limiting code
mckusick
2001-02-20
1
-4
/
+9
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
1
-1
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-0
/
+72
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-2
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
5
-55
/
+55
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
3
-30
/
+15
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
4
-26
/
+26
*
Use <sys/queue.h> macro API.
phk
2001-02-04
2
-18
/
+18
*
Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.
phk
2001-02-04
1
-4
/
+0
*
Extend the sanity checks in ufs_lookup to ensure that each directory
iedowse
2001-02-04
1
-1
/
+2
*
Use the correct flags field when checking for a read-only filesystem
iedowse
2001-02-03
1
-1
/
+1
*
Fix a race between the syncer and umount. When you umount a softupdates
dillon
2001-01-30
1
-12
/
+38
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
4
-37
/
+34
*
The ffs superblock includes a 128-byte region for use by temporary
iedowse
2001-01-15
3
-34
/
+36
*
Properly compute the size of the final block of superblock summary information.
mckusick
2001-01-12
1
-1
/
+1
*
o Commit reems of style(9) changes, whitespace improvements, and comment
rwatson
2001-01-07
1
-61
/
+60
*
o Zero the ufs_extattr_header length field (not necessary, but not a bad
rwatson
2001-01-07
1
-1
/
+8
*
o Add an additional EA inconsistency reporting opportunity in
rwatson
2001-01-07
1
-2
/
+16
*
o Make call to ufs_extattr_rm() in ufs_extattr_vnode_inactive() use
rwatson
2001-01-07
1
-1
/
+1
*
o Remove unnecessary sanity check involving requested offset of extended
rwatson
2001-01-07
1
-5
/
+0
*
This implements a better launder limiting solution. There was a solution
dillon
2000-12-26
1
-1
/
+3
*
Several small but important fixes for snapshots:
mckusick
2000-12-19
4
-17
/
+40
*
Get rid of spurious check in ffs_truncate for i_size == length
mckusick
2000-12-19
1
-2
/
+0
*
add a stub for softdep_slowdown so that it's possible to build the
assar
2000-12-17
1
-0
/
+6
*
Avoid a data-consistency race between write() and mmap()
dillon
2000-12-17
1
-0
/
+9
*
- Move ifs_init() so that it can initialize ifs_inode_hash_mtx.
tanimura
2000-12-14
1
-12
/
+12
*
Do not race for the lock of an inode hash.
tanimura
2000-12-13
2
-12
/
+84
*
Preventing runaway kernel soft updates memory, take three.
mckusick
2000-12-13
4
-73
/
+168
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
3
-18
/
+11
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-13
/
+13
*
Add necessary bwillwrite() in writev() entry point.
dillon
2000-12-06
1
-3
/
+3
*
More aggressively rate limit the growth of soft dependency structures
mckusick
2000-11-20
1
-33
/
+21
*
Implement a low-memory deadlock solution.
dillon
2000-11-18
3
-17
/
+26
*
When deleting a file, the ordering of events imposed by soft updates
mckusick
2000-11-14
1
-15
/
+18
*
Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 of
bde
2000-11-04
1
-1
/
+3
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-21
/
+0
*
Add a missing <sys/systm.h>
phk
2000-10-30
1
-0
/
+1
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
3
-3
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to perform
rwatson
2000-10-19
2
-26
/
+48
*
Initial commit of IFS - a inode-namespaced FFS. Here is a short
adrian
2000-10-14
9
-7
/
+1326
*
o Sanity check was inverted, resulting in a possible spurious panic
rwatson
2000-10-09
1
-1
/
+1
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
3
-9
/
+9
*
o Move initialization of ump from mp to the top of the function so that
rwatson
2000-10-06
1
-2
/
+1
*
o Add call to ufs_extattr_uepm_destroy() in ffs_unmount() so as to clean
rwatson
2000-10-04
1
-0
/
+15
*
o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy()
rwatson
2000-10-04
2
-2
/
+25
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
6
-15
/
+23
*
Add a lock structure to vnode structure. Previously it was either allocated
bp
2000-09-25
4
-4
/
+7
[next]