aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik2011-12-151-2/+6
* btrfs scrub: handle -ENOMEM from init_ipath()Dan Carpenter2011-11-301-0/+5
* btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney2011-11-201-1/+1
* Btrfs: handle bio_add_page failure gracefully in scrubArne Jansen2011-11-111-35/+29
* Btrfs: fix a potential btrfs_bio leak on scrub fixupsIlya Dryomov2011-11-061-0/+1
* Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason2011-11-061-1/+1
* Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-43/+433
|\
| * btrfs: integrating raid-repair and scrub-fixup-nodatasumJan Schmidt2011-09-291-25/+67
| * btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt2011-09-291-10/+10
| * btrfs scrub: add fixup code for errors on nodatasum filesJan Schmidt2011-09-291-6/+182
| * btrfs scrub: use int for mirror_num, not u64Jan Schmidt2011-09-291-4/+4
| * btrfs scrub: bugfix: mirror_num off by oneJan Schmidt2011-09-291-6/+6
| * btrfs scrub: print paths of corrupted filesJan Schmidt2011-09-291-6/+163
| * btrfs scrub: added unverified_errorsJan Schmidt2011-09-291-11/+26
* | Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-061-62/+50
|\ \
| * | btrfs: use readahead API for scrubArne Jansen2011-10-021-62/+50
| |/
* | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-1/+1
|/
* btrfs: remove unneeded includes from scrub.cArne Jansen2011-06-101-6/+0
* btrfs: reinitialize scrub workersArne Jansen2011-06-101-1/+5
* btrfs: scrub: errors in tree enumerationArne Jansen2011-06-101-23/+34
* btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-1/+1
* btrfs: scrub: add explicit pluggingArne Jansen2011-06-041-3/+4
* btrfs: scrub: don't reuse bios and pagesArne Jansen2011-06-041-49/+65
* btrfs scrub: don't coalesce pages that are logically discontiguousArne Jansen2011-05-261-1/+2
* Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-5/+5
* btrfs: add readonly flagArne Jansen2011-05-121-10/+13
* btrfs scrub: make fixups syncIlya Dryomov2011-05-121-207/+80
* btrfs: scrubArne Jansen2011-05-121-0/+1492