index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-01
pvfs_rename: move odb_rename() onto pvfs_do_rename()
Stefan Metzmacher
2
-17
/
+13
2008-02-29
pvfs_setfileinfo: support renaming of directories
Stefan Metzmacher
1
-5
/
+0
2008-02-29
pvfs_setfileinfo: tell the opendb about renames
Stefan Metzmacher
1
-3
/
+22
2008-02-29
pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfo
Stefan Metzmacher
2
-2
/
+2
2008-02-29
pvfs_resolve: add pvfs_resolve_name_handle()
Stefan Metzmacher
1
-0
/
+80
2008-02-29
pvfs_resolve: "\\" and a trailing "\" need to be reduced
Stefan Metzmacher
1
-2
/
+9
2008-02-29
pvfs_resolve: fix endless loop with trailing ".."
Stefan Metzmacher
1
-1
/
+1
2008-02-29
opendb: add odb_get_path()
Stefan Metzmacher
3
-0
/
+29
2008-02-29
pvfs_open: make pvfs_locking_key() non static
Stefan Metzmacher
1
-2
/
+2
2008-02-29
Move public header accumulation out of the perl code.
Jelmer Vernooij
1
-1
/
+2
2008-02-28
Merge branch 'v4-0-trivial' into v4-0-test
Jelmer Vernooij
5
-15
/
+17
2008-02-28
pvfs_open: fix callers of odb_get_delete_on_close()
Stefan Metzmacher
1
-2
/
+2
2008-02-28
opendb: only return delete_on_close on odb_get_delete_on_close()
Stefan Metzmacher
3
-18
/
+6
2008-02-28
pvfs: remove unused args from pvfs_delete_on_close_set()
Stefan Metzmacher
2
-5
/
+4
2008-02-28
pvfs_open: use the delete_path of odb_close_file()
Stefan Metzmacher
1
-49
/
+35
2008-02-28
opendb: return the path that should be deleted in odb_close_file()
Stefan Metzmacher
3
-5
/
+18
2008-02-27
pvfs_rename: we need a do a odb_rename() after pvfs_do_rename()
Stefan Metzmacher
1
-0
/
+3
2008-02-27
pvfs_rename: add retry logic after sharing violation or non granted oplock
Stefan Metzmacher
1
-2
/
+103
2008-02-27
opendb_tdb: EXCLUSIVE oplock use the same matching logic
Stefan Metzmacher
1
-3
/
+21
2008-02-27
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
16
-293
/
+1166
2008-02-26
opendb_tdb: with break_to_none attribute only opens also break oplocks
Stefan Metzmacher
1
-2
/
+9
2008-02-26
pvfs_open: pass down an access mask to pvfs_can_update_file_size()
Stefan Metzmacher
1
-3
/
+13
2008-02-26
pvfs_qfileinfo: down discard the return value of pvfs_can_stat()
Stefan Metzmacher
1
-1
/
+1
2008-02-26
pvfs_open: pass down an access mask in pvfs_can_stat()
Stefan Metzmacher
1
-1
/
+1
2008-02-26
pvfs_open: pass NTCREATEX_DISP_OPEN to odb_can_open()
Stefan Metzmacher
1
-4
/
+4
2008-02-26
pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf...
Stefan Metzmacher
1
-0
/
+107
2008-02-26
pvfs_open: add pvfs_can_update_file_size()
Stefan Metzmacher
1
-0
/
+62
2008-02-26
pvfs_unlink: retry unlink after oplock not granted
Stefan Metzmacher
2
-7
/
+113
2008-02-26
pvfs: add posix:oplocktimeout=30 option
Stefan Metzmacher
2
-2
/
+11
2008-02-26
pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...
Stefan Metzmacher
1
-0
/
+6
2008-02-26
pvfs: send oplock breaks to none to level2 holders on write/lock requests
Stefan Metzmacher
2
-1
/
+7
2008-02-26
pvfs_oplocks: add pvfs_break_level2_oplocks()
Stefan Metzmacher
1
-0
/
+39
2008-02-26
pvfs: handle oplock releases in its own function pvfs_oplock_release()
Stefan Metzmacher
2
-7
/
+68
2008-02-26
pvfs_open: call pvfs_setup_oplock() if an oplock was granted
Stefan Metzmacher
2
-3
/
+27
2008-02-26
pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the c...
Stefan Metzmacher
2
-0
/
+137
2008-02-26
pvfs_open: make the retry logic indepdendent from open and sharing violations
Stefan Metzmacher
2
-50
/
+104
2008-02-26
pvfs_open: fix odb_can_open() callers after prototype change
Stefan Metzmacher
1
-16
/
+35
2008-02-26
opendb: unify the parameters of odb_open_file() and odb_can_open()
Stefan Metzmacher
3
-15
/
+11
2008-02-26
pvfs_open: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
1
-8
/
+12
2008-02-26
opendb: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
3
-13
/
+14
2008-02-26
pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIED
Stefan Metzmacher
1
-0
/
+3
2008-02-26
opendb_tdb: only file->delete_on_close == true should give DELETE_PENDING
Stefan Metzmacher
1
-2
/
+5
2008-02-26
opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()
Stefan Metzmacher
1
-89
/
+102
2008-02-26
opendb_tdb: add force break to none logic
Stefan Metzmacher
1
-2
/
+7
2008-02-26
opendb_tdb: attribute only opens doesn't conflict with BATCH oplocks
Stefan Metzmacher
1
-2
/
+35
2008-02-26
opendb_tdb: grant level2 oplocks
Stefan Metzmacher
1
-9
/
+23
2008-02-26
opendb: add odb_break_oplocks() function
Stefan Metzmacher
3
-1
/
+45
2008-02-25
opendb: add odb_update_oplock() call
Stefan Metzmacher
3
-2
/
+51
2008-02-25
opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAK
Stefan Metzmacher
2
-5
/
+27
2008-02-25
opendb: add odb_get_key() function to get the key back from a struct odb_lock
Stefan Metzmacher
3
-0
/
+12
[prev]
[next]