summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_readahead.c
Commit message (Expand)AuthorAgeFilesLines
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-4/+4
* Remove off64_t declarationsAndrew Bartlett2012-04-051-1/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-2/+2
* s3-includes: move readahead prototype to its only user.Günther Deschner2011-04-141-0/+4
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Restructure the connect function code to always callJeremy Allison2009-11-301-2/+9
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-13/+6
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-8/+6
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-071-6/+5
* Remove unused variable 'didmsg'.James Peach2007-12-191-4/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23831: Fix vfs_readahead: transparent modules should always pass throughAlexander Bokovoy2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22147: Next tryVolker Lendecke2007-10-101-1/+1
* r22146: Attempt to fix the buildVolker Lendecke2007-10-101-1/+1
* r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison2007-10-101-41/+88
* r22111: Allow readahead params to use size suffixes as K,M, etc.Jeremy Allison2007-10-101-4/+28
* r22105: Added vfs_readahead module that appears to do wonderful thingsJeremy Allison2007-10-101-0/+117