summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell1-24/+50
2007-10-10r3174: added pvfs_is_open() to allow us to check for open files on unlink. WeAndrew Tridgell1-0/+20
2007-10-10r3153: pvfs now passes the first 9 of the BASE-DELETE testsAndrew Tridgell1-1/+55
2007-10-10r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell1-1/+138
2007-10-10r3135: split the "create new" logic out from the "open existing" logic inAndrew Tridgell1-2/+3
2007-10-10r3129: typoVolker Lendecke1-1/+1
2007-10-10r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell1-0/+145
2007-10-10r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell1-14/+9
2007-10-10r3057: - moved the idtree.c code into lib/Andrew Tridgell1-360/+0
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell1-0/+360
2007-10-10r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell1-5/+14
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell1-28/+244
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-0/+418