summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Kill some bi_idx referencesKent Overstreet2012-10-011-15/+0
* Btrfs: fix a bug in parsing return value in logical resolveLiu Bo2012-10-011-6/+8
* Btrfs: fix possible memory leak in scrub_setup_recheck_block()Wei Yongjun2012-10-011-0/+1
* Btrfs: use rcu to protect device->nameJosef Bacik2012-06-141-12/+18
* Btrfs: add device counters for detected IO and checksum errorsStefan Behrens2012-05-301-16/+49
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-05-061-0/+7
|\
| * Btrfs: fix crash in scrub repair code when device is missingStefan Behrens2012-05-041-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-04-281-15/+0
|\|
| * Btrfs: don't count CRC or header errors twice while scrubbingStefan Behrens2012-04-181-15/+0
* | Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-131-0/+4
|\|
| * Btrfs: check return value of bio_alloc() properlyTsutomu Itoh2012-04-121-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-03-301-372/+1035
|\|
| * Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason2012-03-281-2/+2
| |\
| | * Btrfs: fix regression in scrub path resolvingJan Schmidt2012-03-271-2/+2
| * | Merge branch 'error-handling' into for-linusChris Mason2012-03-281-11/+13
| |\ \
| | * | btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-0/+3
| | * | btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-221-2/+6
| | * | btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-26/+10
| | |/
| * | Btrfs: change scrub to support big blocksStefan Behrens2012-03-271-340/+1013
| * | Btrfs: minor cleanup in scrubStefan Behrens2012-03-271-36/+25
| |/
* / btrfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* btrfs: don't check DUP chunks twiceArne Jansen2012-02-151-3/+5
* Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason2012-01-161-2/+3
|\
| * Btrfs: integrate integrity check module into btrfsStefan Behrens2011-12-211-2/+3
* | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-3/+4
|\ \ | |/ |/|
| * Btrfs: new backref walking codeJan Schmidt2012-01-051-3/+4
* | 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