summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* s3-vfs: Show the invalid ACL when we say it is invalid for setAndrew Bartlett2012-05-091-2/+4
* s3:vfs/gpfs: Have inherited deny ACE's show up in ACLsAlexander Werth2012-05-081-2/+2
* s3:vfs/shadow_copy2 fix some compiler warningsChristian Ambach2012-05-081-4/+3
* s3:vfs/shadow_copy2 make descending sort order the defaultChristian Ambach2012-05-081-1/+1
* Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe2012-04-281-0/+10
* s3: Fix Coverity ID 2682: NULL_RETURNSVolker Lendecke2012-04-191-0/+4
* s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot failAndrew Bartlett2012-04-191-8/+0
* s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blobAndrew Bartlett2012-04-181-2/+41
* s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdbAndrew Bartlett2012-04-182-427/+4
* Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison2012-04-123-0/+15
* Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...Jeremy Allison2012-04-121-4/+24
* s3: Fix a typoVolker Lendecke2012-04-121-1/+1
* Simplify the logic around doing an immediate event reschedule.Jeremy Allison2012-04-111-23/+7
* build: Add tevent deps for users of tevent callsAndrew Bartlett2012-04-111-3/+3
* Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison2012-04-112-0/+740
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-0/+19
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-19/+22
* s3: Move the aio signal init to the vfs moduleVolker Lendecke2012-04-091-0/+8
* Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...Jeremy Allison2012-04-061-0/+13
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-0620-104/+104
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-057-117/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-057-127/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-056-87/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-057-122/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-0517-107/+107
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-0512-41/+41
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_telldir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_seekdir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-053-3/+3
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_open wrapperAndrew Bartlett2012-04-052-4/+4
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-051-4/+4
* Remove off64_t declarationsAndrew Bartlett2012-04-052-2/+2
* s3-vfs: initial work on posix:eadb moduleAndrew Bartlett2012-04-032-0/+441
* s3-aio-fork: Fix a segfault in vfs_aio_forkVolker Lendecke2012-03-311-7/+9
* s3-aio-fork: Fix aio_suspend event hierarchyVolker Lendecke2012-03-311-10/+8
* s3-aio-fork: Fix an alignment warning on OS/XVolker Lendecke2012-03-311-2/+2
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-303-8/+21
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-264-11/+17
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-243-3/+3
* s3:vfs_gpfs: fix some compiler warningsChristian Ambach2012-03-222-4/+4
* s3:vfs_gpfs: remove fallback to linux_setleaseChristian Ambach2012-03-221-6/+0
* s3:vfs_gpfs: correct use of profiling macrosChristian Ambach2012-03-221-4/+5
* s3:vfs_gpfs: Implement fallocate callback for GPFSChristof Schmitt2012-03-223-0/+54
* s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotasChristof Schmitt2012-03-221-0/+129
* s3:vfs_gpfs: add GPFS api calls for quota and free space reportingChristof Schmitt2012-03-222-0/+80
* s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-commentMichael Adam2012-03-221-1/+1