s3: only include smb profiling where needed.
[nivanova/samba-autobuild/.git] / source3 / smbd / fileio.c
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-09-22 Jeremy AllisonFix bug #7693 - smbd changing mode of files on rename
2010-07-29 Volker Lendeckes3: Do the ftruncate write cache optimization in one...
2010-07-29 Volker LendeckeRevert "s3: Avoid pwrite calls for the 1-byte writes...
2010-07-27 Simo Sorces3-smbd: Migrated to new spoolss functions for printing.
2010-07-19 Volker Lendeckes3: Avoid pwrite calls for the 1-byte writes with zero...
2010-07-09 Volker Lendeckes3: Optimize the write cache for sequential writes
2010-04-30 Simo Sorcesmbd: move printfile_offset() within write_file()
2010-04-23 Simo Sorces3-smbd: group print relate data in own structure
2009-11-16 Jeremy AllisonDon't overwrite a dynamic pointer with the address...
2009-11-06 Jeremy AllisonGot the logic simplification worked out so we still...
2009-11-06 Jeremy AllisonGet closer to an accurate model of Windows timestamp...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-11 Jeremy AllisonRemove reply_unixerror() - no longer needed. Should...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-07-02 Jeremy AllisonEnsure we don't use delayed writes on POSIX opened...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Volker LendeckeOnly copy sharename up from rap_to_pjobid
2009-02-10 Tim Proutys3 oplocks: Make the level2 oplock contention API more...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: change event_add_timed() prototype to match...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jeremy AllisonFix more asprintf warnings and some error path errors.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-12 Jeremy AllisonModify a comment to make things clearer.
2008-09-08 Stefan Metzmachersmbd: some write time fixes
2008-09-06 Jeremy AllisonWrite times code update.
2008-04-07 Stefan Metzmachersmbd: make it possible to change the write time delay...
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FTRUNCATE().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSYNC().
2008-01-06 Michael AdamRemove unneeded parameter fd from SMB_VFS_PREAD().
2007-10-31 Jeremy AllisonNote when we're setting change time, not write time...
2007-10-31 Jeremy AllisonFix some cases where file_set_dosmode was being passed
2007-10-30 Jeremy AllisonAdd new parameter, "min receivefile size" (by default set
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr24164: Fix for write cache corruption bug reported...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23773: One pstring a day...
2007-10-10 Jeremy Allisonr23508: Fix sync_file() to return NTSTATUS and return...
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Jeremy Allisonr17220: If we're going to fail a write with an errno...
2007-10-10 James Peachr9985: Move the all the strict sync logic into file_sync().
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr6949: Back-port Volker's cache fix, plus my change.
2007-10-10 Jeremy Allisonr6890: Refactor printing interface to take offset into...
2007-10-10 Jeremy Allisonr6841: Attempt to fix buf #2681. With "strict allocate...
2007-10-10 Jeremy Allisonr6673: Fix the write cache based on some VERY good...
2007-10-10 Jeremy Allisonr5731: Get delayed write semantics closer to W2K3....
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr4007: Fix bug #2088 - ensure inherit permissions is...
2007-10-10 Jeremy Allisonr3895: Fix for bug #2045. May also fix other timestamp...
2007-10-10 Gerald Carterr3067: patch based on volker's initial work in trunk...
2004-04-02 Jeremy AllisonAdded per-share parameter "store dos attributes". When...
2004-01-06 Gerald Carterremove unused seek_file(); don't hardcode '\' when...
2004-01-06 Gerald Carterremove unused seek_file(); don't hardcode '\' when...
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-11-02 Tim PotterPrintf fixes for 64-bit size_t.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-14 Jeremy AllisonFix SMBseek and get/set position information SMBs....
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-04 Jeremy AllisonFix for 64 bit issues with oplocks and allocation size.
2002-12-04 Jeremy AllisonFix for 64 bit issues with oplocks and allocation size.
2002-10-21 Gerald Cartermerge from samba_3_0
2002-10-21 Gerald Carterremoved the following parameters
2002-10-03 Jeremy AllisonAdded ASCII art to make this clearer.
2002-10-03 Jeremy AllisonAdded ASCII art to make this clearer.
2002-10-03 Jeremy AllisonWrite cache bugfix from Rasmus Borup Hansen, system...
2002-10-03 Jeremy AllisonWrite cache bugfix from Rasmus Borup Hansen, system...
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next