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
/
kern
/
vfs_aio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o aio_process needn't fhold()/fdrop() the fp now that _aio_aqueue() and
alc
2002-04-04
1
-13
/
+6
*
Keep the reference to the file acquired in _aio_aqueue() until the operation
alc
2002-03-31
1
-3
/
+7
*
Added used include of <sys/sx.h>. Don't depend on namespace pollution in
bde
2002-03-25
1
-0
/
+1
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-40
/
+45
*
Document all functions, global and static variables, and sysctls.
eivind
2002-03-05
1
-43
/
+80
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-1
/
+9
*
o Clearing p/td_retval[0] after aio_newproc() is unnecessary. (We stopped
alc
2002-02-12
1
-6
/
+1
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-4
/
+4
*
o Remove the unused vestiges of JOBST_JOBQPROC and
alc
2002-01-20
1
-15
/
+1
*
o Revision 1.99 ("KSE Milestone 2") left the aio daemons
alc
2002-01-20
1
-2
/
+2
*
o Eliminate an unused parameter from aio_fphysio().
alc
2002-01-17
1
-3
/
+3
*
o Correct the initialization of aiolio_zone: Each entry was 16 times larger
alc
2002-01-14
1
-13
/
+5
*
o Correct a 32/64-bit error in the initialization of aiol_zone, specifically,
alc
2002-01-09
1
-1
/
+1
*
o Add missing synchronization (splnet()/splx()) in aio_free_entry().
alc
2002-01-06
1
-1
/
+27
*
o Properly check the file descriptor passed to aio_cancel(2). (Previously,
alc
2002-01-02
1
-14
/
+3
*
o Some style(9)-motivated changes to white space.
alc
2002-01-01
1
-13
/
+13
*
o Correct an off-by-one error in aio_suspend(2).
alc
2001-12-31
1
-1
/
+1
*
o Use "td->td_proc" instead of "curproc" where possible.
alc
2001-12-31
1
-10
/
+8
*
Make AIO a loadable module.
alfred
2001-12-29
1
-72
/
+85
*
o Eliminate compilation warnings on 64-bit architectures.
alc
2001-12-10
1
-3
/
+3
*
o Eliminate unnecessary synchronization from filt_aiodetach().
alc
2001-12-09
1
-5
/
+3
*
The aio kthreads start off with a root credential just like all other
jhb
2001-10-05
1
-7
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-76
/
+93
*
Check validity of signal callback requested via aio routines.
alfred
2001-04-18
1
-2
/
+13
*
When aio_read/write() is used on a raw device, physical buffers are
alc
2001-03-10
1
-7
/
+26
*
Use the kthread API to create and destroy AIO daemons.
alc
2001-03-09
1
-9
/
+7
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-9
/
+26
*
Add a missing splx() to aio_fphysio(). (This change is a no-op in -5.0,
alc
2001-03-06
1
-12
/
+6
*
Eliminate the aio_freejobs list. Its purpose was to store free
alc
2001-03-05
1
-40
/
+30
*
Remove the field privatemodes from struct __aiocb_private and the
alc
2001-03-04
1
-137
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-1
/
+1
*
Fix typo: wierd -> weird.
asmodai
2001-02-06
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-4
/
+2
*
Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup
jake
2000-12-02
1
-1
/
+1
*
Provide a new interface for the user of aio_read() and aio_write() to request
alc
2000-11-21
1
-29
/
+33
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
1
-5
/
+32
*
_aio_aqueue(): Change kevent registration to use its own struct file pointer.
alc
2000-10-29
1
-3
/
+4
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
aio_qphysio: Eliminate one instance of an out-of-range check that is
alc
2000-09-26
1
-18
/
+3
*
Added used include of <sys/mutex.h> (don't depend on pollution in
bde
2000-09-17
1
-0
/
+2
*
aio processes need to have the Giant mutex before doing work.
jhb
2000-09-11
1
-0
/
+1
*
Remove uidinfo hash table lookup and maintenance out of chgproccnt() and
truckman
2000-09-05
1
-0
/
+2
*
Make filt_aio() check the jobstate for JOBST_JOBBFINISHED (in addition
alc
2000-09-04
1
-1
/
+2
*
Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in the
peter
2000-07-28
1
-7
/
+34
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-14
/
+14
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-14
/
+14
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Introduce kqueue() and kevent(), a kernel event notification facility.
jlemon
2000-04-16
1
-3
/
+104
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-3
/
+3
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-1
/
+1
[next]