summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2015-03-06vfs_fruit: Fix CID 1273290 Uninitialized scalar variableVolker Lendecke1-1/+2
2015-03-05perfcount: Fix CID 1035494 Out-of-bounds readVolker Lendecke1-1/+1
2015-03-05perfcount: Fix CID 1035493 Out-of-bounds readVolker Lendecke1-1/+1
2015-03-05perfcount: Fix CID 1035492 Out-of-bounds readVolker Lendecke1-1/+1
2015-03-05perfcount: Fix CID 1274043 Division or modulo by zeroVolker Lendecke1-0/+4
2015-03-03aio_fork: Fix CID 1273291 Uninitialized scalar variableVolker Lendecke1-3/+1
2015-03-03gpfs: Add include guard to gpfswrap.hChristof Schmitt1-0/+5
2015-03-02gpfs: Rename library wrapper to gpfswrapChristof Schmitt4-3/+3
2015-03-02gpfs: Update file headersChristof Schmitt3-45/+43
2015-03-02gpfs: Remove unncessary includes from gpfs.cChristof Schmitt1-5/+1
2015-03-02gpfs: Move DBGC_CLASS definition below includesChristof Schmitt1-4/+3
2015-03-02gpfs: Include gpfs_fcntl.h only from vfs_gpfs header fileChristof Schmitt3-2/+2
2015-03-02gpfs: Move definition of GPFS_GETACL_NATIVE to vfs_gpfs.cChristof Schmitt2-4/+4
2015-03-02gpfs: Move smbd_gpfs_set_times_path to vfs_gpfs.cChristof Schmitt3-39/+38
2015-03-02gpfs: Move get_gpfs_fset_id to vfs_gpfs.cChristof Schmitt3-45/+44
2015-03-02gpfs: Move get_gpfs_quota to vfs_gpfs.cChristof Schmitt3-29/+27
2015-03-02gpfs: Move set_gpfs_lease to vfs_gpfs.cChristof Schmitt3-21/+20
2015-03-02gpfs: Move set_gpfs_sharemode to vfs_gpfs.cChristof Schmitt3-48/+46
2015-03-02gpfs: Introduce wrapper for gpfs_getfilesetidChristof Schmitt2-9/+15
2015-03-02gpfs: Introduce wrapper for gpfs_fcntlChristof Schmitt2-5/+18
2015-03-02gpfs: Introduce wrapper for gpfs_quotactlChristof Schmitt2-9/+15
2015-03-02gpfs: Introduce wrapper for gpfs_set_times_pathChristof Schmitt2-7/+15
2015-03-02gpfs: Rename wrapper for gpfs_lib_initChristof Schmitt3-14/+12
2015-03-02gpfs: Rename wrapper for gpfs_ftruncateChristof Schmitt3-12/+12
2015-03-02gpfs: Rename wrapper for gpfs_preallocChristof Schmitt3-13/+13
2015-03-02gpfs: Rename wrapper for gpfs_get_winattrsChristof Schmitt3-12/+12
2015-03-02gpfs: Rename wrapper for gpfs_get_winattrs_pathChristof Schmitt3-16/+17
2015-03-02gpfs: Rename wrapper for gpfs_set_winattrs_pathChristof Schmitt3-17/+20
2015-03-02gpfs: Rename wrapper for gpfs_get_realfilename_pathChristof Schmitt3-16/+14
2015-03-02gpfs: Rename wrapper for gpfs_putaclChristof Schmitt3-18/+18
2015-03-02gpfs: Rename wrapper for gpfs_getaclChristof Schmitt3-12/+12
2015-03-02gpfs: Introduce wrapper for gpfs_set_leaseChristof Schmitt2-7/+13
2015-03-02gpfs: Introduce wrapper for gpfs_set_shareChristof Schmitt2-7/+15
2015-03-02gpfs: Simplify initialization for gpfs library wrapperChristof Schmitt3-66/+39
2015-03-02gpfs: Remove search for libgpfs_gpl.soChristof Schmitt1-10/+2
2015-03-02gpfs: Look for gpfs header files also in /usr/lpp/mmfs/include/Christof Schmitt1-1/+2
2015-03-02gpfs: Always use gpfs_fcntl.h headerfileChristof Schmitt2-3/+2
2015-02-26vfs_catia: Simplify init_mappings()Volker Lendecke1-1/+2
2015-02-17s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp9-42/+33
2015-02-16vfs_ceph: fix disk_free_fn callbackYan, Zheng1-2/+3
2015-02-11vfs_prealloc: Remove call to gpfs_preallocChristof Schmitt1-9/+0
2015-02-09nfs4: Fix a confusing debug messageVolker Lendecke1-1/+1
2015-01-25Fix a couple of DEBUG statements that were copied from elsewhere. Removed the...Richard Sharpe1-4/+2
2015-01-23vfs_glusterfs: Add comments to the pipe(2) code.Ira Cooper1-0/+17
2015-01-22vfs: Fix a typoVolker Lendecke1-1/+1
2015-01-22vfs:glusterfs: whitespace fix.Michael Adam1-3/+3
2015-01-22vfs_snapper: encode and decode Snapper DBus stringsDavid Disseldorp1-16/+94
2015-01-22vfs_snapper: add DBus string encoding and decoding helpersDavid Disseldorp1-0/+124
2015-01-22vfs_snapper: free dbus req messages in error pathsDavid Disseldorp1-0/+4
2015-01-21vfs_glusterfs: Replace eventfd with pipes, for AIO useIra Cooper1-96/+41