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
/
source4
/
ntvfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Remove event context tracking from the credentials struct.
Jelmer Vernooij
2008-04-17
1
-2
/
+0
|
*
|
|
Use readily available event context.
Jelmer Vernooij
2008-04-16
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
Use _OBJ_FILES variables in a couple more places.
Jelmer Vernooij
2008-04-14
5
-63
/
+42
|
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4
Jelmer Vernooij
2008-04-14
1
-1
/
+2
|
|
\
|
|
|
*
fill in unknown fields in SMB2 READ call
Andrew Tridgell
2008-04-14
1
-1
/
+2
|
*
|
Remove prototypes from build.h in preparation of removing build.h
Jelmer Vernooij
2008-04-14
3
-0
/
+12
|
|
/
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-04-08
14
-184
/
+330
|
\
|
|
*
ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4
Kai Blin
2008-04-02
4
-49
/
+166
|
*
ntvfs: Use wbclient in vsf_unixuid, not sidmap
Kai Blin
2008-04-02
1
-22
/
+50
|
*
Reduce the number of installed headers.
Jelmer Vernooij
2008-04-02
1
-1
/
+1
|
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
9
-112
/
+113
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-03-28
1
-2
/
+1
|
\
|
|
*
Fix references to ntvfs share config
Andrew Bartlett
2008-03-27
1
-1
/
+1
|
*
Make oplocks a per-share option.
Andrew Bartlett
2008-03-27
1
-2
/
+1
*
|
Merge v4.0-test
Jelmer Vernooij
2008-03-28
13
-52
/
+594
|
\
\
|
*
|
opendb_tdb: enable oplocks per default
Stefan Metzmacher
2008-03-27
1
-1
/
+1
|
|
/
|
*
pvfs_open: set h->have_opendb_entry directly after odb_open_file()
Stefan Metzmacher
2008-03-15
1
-2
/
+2
|
*
pvfs_open: the pvfs_odb_retry structs need to be children of the request
Stefan Metzmacher
2008-03-15
1
-2
/
+0
|
*
pvfs_unlink: disable async retries for wildcard deletes
Stefan Metzmacher
2008-03-15
1
-0
/
+6
|
*
pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()
Stefan Metzmacher
2008-03-12
1
-4
/
+54
|
*
pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocks
Stefan Metzmacher
2008-03-12
1
-2
/
+2
|
*
opendb_tdb: use sys_lease to setup kernel oplocks
Stefan Metzmacher
2008-03-12
2
-9
/
+42
|
*
ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASE
Stefan Metzmacher
2008-03-12
3
-0
/
+233
|
*
ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocks
Stefan Metzmacher
2008-03-12
3
-0
/
+215
|
*
pvfs_open: pass down &f->handle->fd to odb_open_file()
Stefan Metzmacher
2008-03-12
1
-31
/
+30
|
*
opendb: pass down a pointer to the fd in odb_open_file()
Stefan Metzmacher
2008-03-12
3
-4
/
+6
|
*
ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANS
Stefan Metzmacher
2008-03-12
1
-0
/
+7
|
*
pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3
Stefan Metzmacher
2008-03-12
1
-1
/
+10
|
*
pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANS
Stefan Metzmacher
2008-03-11
1
-0
/
+3
*
|
Fix the build.
Jelmer Vernooij
2008-03-08
2
-0
/
+11
*
|
Push SOVERSION and VERSION out of perl code.
Jelmer Vernooij
2008-03-08
2
-2
/
+0
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-03-08
1
-136
/
+110
|
\
|
|
*
opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lock
Stefan Metzmacher
2008-03-08
1
-135
/
+109
|
*
opendb_tdb: correctly initialize modified to false
Stefan Metzmacher
2008-03-08
1
-1
/
+1
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-03-07
5
-89
/
+134
|
\
|
|
*
pvfs_open: fix the odb_open_file() callers
Stefan Metzmacher
2008-03-07
1
-16
/
+8
|
*
opendb: force odb_can_open() before odb_open_file()
Stefan Metzmacher
2008-03-07
3
-65
/
+72
|
*
pvfs_open: always call odb_can_open() before odb_open_file()
Stefan Metzmacher
2008-03-07
1
-6
/
+45
|
*
opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s...
Stefan Metzmacher
2008-03-07
1
-5
/
+8
|
*
vfs_cifs: disable level2 oplocks if the frontend client doesn't support them
Stefan Metzmacher
2008-03-07
1
-1
/
+5
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-03-07
8
-82
/
+183
|
\
|
|
*
pvfs_open: pass down allow_level_II_oplock to odb_open_file()
Stefan Metzmacher
2008-03-06
1
-4
/
+16
|
*
opendb: add allow_level_II_oplock parameter to odb_open_file()
Stefan Metzmacher
2008-03-06
3
-12
/
+25
|
*
pvfs_open: fix crash/leak in case pvfs_setup_oplock() fails
Stefan Metzmacher
2008-03-06
1
-6
/
+5
|
*
ntvfs: pass down the client capabilities into the ntvfs layer
Stefan Metzmacher
2008-03-06
3
-0
/
+19
|
*
pvfs_oplock: auto release oplocks after a timeout
Stefan Metzmacher
2008-03-04
1
-6
/
+61
|
*
pvfs_oplock: only a break level2 oplocks...
Stefan Metzmacher
2008-03-04
1
-11
/
+1
|
*
pvfs_oplock: move pvfs_oplock_release() parts into a helper function
Stefan Metzmacher
2008-03-04
1
-43
/
+56
*
|
Deal with subsystems with no settings, several other minor fixes.
Jelmer Vernooij
2008-03-04
1
-1
/
+1
*
|
Move object file lists to the Makefile.
Jelmer Vernooij
2008-03-03
5
-46
/
+36
|
/
[prev]
[next]