Liu Bo
|
3b2fd80160
Btrfs: use args in the correct order for kcalloc in btrfsic_read_block
|
7 years ago |
David Sterba
|
ebcc326316
btrfs: open-code bio_set_op_attrs
|
7 years ago |
Qu Wenruo
|
9912bbf644
btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
|
7 years ago |
Kees Cook
|
6396bb2215
treewide: kzalloc() -> kcalloc()
|
7 years ago |
David Sterba
|
c1d7c514f7
btrfs: replace GPL boilerplate by SPDX -- sources
|
7 years ago |
Nikolay Borisov
|
9678c54388
btrfs: Remove custom crc32c init code
|
7 years ago |
Gu JinXiang
|
d28e649a5c
btrfs: Fix bug for misused dev_t when lookup in dev state hash table.
|
7 years ago |
Gu JinXiang
|
859a58a207
btrfs: Use bd_dev to generate index when dev_state_hashtable add items.
|
7 years ago |
Allen Pais
|
3afb0c5014
btrfs: return -ENOMEM on allocation failure in btrfsic
|
7 years ago |
Linus Torvalds
|
66ba772ee3
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
|
8 years ago |
Christoph Hellwig
|
74d46992e0
block: replace bi_bdev with a gendisk pointer and partitions index
|
8 years ago |
Christoph Hellwig
|
f8f84b2dfd
btrfs: index check-integrity state hash by a dev_t
|
8 years ago |
Anand Jain
|
44880fdc91
btrfs: use appropriate define for the fsid
|
8 years ago |
David Sterba
|
9f6d251033
btrfs: use named constant for bdev blocksize
|
8 years ago |
Linus Torvalds
|
8c27cb3566
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
|
8 years ago |
David Sterba
|
c5e4c3d750
btrfs: sink gfp parameter to btrfs_io_bio_alloc
|
8 years ago |
David Sterba
|
e4f5690386
btrfs: btrfs_io_bio_alloc never fails, skip error handling
|
8 years ago |
David Sterba
|
818e010bf9
btrfs: replace opencoded kvzalloc with the helper
|
8 years ago |
Liu Bo
|
11b5616516
Btrfs: check-integrity use bvec_iter
|
8 years ago |
Fabian Frederick
|
977ec79271
btrfs: kmap() can't fail
|
8 years ago |
Christoph Hellwig
|
4e4cbee93d
block: switch bios to blk_status_t
|
8 years ago |
Jeff Mahoney
|
2ff7e61e0d
btrfs: take an fs_info directly when the root is not used otherwise
|
9 years ago |
Jeff Mahoney
|
0b246afa62
btrfs: root->fs_info cleanup, add fs_info convenience variables
|
9 years ago |
Jeff Mahoney
|
da17066c40
btrfs: pull node/sector/stripe sizes out of root and into fs_info
|
9 years ago |
Jeff Mahoney
|
fb456252d3
btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere
|
9 years ago |
Jeff Mahoney
|
de14379225
btrfs: struct btrfsic_state->root should be an fs_info
|
9 years ago |
Christoph Hellwig
|
1621f8f3f9
btrfs: use bio_for_each_segment_all in __btrfsic_submit_bio
|
8 years ago |
Christoph Hellwig
|
cf8cddd38b
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
|
8 years ago |
Jeff Mahoney
|
62e855771d
btrfs: convert printk(KERN_* to use pr_* calls
|
9 years ago |
Jeff Mahoney
|
5d163e0e68
btrfs: unsplit printed strings
|
9 years ago |