summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2014-12-08s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison3-13/+13
2014-12-08s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison1-5/+12
2014-10-26vfs_glusterfs: Remove "integer fd" code and store the glfs pointers.Jose A. Rivera1-90/+32
2014-10-26vfs_glusterfs: smb_stat_ex_from_stat commenting and cleanup.Christopher R. Hertel1-13/+8
2014-10-26vfs_glusterfs: Comment the top of the file.Christopher R. Hertel1-8/+18
2014-09-27media_harmony: Fix a crash bugVolker Lendecke1-2/+2
2014-09-08s3: smbd: vfs_dirsort module.Jeremy Allison1-1/+1
2014-09-01s3: enforce a positive allocation_file_size for non-empty files (bug #10543)Björn Baumbach1-0/+12
2014-08-07s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()Michael Adam1-8/+6
2014-08-07s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.Michael Adam1-7/+0
2014-08-07s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.Michael Adam1-21/+20
2014-08-07s3:vfs:gpfs: fix flapping offline: always get winAttrs from gpfs for is_offlineMichael Adam1-3/+1
2014-08-07s3:vfs:gpfs: store the winAttrs in the struct_ex when we got them in vfs_gpfs...Michael Adam1-0/+1
2014-07-15s3: fix missing braces in nfs4_acls.cAbhidnya Joshi1-1/+2
2014-05-19FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt1-2/+2
2014-05-19FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zeroChristof Schmitt1-1/+1
2014-05-19s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2-0/+14
2014-03-10s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider1-6/+4
2014-02-14s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can...Jeremy Allison2-2/+24
2014-02-14s3: vfs_dirsort module.Jeremy Allison1-7/+112
2014-02-14vfs_btrfs: pass-through copy-chunk(len=0) requestsDavid Disseldorp1-1/+21
2014-01-17vfs/glusterfs: in case atime is not passed, set it to the current atimeNiels de Vos1-4/+22
2014-01-13shadow_copy2: add a comment explaining why we don't talloc_zero_array().Michael Adam1-0/+9
2014-01-13shadow_copy2: revert expensive and unnecessary zero-initializationMichael Adam1-1/+1
2014-01-13s3:modules:shadow_copy2: remove redundant documentation comment blockMichael Adam1-77/+4
2014-01-13s3:modules:shadow_copy2: improve headline commentMichael Adam1-1/+1
2014-01-13s3:module:shadow_copy2: add my (C)Michael Adam1-0/+1
2014-01-13shadow_copy2: use stored mount_point instead of recalculating.Michael Adam1-9/+1
2014-01-13shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam1-1/+2
2014-01-13shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam1-2/+45
2014-01-13shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam1-0/+2
2014-01-13shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam1-1/+1
2014-01-13shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam1-0/+30
2014-01-13shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam1-1/+11
2014-01-13shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()Michael Adam1-0/+10
2014-01-13shadow_copy2: introduce shadow_copy2_snapshot_path()Michael Adam1-0/+37
2014-01-13shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...Michael Adam1-21/+47
2014-01-13shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam1-2/+20
2014-01-13shadow_copy2: make shadow_copy2_find_snapdir() return const char *Michael Adam1-4/+4
2014-01-13shadow_copy2: in the classical case, use configured path in shadow_copy2_find...Michael Adam1-0/+7
2014-01-13shadow_copy2: implement disk_freeMichael Adam1-0/+37
2014-01-13shadow_copy2: log resulting config at the end of shadow_copy2_connect()Michael Adam1-0/+29
2014-01-13shadow_copy2: add snapshot_basepath to the config.Michael Adam1-0/+11
2014-01-13shadow_copy2: add rel_connectpath to config.Michael Adam1-0/+12
2014-01-13shadow_copy2: introduce "shadow:mountpoint" optionMichael Adam1-5/+38
2014-01-13shadow_copy2: re-add the basedir option.Michael Adam1-0/+56
2014-01-13shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.Michael Adam1-0/+7
2014-01-13shadow_copy2: introduce the bool "snapdir_absolute" in the config.Michael Adam1-0/+10
2014-01-13shadow_copy2: introduce config struct and function shadow_copy2_connect()Michael Adam1-28/+145
2014-01-13shadow_copy2: add comment block explaining shadow_copy2_convert()Michael Adam1-0/+5