smbd: Remove unused [push_pull]_file_id_24
[samba.git] / source3 / modules / vfs_readahead.c
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew BartlettRemove off64_t declarations
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-04-14 Günther Deschners3-includes: move readahead prototype to its only user.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2009-11-30 Jeremy AllisonRestructure the connect function code to always call
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Michael AdamCombine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-06 Michael AdamRemove unneeded parameter fd from SMB_VFS_PREAD().
2007-12-20 James PeachRemove unused variable 'didmsg'.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Alexander Bokovoyr23831: Fix vfs_readahead: transparent modules should...
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22147: Next try
2007-10-10 Volker Lendecker22146: Attempt to fix the build
2007-10-10 Jeremy Allisonr22132: I hate inefficiency. Don't call conv_str_size()
2007-10-10 Jeremy Allisonr22111: Allow readahead params to use size suffixes...
2007-10-10 Jeremy Allisonr22105: Added vfs_readahead module that appears to...