summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-0/+8
|\
| * Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-0/+8
* | Btrfs: use bit operation for ->fs_stateMiao Xie2013-02-201-1/+1
* | Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2013-02-051-5/+20
|/
* Btrfs: fix BUG() in scrub when first superblock reading gives EIOStefan Behrens2012-12-161-0/+11
* Btrfs: fix a scrub regression in case of write errorsStefan Behrens2012-12-161-1/+2
* Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens2012-12-121-2/+2
* Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens2012-12-121-1/+6
* Btrfs: add code to scrub to copy read data to another diskStefan Behrens2012-12-121-71/+812
* Btrfs: disallow some operations on the device replace target deviceStefan Behrens2012-12-121-5/+9
* Btrfs: pass fs_info instead of rootStefan Behrens2012-12-121-42/+34
* Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens2012-12-121-7/+7
* Btrfs: cleanup scrub bio and worker wait codeStefan Behrens2012-12-121-35/+71
* Btrfs: in scrub repair code, simplify alloc error handlingStefan Behrens2012-12-121-35/+26
* Btrfs: in scrub repair code, optimize the reading of mirrorsStefan Behrens2012-12-121-23/+12
* Btrfs: make the scrub page array dynamically allocatedStefan Behrens2012-12-121-74/+121
* Btrfs: remove the block device pointer from the scrub context structStefan Behrens2012-12-121-60/+73
* Btrfs: rename the scrub context structureStefan Behrens2012-12-121-252/+252
* 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