Added ASCII art to make this clearer.
[tprouty/samba.git] / source / smbd / fileio.c
2002-10-03 Jeremy AllisonAdded ASCII art to make this clearer.
2002-10-03 Jeremy AllisonWrite cache bugfix from Rasmus Borup Hansen, system...
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-04-24 Jeremy Allisonsmbd/fileio.c: debug changes so read/write/seek calls...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-03-02 Jeremy AllisonFix lseek-on-pipe problem in VFS (where it belongs...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-22 Jeremy AllisonEnsure fsp->size is correct so readraw's return correct...
2002-01-21 Jeremy AllisonFound and fixed the logic bug in write cache code....
2002-01-20 Jeremy AllisonEnsure identical between 2.2.3 and 3.0 - no need for...
2002-01-20 Jeremy AllisonFix file size calculations for write cache code.
2002-01-20 Jeremy AllisonAttempt to fix bugs in write cache code (yes I know...
2001-11-25 Jeremy Allison#ifdefed DMF fix so not compiled by default. We need...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-05 Jeremy AllisonHerb's fixes for profiling & compiler warnings.
2000-10-02 Jeremy AllisonMemleak fix for cache code.
2000-08-25 Jeremy Allisonvfs write data fix. Fix for name matching in addtosmbpass
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-10 Herb LewisFix for misunderstanding of fsync added when vfs layer
2000-05-05 Jeremy AllisonFix for read_file() returning -1.
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-16 Andrew Tridgellthe changes to the main smb code
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-04-04 Jeremy AllisonChange to vfs API. POSIX states fsync should return...
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-04-20 Tim PotterChanged arguments to fsync() function to break dependen...
1999-04-04 Tim PotterUse VFS operations for file I/O.
1998-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-10-15 Jeremy Allisonconfig: Fix crypt prototype on RedHat Linux.
1998-09-18 Andrew Tridgellgto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks...
1998-09-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-17 Andrew Tridgellmore splitting of server.c
1998-08-17 Andrew Tridgellnow that we have no global arrays we can start to split...