[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2020-06-20 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=326880

Méven Car  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/c2faaae69
   ||7f11ee600989b67b4406981838a
   ||e628
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.72

--- Comment #13 from Méven Car  ---
Git commit c2faaae697f11ee600989b67b4406981838ae628 by Méven Car.
Committed on 20/06/2020 at 07:18.
Pushed by dfaure into branch 'master'.

File ioslave: Add support for reflink copying
FIXED-IN: 5.72

M  +86   -70   src/ioslaves/file/file_unix.cpp

https://invent.kde.org/frameworks/kio/commit/c2faaae697f11ee600989b67b4406981838ae628

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

[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2020-06-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=326880

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #12 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kio/-/merge_requests/53

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

[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2020-06-16 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=326880

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #11 from Méven Car  ---
From
https://github.com/coreutils/coreutils/blob/439741053256618eb651e6d43919df29625b8714/src/copy.c#L334
:

/* Perform the O(1) btrfs clone operation, if possible.
   Upon success, return 0.  Otherwise, return -1 and set errno.  */
static inline int
clone_file (int dest_fd, int src_fd)
{
#ifdef FICLONE
  return ioctl (dest_fd, FICLONE, src_fd);
#else
  (void) dest_fd;
  (void) src_fd;
  errno = ENOTSUP;
  return -1;
#endif
}

Relevant ref: https://man7.org/linux/man-pages/man2/ioctl_ficlonerange.2.html

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

[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2020-05-11 Thread Niklas Sombert
https://bugs.kde.org/show_bug.cgi?id=326880

Niklas Sombert  changed:

   What|Removed |Added

 CC||nik...@ytvwld.de

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

[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2020-05-11 Thread Maximilian Böhm
https://bugs.kde.org/show_bug.cgi?id=326880

Maximilian Böhm  changed:

   What|Removed |Added

 CC||m...@elbmurf.de

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

[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2020-03-28 Thread Johannes Pfrang
https://bugs.kde.org/show_bug.cgi?id=326880

Johannes Pfrang  changed:

   What|Removed |Added

 CC||johannespfrang+...@gmail.co
   ||m

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

[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2020-03-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=326880

mp107+bugs.kde@o2.pl changed:

   What|Removed |Added

 CC||mp107+bugs.kde@o2.pl

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

[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2018-05-08 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=326880

--- Comment #10 from Stefan Brüns  ---
I think one should read the implementation of the "cp" command, which supports
this using the "--reflink" option.

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

[frameworks-kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

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

Nate Graham  changed:

   What|Removed |Added

Version|4.11.2  |unspecified
Product|kio |frameworks-kio
 CC||kdelibs-b...@kde.org,
   ||n...@kde.org
  Component|file|general

--- Comment #9 from Nate Graham  ---
Is anyone who's subscribed to this bug familiar with the kind of changes that
would necessary to implement this feature?

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

[kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2017-12-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=326880

g...@gabeappleton.me changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #8 from g...@gabeappleton.me ---
*** This bug has been confirmed by popular vote. ***

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

[kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2017-12-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=326880

g...@gabeappleton.me changed:

   What|Removed |Added

 CC||g...@gabeappleton.me

--- Comment #7 from g...@gabeappleton.me ---
I'd like to also voice support for this. It seems like a relatively minor thing
to do that would have a very large impact on performance for my systems.

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

[kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2016-10-02 Thread Mariusz Libera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=326880

Mariusz Libera  changed:

   What|Removed |Added

 CC||mariusz.lib...@gmail.com

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


[kio] [Bug 326880] Dolphin is unable to utilize CoW feature of btrfs

2015-11-30 Thread Edward O'Callaghan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=326880

--- Comment #6 from Edward O'Callaghan  ---
kio could additionally support BTRFS's snapshot facilities too. aka. Apple^tm
Timemachine^{H. G. Wells} (sorry Jobs..)

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