summaryrefslogtreecommitdiff
path: root/fs/btrfs/check-integrity.c
AgeCommit message (Expand)Author
2019-02-12btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-23btrfs: index check-integrity state hash by a dev_tChristoph Hellwig
2017-08-18btrfs: use appropriate define for the fsidAnand Jain
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba
2017-06-19btrfs: replace opencoded kvzalloc with the helperDavid Sterba
2017-06-19Btrfs: check-integrity use bvec_iterLiu Bo
2017-06-19btrfs: kmap() can't failFabian Frederick
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney
2016-12-06btrfs: struct btrfsic_state->root should be an fs_infoJeff Mahoney
2016-11-30btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioChristoph Hellwig
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-06-17btrfs: Use correct format specifierHeinrich Schuchardt
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie
2016-06-07btrfs: use bio op accessorsMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-03-11btrfs: use kbasename in btrfsic_mountRasmus Villemoes
2016-01-07btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-02-16Btrfs: switch to kvfree() helperWang Shilong
2014-11-25Btrfs: include vmalloc.h in check-integrity.cChris Mason
2014-11-20Btrfs: check-int: don't complain about balanced blocksStefan Behrens
2014-11-20Btrfs: check_int: use the known block locationStefan Behrens
2014-11-20Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie