summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_readahead.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-4/+4
2012-04-05Remove off64_t declarationsAndrew Bartlett1-1/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-2/+2
2011-04-14s3-includes: move readahead prototype to its only user.Günther Deschner1-0/+4
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2009-11-30Restructure the connect function code to always callJeremy Allison1-2/+9
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-13/+6
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam1-8/+6
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam1-6/+5
2007-12-19Remove unused variable 'didmsg'.James Peach1-4/+0
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23831: Fix vfs_readahead: transparent modules should always pass throughAlexander Bokovoy1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22147: Next tryVolker Lendecke1-1/+1
2007-10-10r22146: Attempt to fix the buildVolker Lendecke1-1/+1
2007-10-10r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison1-41/+88
2007-10-10r22111: Allow readahead params to use size suffixes as K,M, etc.Jeremy Allison1-4/+28
2007-10-10r22105: Added vfs_readahead module that appears to do wonderful thingsJeremy Allison1-0/+117