summaryrefslogtreecommitdiff
path: root/volumes.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Btrfs-progs: Don't free the devices when close the ctreeMiao Xie2013-07-031-0/+3
* | Btrfs-progs: don't close the file descriptor 0 when closing a deviceMiao Xie2013-07-031-2/+5
|/
* btrfs-progs: delete unused function btrfs_read_super_deviceAnand Jain2013-04-231-9/+0
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-101-10/+10
* btrfs-progs: check return of posix_fadviseEric Sandeen2013-03-101-1/+2
* btrfs-progs: avoid double-free in __btrfs_map_blockEric Sandeen2013-02-271-0/+1
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-061-2/+2
|\
| * btrfs-progs: free path on read_chunk_tree errorZach Brown2013-02-051-1/+1
| * btrfs-progs: don't write memory after sb to diskZach Brown2013-02-051-1/+1
* | Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason2013-02-061-0/+16
|\ \ | |/
| * Btrfs-progs: add support for device replace procedureStefan Behrens2013-01-311-0/+16
* | Add basic RAID[56] supportDavid Woodhouse2013-02-011-9/+173
* | Clear caches when opening and closing devicesChris Mason2013-02-011-0/+2
|/
* Btrfs-progs: fix unaligned accessesArne Jansen2013-01-171-3/+5
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-221-12/+0
* Scan /dev/md and device mapper devices lastChris Mason2012-02-221-1/+8
* Btrfs: fix raid10 reading mathintegration-scrubChris Mason2011-11-031-2/+0
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-271-7/+50
* remove unused variablesHubert Kario2011-10-251-2/+0
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-251-4/+0
* btrfs-progs: Add new feature to mkfs.btrfs to make file system image file fro...Donggeun Kim2011-10-251-0/+104
* Fill missing devices so degraded filesystems can be readChris Mason2011-04-221-2/+13
* Btrfs: update converter for the new disk formatYan Zheng2008-12-171-12/+14
* Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason2008-12-081-0/+1
* superblock duplicationYan Zheng2008-12-051-11/+58
* Btrfs image toolYan Zheng2008-11-201-1/+4
* update btrfs-progs for seed device supportYan Zheng2008-11-181-10/+102
* Fix compiler warning in volumes.cChris Mason2008-05-021-1/+1
* Add mkfs.btrfs -A offset to control allocation start on devicesChris Mason2008-04-251-0/+4
* Update the Ext3 converterChris Mason2008-04-221-1/+2
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-221-13/+14
* Fix chunk allocation when some devices don't have enough room for the stripeChris Mason2008-04-181-19/+30
* Use better chunk sizes for small and large filesystemsChris Mason2008-04-181-11/+61
* Add support for filesystem labels via mkfs.btrfs -LChris Mason2008-04-181-2/+9
* Use device uuids when scanning devicesChris Mason2008-04-181-7/+22
* Add raid10 supportChris Mason2008-04-161-4/+45
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-151-22/+48
* Write all super blocks during commitChris Mason2008-04-101-2/+62
* Retry metadata reads in the face of checksum failuresChris Mason2008-04-091-1/+25
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-04-091-26/+54
* Recow all roots at the end of mkfsChris Mason2008-04-041-4/+14
* Add support for single single duplication of metadataChris Mason2008-04-031-8/+33
* Add mirroring support across multiple drivesChris Mason2008-04-031-19/+39
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-011-5/+9
* Implement raid0 when multiple devices are presentChris Mason2008-03-251-30/+102
* Walk all block devices looking for btrfsChris Mason2008-03-241-19/+173
* ioctls to scan for btrfs filesystemsChris Mason2008-03-241-0/+1
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-241-47/+16
* Dynamic chunk allocationChris Mason2008-03-241-44/+55
* Add support for multiple devices per filesystemChris Mason2008-03-241-0/+771