summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-2/+2
* btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang2017-11-011-1/+1
* btrfs: Use bd_dev to generate index when dev_state_hashtable add items.Gu JinXiang2017-10-301-1/+1
* btrfs: return -ENOMEM on allocation failure in btrfsicAllen Pais2017-10-301-2/+2
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-4/+4
|\
| * btrfs: use appropriate define for the fsidAnand Jain2017-08-181-1/+1
| * btrfs: use named constant for bdev blocksizeDavid Sterba2017-08-161-3/+3
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-6/+6
* | btrfs: index check-integrity state hash by a dev_tChristoph Hellwig2017-08-231-18/+13
|/
* Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-32/+21
|\
| * btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-191-1/+1
| * btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-5/+0
| * btrfs: replace opencoded kvzalloc with the helperDavid Sterba2017-06-191-7/+4
| * Btrfs: check-integrity use bvec_iterLiu Bo2017-06-191-12/+15
| * btrfs: kmap() can't failFabian Frederick2017-06-191-7/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
|/
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-6/+4
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-30/+33
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-6/+6
* btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-061-1/+1
* btrfs: struct btrfsic_state->root should be an fs_infoJeff Mahoney2016-12-061-10/+10
* btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioChristoph Hellwig2016-11-301-19/+11
* btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-291-1/+1
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-166/+106
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-103/+40
* btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-261-5/+2
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-5/+5
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-30/+31
|\
| * block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-4/+4
| * block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-2/+2
| * btrfs: use bio op accessorsMike Christie2016-06-071-10/+9
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-12/+12
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-8/+10
* | btrfs: Use correct format specifierHeinrich Schuchardt2016-06-171-1/+1
|/
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-30/+30
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-1/+1
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* btrfs: use kbasename in btrfsic_mountRasmus Villemoes2016-03-111-6/+3
* btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang2016-01-071-79/+26
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-2/+2
|\
| * btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt2015-10-211-2/+2
* | btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-081-2/+2
|/
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-5/+5
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-4/+1
|\
| * Btrfs: switch to kvfree() helperWang Shilong2015-02-161-4/+1
* | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-2/+2
|/
* Btrfs: include vmalloc.h in check-integrity.cChris Mason2014-11-251-0/+1