summaryrefslogtreecommitdiff
path: root/source3/smbd/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-1/+1
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2012-07-12s3: Factor out "mark_file_modified"Volker Lendecke1-25/+42
2012-06-08s3:smbd: remove unnecessary variable readret from read_file()Michael Adam1-7/+3
2012-06-08s3:smbd: remove ancient DMF_FIX from read_file().Michael Adam1-15/+0
2012-06-06s3:smbd: remove typedef for struct write_cacheStefan Metzmacher1-9/+9
2012-06-06s3:smbd: make typedef write_cache private to fileio.cStefan Metzmacher1-0/+8
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-7/+7
2011-12-12s3:smbd/fileio: avoid usage of server_event_context()Stefan Metzmacher1-3/+3
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell1-1/+1
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett1-1/+1
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2010-12-21Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison1-1/+2
2010-09-22Fix bug #7693 - smbd changing mode of files on renameJeremy Allison1-6/+7
2010-07-29s3: Do the ftruncate write cache optimization in one placeVolker Lendecke1-0/+31
2010-07-29Revert "s3: Avoid pwrite calls for the 1-byte writes with zero content"Volker Lendecke1-50/+4
2010-07-27s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce1-11/+7
2010-07-19s3: Avoid pwrite calls for the 1-byte writes with zero contentVolker Lendecke1-4/+50
2010-07-09s3: Optimize the write cache for sequential writesVolker Lendecke1-0/+20
2010-04-30smbd: move printfile_offset() within write_file()Simo Sorce1-0/+3
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce1-3/+4
2009-11-16Don't overwrite a dynamic pointer with the address of a stackJeremy Allison1-8/+6
2009-11-05Got the logic simplification worked out so we still passJeremy Allison1-4/+4
2009-11-05Get closer to an accurate model of Windows timestamp changes.Jeremy Allison1-8/+30
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-29/+28
2009-07-10Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison1-0/+1
2009-07-08s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty1-18/+16
2009-07-06s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty1-4/+16
2009-07-01Ensure we don't use delayed writes on POSIX opened files.Jeremy Allison1-0/+10
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-1/+1
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1
2009-03-01Only copy sharename up from rap_to_pjobidVolker Lendecke1-2/+1
2009-02-09s3 oplocks: Make the level2 oplock contention API more granularTim Prouty1-1/+3
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-3/+1
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+1
2008-12-23Fix more asprintf warnings and some error path errors.Jeremy Allison1-3/+6
2008-09-12Modify a comment to make things clearer.Jeremy Allison1-1/+3
2008-09-08smbd: some write time fixesStefan Metzmacher1-8/+7
2008-09-05Write times code update.Jeremy Allison1-8/+39
2008-04-07smbd: make it possible to change the write time delay for testingStefan Metzmacher1-1/+7
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-22/+38
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam1-1/+1
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam1-2/+2
2007-10-31Note when we're setting change time, not write time, and sendJeremy Allison1-1/+2
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-2/+7
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-12/+29