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
*
Prototype fixes (long newinum --> ino_t newinum).
jlemon
2002-06-24
1
-2
/
+2
*
Warning fixes for 64 bits platforms. This eliminates all the
mux
2002-06-23
5
-23
/
+23
*
Rename the BALLOC flags from B_* to BA_* to avoid confusion with the
dillon
2002-06-23
7
-48
/
+48
*
This patch fixes a problem whereby filesystems that ran
mckusick
2002-06-22
1
-2
/
+2
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
26
-1068
/
+2494
*
In rev 1.72 a situation related to write/mmap was fixed which could result
dillon
2002-06-19
1
-7
/
+11
*
Fix a typo in my recently added comment: s/beleived/believed/
semenu
2002-06-06
1
-1
/
+1
*
Backout/modify previous revision:
alfred
2002-06-01
1
-0
/
+4
*
Silence warnings, remove some empty 'default' switch cases.
alfred
2002-06-01
1
-2
/
+0
*
Remove lock from ffs_vget introduced by v1.24. Instead of locking the
semenu
2002-05-30
3
-76
/
+54
*
Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 as
rwatson
2002-05-19
6
-1347
/
+0
*
Fix two casts to "daddr_t *" that should have been "ufs_daddr_t *".
iedowse
2002-05-18
1
-2
/
+3
*
Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t).
iedowse
2002-05-18
1
-1
/
+1
*
Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_u
iedowse
2002-05-18
6
-27
/
+7
*
Fix ufs_daddr_t/daddr_t type problems.
phk
2002-05-17
3
-4
/
+4
*
Call ufs_bmaparray() with right parameter type.
phk
2002-05-17
1
-1
/
+1
*
More s/file system/filesystem/g
trhodes
2002-05-16
15
-79
/
+79
*
Make daddr_t and u_daddr_t 64bits wide.
phk
2002-05-14
2
-3
/
+3
*
Remove register keyword.
phk
2002-05-13
11
-125
/
+125
*
Remove two "register" and a blank line.
phk
2002-05-12
1
-3
/
+2
*
ARGH! SBLOCK is not unused. Try to get this right.
phk
2002-05-12
2
-3
/
+3
*
Remove #define for BBOFF, it is assumed == 0 so many places that we might
phk
2002-05-12
1
-2
/
+1
*
Remove unused BBLOCK and SBLOCK #defines.
phk
2002-05-12
1
-2
/
+0
*
o Condition the compilation and use of vm_freeze_copyopts()
alc
2002-05-06
1
-1
/
+2
*
Move some UFS related stuff home where it belongs.
phk
2002-05-05
1
-1
/
+7
*
Include systm.h so panic(9) is defined when doing DEBUG_ALL_VFS_LOCKS.
jeff
2002-05-04
1
-0
/
+1
*
Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs and
phk
2002-05-03
4
-16
/
+16
*
Use vop_panic() instead of our home-rolled version.
phk
2002-05-02
1
-16
/
+6
*
Remove support for using soon to be retired "special" poll(2) ops.
alfred
2002-04-18
1
-7
/
+7
*
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
[next]