summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use intel hardware crc32c where availablenextChris Mason2012-07-263-2/+126
* Switch to -O1 for optimizations to enable FORTIFY_SOURCEChris Mason2012-07-261-1/+1
* Btrfs-progs: add btrfs send/receive commandsAlexander Block2012-07-2610-3/+2676
* Btrfs-progs: update ioctl.h to support btrfs send ioctlAlexander Block2012-07-261-0/+11
* Btrfs-progs: update btrfs-progs for subvol uuid+times supportAlexander Block2012-07-263-19/+119
* Btrfs-progs: print inode transid and dir item data field in debug-treeAlexander Block2012-07-261-1/+8
* Btrfs-progs: update ioctl.h to support clone range ioctlAlexander Block2012-07-261-1/+9
* Btrfs-progs: add BTRFS_IOC_SUBVOL_GET/SETFLAGS to ioctl.hAlexander Block2012-07-261-0/+2
* btrfs-progs: mkfs: add option to skip trimDavid Sterba2012-07-064-9/+29
* Btrfs: fix off by one in null terminationChris Mason2012-07-051-1/+1
* Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20Chris Mason2012-07-054-29/+176
|\
| * Btrfs-progs: allow dup for data chunks in mixed modeIlya Dryomov2012-03-131-4/+12
| * Btrfs-progs: make print-tree.c aware of free space cacheIlya Dryomov2012-03-132-9/+72
| * Btrfs-progs: bring 'subvol get-default' back inIlya Dryomov2012-03-122-1/+82
| * Btrfs-progs: refactor resolve_root() function a bitIlya Dryomov2012-03-121-11/+10
| * Btrfs-progs: nuke redundant zeroing in __list_subvol_search()Ilya Dryomov2012-03-121-4/+0
* | Btrfs-progs, btrfs-map-logical: Fix typo in usageMiao Xie2012-07-031-2/+2
* | Btrfs-progs, btrfs-corrupt-block: fix the wrong usageMiao Xie2012-07-031-6/+8
* | Btrfs-progs: Fix manual of btrfs commandAkira Fujita2012-07-031-15/+20
* | btrfs-progs: document --rootdir mkfs switchPhillip Susi2012-07-031-0/+4
* | btrfs-progs: removed extraneous whitespace from mkfs man pagePhillip Susi2012-07-031-9/+10
* | scrub_fs_info( ) file handle leakingGoffredo Baroncelli2012-07-031-14/+21
* | btrfs-progs: Update resize documentationShawn Bohrer2012-07-032-8/+13
* | Fix "set-dafault" typo in cmds-subvolume.cChris Samuel2012-07-031-2/+2
* | man: fix btrfs man page formattingHubert Kario2012-07-031-0/+2
* | btrfs-progs: enforce block count on all devices in mkfsJosef Bacik2012-07-032-0/+3
* | Btrfs-progs: fix btrfsck's snapshot wrong "unresolved refs"Miao Xie2012-07-031-5/+67
* | mkfs: Handle creation of filesystem larger than the first deviceJan Kara2012-07-031-0/+4
* | Fix segmentation fault when opening invalid file systemHubert Kario2012-07-031-0/+2
* | Btrfs-progs: make btrfs filesystem show <uuid> actually workJosef Bacik2012-07-031-0/+7
* | mkfs: avoid heap-buffer-read-underrun for zero-length "size" argJim Meyering2012-06-052-2/+2
* | avoid several strncpy-induced buffer overrunsJim Meyering2012-06-058-6/+25
* | restore: don't corrupt stack for a zero-length command-line argumentJim Meyering2012-06-051-5/+3
* | mkfs: use strdup in place of strlen,malloc,strcpy sequenceJim Meyering2012-06-051-2/+1
* | btrfs_scan_one_dir: avoid use-after-free on error pathJim Meyering2012-06-051-0/+1
* | Btrfs-progs: make btrfsck aware of free space inodesJosef Bacik2012-06-051-0/+7
* | Makefile: use $(MAKE) instead of hardcoded 'make'Sergei Trofimovich2012-06-051-3/+3
* | Makefile: use $(CC) as a compilers instead of $(CC)/gccSergei Trofimovich2012-06-051-3/+3
* | btrfs-progs: cleanup: remove the redundant BTRFS_CSUM_TYPE_CRC32 macro defini...Wang Sheng-Hui2012-06-051-4/+0
* | Add incompat flag for big metadata blocksdangerdonteveruseChris Mason2012-03-281-0/+15
* | mkfs: make -l and -n an alias for each otherChris Mason2012-03-261-4/+8
|/
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-226-32/+81
* Scan /dev/md and device mapper devices lastChris Mason2012-02-222-2/+32
* Btrfs: use /proc/partitions scanning for btrfs_scan_for_fsidChris Mason2012-02-211-1/+6
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-217-218/+439
* btrfsck: remove extents from the fsck reference tracker as they are freedChris Mason2012-02-103-7/+99
* btrfsck: make sure we fix the block group accounting during repairChris Mason2012-02-092-4/+32
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-094-6/+66
* btrfsck: make sure to dirty all block groups as we fix accountingChris Mason2012-02-091-0/+6
* Fix btrfs-convert, btrfs-restore and btrfs-find-root buildChris Mason2012-02-082-8/+8