summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* smbd: Slightly simplify vfswrap_fsctlVolker Lendecke2014-02-121-1/+2
* smbd: Fix an uninitialized readVolker Lendecke2014-02-121-0/+1
* s3: vfs_dirsort module.Jeremy Allison2014-02-121-7/+112
* param: rename lp function and variable from "fake_dir_create_times" to "fake_...Garming Sam2014-02-073-6/+6
* s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can...Jeremy Allison2014-02-082-2/+24
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-072-2/+2
* vfs_btrfs: pass-through copy-chunk(len=0) requestsDavid Disseldorp2014-02-061-1/+21
* loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam2014-02-031-1/+1
* vfs_time_audit: Make durable functions staticVolker Lendecke2014-01-241-16/+16
* vfs/glusterfs: in case atime is not passed, set it to the current atimeNiels de Vos2014-01-151-4/+22
* s3: Avoid oplock break by storing timestamps with gpfs_set_timesChristof Schmitt2014-01-093-6/+69
* vfs_glusterfs: Enable per client log filePoornima Gurusiddaiah2013-12-171-20/+29
* scannedonly: Fix CID 242109 Unchecked return value from libraryVolker Lendecke2013-12-171-4/+6
* s3: Handle stat call with capability in vfs_gpfsAbhidnya Joshi2013-12-161-0/+56
* s3-waf: build new vfs_worm moduleVolker Lendecke2013-12-121-0/+8
* s3-modules: add new vfs_worm moduleVolker Lendecke2013-12-121-0/+97
* shadow_copy2: Fix some typosDavid Keegel2013-12-121-3/+3
* shadow_copy2: add a comment explaining why we don't talloc_zero_array().Michael Adam2013-12-111-0/+9
* shadow_copy2: revert expensive and unnecessary zero-initializationMichael Adam2013-12-111-1/+1
* s3:vfs_btrfs change includesChristian Ambach2013-12-071-2/+1
* s3:vfs fix a compile warningChristian Ambach2013-12-071-1/+1
* s3:modules:shadow_copy2: remove redundant documentation comment blockMichael Adam2013-12-071-77/+4
* s3:modules:shadow_copy2: improve headline commentMichael Adam2013-12-071-1/+1
* s3:module:shadow_copy2: add my (C)Michael Adam2013-12-071-0/+1
* vfs_btrfs: advertise per-file compression capabilityDavid Disseldorp2013-11-221-0/+15
* vfs_btrfs: fix copy-chunk dest unlock argsDavid Disseldorp2013-11-221-1/+1
* vfs_btrfs: add [GET/SET]_COMPRESSION handlersDavid Disseldorp2013-11-221-2/+117
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-223-0/+112
* s3-vfs: Make glfs_set_preopened() static.Andreas Schneider2013-11-151-1/+1
* s3-vfs: Remove unused variable in vfs_glusterfs.Andreas Schneider2013-11-151-1/+0
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-121-6/+4
* Revert "s3-vfs: Fix stream_depot vfs module on btrfs."David Disseldorp2013-11-121-8/+8
* smbd: Fix CID 1035478 Negative array index readVolker Lendecke2013-11-111-6/+19
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-081-8/+8
* vfs: Fix some build warnings in glusterfs.Andreas Schneider2013-11-041-2/+2
* vfs: Fix building the glusterfs module.Andreas Schneider2013-11-041-2/+2
* s3:modules: nfs4_acls ACLs with zero entries are fine.Alexander Werth2013-10-301-6/+6
* s3:modules: Fix realloc with zero sized ACLsAlexander Werth2013-10-301-5/+7
* s3/time_audit: Add offline and durable functionsChristof Schmitt2013-10-121-0/+111
* shadow_copy2: use stored mount_point instead of recalculating.Michael Adam2013-10-051-9/+1
* shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam2013-10-051-1/+2
* shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam2013-10-051-2/+45
* shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam2013-10-051-0/+2
* shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam2013-10-051-1/+1
* shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam2013-10-051-0/+30
* shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam2013-10-051-1/+11
* shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()Michael Adam2013-10-051-0/+10
* shadow_copy2: introduce shadow_copy2_snapshot_path()Michael Adam2013-10-051-0/+37
* shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...Michael Adam2013-10-051-21/+47
* shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam2013-10-051-2/+20