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
/
posix
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-12
pvfs_open: pass down &f->handle->fd to odb_open_file()
Stefan Metzmacher
1
-31
/
+30
2008-03-12
pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3
Stefan Metzmacher
1
-1
/
+10
2008-03-11
pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANS
Stefan Metzmacher
1
-0
/
+3
2008-03-07
pvfs_open: fix the odb_open_file() callers
Stefan Metzmacher
1
-16
/
+8
2008-03-07
pvfs_open: always call odb_can_open() before odb_open_file()
Stefan Metzmacher
1
-6
/
+45
2008-03-06
pvfs_open: pass down allow_level_II_oplock to odb_open_file()
Stefan Metzmacher
1
-4
/
+16
2008-03-06
pvfs_open: fix crash/leak in case pvfs_setup_oplock() fails
Stefan Metzmacher
1
-6
/
+5
2008-03-04
pvfs_oplock: auto release oplocks after a timeout
Stefan Metzmacher
1
-6
/
+61
2008-03-04
pvfs_oplock: only a break level2 oplocks...
Stefan Metzmacher
1
-11
/
+1
2008-03-04
pvfs_oplock: move pvfs_oplock_release() parts into a helper function
Stefan Metzmacher
1
-43
/
+56
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
pvfs_open: make pvfs_locking_key() non static
Stefan Metzmacher
1
-2
/
+2
2008-02-28
Merge branch 'v4-0-trivial' into v4-0-test
Jelmer Vernooij
3
-6
/
+7
2008-02-28
pvfs_open: fix callers of odb_get_delete_on_close()
Stefan Metzmacher
1
-2
/
+2
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-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
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
13
-178
/
+852
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
pvfs_open: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
1
-8
/
+12
2008-02-26
pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIED
Stefan Metzmacher
1
-0
/
+3
2008-02-25
pvfs_unlink: move stream logic into pvfs_unlink_one()
Stefan Metzmacher
1
-34
/
+8
2008-02-25
pvfs_unlink: splitup the logic into generic and file specific functions
Stefan Metzmacher
1
-17
/
+28
2008-02-25
pvfs_unlink: add a fast path for the non wildcard case
Stefan Metzmacher
1
-0
/
+4
2008-02-25
pvfs_unlink: move !name->stream_exists into the caller
Stefan Metzmacher
1
-4
/
+4
2008-02-25
pvfs_unlink: pass down union smb_unlink completely to sub functions
Stefan Metzmacher
1
-8
/
+10
2008-02-25
pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()
Stefan Metzmacher
1
-16
/
+14
2008-02-25
pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()
Stefan Metzmacher
1
-4
/
+12
[prev]
[next]