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
*
Expand the arguments to ffs_ext{read,write}() to their component
phk
2002-08-13
1
-41
/
+17
*
Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is an
phk
2002-08-13
2
-7
/
+65
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
5
-13
/
+13
*
Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent
rwatson
2002-08-12
2
-5
/
+7
*
Stop pretending that the FFS file ufs_readwrite.c is a UFS file.
phk
2002-08-12
2
-1075
/
+1028
*
Fix a comment.
phk
2002-08-12
1
-1
/
+1
*
Don't call softdep_slowdown() if soft updates are not active on the
iedowse
2002-08-05
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
8
-30
/
+55
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-1
/
+31
*
I forgot this bit of uglyness in the fsck_ffs cleanup.
phk
2002-07-31
1
-0
/
+1
*
Fix braino in last commit.
phk
2002-07-30
1
-3
/
+0
*
Move ffs_isfreeblock() to ffs_alloc.c and make it static.
phk
2002-07-30
3
-26
/
+25
*
Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-0
/
+8
*
Add a missing argument to the stub for softdep_setup_freeblocks.
benno
2002-07-20
1
-1
/
+2
*
Fix a warning:
peter
2002-07-20
1
-1
/
+2
*
Add support to UFS2 to provide storage for extended attributes.
mckusick
2002-07-19
13
-211
/
+1043
*
Change utimes to set the file creation time (for filesystems that
mckusick
2002-07-17
1
-1
/
+11
*
Change the name of st_createtime to st_birthtime. This change is
mckusick
2002-07-16
3
-8
/
+8
*
Fix a type: s/your are/you are/
trhodes
2002-07-12
1
-1
/
+1
*
Fixed some printf format errors (4 new ones reported by gcc and 5 nearby
bde
2002-07-08
1
-7
/
+7
*
Use indirect function pointer hooks instead of #ifdef SOFTUPDATES
iedowse
2002-07-01
1
-0
/
+6
*
Add the ffs bits necessary to support unloading of the ufs kernel
iedowse
2002-07-01
4
-2
/
+38
*
Remove the bogus SYSINIT from ufs_dirhash.c and instead add a call
iedowse
2002-06-30
7
-7
/
+65
*
Remove the kernel file-size limit for UFS2, so that only the limit
iedowse
2002-06-26
1
-5
/
+7
*
At long last, commit the zero copy sockets code.
ken
2002-06-26
1
-1
/
+1
*
Force the quota update to be done when an inode is released in
mckusick
2002-06-25
1
-1
/
+1
*
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
[next]