index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: Use a struct initializer
Volker Lendecke
2019-05-03
1
-2
/
+1
*
Revert "smbd: explain that/why we use the raw tevent_context for update_write...
Ralph Boehme
2019-01-11
1
-10
/
+2
*
smbd: explain that/why we use the raw tevent_context for update_write_time_ha...
Stefan Metzmacher
2018-06-18
1
-2
/
+10
*
smbd: split out a fsp_flush_write_time_update() function from update_write_ti...
Stefan Metzmacher
2018-06-14
1
-5
/
+14
*
s3: smbd: Remove the handling of offset == -1 in real_write_file().
Jeremy Allison
2018-05-04
1
-10
/
+6
*
s3: vfs: Use the new smb_vfs_fsync_sync() call in place of SMB_VFS_FSYNC().
Jeremy Allison
2018-05-01
1
-1
/
+1
*
smbd: Fix line length & whitespace in write_file
Volker Lendecke
2016-02-23
1
-46
/
+71
*
s3:smbd: convert file_struct.posix_open to a bitmap with flags
Ralph Boehme
2015-12-01
1
-4
/
+4
*
s3:smbd: document the interaction between "smb2 leases" and "write cache size"
Stefan Metzmacher
2014-12-04
1
-0
/
+5
*
s3:smbd: improve writecache profiling
Stefan Metzmacher
2014-11-19
1
-6
/
+33
*
profiling: Remove a big DEBUG statement
Volker Lendecke
2014-10-03
1
-25
/
+0
*
profiling: Remove some #ifdefs
Volker Lendecke
2014-10-03
1
-6
/
+0
*
param: rename lp function and variable from "syncalways" to "sync_always"
Garming Sam
2014-02-07
1
-1
/
+1
*
Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...
Jeremy Allison
2013-11-22
1
-13
/
+13
*
s3:smbd: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
s3:smbd: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
s3: Factor out "mark_file_modified"
Volker Lendecke
2012-07-12
1
-25
/
+42
*
s3:smbd: remove unnecessary variable readret from read_file()
Michael Adam
2012-06-08
1
-7
/
+3
*
s3:smbd: remove ancient DMF_FIX from read_file().
Michael Adam
2012-06-08
1
-15
/
+0
*
s3:smbd: remove typedef for struct write_cache
Stefan Metzmacher
2012-06-06
1
-9
/
+9
*
s3:smbd: make typedef write_cache private to fileio.c
Stefan Metzmacher
2012-06-06
1
-0
/
+8
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-7
/
+7
*
s3:smbd/fileio: avoid usage of server_event_context()
Stefan Metzmacher
2011-12-12
1
-3
/
+3
*
lib/util/time.c: timeval_current_ofs_usec
Rusty Russell
2011-06-01
1
-1
/
+1
*
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
2011-05-31
1
-1
/
+1
*
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
2011-04-29
1
-1
/
+1
*
s3: only include smb profiling where needed.
Günther Deschner
2011-04-14
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
2010-12-21
1
-1
/
+2
*
Fix bug #7693 - smbd changing mode of files on rename
Jeremy Allison
2010-09-22
1
-6
/
+7
*
s3: Do the ftruncate write cache optimization in one place
Volker Lendecke
2010-07-29
1
-0
/
+31
*
Revert "s3: Avoid pwrite calls for the 1-byte writes with zero content"
Volker Lendecke
2010-07-29
1
-50
/
+4
*
s3-smbd: Migrated to new spoolss functions for printing.
Simo Sorce
2010-07-27
1
-11
/
+7
*
s3: Avoid pwrite calls for the 1-byte writes with zero content
Volker Lendecke
2010-07-19
1
-4
/
+50
*
s3: Optimize the write cache for sequential writes
Volker Lendecke
2010-07-09
1
-0
/
+20
*
smbd: move printfile_offset() within write_file()
Simo Sorce
2010-04-30
1
-0
/
+3
*
s3-smbd: group print relate data in own structure
Simo Sorce
2010-04-23
1
-3
/
+4
*
Don't overwrite a dynamic pointer with the address of a stack
Jeremy Allison
2009-11-16
1
-8
/
+6
*
Got the logic simplification worked out so we still pass
Jeremy Allison
2009-11-05
1
-4
/
+4
*
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
2009-11-05
1
-8
/
+30
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-29
/
+28
*
Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...
Jeremy Allison
2009-07-10
1
-0
/
+1
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
1
-18
/
+16
*
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
2009-07-06
1
-4
/
+16
*
Ensure we don't use delayed writes on POSIX opened files.
Jeremy Allison
2009-07-01
1
-0
/
+10
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-1
/
+1
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-1
/
+1
*
Only copy sharename up from rap_to_pjobid
Volker Lendecke
2009-03-01
1
-2
/
+1
*
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
2009-02-09
1
-1
/
+3
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-3
/
+1
[next]