summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-314-13/+5
* Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdirVolker Lendecke2008-12-311-1/+6
* Try to fix the build by fixing some typos in the vfs codeKai Blin2008-12-261-3/+3
* Fix bug #5990 - strict allocate should be checked before ftruncateJeremy Allison2008-12-251-0/+14
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-12-181-0/+28
|\
| * s3: Add statvfs implementation to the onefs vfs moduleAravind Srinivasan2008-12-171-0/+28
* | Comment out the parent inheritance code (this is incorrect) as wasJeremy Allison2008-12-182-0/+4
|/
* s3: Fix a few build warningsTim Prouty2008-12-152-524/+891
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-102-0/+86
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* s3:modules/gpfs: Fix nonempty blank linesVolker Lendecke2008-12-101-2/+2
* Revert "Fix some merge omissions for GPFS"Volker Lendecke2008-12-102-16/+7
* Revert "Fix nonempty blank lines in vfs_gpfs.c"Volker Lendecke2008-12-101-50/+55
* Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"Volker Lendecke2008-12-102-86/+0
* Revert "Fix the build"Volker Lendecke2008-12-101-0/+9
* Fix the buildVolker Lendecke2008-12-101-9/+0
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-102-0/+86
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* Fix some merge omissions for GPFSVolker Lendecke2008-12-102-7/+16
* Pass the get_real_filename operation through the VFSVolker Lendecke2008-12-101-0/+12
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-091-3/+2
* s3: Add the OneFS SMB_VFS_CREATE_FILE implementationTim Prouty2008-12-095-710/+1160
* s3: Add onefs_open.c with code copied verbatim from smbd/open.cTim Prouty2008-12-091-0/+2028
* Fix bug #5929 - vfs_prealloc does not build with option --with-cluster-suppor...Henning Henkel2008-12-041-1/+1
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-032-5/+5
* s3: Add SMB_VFS_CREATE_FILE to vfs_full_audit moduleTim Prouty2008-12-031-0/+64
* s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty2008-12-031-1/+2
* s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty2008-12-031-0/+27
* Add support for OneFS ACLsSteven Danneman2008-12-023-0/+874
* Add OneFS VFS module skeleton.Tim Prouty2008-12-021-0/+33
* s3:streams_xattr: fstat should do a stat on the base fileStefan Metzmacher2008-12-011-1/+1
* s3:streams_xattr: recheck fsp->fsp_name after a renameStefan Metzmacher2008-12-011-0/+65
* s3:streams_depot: add an option to disable the xattr checksStefan Metzmacher2008-12-011-4/+18
* s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...Stefan Metzmacher2008-12-011-1/+0
* s3:streams_depot: add support for stream renamesStefan Metzmacher2008-12-011-0/+74
* s3:streams_depot: map 'file::$DATA' to just 'file'Stefan Metzmacher2008-12-011-1/+12
* s3:streams_xattr: add support for renaming streamsStefan Metzmacher2008-12-011-1/+142
* s3:vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)Michael Adam2008-12-011-1/+1
* [s3]zfsacl: "return" is not a function.Michael Adam2008-11-251-3/+3
* [s3]zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.Nils Goroll2008-11-251-0/+83
* Search for gpfs functions in both libgpfs_gpl.so an libgpfs.soMathias Dietz2008-11-241-47/+45
* Fix a C90 error.Jeremy Allison2008-11-211-2/+3
* Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...Jeremy Allison2008-11-211-34/+34
* Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison2008-11-211-34/+34
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-11-211-1/+1
|\
| * [s3]nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()Michael Adam2008-11-221-1/+1
* | Use fxattr calls whenever possible (trying to work around the strange Linux k...Jeremy Allison2008-11-211-19/+51
|/
* Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison2008-11-211-1/+60
* Fix the build, by some cut-and-paste error I got two versions of the same fun...Jeremy Allison2008-11-201-50/+0
* Fix build farm breakage.Jeremy Allison2008-11-191-1/+1