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
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
9
-29
/
+29
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-1
/
+1
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-1
/
+1
*
o Improve wording of the comment that accompanies fs_pad. The
marcel
2003-01-10
1
-1
/
+6
*
Fix superblock alignment problems on non-i386 platforms. Also change fs_uuid
gordon
2003-01-09
1
-2
/
+3
*
Steal some space from fs_fsmnt to create fs_volname and fs_uuid. The volname
gordon
2003-01-08
1
-1
/
+9
*
This patch fixes a problem caused by applications that rapidly and
mckusick
2003-01-07
2
-5
/
+13
*
Temporarily introduce a new VOP_SPECSTRATEGY operation while I try
phk
2003-01-04
1
-1
/
+1
*
Since Jeffr made the std* functions the default in rev 1.63 of
phk
2003-01-04
1
-9
/
+0
*
Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since
phk
2003-01-03
2
-2
/
+2
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
2
-2
/
+2
*
When compiling the kernel do not implicitly include filedesc.h from proc.h,
alfred
2003-01-01
1
-0
/
+1
*
Use three UMA zones for FFS/UFS inodes instead of malloc space.
phk
2002-12-27
1
-11
/
+20
*
Move the allocation of the inode contents into ffs_vfsops.c rather than
phk
2002-12-27
3
-12
/
+10
*
Make ffs_mountfs() static.
phk
2002-12-27
4
-17
/
+24
*
Fix corruption introduced in previous delta.
mckusick
2002-12-18
1
-4
/
+12
*
Keep comments consistent with the code. Minor optimization.
mckusick
2002-12-18
1
-14
/
+4
*
Cosmetic cleanup of unsigned buglets.
mckusick
2002-12-18
1
-5
/
+5
*
Remove unused lockcnt variable.
phk
2002-12-17
1
-3
/
+0
*
Update to previous change (1.54) to use an approperly wide inode field
mckusick
2002-12-15
2
-9
/
+12
*
Undo the adjustment of the total memory used by dirhash in the case
iedowse
2002-12-14
1
-6
/
+10
*
Only the most recent snapshot contains the complete list of blocks
mckusick
2002-12-14
2
-140
/
+188
*
Remove the comment about dump(8) not working properly with snapshots.
trhodes
2002-12-12
1
-3
/
+1
*
More tightly verify the preference returned for the new inode.
mckusick
2002-12-06
1
-1
/
+1
*
Have to use bread() rather than UFS_BALLOC() when obtaining a
mckusick
2002-12-03
1
-24
/
+30
*
Add a check to disable the previous patch so that future filesystems
mckusick
2002-11-30
1
-2
/
+4
*
Remove a race condition / deadlock from snapshots. When
mckusick
2002-11-30
1
-54
/
+112
*
Fix two deadlocks in snapshots:
mckusick
2002-11-30
1
-2
/
+7
*
Check to make sure that the fs_sblockloc field was properly updated
mckusick
2002-11-29
1
-0
/
+10
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
3
-15
/
+24
*
The target for the maximum number of dependencies has been cut
mckusick
2002-11-20
1
-1
/
+1
*
If an error occurs while writing a buffer, then the data will
mckusick
2002-11-20
1
-0
/
+6
*
Do not assume that time_t is an int.
peter
2002-11-15
1
-2
/
+2
*
Print daddr_t's with %j and intmax_t.
jhb
2002-11-08
1
-4
/
+5
*
Update licenses and wording: NAI has authorized the removal of clause three
rwatson
2002-11-04
1
-7
/
+4
*
Implement the new 1003.1-2001 pathconf() keys, including the Advisory
wollman
2002-10-27
1
-11
/
+47
*
Slightly change the semantics of vnode labels for MAC: rather than
rwatson
2002-10-26
2
-15
/
+30
*
Within ufs, the ffs_sync and ffs_fsync functions did not always
mckusick
2002-10-25
2
-4
/
+11
*
We must be careful to avoid recursive copy-on-write faults when
mckusick
2002-10-23
1
-1
/
+14
*
Missplaced FREE_LOCK causes a panic when hit while taking a snapshot.
mckusick
2002-10-23
1
-1
/
+1
*
This update further fine tunes the locking of snapshot vnodes in
mckusick
2002-10-22
1
-12
/
+21
*
This update is a performance improvement when allocating blocks on
mckusick
2002-10-22
1
-0
/
+12
*
This checkin reimplements the io-request priority hack in a way
mckusick
2002-10-22
1
-2
/
+2
*
Rename _POSIX_FOO_PRESENT and friends from POSIX.1e to _PC_FOO_PRESENT
rwatson
2002-10-20
1
-3
/
+3
*
Implement _POSIX_ACL_PATH_MAX, which returns the maximum number of ACL
rwatson
2002-10-20
1
-0
/
+10
*
Teach UFS to respond to pathconf() tests for _POSIX_ACL_EXTENDED and
rwatson
2002-10-20
1
-0
/
+20
*
Clarify that the UFS1 extended attribute configuration steps do not apply
rwatson
2002-10-19
1
-2
/
+2
*
Fix a file-rewrite performance case for UFS[2]. When rewriting portions
dillon
2002-10-18
3
-7
/
+36
*
Update extended attribute readme file to note that no special configuration
rwatson
2002-10-18
1
-1
/
+6
*
Update instructions for ACLs given recent tunefs, mount changes. Also
rwatson
2002-10-18
1
-5
/
+33
[next]