On Sat, Sep 13, 2014 at 03:11:58PM -0700, Darrick J. Wong wrote: > Frøm: Andreas Dilger <adilger@xxxxxxxxxxxxx> > > Add a readahead method for prefetching ranges of disk blocks. This is > useful for inode table scanning, and other large contiguous ranges of > blocks, and may also prove useful for random block prefetch, since it > will allow reordering of the IO without waiting synchronously for the > reads to complete. > > It is currently using the posix_fadvise(POSIX_FADV_WILLNEED) > interface, as this proved most efficient during our testing. > > [darrick.wong@xxxxxxxxxx] > Make the arguments to the readahead function take the same ULL values > as the other IO functions, and return an appropriate error code when > fadvise isn't available. > > v2: Plumb in test_io.c for cache readahead. > > Signed-off-by: Andreas Dilger <andreas.dilger@xxxxxxxxx> > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Thanks, applied. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html