summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
* pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-074-39/+15
* ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERICStefan Metzmacher2008-04-191-0/+17
* ntvfs_generic: fix mapping the granted oplocks for SMB2Stefan Metzmacher2008-04-191-3/+3
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-172-3/+28
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-171-2/+26
| |\
| | * ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher2008-04-171-2/+27
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-158-63/+54
| |\|
| * | fixed a valgrind error in id mappingAndrew Tridgell2008-04-141-1/+1
| * | fixed an unitialised write warning in valgrindAndrew Tridgell2008-04-141-0/+1
* | | Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-173-5/+11
* | | Require explicit event context rather than looking if it is not specified.Jelmer Vernooij2008-04-171-1/+1
* | | Explicitly require event context to be specified.Jelmer Vernooij2008-04-172-1/+5
* | | Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-2/+0
* | | Use readily available event context.Jelmer Vernooij2008-04-161-1/+1
| |/ |/|
* | Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-145-63/+42
* | 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