index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-vfs: initial work on posix:eadb module
Andrew Bartlett
2012-04-03
2
-0
/
+441
*
s3-aio-fork: Fix a segfault in vfs_aio_fork
Volker Lendecke
2012-03-31
1
-7
/
+9
*
s3-aio-fork: Fix aio_suspend event hierarchy
Volker Lendecke
2012-03-31
1
-10
/
+8
*
s3-aio-fork: Fix an alignment warning on OS/X
Volker Lendecke
2012-03-31
1
-2
/
+2
*
More strlcat/strlcpy truncate checks.
Jeremy Allison
2012-03-30
3
-8
/
+21
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
4
-11
/
+17
*
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2012-03-24
3
-3
/
+3
*
s3:vfs_gpfs: fix some compiler warnings
Christian Ambach
2012-03-22
2
-4
/
+4
*
s3:vfs_gpfs: remove fallback to linux_setlease
Christian Ambach
2012-03-22
1
-6
/
+0
*
s3:vfs_gpfs: correct use of profiling macros
Christian Ambach
2012-03-22
1
-4
/
+5
*
s3:vfs_gpfs: Implement fallocate callback for GPFS
Christof Schmitt
2012-03-22
3
-0
/
+54
*
s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotas
Christof Schmitt
2012-03-22
1
-0
/
+129
*
s3:vfs_gpfs: add GPFS api calls for quota and free space reporting
Christof Schmitt
2012-03-22
2
-0
/
+80
*
s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-comment
Michael Adam
2012-03-22
1
-1
/
+1
*
s3: Remove "conn" from sys_notify_context
Volker Lendecke
2012-03-21
1
-1
/
+1
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
4
-4
/
+11
*
Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...
Jeremy Allison
2012-03-17
1
-5
/
+20
*
s3: Improve statvfs support
Brad Smith
2012-03-11
1
-6
/
+6
*
s3: Further fix for bug 8777
Brad Smith
2012-03-02
1
-1
/
+1
*
s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFly
Brad Smith
2012-02-25
1
-1
/
+1
*
s3:vfs_gpfs:quieten an expectable warning message
Christian Ambach
2012-02-10
1
-1
/
+5
*
s3:vfs_gpfs: fix a compiler warning
Christian Ambach
2012-02-10
1
-1
/
+2
*
s3:vfs_gpfs:Fix query of creation time from GPFS
Christof Schmitt
2012-02-10
1
-0
/
+3
*
s3:vfs_gpfs: make "gpfs:getrealfilename" a per share option
Stefan Metzmacher
2012-02-10
2
-7
/
+15
*
s3:vfs_gpfs: make "gpfs:ftruncate" a per share option
Stefan Metzmacher
2012-02-10
2
-3
/
+14
*
s3:vfs_gpfs: make "gpfs:winattr" a per share option
Stefan Metzmacher
2012-02-10
2
-5
/
+73
*
s3:vfs_gpfs: be less verbose in get/set_xattr functions
Stefan Metzmacher
2012-02-10
1
-2
/
+2
*
Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...
Jeremy Allison
2012-02-03
1
-1
/
+36
*
s3-xattr_tdb: Fix listxattr
Volker Lendecke
2012-02-02
1
-1
/
+1
*
s3: Simplify streams_depot a bit
Volker Lendecke
2012-02-02
1
-14
/
+5
*
s3: Add rmdir operation to streams_depot
Volker Lendecke
2012-02-01
1
-0
/
+47
*
Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...
Jeremy Allison
2012-01-26
1
-2
/
+16
*
s3: Fix a panic in aio_pthread
Volker Lendecke
2012-01-25
1
-1
/
+1
*
s3: improve the code in the AES encryption.
Matthieu Patou
2012-01-25
1
-8
/
+8
*
s3: Fix bug #8674.
Jeremy Allison
2012-01-25
1
-2
/
+1
*
s3-aio-pthread: num threads should be int
Volker Lendecke
2012-01-18
1
-4
/
+2
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
3
-3
/
+6
*
s3: Split a line with 1 statements
Volker Lendecke
2012-01-12
1
-1
/
+2
*
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
Jeremy Allison
2012-01-12
2
-1
/
+3
*
First part of fix for bug #8673 - NT ACL issue.
Jeremy Allison
2012-01-11
1
-18
/
+31
*
s3-aio_pthread: Fix the build
Volker Lendecke
2012-01-10
1
-1
/
+1
*
s3-aio_pthread: Make "pd_list" static
Volker Lendecke
2012-01-10
1
-1
/
+1
*
Remove the commented out code.
Jeremy Allison
2012-01-06
1
-52
/
+1
*
Add "aio num threads" parameter to allow manual configuration of
Jeremy Allison
2012-01-06
1
-16
/
+15
*
Add a sys_get_number_of_cores() function that calls sysconf or sysctl
Jeremy Allison
2012-01-06
1
-2
/
+13
*
Add some debug to vfs_aio_pthread so I can see when jobs start and stop.
Jeremy Allison
2012-01-05
1
-0
/
+16
*
Add S3 vfs_aio_pthread module to replace broken glibc aio code.
Jeremy Allison
2012-01-05
2
-0
/
+647
*
s3:vfs fix up vfs_gpfs after function pointer renames
Christian Ambach
2011-12-15
1
-25
/
+25
*
s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record()
Stefan Metzmacher
2011-12-13
1
-1
/
+2
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
45
-702
/
+702
[next]