summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* gpfs: Rename wrapper for gpfs_lib_initChristof Schmitt2015-03-023-14/+12
* gpfs: Rename wrapper for gpfs_ftruncateChristof Schmitt2015-03-023-12/+12
* gpfs: Rename wrapper for gpfs_preallocChristof Schmitt2015-03-023-13/+13
* gpfs: Rename wrapper for gpfs_get_winattrsChristof Schmitt2015-03-023-12/+12
* gpfs: Rename wrapper for gpfs_get_winattrs_pathChristof Schmitt2015-03-023-16/+17
* gpfs: Rename wrapper for gpfs_set_winattrs_pathChristof Schmitt2015-03-023-17/+20
* gpfs: Rename wrapper for gpfs_get_realfilename_pathChristof Schmitt2015-03-023-16/+14
* gpfs: Rename wrapper for gpfs_putaclChristof Schmitt2015-03-023-18/+18
* gpfs: Rename wrapper for gpfs_getaclChristof Schmitt2015-03-023-12/+12
* gpfs: Introduce wrapper for gpfs_set_leaseChristof Schmitt2015-03-022-7/+13
* gpfs: Introduce wrapper for gpfs_set_shareChristof Schmitt2015-03-022-7/+15
* gpfs: Simplify initialization for gpfs library wrapperChristof Schmitt2015-03-023-66/+39
* gpfs: Remove search for libgpfs_gpl.soChristof Schmitt2015-03-021-10/+2
* gpfs: Look for gpfs header files also in /usr/lpp/mmfs/include/Christof Schmitt2015-03-021-1/+2
* gpfs: Always use gpfs_fcntl.h headerfileChristof Schmitt2015-03-022-3/+2
* vfs_catia: Simplify init_mappings()Volker Lendecke2015-02-261-1/+2
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-179-42/+33
* vfs_ceph: fix disk_free_fn callbackYan, Zheng2015-02-161-2/+3
* vfs_prealloc: Remove call to gpfs_preallocChristof Schmitt2015-02-111-9/+0
* nfs4: Fix a confusing debug messageVolker Lendecke2015-02-091-1/+1
* Fix a couple of DEBUG statements that were copied from elsewhere. Removed the...Richard Sharpe2015-01-251-4/+2
* vfs_glusterfs: Add comments to the pipe(2) code.Ira Cooper2015-01-231-0/+17
* vfs: Fix a typoVolker Lendecke2015-01-221-1/+1
* vfs:glusterfs: whitespace fix.Michael Adam2015-01-221-3/+3
* vfs_snapper: encode and decode Snapper DBus stringsDavid Disseldorp2015-01-221-16/+94
* vfs_snapper: add DBus string encoding and decoding helpersDavid Disseldorp2015-01-221-0/+124
* vfs_snapper: free dbus req messages in error pathsDavid Disseldorp2015-01-221-0/+4
* vfs_glusterfs: Replace eventfd with pipes, for AIO useIra Cooper2015-01-211-96/+41
* vfs_unityed_media: VFS module for sharing AVID projectsRalph Boehme2015-01-102-0/+1962
* s3-vfs: Fix developer build of vfs_ceph module.Günther Deschner2015-01-091-10/+20
* vfs_fruit: mmap under FreeBSD needs PROT_READVolker Lendecke2015-01-081-1/+1
* vfs_fruit: fix base_fsp name conversionVolker Lendecke2015-01-081-1/+1
* smbd: Properly handle EINTR in vfs_aio_forkVolker Lendecke2015-01-061-3/+12
* smbd: Use msghdr.[ch] in vfs_aio_forkVolker Lendecke2015-01-061-42/+20
* smbd: Use msghdr_prep_fds in vfs_aio_forkVolker Lendecke2015-01-061-30/+9
* vfs_fruit: Avoid double ()Volker Lendecke2014-12-181-1/+1
* vfs_fruit: Avoid double initializationVolker Lendecke2014-12-181-1/+0
* vfs/glusterfs: Change xattr key to match gluster key.raghavendra talur2014-12-171-1/+1
* vfs_glusterfs: Implement AIO supportPoornima G2014-12-171-12/+242
* vfs_glusterfs: Change sys_get_acl_file/fd to return ACLs corresponding to mod...Poornima G2014-12-171-0/+59
* vfs_streams_xattr: add missing call to SMB_VFS_NEXT_CONNECTRalph Boehme2014-12-121-0/+6
* vfs_glusterfs: Set connectpath as snapdir-entry-path.raghavendra talur2014-12-101-0/+11
* vfs_glusterfs: Remember the connect path too for reopening.raghavendra talur2014-12-101-5/+15
* vfs_glusterfs: In vfs_gluster_sys_acl_get_file/fd, reduce the number of getxa...Poornima G2014-12-101-10/+32
* notify_inotify: inotify_watch now takes a mem_ctxVolker Lendecke2014-12-091-1/+8
* notify_inotify: Make inotify_watch return 0/errnoVolker Lendecke2014-12-091-2/+7
* smbd: Move lp_parm_bool out of notify_inotify.cVolker Lendecke2014-12-091-0/+3
* vfs: Add missing include for sys_pread() in cacheprime module.Andreas Schneider2014-12-081-0/+1
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-084-15/+16
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-5/+12