Author: pschweitzer
Date: Sun Jan 1 17:12:12 2017
New Revision: 73498
URL:
http://svn.reactos.org/svn/reactos?rev=73498&view=rev
Log:
[BTRFS]
Sync btrfs to 0.8.
CORE-12617
Added:
trunk/reactos/drivers/filesystems/btrfs/balance.c (with props)
trunk/reactos/drivers/filesystems/btrfs/calcthread.c (with props)
Modified:
trunk/reactos/drivers/filesystems/btrfs/CMakeLists.txt
trunk/reactos/drivers/filesystems/btrfs/btrfs.c
trunk/reactos/drivers/filesystems/btrfs/btrfs.h
trunk/reactos/drivers/filesystems/btrfs/btrfs.rc
trunk/reactos/drivers/filesystems/btrfs/btrfs_drv.h
trunk/reactos/drivers/filesystems/btrfs/btrfsioctl.h
trunk/reactos/drivers/filesystems/btrfs/cache.c
trunk/reactos/drivers/filesystems/btrfs/compress.c
trunk/reactos/drivers/filesystems/btrfs/create.c
trunk/reactos/drivers/filesystems/btrfs/devctrl.c
trunk/reactos/drivers/filesystems/btrfs/dirctrl.c
trunk/reactos/drivers/filesystems/btrfs/extent-tree.c
trunk/reactos/drivers/filesystems/btrfs/fastio.c
trunk/reactos/drivers/filesystems/btrfs/fileinfo.c
trunk/reactos/drivers/filesystems/btrfs/flushthread.c
trunk/reactos/drivers/filesystems/btrfs/free-space.c
trunk/reactos/drivers/filesystems/btrfs/fsctl.c
trunk/reactos/drivers/filesystems/btrfs/pnp.c
trunk/reactos/drivers/filesystems/btrfs/read.c
trunk/reactos/drivers/filesystems/btrfs/registry.c
trunk/reactos/drivers/filesystems/btrfs/reparse.c
trunk/reactos/drivers/filesystems/btrfs/search.c
trunk/reactos/drivers/filesystems/btrfs/security.c
trunk/reactos/drivers/filesystems/btrfs/treefuncs.c
trunk/reactos/drivers/filesystems/btrfs/write.c
trunk/reactos/media/doc/README.FSD
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/drivers/filesystems/btrfs/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Added: trunk/reactos/drivers/filesystems/btrfs/balance.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/btrfs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/btrfs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/btrfs.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/btrfs_drv.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/btrfsioctl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/cache.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Added: trunk/reactos/drivers/filesystems/btrfs/calcthread.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/compress.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/create.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/devctrl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/dirctrl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/extent-tree.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/fastio.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/fileinfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/flushthread.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/free-space.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/fsctl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/pnp.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/read.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/registry.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/reparse.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/search.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/security.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/treefuncs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/drivers/filesystems/btrfs/write.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/btrfs/…
Modified: trunk/reactos/media/doc/README.FSD
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.FSD?rev=7…