Age | Commit message (Expand) | Author | Files | Lines |
2010-03-05 | s4-pvfs: use pvfs_sys_*() functions to wrap posix calls | Andrew Tridgell | 1 | -1/+1 |
2009-10-19 | s4-pvfs: another uninitialised variable | Andrew Tridgell | 1 | -1/+1 |
2009-02-05 | s4:pvfs: use talloc_get_type() to cast from void * | Stefan Metzmacher | 1 | -2/+4 |
2008-06-03 | pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb | Stefan Metzmacher | 1 | -2/+7 |
2008-03-15 | pvfs_unlink: disable async retries for wildcard deletes | Stefan Metzmacher | 1 | -0/+6 |
2008-02-26 | pvfs_unlink: retry unlink after oplock not granted | Stefan Metzmacher | 1 | -1/+93 |
2008-02-25 | pvfs_unlink: move stream logic into pvfs_unlink_one() | Stefan Metzmacher | 1 | -34/+8 |
2008-02-25 | pvfs_unlink: splitup the logic into generic and file specific functions | Stefan Metzmacher | 1 | -17/+28 |
2008-02-25 | pvfs_unlink: add a fast path for the non wildcard case | Stefan Metzmacher | 1 | -0/+4 |
2008-02-25 | pvfs_unlink: move !name->stream_exists into the caller | Stefan Metzmacher | 1 | -4/+4 |
2008-02-25 | pvfs_unlink: pass down union smb_unlink completely to sub functions | Stefan Metzmacher | 1 | -8/+10 |
2008-02-25 | pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one() | Stefan Metzmacher | 1 | -16/+14 |
2008-02-25 | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the caller | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r18319: fixed the directory search resume code on IRIX | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is | James Peach | 1 | -2/+2 |
2007-10-10 | r14797: added checking of the filter in notify requests | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14616: added notify change support to the posix backend | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r4406: - don't call the xattr unlink hook on unlink unless the link count is ... | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r4314: added ACL checking on unlink | Andrew Tridgell | 1 | -6/+9 |
2007-10-10 | r4242: added support for storing xattrs in a tdb. This allows all advanced NT | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r3798: added support for alternate data streams in xattrs into pvfs. | Andrew Tridgell | 1 | -1/+32 |
2007-10-10 | r3747: - added some of the infrastructure needed for streams support in pvfs | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3544: fixed some #include lines to make them more consistent | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3262: - new pvfs_dirlist code that reopens the directory between search | Andrew Tridgell | 1 | -11/+7 |
2007-10-10 | r3260: redid the pvfs_dirlist() interface in preparation for a "keep | Andrew Tridgell | 1 | -13/+12 |
2007-10-10 | r3240: - update the rules for what error codes should be given on the | Andrew Tridgell | 1 | -3/+23 |
2007-10-10 | r3207: - reformat error msgs in BASE-DIR* tests | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3189: improved the share_conflict() logic (both in terms of readability and | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r3179: - fixed error return on utime failure | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3174: added pvfs_is_open() to allow us to check for open files on unlink. We | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r2561: completely redid the ntvfs module chaining code, You can now do someth... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2436: the second big lump of posix vfs code. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2404: the first large lump of posix vfs stuff. | Andrew Tridgell | 1 | -0/+111 |