index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
vfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-build: only include transfer_file.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2011-03-02
1
-2
/
+2
*
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2011-03-02
1
-2
/
+3
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
1
-0
/
+9
*
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
2011-02-08
1
-2
/
+2
*
Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.
Jeremy Allison
2011-02-05
1
-0
/
+30
*
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
2010-12-21
1
-1
/
+12
*
s3: re-add some debugs to check_reduced_name
Volker Lendecke
2010-12-19
1
-0
/
+2
*
s3: Fix some typos
Volker Lendecke
2010-12-19
1
-1
/
+1
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
1
-9
/
+12
*
Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_...
Jeremy Allison
2010-12-14
1
-19
/
+20
*
Merge the two conflicting allocation codes into one function, vfs_slow_falloc...
Jeremy Allison
2010-12-03
1
-34
/
+45
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
1
-2
/
+11
*
Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...
Jeremy Allison
2010-12-02
1
-2
/
+30
*
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2010-11-20
1
-42
/
+10
*
Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.
Jeremy Allison
2010-09-13
1
-1
/
+1
*
s3-build: only include memcache.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3: Remove smbd_server_fd from vfs_pwrite_data
Volker Lendecke
2010-08-16
1
-1
/
+1
*
s3: Remove smbd_server_fd from vfs_write_data
Volker Lendecke
2010-08-16
1
-1
/
+1
*
Revert "Remove the global char *LastDir."
Jeremy Allison
2010-07-13
1
-1
/
+20
*
s3: Fix typos in a debug message in vfs_init_custom
Volker Lendecke
2010-03-28
1
-1
/
+2
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
1
-1
/
+3
*
Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...
Jeremy Allison
2010-02-11
1
-1
/
+1
*
Introduce lp_safe_widelinks()
Simo Sorce
2010-02-11
1
-1
/
+1
*
Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
Jeremy Allison
2010-02-05
1
-1
/
+1
*
Remove the global char *LastDir.
Jeremy Allison
2010-01-12
1
-20
/
+1
*
Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or with
Jeremy Allison
2009-11-24
1
-3
/
+11
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
1
-18
/
+24
*
s3: Fix debug messages in check_reduced_name
Volker Lendecke
2009-11-12
1
-13
/
+24
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-10-06
1
-2
/
+4
*
Remove lots of duplicate code and move it into one
Jeremy Allison
2009-10-02
1
-0
/
+25
*
Fix more use of VFS_STAT when posix pathnames selected.
Jeremy Allison
2009-10-02
1
-1
/
+6
*
vfs catia: Fix the double translation that was happening with createfile and ...
Aravind Srinivasan
2009-09-24
1
-3
/
+5
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
1
-2
/
+19
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-2
/
+3
*
First patch for "new VFS" portability
Volker Lendecke
2009-07-25
1
-5
/
+5
*
add my copyright after the VFS rewrite
Volker Lendecke
2009-07-24
1
-0
/
+1
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-32
/
+838
*
Fix some nonempty blank lines
Volker Lendecke
2009-07-24
1
-4
/
+4
*
s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()
Tim Prouty
2009-07-22
1
-3
/
+16
*
s3: Separate out a new file: filename_utils.c
Tim Prouty
2009-07-20
1
-0
/
+55
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-13
/
+23
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-72
/
+38
*
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
2009-06-10
1
-8
/
+18
*
Add SMB_VFS_CONNECTPATH operation
Volker Lendecke
2009-06-02
1
-8
/
+22
*
Remove a variable used just once
Volker Lendecke
2009-06-02
1
-2
/
+3
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-14
/
+14
*
s3:vfs: untangle logic for loading and probing modules in vfs_init_custom()
Michael Adam
2009-04-29
1
-11
/
+23
[next]