summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/io/NativeIO.java
Commit message (Expand)AuthorAgeFilesLines
* Drop file continously from cache as we read it.Henning Baldersheim2019-06-241-7/+16
* No reason to make warning on an optional operation.Henning Baldersheim2018-10-101-1/+1
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Just accept that the file being dropped does not exist. Also sync the file be...Henning Baldersheim2018-09-261-1/+7
* Make legger static and add some interface commentsHenning Baldersheim2018-09-261-1/+12
* Revert "Revert "Balder/add native fadvise""Henning Baldersheim2018-09-261-0/+87
* Revert "Balder/add native fadvise"Jon Marius Venstad2018-09-261-87/+0
* Fix comments from pull request review.Henning Baldersheim2018-09-261-4/+4
* Do not expose error.Henning Baldersheim2018-09-261-6/+10
* USE jna to provide access to native fadvise system callHenning Baldersheim2018-09-261-0/+83