aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+6
2016-07-26btrfs: plumb fs_info into btrfs_workGravatar Jeff Mahoney 1-5/+5
2016-07-26Btrfs: subpage-blocksize: Rate limit scrub error messageGravatar Chandan Rajendra 1-1/+1
2016-06-07btrfs: use bio op accessorsGravatar Mike Christie 1-5/+5
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-5/+10
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceGravatar Filipe Manana 1-5/+5
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceGravatar Filipe Manana 1-0/+4
2016-05-30Btrfs: fix race setting block group readonly during device replaceGravatar Filipe Manana 1-0/+40
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525Gravatar David Sterba 1-4/+4
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-2/+2
2016-05-25btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockGravatar Zhao Lei 1-1/+2
2016-05-16btrfs: fix memory leak during RAID 5/6 device replacementGravatar Scott Talbert 1-0/+2
2016-05-06btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()Gravatar Ashish Samant 1-1/+1
2016-05-06Btrfs: fix divide error upon chunk's stripe_lenGravatar Liu Bo 1-1/+1
2016-05-06btrfs: reuse existing variable in scrub_stripe, reduce stack usageGravatar David Sterba 1-10/+9
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsGravatar David Sterba 1-1/+1
2016-04-29btrfs: sink gfp parameter to set_extent_bitsGravatar David Sterba 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-12/+12
2016-03-11btrfs: scrub: silence an uninitialized variable warningGravatar Dan Carpenter 1-1/+1
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6Gravatar David Sterba 1-3/+3
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceGravatar Liu Bo 1-3/+3
2016-02-11btrfs: scrub: use GFP_KERNEL on the submission pathGravatar David Sterba 1-11/+13
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-20btrfs: Fix calculation of rbio->dbitmap's size calculationGravatar Zhao Lei 1-1/+1
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Chris Mason 1-1/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereGravatar Jeff Mahoney 1-1/+1
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Chris Mason 1-2/+0
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Chris Mason 1-6/+6
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaGravatar David Sterba 1-1/+1
2016-01-07btrfs: cleanup, remove stray return statementsGravatar David Sterba 1-2/+0
2016-01-07btrfs: drop duplicate prefix from scrub workqueuesGravatar David Sterba 1-5/+5
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Chris Mason 1-1/+1
2015-12-03btrfs: drop unused parameter from lock_extent_bitsGravatar David Sterba 1-1/+1
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedGravatar Filipe Manana 1-0/+22
2015-11-25Btrfs: fix race between scrub and block group deletionGravatar Filipe Manana 1-4/+16
2015-11-25btrfs: Continue replace when set_block_ro failedGravatar Zhaolei 1-2/+18
2015-11-10btrfs: Remove len argument from scrub_find_csumGravatar Zhao Lei 1-4/+3
2015-11-10btrfs: Reduce unnecessary arguments in scrub_recheck_blockGravatar Zhao Lei 1-20/+8
2015-11-10btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...Gravatar Zhao Lei 1-94/+36
2015-11-10btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumGravatar Zhao Lei 1-0/+4
2015-11-10btrfs: scrub: setup all fields for sblock_to_checkGravatar Zhao Lei 1-0/+12
2015-11-10btrfs: scrub: set error stats when tree block spanning stripesGravatar Zhao Lei 1-0/+6
2015-10-08btrfs: switch message printers to ratelimited variantsGravatar David Sterba 1-4/+4
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsGravatar David Sterba 1-10/+10
2015-10-08btrfs: switch message printers to _in_rcu variantsGravatar David Sterba 1-7/+7
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+3
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-86/+262
2015-08-31btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunk...Gravatar Zhao Lei 1-8/+2
2015-08-31btrfs: Update out-of-date "skip parity stripe" commentGravatar Zhao Lei 1-1/+1
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-16/+2