aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/check-integrity.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-4/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-6/+6
2017-08-23btrfs: index check-integrity state hash by a dev_tGravatar Christoph Hellwig 1-18/+13
2017-08-18btrfs: use appropriate define for the fsidGravatar Anand Jain 1-1/+1
2017-08-16btrfs: use named constant for bdev blocksizeGravatar David Sterba 1-3/+3
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-32/+21
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocGravatar David Sterba 1-1/+1
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingGravatar David Sterba 1-5/+0
2017-06-19btrfs: replace opencoded kvzalloc with the helperGravatar David Sterba 1-7/+4
2017-06-19Btrfs: check-integrity use bvec_iterGravatar Liu Bo 1-12/+15
2017-06-19btrfs: kmap() can't failGravatar Fabian Frederick 1-7/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-6/+4
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-30/+33
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-6/+6
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: struct btrfsic_state->root should be an fs_infoGravatar Jeff Mahoney 1-10/+10
2016-11-30btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioGravatar Christoph Hellwig 1-19/+11
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockGravatar Christoph Hellwig 1-1/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-166/+106
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-103/+40
2016-09-26btrfs: squash lines for simple wrapper functionsGravatar Masahiro Yamada 1-5/+2
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 1-5/+5
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-30/+31
2016-06-17btrfs: Use correct format specifierGravatar Heinrich Schuchardt 1-1/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHGravatar Mike Christie 1-4/+4
2016-06-07block, drivers, fs: shrink bi_rw from long to intGravatar Mike Christie 1-2/+2
2016-06-07btrfs: use bio op accessorsGravatar Mike Christie 1-10/+9
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 1-12/+12
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-8/+10
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-30/+30
2016-03-14btrfs: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hGravatar Anand Jain 1-0/+1
2016-03-11btrfs: use kbasename in btrfsic_mountGravatar Rasmus Villemoes 1-6/+3
2016-01-07btrfs: use list_for_each_entry* in check-integrity.cGravatar Geliang Tang 1-79/+26
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Chris Mason 1-2/+2
2015-10-21btrfs: check-integrity: Fix returned errno codesGravatar Luis de Bethencourt 1-2/+2
2015-10-08btrfs: switch message printers to _in_rcu variantsGravatar David Sterba 1-2/+2
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-5/+5
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Chris Mason 1-4/+1
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersGravatar David Sterba 1-2/+2
2015-02-16Btrfs: switch to kvfree() helperGravatar Wang Shilong 1-4/+1
2014-11-25Btrfs: include vmalloc.h in check-integrity.cGravatar Chris Mason 1-0/+1
2014-11-20Btrfs: check-int: don't complain about balanced blocksGravatar Stefan Behrens 1-38/+42
2014-11-20Btrfs: check_int: use the known block locationGravatar Stefan Behrens 1-55/+11
2014-11-20Btrfs: fix allocationg memory failure for btrfsic_state structureGravatar Shilong Wang 1-5/+11
2014-09-17Btrfs: fix wrong disk size when writing super blocksGravatar Miao Xie 1-1/+1
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsGravatar David Sterba 1-2/+1