summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Remove "conn" from sys_notify_contextVolker Lendecke2012-03-211-1/+1
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-214-4/+11
* Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...Jeremy Allison2012-03-171-5/+20
* s3: Improve statvfs supportBrad Smith2012-03-111-6/+6
* s3: Further fix for bug 8777Brad Smith2012-03-021-1/+1
* s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith2012-02-251-1/+1
* s3:vfs_gpfs:quieten an expectable warning messageChristian Ambach2012-02-101-1/+5
* s3:vfs_gpfs: fix a compiler warningChristian Ambach2012-02-101-1/+2
* s3:vfs_gpfs:Fix query of creation time from GPFSChristof Schmitt2012-02-101-0/+3
* s3:vfs_gpfs: make "gpfs:getrealfilename" a per share optionStefan Metzmacher2012-02-102-7/+15
* s3:vfs_gpfs: make "gpfs:ftruncate" a per share optionStefan Metzmacher2012-02-102-3/+14
* s3:vfs_gpfs: make "gpfs:winattr" a per share optionStefan Metzmacher2012-02-102-5/+73
* s3:vfs_gpfs: be less verbose in get/set_xattr functionsStefan Metzmacher2012-02-101-2/+2
* Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison2012-02-031-1/+36
* s3-xattr_tdb: Fix listxattrVolker Lendecke2012-02-021-1/+1
* s3: Simplify streams_depot a bitVolker Lendecke2012-02-021-14/+5
* s3: Add rmdir operation to streams_depotVolker Lendecke2012-02-011-0/+47
* Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...Jeremy Allison2012-01-261-2/+16
* s3: Fix a panic in aio_pthreadVolker Lendecke2012-01-251-1/+1
* s3: improve the code in the AES encryption.Matthieu Patou2012-01-251-8/+8
* s3: Fix bug #8674.Jeremy Allison2012-01-251-2/+1
* s3-aio-pthread: num threads should be intVolker Lendecke2012-01-181-4/+2
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-183-3/+6
* s3: Split a line with 1 statementsVolker Lendecke2012-01-121-1/+2
* Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison2012-01-122-1/+3
* First part of fix for bug #8673 - NT ACL issue.Jeremy Allison2012-01-111-18/+31
* s3-aio_pthread: Fix the buildVolker Lendecke2012-01-101-1/+1
* s3-aio_pthread: Make "pd_list" staticVolker Lendecke2012-01-101-1/+1
* Remove the commented out code.Jeremy Allison2012-01-061-52/+1
* Add "aio num threads" parameter to allow manual configuration ofJeremy Allison2012-01-061-16/+15
* Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison2012-01-061-2/+13