summaryrefslogtreecommitdiff
path: root/volumes.c
Commit message (Expand)AuthorAge
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-21
* btrfs-progs: Introduce btrfs_close_all_devices helperZhao Lei2015-08-31
* btrfs-progs: btrfstune: fix a bug which makes unfinished fsid change unrecove...Qu Wenruo2015-05-26
* btrfs-progs: Fix a bug in chunk item extra check and allow degraded chunk.Qu Wenruo2015-05-20
* btrfs-progs: Add extra chunk item check to avoid btrfs-progs crash.Qu Wenruo2015-05-14
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27
* btrfs-progs: move contents of math.h to utils.h and deleteDavid Sterba2014-12-19
* btrfs-progs: convert: fix unable to rollback case with removed empty block gr...Gui Hecheng2014-12-09
* btrfs-progs: remove dead condition for btrfs_map_blockGui Hecheng2014-12-09
* btrfs-progs: fix device missing of btrfs fi show with seed devicesGui Hecheng2014-10-10
* btrfs-progs: fix BUG_ON when all devices under seed fs are missingGui Hecheng2014-10-10
* Btrfs-progs: don't assert when we have an invalid mappingJosef Bacik2014-10-01
* Btrfs-progs: fix Segmentation fault of btrfs-convertLiu Bo2014-08-22
* btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo2014-08-22
* btrfs-progs: Fix a use-after-free in the volumes code.Adam Buchbinder2014-08-22
* btrfs-progs: add dev maxs limit for btrfs_alloc_chunk in user spaceGui Hecheng2014-05-02
* btrfs-progs: fix wrong max system array size check in user spaceGui Hecheng2014-05-02
* btrfs-progs: Fix a memleak in btrfs_scan_one_device.Qu Wenruo2014-03-21
* btrfs-progs: btrfsck operations should be exclusiveAnand Jain2014-01-31
* btrfs-progs: use stripe_len define hereAnand Jain2014-01-31
* btrfs-progs: remove NULL-ptr judge before free for btrfs-progsGui Hecheng2014-01-31
* Btrfs-progs: chunk-recover: add new flag to prepare recovering for ordered da...Wang Shilong2014-01-31
* btrfs-progs: calculate available blocks on device properlyHidetoshi Seto2013-10-16
* btrfs-progs: remove variable length stack arraysZach Brown2013-09-03
* btrfs-progs: fix shadow symbolsZach Brown2013-09-03
* btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen2013-09-03
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-03
* Btrfs-progs: return immediately on tree search failureFilipe David Borba Manana2013-09-03
* Btrfs-progs: optimize function btrfs_read_chunk_treeFilipe David Borba Manana2013-08-09
* Btrfs-progs: remove unused codeFilipe David Borba Manana2013-08-09
* Btrfs-progs: add kstrdup() return value checkFilipe David Borba Manana2013-08-09
* btrfs-progs: Cleanup unneeded extra variant in btrfs_read_sys_arrayQu Wenruo2013-08-09
* btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-08-09
* Btrfs-progs: cleanup duplicated division functionsEric Sandeen2013-08-09
* Btrfs-progs: fix closing of devicesFilipe David Borba Manana2013-07-05
* Merge branch 'liubo-image-restore'Chris Mason2013-07-03
|\
| * Btrfs-progs: enhance btrfs-image to restore image onto multiple disksLiu Bo2013-07-03
| * Btrfs-progs: skip open devices which is missingLiu Bo2013-07-03
* | Btrfs-progs: Add chunk rebuild function for RAID1/SINGLE/DUPMiao Xie2013-07-03
* | Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie2013-07-03
* | Btrfs-progs: extend the extent cache for the device extentMiao Xie2013-07-03
* | Btrfs-progs: introduce common insert/search/delete functions for rb-treeMiao Xie2013-07-03
* | Btrfs-progs: Don't free the devices when close the ctreeMiao Xie2013-07-03
* | Btrfs-progs: don't close the file descriptor 0 when closing a deviceMiao Xie2013-07-03
|/
* btrfs-progs: delete unused function btrfs_read_super_deviceAnand Jain2013-04-23
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-10
* btrfs-progs: check return of posix_fadviseEric Sandeen2013-03-10
* btrfs-progs: avoid double-free in __btrfs_map_blockEric Sandeen2013-02-27
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-06
|\
| * btrfs-progs: free path on read_chunk_tree errorZach Brown2013-02-05