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
*
Return EINVAL instead of panicing for rename("dir1", "dir2/..").
bde
1995-10-07
1
-2
/
+2
*
use roundup2 to avoid a bunch of 64bit divides.
phk
1995-10-06
1
-5
/
+5
*
Re-enable read clustering.
dyson
1995-09-25
1
-3
/
+3
*
Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace and
dg
1995-09-22
1
-2
/
+2
*
Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.
dg
1995-09-22
1
-2
/
+2
*
Remove transitory labelling code. Labels are now handled by essentially
bde
1995-09-16
1
-287
/
+16
*
Fix benign type mismatch in a call to VOP_BMAP().
bde
1995-09-11
1
-2
/
+2
*
Obtained from:4.4lite2
julian
1995-09-09
1
-10
/
+14
*
Slight optimization for the standard case of rotdelay=0.
dg
1995-09-08
1
-11
/
+11
*
Correct a case in the ffs_getpages where a page is not found in
dyson
1995-09-07
1
-1
/
+3
*
Added indirect pointer for ffs_getpages, and added external declaration.
dyson
1995-09-06
2
-2
/
+4
*
Added new ffs_getpages routine. It isn't optimized yet, but FFS
dyson
1995-09-06
1
-1
/
+191
*
Correct prototype for ufs_bmaparray()
dyson
1995-09-04
1
-2
/
+2
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
7
-18
/
+41
*
Declare vfs_mountroot() in the right place.
bde
1995-08-30
1
-3
/
+1
*
Fix correct_writedisklabel() and writedisklabel(). Their setting of
bde
1995-08-28
1
-11
/
+14
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
7
-270
/
+515
*
Don't call VOP_UPDATE() with volatile timestamps.
bde
1995-08-25
2
-6
/
+12
*
Fixed mfs reboot panic by never returning failure from mfs_start().
dg
1995-08-20
1
-6
/
+5
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
2
-3
/
+3
*
Honor -async mount option when doing the inode update.
dg
1995-08-16
1
-2
/
+2
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
3
-6
/
+6
*
On closer inspection, it turns out that all of the callers of disksort
dg
1995-08-07
1
-5
/
+1
*
Since buffers can be pulled off of the disk queue at interrupt time and
dg
1995-08-07
1
-2
/
+7
*
Use bdwrite() rather than brelse(). The cylinder group bitmap modification
dg
1995-08-07
1
-2
/
+2
*
Removed redundant call to vm_object_page_clean: this is already handled
dg
1995-08-06
1
-7
/
+1
*
Removed redundant call to vm_object_page_clean - this is already done
dg
1995-08-06
1
-6
/
+1
*
Use the correct flags (IO_SYNC -> B_SYNC) when deciding to do a sync or
dg
1995-08-04
1
-3
/
+3
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
2
-4
/
+4
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
4
-8
/
+6
*
Since ufs_ihashget can block, the lock must be checked for each time
dg
1995-07-21
1
-14
/
+8
*
Implement a lock in ffs_vget to prevent a race condition where two processes
dg
1995-07-21
1
-4
/
+34
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
2
-8
/
+4
*
1) Converted v_vmdata to v_object.
dg
1995-06-28
2
-7
/
+7
*
Fixed VOP_LINK argument order botch.
dg
1995-06-28
2
-15
/
+15
*
Remove trailing whitespace.
rgrimes
1995-05-30
21
-98
/
+98
*
Mount MFS as root RW. Remounting doesn't make sense.
phk
1995-05-29
1
-2
/
+1
*
Kill bogus vnode_pager_setsize(). It was being called at the wrong time
dg
1995-05-28
1
-2
/
+1
*
Changes to fix the following bugs:
dg
1995-05-21
1
-9
/
+1
*
NFS diskless operation was broken because swapdev_vp wasn't initialized.
dg
1995-05-19
2
-8
/
+8
*
Fixed incompleteness that would allow dirty filesystems to get mounted
dg
1995-05-15
1
-5
/
+21
*
From Bruce Evans:
dg
1995-05-15
1
-2
/
+3
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
4
-10
/
+12
*
Limit filesize to the amount that the VM system can currently handle
dyson
1995-05-01
1
-1
/
+16
*
Add a printf so we can see where we get our rootfs from.
phk
1995-04-25
1
-1
/
+2
*
Fixed the mmap hang fix previously committed so that it works
dyson
1995-04-25
1
-5
/
+9
*
Changes to get rid of ufslk2 hangs when doing read/write to/from
dyson
1995-04-24
5
-28
/
+60
*
Make vegetarian and animal rights people happy and use 0xdeadc0de instead
dg
1995-04-16
1
-3
/
+3
*
Handle the "syncing VCHR vnode hang" problem a little differently; just
dg
1995-04-11
1
-8
/
+14
*
Changes from John Dyson and myself:
dg
1995-04-09
7
-24
/
+68
[next]