[Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2016-12-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 --- Comment #11 from Björn Jacke --- no, because the problem was fixed with metzes patch. if you see a need for the ctime compare, then please open a new bug report for it. this bug here is closed and fixed. -- You are receiving this mail because:

[Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2016-12-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 --- Comment #10 from Oren Kishon --- > how about adding an option like "--use-ctime-before-xattr-compares", which > only > reads and compares EAs for files where the ctime on the source side is > newer > than the ctime on the target side. EA modif

[Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2016-08-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 Wayne Davison changed: What|Removed |Added Version|3.0.0 |3.1.3 Status|ASSIGNED

[Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2016-07-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 Stefan Metzmacher changed: What|Removed |Added Attachment #12286|0 |1 is obsolete|

[Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2016-07-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 Stefan Metzmacher changed: What|Removed |Added Attachment #12285|0 |1 is obsolete|

[Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2016-07-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 --- Comment #6 from Stefan Metzmacher --- Created attachment 12285 --> https://bugzilla.samba.org/attachment.cgi?id=12285&action=edit A first work in progress patch to add a hashtable I need to clean this up and do more tests. But with 1000 uniq

[Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2016-06-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 --- Comment #5 from Björn Jacke --- how about adding an option like "--use-ctime-before-xattr-compares", which only reads and compares EAs for files where the ctime on the source side is newer than the ctime on the target side. EA modifications upda

DO NOT REPLY [Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2009-06-20 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 m...@bombich.com changed: What|Removed |Added CC||m...@bombich.com --- Comment #4 f

DO NOT REPLY [Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2008-04-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 --- Comment #3 from [EMAIL PROTECTED] 2008-04-10 11:35 CST --- > One solution to this might be to create a hash of all the names and xattr > data, and then store the xattrs in a hash lookup. That should speed things up quite a bit when

DO NOT REPLY [Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2008-03-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from [EM

DO NOT REPLY [Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2008-03-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 [EMAIL PROTECTED] changed: What|Removed |Added Severity|normal |enhancement Summary|with opt