Announcement

Collapse
No announcement yet.

XFS With Linux 6.12 Adds New Ioctls To Exchange Contents Of Two Files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Originally posted by WileEPyote View Post

    Gentoo's recommended default is XFS. It has many features that make it perfect for desktop or workstation use. Literally the only thing missing is shrinking. Shrinking is a shitload faster than backup, repartition, restore. It's a feature that it really should have. It is pretty much the only negative I can think of about it.
    Fully agree

    Comment


    • #32
      Originally posted by toves View Post

      I understand WriteFile()/ReadFile() can do this with descriptors opened (CreateFile() ) with the FILE_FLAG_OVERLAPPED by specifying the offset in the (optional) OVERLAPPED structure passed as the terminal argument.
      Overlapped IO all in all is funky. You can write asynchronous disk IO with it but making it *correct* (there are a lot of corner-cases to manually handle) maybe be ridiculously hard.

      Comment

      Working...
      X