Skip to content

Tags: idryomov/btrfs-progs

Tags

v0.20-rc1

Toggle v0.20-rc1's commit message
Btrfs progs: quota groups support

Signed-off-by: Jan Schmidt <[email protected]>
Signed-off-by: Arne Jansen <[email protected]>

v0.17

Toggle v0.17's commit message
Btrfs-progs v0.17 for 2.6.29-rc1 mainline merge

v0.16

Toggle v0.16's commit message
Update version.sh to v0.16

v0.15

Toggle v0.15's commit message
Verify parent generation number on btree reads

v0.14

Toggle v0.14's commit message
Fix btrfs-convert's large file support.

This patch add ext2_inode.i_size_high into account when calculating regular
file's size in btrfs-convert,  which makes it deal with large files bigger than
4GB properly.

v0.13

Toggle v0.13's commit message
CRC32C big endian bugs...

The CRC32C implementation in the btrfs progs is different from the one
in the kernel, so obviously nothing can possibly work on big-endian.

v0.12

Toggle v0.12's commit message
Update magic

v0.11

Toggle v0.11's commit message
Remove kernel-space header in btrfs-progs

When porting ctree.c in btrfs kernel module to btrfs-progs, I forgot
to remove a kernel-space header.  This may cause compile error on some
system.