[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2022-10-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=346619

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #10 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2022-10-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=346619

--- Comment #9 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2022-09-18 Thread postix
https://bugs.kde.org/show_bug.cgi?id=346619

postix  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #8 from postix  ---
> If the default value is good enough now, and respecting the system's value 
> might be worse, maybe we should close this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2020-10-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=346619

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2018-08-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=346619

--- Comment #7 from Nate Graham  ---
If the default value is good enough now, and respecting the system's value
might be worse, maybe we should close this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2018-08-02 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=346619

--- Comment #6 from Christoph Feck  ---
Nate, the f_bsize setting can be found via
http://man7.org/linux/man-pages/man3/statvfs.3.html

But I am not sure if KIO should look at it. My filesystem block size reports
4K, so general file copying would get slower respecting it compared to the 128K
value we use now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2018-07-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=346619

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1

--- Comment #5 from Nate Graham  ---
Thanks for the info! As soon as I figure out where this setting is located,
I'll submit a patch. If you know where I can find it, please don't be shy! :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2018-07-02 Thread Vladimir
https://bugs.kde.org/show_bug.cgi?id=346619

--- Comment #4 from Vladimir  ---
(In reply to Nate Graham from comment #3)
> Thanks for the update! So the slowness of not respecting f_bsize manifested
> when you used Dolphin to move or copy a file (via copy-paste or
> drag-and-drop) to a local mount for an MTP device?

Yes, it was like that. Current value 128K is enough for everyone © Almost

I think it's generally good practive to align IO size to size of filesystem
block, so filesystem will not squeeze your data into any tail-space in case of
small write, etc. 

My MTP implementation uses partial reads/writes to avoid full object
sending/retrieval, making MTP as fast as any other way to transfer data from/to
device. 

The problem with partial objects, it's done from userspace on android, and this
approach has an additional overhead of starting/committing object transaction.
I've decided to advertise large block size to userspace, it worked with some
other file managers, but not the dolphin.  :)

Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 346619] MTP IOSlave should use f_bsize for block size

2018-07-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=346619

Nate Graham  changed:

   What|Removed |Added

   Severity|minor   |wishlist
Version|4.14.1  |5.47.0
Product|kio |frameworks-kio
Summary|dolphin uses small blocks   |MTP IOSlave should use
   |(4096 bytes) for|f_bsize for block size
   |copying/moving operations   |
  Component|file|general
 CC||kdelibs-b...@kde.org

--- Comment #3 from Nate Graham  ---
Thanks for the update! So the slowness of not respecting f_bsize manifested
when you used Dolphin to move or copy a file (via copy-paste or drag-and-drop)
to a local mount for an MTP device?

-- 
You are receiving this mail because:
You are watching all bug changes.