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
*
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
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-4
/
+3
*
Add the VFS_AIO config option and leave it off by default. Unless the
jasone
2000-02-23
1
-7
/
+153
*
Back out the previous spl change, since it opens a race window.
jasone
2000-01-20
1
-1
/
+1
*
Don't tsleep() while at splbio().
jasone
2000-01-20
1
-2
/
+12
*
Fix vn_isdisk() usage to make AIO work on non-disk-files again, rather
green
2000-01-17
1
-2
/
+11
*
Add aio_waitcomplete(). Make aio work correctly for socket descriptors.
jasone
2000-01-14
1
-502
/
+633
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-2
/
+2
*
Convert various pieces of code to use vn_isdisk() rather than checking
phk
1999-11-22
1
-4
/
+1
*
Simplify and de-bogotify check for raw disk.
phk
1999-11-07
1
-31
/
+15
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-18
/
+13
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-3
/
+0
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
1
-4
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-10
/
+3
*
s/v_specinfo/v_rdev/
phk
1999-08-13
1
-2
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+1
*
Slight reorganization of kernel thread/process creation. Instead of using
peter
1999-07-01
1
-3
/
+3
*
Slight tweak to fork1() calling conventions. Add a third argument so
peter
1999-06-30
1
-3
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-2
/
+2
*
Introduce the makebdev() function, it does the same as the makedev()
phk
1999-06-01
1
-2
/
+2
*
major(something) can never become NODEV.
phk
1999-05-09
1
-4
/
+2
[next]