aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-28btrfs: Make check_extent_to_block take btrfs_inodeNikolay Borisov1-5/+6
2017-02-28btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov1-1/+1
2017-02-17btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney1-1/+1
2017-02-17btrfs: remove unused parameters from scrub_setup_wr_ctxDavid Sterba1-7/+3
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-95/+86
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-5/+4
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-14/+7
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-41/+39
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-15/+15
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney1-43/+43
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-8/+9
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-29/+29
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+6
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney1-5/+5
2016-07-26Btrfs: subpage-blocksize: Rate limit scrub error messageChandan Rajendra1-1/+1
2016-06-07btrfs: use bio op accessorsMike Christie1-5/+5
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-5/+10
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana1-5/+5
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana1-0/+4
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana1-0/+40
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-4/+4
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-2/+2
2016-05-25btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei1-1/+2
2016-05-16btrfs: fix memory leak during RAID 5/6 device replacementScott Talbert1-0/+2
2016-05-06btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()Ashish Samant1-1/+1
2016-05-06Btrfs: fix divide error upon chunk's stripe_lenLiu Bo1-1/+1
2016-05-06btrfs: reuse existing variable in scrub_stripe, reduce stack usageDavid Sterba1-10/+9
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-1/+1
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-12/+12
2016-03-11btrfs: scrub: silence an uninitialized variable warningDan Carpenter1-1/+1
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-3/+3
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo1-3/+3
2016-02-11btrfs: scrub: use GFP_KERNEL on the submission pathDavid Sterba1-11/+13
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-20btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei1-1/+1
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-1/+1
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-2/+0
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-6/+6
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-1/+1
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba1-2/+0
2016-01-07btrfs: drop duplicate prefix from scrub workqueuesDavid Sterba1-5/+5
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba1-1/+1
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana1-0/+22
2015-11-25Btrfs: fix race between scrub and block group deletionFilipe Manana1-4/+16
2015-11-25btrfs: Continue replace when set_block_ro failedZhaolei1-2/+18