summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_unlink.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-01s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell1-1/+1
2010-03-05s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell1-1/+1
2009-10-19s4-pvfs: another uninitialised variableAndrew Tridgell1-1/+1
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher1-2/+4
2008-06-03pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher1-2/+7
2008-03-15pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher1-0/+6
2008-02-26pvfs_unlink: retry unlink after oplock not grantedStefan Metzmacher1-1/+93
2008-02-25pvfs_unlink: move stream logic into pvfs_unlink_one()Stefan Metzmacher1-34/+8
2008-02-25pvfs_unlink: splitup the logic into generic and file specific functionsStefan Metzmacher1-17/+28
2008-02-25pvfs_unlink: add a fast path for the non wildcard caseStefan Metzmacher1-0/+4
2008-02-25pvfs_unlink: move !name->stream_exists into the callerStefan Metzmacher1-4/+4
2008-02-25pvfs_unlink: pass down union smb_unlink completely to sub functionsStefan Metzmacher1-8/+10
2008-02-25pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()Stefan Metzmacher1-16/+14
2008-02-25pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the callerStefan Metzmacher1-4/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r18319: fixed the directory search resume code on IRIXAndrew Tridgell1-1/+1
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach1-2/+2
2007-10-10r14797: added checking of the filter in notify requestsAndrew Tridgell1-1/+3
2007-10-10r14616: added notify change support to the posix backendAndrew Tridgell1-0/+5
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-5/+6
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-3/+3
2007-10-10r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell1-2/+4
2007-10-10r4406: - don't call the xattr unlink hook on unlink unless the link count is ...Andrew Tridgell1-3/+5
2007-10-10r4314: added ACL checking on unlinkAndrew Tridgell1-6/+9
2007-10-10r4242: added support for storing xattrs in a tdb. This allows all advanced NTAndrew Tridgell1-0/+5
2007-10-10r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell1-1/+32
2007-10-10r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell1-1/+2
2007-10-10r3544: fixed some #include lines to make them more consistentAndrew Tridgell1-1/+1
2007-10-10r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell1-11/+7
2007-10-10r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell1-13/+12
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell1-3/+23
2007-10-10r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell1-1/+1
2007-10-10r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell1-4/+5
2007-10-10r3179: - fixed error return on utime failureAndrew Tridgell1-1/+2
2007-10-10r3174: added pvfs_is_open() to allow us to check for open files on unlink. WeAndrew Tridgell1-0/+4
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-2/+3
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-1/+1
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell1-1/+1
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell1-0/+111