summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-141-1/+2
|\
| * fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-1/+2
* | Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-143-0/+12
|/
* ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin2008-04-024-49/+166
* ntvfs: Use wbclient in vsf_unixuid, not sidmapKai Blin2008-04-021-22/+50
* Reduce the number of installed headers.Jelmer Vernooij2008-04-021-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-029-112/+113
* Fix references to ntvfs share configAndrew Bartlett2008-03-271-1/+1
* Make oplocks a per-share option.Andrew Bartlett2008-03-271-2/+1
* pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher2008-03-151-2/+2
* pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher2008-03-151-2/+0
* pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher2008-03-151-0/+6
* pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()Stefan Metzmacher2008-03-121-4/+54
* pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocksStefan Metzmacher2008-03-121-2/+2
* opendb_tdb: use sys_lease to setup kernel oplocksStefan Metzmacher2008-03-122-9/+42
* ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASEStefan Metzmacher2008-03-123-0/+233
* ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocksStefan Metzmacher2008-03-123-0/+215
* pvfs_open: pass down &f->handle->fd to odb_open_file()Stefan Metzmacher2008-03-121-31/+30
* opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-123-4/+6
* ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-121-0/+7
* pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3Stefan Metzmacher2008-03-121-1/+10
* pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-111-0/+3
* opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lockStefan Metzmacher2008-03-081-135/+109
* opendb_tdb: correctly initialize modified to falseStefan Metzmacher2008-03-081-1/+1
* pvfs_open: fix the odb_open_file() callersStefan Metzmacher2008-03-071-16/+8
* opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-073-65/+72
* pvfs_open: always call odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-071-6/+45
* opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s...Stefan Metzmacher2008-03-071-5/+8
* vfs_cifs: disable level2 oplocks if the frontend client doesn't support themStefan Metzmacher2008-03-071-1/+5
* pvfs_open: pass down allow_level_II_oplock to odb_open_file()Stefan Metzmacher2008-03-061-4/+16
* opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher2008-03-063-12/+25
* pvfs_open: fix crash/leak in case pvfs_setup_oplock() failsStefan Metzmacher2008-03-061-6/+5
* ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-063-0/+19
* pvfs_oplock: auto release oplocks after a timeoutStefan Metzmacher2008-03-041-6/+61
* pvfs_oplock: only a break level2 oplocks...Stefan Metzmacher2008-03-041-11/+1
* pvfs_oplock: move pvfs_oplock_release() parts into a helper functionStefan Metzmacher2008-03-041-43/+56
* pvfs_rename: move odb_rename() onto pvfs_do_rename()Stefan Metzmacher2008-03-012-17/+13
* pvfs_setfileinfo: support renaming of directoriesStefan Metzmacher2008-02-291-5/+0
* pvfs_setfileinfo: tell the opendb about renamesStefan Metzmacher2008-02-291-3/+22
* 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
* opendb: add odb_get_path()Stefan Metzmacher2008-02-293-0/+29
* pvfs_open: make pvfs_locking_key() non staticStefan Metzmacher2008-02-291-2/+2
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+2
* Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij2008-02-285-15/+17
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-2716-293/+1166
| |\
| * | Remove more global_loadparm instance.sJelmer Vernooij2008-02-212-5/+7
| * | Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-213-10/+10