]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_aio.c
Fix missing pfctl(8) tunable.
[FreeBSD/FreeBSD.git] / sys / kern / vfs_aio.c
2019-03-21 asomersMFC r340988:
2018-11-27 markjMFC r340899:
2018-08-03 asomersMFC r332631:
2018-01-30 jhbMFC 327792: Don't store shadow copies of per-process...
2018-01-30 jhbMFC 327755: Allow the fast-path for disk AIO requests...
2018-01-30 jhbMFC 327753: Simplify some logic by merging an if test...
2018-01-30 jhbMFC 327752: Add a counter to track in-flight AIO reques...
2017-11-28 asomersMFC r322258, r324941, r324956, r325018
2017-06-26 kibMFC r320108:
2017-02-27 kibMFC kern_mmap(9) and related helpers.
2016-08-24 kibMFC r304286:
2016-08-05 jhbMFC 303406,303501: Fix panic when using aio_fsync().
2016-07-28 jhbMFC 303164: Add more documentation regarding unsafe...
2016-07-28 kibMFC r303154:
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 jhbAccount for AIO socket operations in thread/process...
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-15 jhbMove backend-specific fields of kaiocb into a union.
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-20 jhbConsistently set status to -1 when completing an AIO...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-12 mmMFV r299425:
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-15 philImport to 0.6.1
2016-04-12 philMerge libxo 0.4.6
2016-04-04 gjbMFH
2016-03-31 jhbTidy up the unmapped I/O code in qphysio.
2016-03-21 jhbFully handle size_t lengths in AIO requests.
2016-03-18 pfgaio_qphysio(): Avoid uninitialized pointer read on...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-10 gjbMFH
2016-03-09 jhbSimplify AIO initialization now that it is standard.
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-02 gjbMFH
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 jhbRefactor the AIO subsystem to permit file-type-specific...
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-08 gjbMFH
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-05 jhbRename aiocblist to kaiocb and use consistent variable...
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 gjbMFH
2016-01-26 jhbVarious style fixes.
2016-01-25 gjbMFH
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-21 jhbAIO daemons have always been kernel processes to facili...
2016-01-21 jhbRemove unused variables for socket AIO.
2016-01-20 gjbMFH
2016-01-19 jhbVarious cleanups to the main function for AIO kernel...
2016-01-19 jhbDon't create a dedicated session for each AIO kernel...
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-15 dimMerge ^/head r293850 through r294089.
2016-01-14 jhbRemove aiod_timeout.
2016-01-14 jhbRename aiod_bio taskqueue to aiod_kick.
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-08 delphijMFV r293415:
2016-01-06 dimUpdate clang to trunk r256945.
2016-01-06 dimUpdate llvm to trunk r256945.
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 gjbMFH r289384-r293170
2016-01-04 emasteMerge LLDB 3.8
2015-12-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-07 markjMFV r289003:
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-11-16 ngieMFhead @ r290899
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-28 baptMerge from head
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-25 pjdThe aio_waitcomplete(2) syscall should not sleep when...
2015-10-23 sjgMerge bmake 20151020
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
next