svn commit: r1220377 - /subversion/branches/file-handle-cache/subversion/libsvn_subr/svn_file_handle_cache.c

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 12:10:21 2011 New Revision: 1220377 URL: http://svn.apache.org/viewvc?rev=1220377view=rev Log: On file_handle_cache branch: Fix selection of the file with the closest data buffer. * subversion/libsvn_subr/svn_file_handle_cache.c (FILE_BUFFER_SIZE): new constant

svn commit: r1220381 - /subversion/branches/file-handle-cache/subversion/libsvn_subr/svn_file_handle_cache.c

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 12:29:02 2011 New Revision: 1220381 URL: http://svn.apache.org/viewvc?rev=1220381view=rev Log: On file_handle_cache branch: Optimize file data pre-fetching to be more suitable to our typical access patterns. During a c/o, this saves 10% of lseek() and read()

svn commit: r1220388 - in /subversion/branches/file-handle-cache/subversion: include/private/svn_file_handle_cache.h libsvn_fs_fs/fs_fs.c libsvn_subr/svn_file_handle_cache.c

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 12:56:16 2011 New Revision: 1220388 URL: http://svn.apache.org/viewvc?rev=1220388view=rev Log: On file_handle_cache branch: Simplify the file handle cache API. No longer require cookies, perms and flags. The first will be replaced by a smarter internal file

svn commit: r1220392 - in /subversion/branches/file-handle-cache/subversion: include/private/svn_file_handle_cache.h libsvn_fs_fs/caching.c libsvn_fs_fs/fs_fs.c libsvn_subr/svn_cache_config.c libsvn_s

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 13:26:08 2011 New Revision: 1220392 URL: http://svn.apache.org/viewvc?rev=1220392view=rev Log: On file_handle_cache branch: The flush operation will now only remove handles for the specified file name. Also, the file handle cache will be a FSFS session (FFD) -

svn commit: r1220393 - /subversion/branches/file-handle-cache/subversion/svnserve/main.c

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 13:27:52 2011 New Revision: 1220393 URL: http://svn.apache.org/viewvc?rev=1220393view=rev Log: On file_handle_cache branch: Fix merge artifact * subversion/svnserve/main.c (main): -F parameter shall not fall through to next case Modified:

svn commit: r1220461 - /subversion/branches/file-handle-cache/subversion/libsvn_subr/svn_file_handle_cache.c

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 17:22:56 2011 New Revision: 1220461 URL: http://svn.apache.org/viewvc?rev=1220461view=rev Log: On file_handle_cache branch: Fix build (forgotten to save). * subversion/libsvn_subr/svn_file_handle_cache.c (svn_file_handle_cache__flush): add missing parameter in

svn commit: r1220463 - /subversion/branches/file-handle-cache/subversion/libsvn_subr/svn_file_handle_cache.c

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 17:28:10 2011 New Revision: 1220463 URL: http://svn.apache.org/viewvc?rev=1220463view=rev Log: On file_handle_cache branch: Limit the number of open file handles on a per-process basis instead of per-cache. * subversion/libsvn_subr/svn_file_handle_cache.c

svn commit: r1220465 [3/13] - in /subversion/branches/file-handle-cache: ./ build/ build/ac-macros/ contrib/client-side/emacs/ contrib/server-side/mod_dontdothat/ notes/ subversion/bindings/javahl/tes

2011-12-18 Thread stefan2
Modified: subversion/branches/file-handle-cache/subversion/libsvn_client/diff.c URL: http://svn.apache.org/viewvc/subversion/branches/file-handle-cache/subversion/libsvn_client/diff.c?rev=1220465r1=1220464r2=1220465view=diff

svn commit: r1220465 [6/13] - in /subversion/branches/file-handle-cache: ./ build/ build/ac-macros/ contrib/client-side/emacs/ contrib/server-side/mod_dontdothat/ notes/ subversion/bindings/javahl/tes

2011-12-18 Thread stefan2
Modified: subversion/branches/file-handle-cache/subversion/libsvn_delta/compat.c URL: http://svn.apache.org/viewvc/subversion/branches/file-handle-cache/subversion/libsvn_delta/compat.c?rev=1220465r1=1220464r2=1220465view=diff

svn commit: r1220465 [13/13] - in /subversion/branches/file-handle-cache: ./ build/ build/ac-macros/ contrib/client-side/emacs/ contrib/server-side/mod_dontdothat/ notes/ subversion/bindings/javahl/te

2011-12-18 Thread stefan2
Modified: subversion/branches/file-handle-cache/subversion/tests/libsvn_wc/op-depth-test.c URL: http://svn.apache.org/viewvc/subversion/branches/file-handle-cache/subversion/tests/libsvn_wc/op-depth-test.c?rev=1220465r1=1220464r2=1220465view=diff

svn commit: r1220511 - /subversion/branches/file-handle-cache/subversion/libsvn_fs_fs/fs_fs.c

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 18:15:05 2011 New Revision: 1220511 URL: http://svn.apache.org/viewvc?rev=1220511view=rev Log: On file_handle_cache branch: Fix build by adapting the new code to the file handle cache. Also adapt a few functions in the middle. *

svn commit: r1220512 - /subversion/branches/file-handle-cache/subversion/libsvn_subr/stream.c

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 18:19:44 2011 New Revision: 1220512 URL: http://svn.apache.org/viewvc?rev=1220512view=rev Log: On file_handle_cache branch: * subversion/libsvn_subr/stream.c (read_handler_apr): whitespace fix Modified:

svn commit: r1220514 - in /subversion/branches/file-handle-cache: ./ subversion/include/svn_string.h

2011-12-18 Thread stefan2
Author: stefan2 Date: Sun Dec 18 18:22:38 2011 New Revision: 1220514 URL: http://svn.apache.org/viewvc?rev=1220514view=rev Log: On the file-handle-cache branch: Merged revision 1194865 from subversion/trunk Modified: subversion/branches/file-handle-cache/ (props changed)