wok-next diff linux/description.linux-btrfs.txt @ rev 20043

gdb: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 21:23:15 2017 +0200 (2017-10-22)
parents 960a052d15d3
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux/description.linux-btrfs.txt	Sun Oct 22 21:23:15 2017 +0200
     1.3 @@ -0,0 +1,11 @@
     1.4 +Btrfs is a general purpose copy-on-write filesystem with extents, writable
     1.5 +snapshotting, support for multiple devices and many more features focused on
     1.6 +fault tolerance, repair and easy administration.
     1.7 +
     1.8 +The filesystem disk format is no longer unstable, and it's not expected to
     1.9 +change unless there are strong reasons to do so. If there is a format change,
    1.10 +file systems with a unchanged format will continue to be mountable and usable
    1.11 +by newer kernels.
    1.12 +
    1.13 +For more information, please see the web pages at
    1.14 +<http://btrfs.wiki.kernel.org>.