aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-5/+5
2013-05-06Btrfs: improve the loop of scrub_stripeLiu Bo1-26/+57
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-22/+0
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik1-10/+20
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo1-8/+5
2013-03-29Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik1-1/+2
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-0/+8
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie1-1/+1
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo1-5/+20
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-0/+8
2012-12-16Btrfs: fix BUG() in scrub when first superblock reading gives EIOStefan Behrens1-0/+11
2012-12-16Btrfs: fix a scrub regression in case of write errorsStefan Behrens1-1/+2
2012-12-12Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens1-2/+2
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-1/+6
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens1-71/+812
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens1-5/+9
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens1-42/+34
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-7/+7
2012-12-12Btrfs: cleanup scrub bio and worker wait codeStefan Behrens1-35/+71
2012-12-12Btrfs: in scrub repair code, simplify alloc error handlingStefan Behrens1-35/+26
2012-12-12Btrfs: in scrub repair code, optimize the reading of mirrorsStefan Behrens1-23/+12
2012-12-12Btrfs: make the scrub page array dynamically allocatedStefan Behrens1-74/+121
2012-12-12Btrfs: remove the block device pointer from the scrub context structStefan Behrens1-60/+73
2012-12-12Btrfs: rename the scrub context structureStefan Behrens1-252/+252
2012-10-01btrfs: Kill some bi_idx referencesKent Overstreet1-15/+0
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveLiu Bo1-6/+8
2012-10-01Btrfs: fix possible memory leak in scrub_setup_recheck_block()Wei Yongjun1-0/+1
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