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