summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-011-4/+7
* btrfs: use btrfs_csum_data() instead of directly calling crc32cJohannes Thumshirn2019-07-011-1/+1
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-1/+1
* btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn2018-12-171-4/+4
* btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn2018-12-171-6/+6
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
* Btrfs: use args in the correct order for kcalloc in btrfsic_read_blockLiu Bo2018-10-151-3/+3
* btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-061-1/+1
* btrfs: check-integrity: Fix NULL pointer dereference for degraded mountQu Wenruo2018-08-061-1/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* 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