summaryrefslogtreecommitdiff
path: root/disk-io.c
Commit message (Expand)AuthorAge
* btrfs-progs: Check sb_bytenr with device size before scanning one device.Qu Wenruo2014-11-14
* Btrfs-progs: don't fail on log tree opening with PARTIALJosef Bacik2014-11-14
* btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain2014-11-03
* btrfs-progs: fix csum root copy-n-paste errorZach Brown2014-11-03
* Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana2014-10-17
* btrfs-progs: introduce a proper structure on which cli will call register-dev...Anand Jain2014-10-16
* Btrfs-progs: break out rbtree util functionsJosef Bacik2014-10-14
* Btrfs-progs: fsck: deal with corrupted csum rootWang Shilong2014-10-10
* Btrfs-progs: fsck: disallow partial opening if critical roots corruptedWang Shilong2014-10-10
* btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain2014-10-10
* btrfs-progs: don't fall back to recursive /dev scanEric Sandeen2014-10-10
* Btrfs-progs: let btrfs-image actually work on a balanced fsJosef Bacik2014-10-01
* btrfs-progs: remove btrfs_release_path before btrfs_free_pathGui Hecheng2014-09-14
* btrfs-progs: kill BUG_ON in readahead_tree_block()Zach Brown2014-09-14
* btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo2014-08-22
* Btrfs-progs: fsck: fix wrong check for btrfs_read_fs_root()Wang Shilong2014-08-22
* btrfs-progs: add quota group verify codeMark Fasheh2014-08-22
* Btrfs-progs: fsck: fix double free memory crashRakesh Pandit2014-05-02
* btrfs-progs: avoid implicit scan for backup SBAnand Jain2014-04-04
* Btrfs-progs: make sure to save mirror_num only if it is setJosef Bacik2014-03-21
* btrfs-progs: Fix bus error on sparcIvan Jager2014-01-31
* btrfs-progs: btrfsck operations should be exclusiveAnand Jain2014-01-31
* Btrfs-progs: check return value of read_tree_block() in check_chunks_and_exte...Eryu Guan2014-01-31
* btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk2014-01-31
* btrfs-progs: make it static if function isn't called outsideAnand Jain2014-01-31
* Btrfs-progs: allow --init-extent-tree to work when extent tree is borkedJosef Bacik2014-01-31
* Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik2013-11-07
* Btrfs-progs: add -b to btrfsck to look at backup rootsJosef Bacik2013-11-07
* mkfs: fix mkfs -r to properly allocate spaceChris Mason2013-10-16
* Btrfs-progs: keep track of transid failures and fix them if possibleJosef Bacik2013-10-16
* btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk2013-10-16
* btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk2013-10-16
* Btrfs-progs: add super-recover to recover bad supersWang Shilong2013-10-16
* Btrfs-progs: pass flag to control whether run ioctl in btrfs_scan_for_fsid()Wang Shilong2013-10-16
* btrfs-progs: make btrfs-corrupt-block compile againDavid Sterba2013-10-16
* btrfs-progs: btrfs_setup_chunk_tree_and_device_map: Return -EIO on error.chandan2013-10-16
* 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: fix wrong arg sb_bytenr for btrfs_scan_fs_devices()Wang Shilong2013-08-09
* btrfs-progs: btrfs_scan_for_fsid doesn't need all the argumentsAnand Jain2013-08-09
* btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-08-09
* 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: delete fs_devices itself from fs_uuid list before freeingLiu Bo2013-07-03
* | Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie2013-07-03
* | Btrfs-progs: use rb-tree instead of extent cache tree for fs/file rootsMiao Xie2013-07-03
* | Btrfs-progs: introduce common insert/search/delete functions for rb-treeMiao Xie2013-07-03
* | Btrfs-progs: cleanup similar code in open_ctree_* and close_ctreeMiao 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
|/