summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_unlink.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell2011-12-011-1/+1
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-051-1/+1
* s4-pvfs: another uninitialised variableAndrew Tridgell2009-10-191-1/+1
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-051-2/+4
* pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher2008-06-031-2/+7
* pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher2008-03-151-0/+6
* pvfs_unlink: retry unlink after oplock not grantedStefan Metzmacher2008-02-261-1/+93
* 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: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher2008-02-251-4/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r18319: fixed the directory search resume code on IRIXAndrew Tridgell2007-10-101-1/+1
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+2
* r14797: added checking of the filter in notify requestsAndrew Tridgell2007-10-101-1/+3
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-101-0/+5
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-5/+6
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-3/+3
* r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell2007-10-101-2/+4
* r4406: - don't call the xattr unlink hook on unlink unless the link count is ...Andrew Tridgell2007-10-101-3/+5
* r4314: added ACL checking on unlinkAndrew Tridgell2007-10-101-6/+9
* r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell2007-10-101-0/+5
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-1/+32
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-1/+2
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell2007-10-101-11/+7
* r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell2007-10-101-13/+12
* r3240: - update the rules for what error codes should be given on theAndrew Tridgell2007-10-101-3/+23
* r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell2007-10-101-1/+1
* r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell2007-10-101-4/+5
* r3179: - fixed error return on utime failureAndrew Tridgell2007-10-101-1/+2
* r3174: added pvfs_is_open() to allow us to check for open files on unlink. WeAndrew Tridgell2007-10-101-0/+4
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-2/+3
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-1/+1
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-101-1/+1
* r2404: the first large lump of posix vfs stuff.Andrew Tridgell2007-10-101-0/+111