aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney
2016-07-26Btrfs: subpage-blocksize: Rate limit scrub error messageChandan Rajendra
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-25btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei
2016-05-16btrfs: fix memory leak during RAID 5/6 device replacementScott Talbert
2016-05-06btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()Ashish Samant
2016-05-06Btrfs: fix divide error upon chunk's stripe_lenLiu Bo
2016-05-06btrfs: reuse existing variable in scrub_stripe, reduce stack usageDavid Sterba
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-11btrfs: scrub: silence an uninitialized variable warningDan Carpenter
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo
2016-02-11btrfs: scrub: use GFP_KERNEL on the submission pathDavid Sterba
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-20btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba
2016-01-07btrfs: drop duplicate prefix from scrub workqueuesDavid Sterba
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana
2015-11-25Btrfs: fix race between scrub and block group deletionFilipe Manana
2015-11-25btrfs: Continue replace when set_block_ro failedZhaolei
2015-11-10btrfs: Remove len argument from scrub_find_csumZhao Lei
2015-11-10btrfs: Reduce unnecessary arguments in scrub_recheck_blockZhao Lei
2015-11-10btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...Zhao Lei
2015-11-10btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumZhao Lei
2015-11-10btrfs: scrub: setup all fields for sblock_to_checkZhao Lei
2015-11-10btrfs: scrub: set error stats when tree block spanning stripesZhao Lei
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-31btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunk...Zhao Lei
2015-08-31btrfs: Update out-of-date "skip parity stripe" commentZhao Lei
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-09Btrfs: fix parity scrub of RAID 5/6 with missing deviceOmar Sandoval
2015-08-09Btrfs: fix device replace of a missing RAID 5/6 deviceOmar Sandoval
2015-08-09Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operationOmar Sandoval