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
*
Implement ffs_listextattr() by breaking out that logic and special-cased
rwatson
2003-06-05
1
-32
/
+88
*
Don't special-case handling of the empty string in the UFS1
rwatson
2003-06-05
1
-4
/
+1
*
Return EOPNOTSUPP for attempted EA operations on VCHR vnodes in UFS2;
rwatson
2003-06-01
1
-0
/
+14
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
Remove unused local variables.
phk
2003-05-31
3
-33
/
+7
*
The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent
phk
2003-05-31
1
-4
/
+0
*
Lock the vm object when performing vm_object_page_clean().
alc
2003-05-18
1
-1
/
+4
*
Jeff added locking assertions that the VV_ flags on vnodes were modified
rwatson
2003-05-15
1
-5
/
+11
*
Lock the vm_object on entry to vm_object_vndeallocate().
alc
2003-05-03
1
-0
/
+5
*
Do not attempt to free NULL dinodes (i_din1 or i_din2) in ffs_ifree().
tjr
2003-05-01
1
-2
/
+2
*
Free i_din2 instead of i_din1 in ffs_ifree() on UFS2 filesystems.
tjr
2003-05-01
1
-1
/
+1
*
Fix some easy, global, lint warnings. In most cases, this means
markm
2003-04-30
2
-3
/
+3
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
2
-3
/
+2
*
Lock both the proc lock and sched_lock when calling sched_nice since
jhb
2003-04-22
1
-1
/
+10
*
- Use the sched_nice() api instead of setting the nice value directly.
jeff
2003-04-12
1
-2
/
+3
*
Sufficient access checks are performed by vmapbuf() that calling useracc()
alc
2003-04-06
1
-5
/
+0
*
Check return value from vmapbuf instead of the function address.
tegge
2003-03-27
1
-2
/
+1
*
Eliminate a buffer sleep/wakeup race.
tegge
2003-03-27
1
-7
/
+3
*
Add support for reading directly from file to userland buffer when the
tegge
2003-03-26
2
-0
/
+511
*
Use td->td_ucred instead of td->td_proc->p_ucred.
jhb
2003-03-20
2
-2
/
+2
*
Minor fixes to ffs_fserr():
jhb
2003-03-20
1
-3
/
+3
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
6
-6
/
+0
*
- Remove a race between fsync like functions and flushbufqueues() by
jeff
2003-03-13
1
-4
/
+2
*
Use the appropriate size when zeroing out the unused portion
mckusick
2003-03-07
1
-3
/
+3
*
Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.
alc
2003-03-06
1
-108
/
+0
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
7
-19
/
+19
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-1
/
+1
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
2
-10
/
+10
*
Change the field used to test whether the superblock has been updated
mckusick
2003-02-25
1
-1
/
+5
*
- Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.
jeff
2003-02-25
2
-5
/
+6
*
Expand the reference count on struct dquot to 32 bits.
das
2003-02-24
1
-2
/
+1
*
When removing the last item from a non-empty worklist, the worklist
mckusick
2003-02-24
1
-2
/
+15
*
This patch fixes a deadlock between the bufdaemon and a process taking
mckusick
2003-02-22
1
-7
/
+43
*
This patch fixes a bug on an active filesystem on which a snapshot
mckusick
2003-02-22
3
-1
/
+47
*
This patch fixes a bug in the logical block calculation macros so
mckusick
2003-02-22
2
-7
/
+7
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
9
-29
/
+29
*
Replace use of random() with arc4random() to provide less guessable
mckusick
2003-02-14
2
-3
/
+3
*
Correct lines incorrectly added to the copyright message.
mckusick
2003-02-14
2
-6
/
+0
*
- Cleanup unlocked accesses to buf flags by introducing a new b_vflag member
jeff
2003-02-09
1
-7
/
+6
*
Catch more uses of MIN().
alfred
2003-02-02
1
-2
/
+0
*
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
[next]