summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens2013-09-011-5/+0Star
* Btrfs: Format mirror_num as intGeert Uytterhoeven2013-09-011-3/+3
* Btrfs: Format PAGE_SIZE as unsigned longGeert Uytterhoeven2013-09-011-3/+2Star
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-11/+5Star
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-011-6/+6
* Btrfs: fix wrong write offset when replacing a deviceStefan Behrens2013-07-191-1/+1
* Btrfs: fix several potential problems in copy_nocow_pages_for_inodeMiao Xie2013-07-021-1/+22
* Btrfs: cleanup the code of copy_nocow_pages_for_inode()Miao Xie2013-07-021-25/+23Star
* Btrfs: fix oops when recovering the file data by scrub functionMiao Xie2013-07-021-1/+1
* Btrfs: remove btrfs_sector_sum structureMiao Xie2013-07-021-11/+5Star
* Btrfs: free csums when we're done scrubbing an extentJosef Bacik2013-07-011-0/+1
* Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason2013-05-181-5/+5
* Btrfs: improve the loop of scrub_stripeLiu Bo2013-05-061-26/+57
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-22/+0Star
* Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik2013-05-061-10/+20
* Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo2013-05-061-8/+5Star
* Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik2013-03-291-1/+2
* 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-171-0/+11
* Btrfs: fix a scrub regression in case of write errorsStefan Behrens2012-12-171-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/+34Star
* 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/+26Star
* Btrfs: in scrub repair code, optimize the reading of mirrorsStefan Behrens2012-12-121-23/+12Star
* 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/+0Star
* 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-151-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/+0Star
|\|
| * Btrfs: don't count CRC or header errors twice while scrubbingStefan Behrens2012-04-181-15/+0Star
* | Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-141-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-291-2/+2
| |\
| | * Btrfs: fix regression in scrub path resolvingJan Schmidt2012-03-271-2/+2
| * | Merge branch 'error-handling' into for-linusChris Mason2012-03-291-11/+13
| |\ \