chiark / gitweb /
readahead: implement minimal readahead logic based on fanotify(), mincore() and reada...
authorLennart Poettering <lennart@poettering.net>
Thu, 23 Sep 2010 13:01:41 +0000 (15:01 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Sep 2010 13:02:13 +0000 (15:02 +0200)
commit22be093ffb403a1c474037939ca9b88b1ee39f77
tree99b06c7fa271316661a2c3e2ea9bd69ff370a53f
parent647703fecb8c9928d0f13fd95d17fd5f2280c7e1
readahead: implement minimal readahead logic based on fanotify(), mincore() and readahead()
12 files changed:
.gitignore
Makefile.am
configure.ac
src/hashmap.c
src/hashmap.h
src/linux/fanotify.h [new file with mode: 0644]
src/macro.h
src/missing.h
src/readahead-collect.c [new file with mode: 0644]
src/readahead-common.c [new file with mode: 0644]
src/readahead-common.h [new file with mode: 0644]
src/readahead-replay.c [new file with mode: 0644]