index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-18
s3-vfs: async fsync
Volker Lendecke
3
-0
/
+183
2012-07-18
s3: Move the aio_pthread read/write functionality to vfs_default
Volker Lendecke
3
-231
/
+139
2012-07-18
s3-aio: Remove unused VFS functions and more
Volker Lendecke
3
-316
/
+0
2012-07-18
s3-vfs: Add pwrite_send/recv to vfs modules
Volker Lendecke
2
-0
/
+142
2012-07-18
s3-vfs: Add pread_send/recv to vfs modules
Volker Lendecke
2
-0
/
+145
2012-07-18
s3: Convert aio_linux to pread/pwrite_send/recv
Volker Lendecke
1
-543
/
+100
2012-07-18
s3: Convert aio_fork to pread/pwrite_send/recv
Volker Lendecke
1
-323
/
+174
2012-07-18
s3-aio_fork: Convert get_idle_child from NTSTATUS to errno
Volker Lendecke
1
-14
/
+17
2012-07-18
s3-aio_fork: Convert create_aio_child from NTSTATUS to errno
Volker Lendecke
1
-16
/
+20
2012-07-18
s3: Add vfs_aio_posix
Volker Lendecke
2
-0
/
+253
2012-07-18
s3: Make smbd/aio.c not depend on aio.h anymore
Volker Lendecke
1
-0
/
+1
2012-07-18
s3:vfs_aio_pthread: Convert to libasys
Volker Lendecke
2
-525
/
+123
2012-07-18
s3-vfs: async pread
Volker Lendecke
1
-0
/
+45
2012-07-18
s3-vfs: async pwrite
Volker Lendecke
1
-0
/
+48
2012-07-18
s3:Really ignore unknown special ids in NFSv4 ACLs.
Alexander Werth
1
-0
/
+1
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
6
-7
/
+7
2012-07-18
source3/modules/vfs_xattr_tdb.c: fix stackframe leak
Rusty Russell
1
-1
/
+3
2012-07-17
s3-linux-aio: Fix error handling
Volker Lendecke
1
-4
/
+2
2012-07-17
Add debug message when SD hash doesn't match.
Jeremy Allison
1
-0
/
+5
2012-07-13
Use HAVE_FSYNC, we bothered to test for it.
Jeremy Allison
1
-0
/
+2
2012-07-13
Linux-specific optimization in aio_open code.
Jeremy Allison
1
-0
/
+22
2012-07-12
Add an optimization to pthread aio writes to also do fsync if requested.
Jeremy Allison
1
-0
/
+15
2012-07-12
s3: make log message of FSCTL_IS_VOLUME_DIRTY more clear
Björn Jacke
1
-1
/
+1
2012-07-11
s3:vfs_gpfs: fix ACL length calculation
Ralph Wuerthner
1
-9
/
+4
2012-07-11
s3:vfs_gpfs: Check softquota before gracetime
Christof Schmitt
1
-1
/
+2
2012-07-11
Add in the threaded async open engine.
Jeremy Allison
1
-0
/
+393
2012-07-03
Allow init_aio_threadpool() to be setup for different threadpool handles with...
Jeremy Allison
1
-10
/
+19
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2
-2
/
+2
2012-06-25
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-06-25
s3: Avoid a call to server_event_context()
Volker Lendecke
1
-1
/
+1
2012-06-22
s3-vfs_gpfs: Fix bug #9003, posix acl on gpfs
Volker Lendecke
1
-2
/
+2
2012-06-21
Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).
Jeremy Allison
1
-5
/
+0
2012-06-15
s3:vfs_gpfs: add "gpfs:acl" option
Björn Baumbach
1
-0
/
+81
2012-06-15
s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
1
-6
/
+10
2012-06-12
s3:vfs:scannedonly: fix use of non-existent word (existant)
Michael Adam
1
-5
/
+5
2012-06-12
s3: Make vfswrap_audit_file static
Volker Lendecke
1
-5
/
+5
2012-06-11
s3: Fix Coverity ID 703870 Uninitialized scalar variable
Volker Lendecke
1
-0
/
+1
2012-06-11
s3: Save errno around a TALLOC_FREE
Volker Lendecke
1
-0
/
+3
2012-06-11
s3: Fix Coverity ID 703871 Unused pointer value
Volker Lendecke
1
-0
/
+4
2012-06-06
s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c
Stefan Metzmacher
1
-1
/
+0
2012-06-02
lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c
Andrew Bartlett
1
-8
/
+8
2012-06-02
s3: Same fix as 8576256, this time for fgetxattr
Volker Lendecke
1
-1
/
+1
2012-05-31
s3:vfs_hpuxacl: remove unused file_find_fd() calls
Stefan Metzmacher
1
-18
/
+2
2012-05-24
s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()
Stefan Metzmacher
1
-1
/
+3
2012-05-23
Introduce system MIT krb5 build with --with-system-mitkrb5 option.
Alexander Bokovoy
2
-5
/
+5
2012-05-21
s3: Fix vfs_xattr_tdb.c
Volker Lendecke
1
-1
/
+1
2012-05-17
Check the return from create_acl_blob
Richard Sharpe
1
-4
/
+6
2012-05-16
s3:onefs: remove all onefs related code as it not maintained anymore
Stefan Metzmacher
16
-9560
/
+0
2012-05-16
Fix the overwriting of errno before use in a DEBUG statement and use the retu...
Richard Sharpe
2
-5
/
+8
2012-05-09
s3-vfs: Show the invalid ACL when we say it is invalid for set
Andrew Bartlett
1
-2
/
+4
[prev]
[next]