aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik1-12/+18
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens1-16/+49
2012-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+7
2012-05-04Btrfs: fix crash in scrub repair code when device is missingStefan Behrens1-0/+7
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-15/+0
2012-04-18Btrfs: don't count CRC or header errors twice while scrubbingStefan Behrens1-15/+0
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+4
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh1-0/+4
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-372/+1035
2012-03-28Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-2/+2
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-11/+13
2012-03-27Btrfs: change scrub to support big blocksStefan Behrens1-340/+1013
2012-03-27Btrfs: minor cleanup in scrubStefan Behrens1-36/+25
2012-03-27Btrfs: fix regression in scrub path resolvingJan Schmidt1-2/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-0/+3
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney1-2/+6
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-26/+10
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-02-15btrfs: don't check DUP chunks twiceArne Jansen1-3/+5
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integrationChris Mason1-2/+3
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-3/+4
2012-01-05Btrfs: new backref walking codeJan Schmidt1-3/+4
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens1-2/+3
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik1-2/+6
2011-11-30btrfs scrub: handle -ENOMEM from init_ipath()Dan Carpenter1-0/+5
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney1-1/+1
2011-11-11Btrfs: handle bio_add_page failure gracefully in scrubArne Jansen1-35/+29
2011-11-06Btrfs: fix a potential btrfs_bio leak on scrub fixupsIlya Dryomov1-0/+1
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason1-1/+1
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-43/+433
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason1-62/+50
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-1/+1
2011-10-02btrfs: use readahead API for scrubArne Jansen1-62/+50
2011-09-29btrfs: integrating raid-repair and scrub-fixup-nodatasumJan Schmidt1-25/+67
2011-09-29btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt1-10/+10
2011-09-29btrfs scrub: add fixup code for errors on nodatasum filesJan Schmidt1-6/+182
2011-09-29btrfs scrub: use int for mirror_num, not u64Jan Schmidt1-4/+4
2011-09-29btrfs scrub: bugfix: mirror_num off by oneJan Schmidt1-6/+6
2011-09-29btrfs scrub: print paths of corrupted filesJan Schmidt1-6/+163
2011-09-29btrfs scrub: added unverified_errorsJan Schmidt1-11/+26
2011-06-10btrfs: remove unneeded includes from scrub.cArne Jansen1-6/+0
2011-06-10btrfs: reinitialize scrub workersArne Jansen1-1/+5
2011-06-10btrfs: scrub: errors in tree enumerationArne Jansen1-23/+34
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-1/+1
2011-06-04btrfs: scrub: add explicit pluggingArne Jansen1-3/+4
2011-06-04btrfs: scrub: don't reuse bios and pagesArne Jansen1-49/+65
2011-05-26btrfs scrub: don't coalesce pages that are logically discontiguousArne Jansen1-1/+2
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-0/+1368
2011-05-12btrfs: add readonly flagArne Jansen1-10/+13
2011-05-12btrfs scrub: make fixups syncIlya Dryomov1-207/+80