summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
...
* pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfoStefan Metzmacher2008-02-292-2/+2
* pvfs_resolve: add pvfs_resolve_name_handle()Stefan Metzmacher2008-02-291-0/+80
* pvfs_resolve: "\\" and a trailing "\" need to be reducedStefan Metzmacher2008-02-291-2/+9
* pvfs_resolve: fix endless loop with trailing ".."Stefan Metzmacher2008-02-291-1/+1
* pvfs_open: make pvfs_locking_key() non staticStefan Metzmacher2008-02-291-2/+2
* Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij2008-02-283-6/+7
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-2713-178/+852
| |\
| * | Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+1
| * | Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-212-5/+6
* | | pvfs_open: fix callers of odb_get_delete_on_close()Stefan Metzmacher2008-02-281-2/+2
* | | pvfs: remove unused args from pvfs_delete_on_close_set()Stefan Metzmacher2008-02-282-5/+4
* | | pvfs_open: use the delete_path of odb_close_file()Stefan Metzmacher2008-02-281-49/+35
* | | pvfs_rename: we need a do a odb_rename() after pvfs_do_rename()Stefan Metzmacher2008-02-271-0/+3
* | | pvfs_rename: add retry logic after sharing violation or non granted oplockStefan Metzmacher2008-02-271-2/+103
| |/ |/|
* | pvfs_open: pass down an access mask to pvfs_can_update_file_size()Stefan Metzmacher2008-02-261-3/+13
* | pvfs_qfileinfo: down discard the return value of pvfs_can_stat()Stefan Metzmacher2008-02-261-1/+1
* | pvfs_open: pass down an access mask in pvfs_can_stat()Stefan Metzmacher2008-02-261-1/+1
* | pvfs_open: pass NTCREATEX_DISP_OPEN to odb_can_open()Stefan Metzmacher2008-02-261-4/+4
* | pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf...Stefan Metzmacher2008-02-261-0/+107
* | pvfs_open: add pvfs_can_update_file_size()Stefan Metzmacher2008-02-261-0/+62
* | pvfs_unlink: retry unlink after oplock not grantedStefan Metzmacher2008-02-262-7/+113
* | pvfs: add posix:oplocktimeout=30 optionStefan Metzmacher2008-02-262-2/+11
* | pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...Stefan Metzmacher2008-02-261-0/+6
* | pvfs: send oplock breaks to none to level2 holders on write/lock requestsStefan Metzmacher2008-02-262-1/+7
* | pvfs_oplocks: add pvfs_break_level2_oplocks()Stefan Metzmacher2008-02-261-0/+39
* | pvfs: handle oplock releases in its own function pvfs_oplock_release()Stefan Metzmacher2008-02-262-7/+68
* | pvfs_open: call pvfs_setup_oplock() if an oplock was grantedStefan Metzmacher2008-02-262-3/+27
* | pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the c...Stefan Metzmacher2008-02-262-0/+137
* | pvfs_open: make the retry logic indepdendent from open and sharing violationsStefan Metzmacher2008-02-262-50/+104
* | pvfs_open: fix odb_can_open() callers after prototype changeStefan Metzmacher2008-02-261-16/+35
* | pvfs_open: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-8/+12
* | pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIEDStefan Metzmacher2008-02-261-0/+3
* | pvfs_unlink: move stream logic into pvfs_unlink_one()Stefan Metzmacher2008-02-251-34/+8
* | pvfs_unlink: splitup the logic into generic and file specific functionsStefan Metzmacher2008-02-251-17/+28
* | pvfs_unlink: add a fast path for the non wildcard caseStefan Metzmacher2008-02-251-0/+4
* | pvfs_unlink: move !name->stream_exists into the callerStefan Metzmacher2008-02-251-4/+4
* | pvfs_unlink: pass down union smb_unlink completely to sub functionsStefan Metzmacher2008-02-251-8/+10
* | pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()Stefan Metzmacher2008-02-251-16/+14
* | pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()Stefan Metzmacher2008-02-251-4/+12
* | pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...Stefan Metzmacher2008-02-251-2/+26
* | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-253-12/+9
* | pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-255-11/+15
* | pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()Stefan Metzmacher2008-02-251-11/+16
|/
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+5
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-212-8/+11
* Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-1/+1
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-141-0/+3
* we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell2008-02-141-3/+5
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-13/+24
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+2