| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: Remove fsid/metadata_fsid fields from btrfs_info | Nikolay Borisov | 2018-12-17 | 1 | -1/+1 |
* | Btrfs: use args in the correct order for kcalloc in btrfsic_read_block | Liu Bo | 2018-10-15 | 1 | -3/+3 |
* | btrfs: open-code bio_set_op_attrs | David Sterba | 2018-08-06 | 1 | -1/+1 |
* | btrfs: check-integrity: Fix NULL pointer dereference for degraded mount | Qu Wenruo | 2018-08-06 | 1 | -1/+6 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 2018-04-12 | 1 | -14/+1 |
* | btrfs: Remove custom crc32c init code | Nikolay Borisov | 2018-03-26 | 1 | -2/+2 |
* | btrfs: Fix bug for misused dev_t when lookup in dev state hash table. | Gu JinXiang | 2017-11-01 | 1 | -1/+1 |
* | btrfs: Use bd_dev to generate index when dev_state_hashtable add items. | Gu JinXiang | 2017-10-30 | 1 | -1/+1 |
* | btrfs: return -ENOMEM on allocation failure in btrfsic | Allen Pais | 2017-10-30 | 1 | -2/+2 |
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2017-09-09 | 1 | -4/+4 |
|\ |
|
| * | btrfs: use appropriate define for the fsid | Anand Jain | 2017-08-18 | 1 | -1/+1 |
| * | btrfs: use named constant for bdev blocksize | David Sterba | 2017-08-16 | 1 | -3/+3 |
* | | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 2017-08-23 | 1 | -6/+6 |
* | | btrfs: index check-integrity state hash by a dev_t | Christoph Hellwig | 2017-08-23 | 1 | -18/+13 |
|/ |
|
* | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-05 | 1 | -32/+21 |
|\ |
|
| * | btrfs: sink gfp parameter to btrfs_io_bio_alloc | David Sterba | 2017-06-19 | 1 | -1/+1 |
| * | btrfs: btrfs_io_bio_alloc never fails, skip error handling | David Sterba | 2017-06-19 | 1 | -5/+0 |
| * | btrfs: replace opencoded kvzalloc with the helper | David Sterba | 2017-06-19 | 1 | -7/+4 |
| * | Btrfs: check-integrity use bvec_iter | Liu Bo | 2017-06-19 | 1 | -12/+15 |
| * | btrfs: kmap() can't fail | Fabian Frederick | 2017-06-19 | 1 | -7/+1 |
* | | block: switch bios to blk_status_t | Christoph Hellwig | 2017-06-09 | 1 | -2/+2 |
|/ |
|
* | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 2016-12-06 | 1 | -6/+4 |
* | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 2016-12-06 | 1 | -30/+33 |
* | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 2016-12-06 | 1 | -6/+6 |
* | btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere | Jeff Mahoney | 2016-12-06 | 1 | -1/+1 |
* | btrfs: struct btrfsic_state->root should be an fs_info | Jeff Mahoney | 2016-12-06 | 1 | -10/+10 |
* | btrfs: use bio_for_each_segment_all in __btrfsic_submit_bio | Christoph Hellwig | 2016-11-30 | 1 | -19/+11 |
* | btrfs: don't abuse REQ_OP_* flags for btrfs_map_block | Christoph Hellwig | 2016-11-29 | 1 | -1/+1 |
* | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney | 2016-09-26 | 1 | -166/+106 |
* | btrfs: unsplit printed strings | Jeff Mahoney | 2016-09-26 | 1 | -103/+40 |
* | btrfs: squash lines for simple wrapper functions | Masahiro Yamada | 2016-09-26 | 1 | -5/+2 |
* | block: rename bio bi_rw to bi_opf | Jens Axboe | 2016-08-07 | 1 | -5/+5 |
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-26 | 1 | -30/+31 |
|\ |
|
| * | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 2016-06-07 | 1 | -4/+4 |
| * | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 2016-06-07 | 1 | -2/+2 |
| * | btrfs: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -10/+9 |
| * | fs: have submit_bh users pass in op and flags separately | Mike Christie | 2016-06-07 | 1 | -12/+12 |
| * | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 | 1 | -8/+10 |
* | | btrfs: Use correct format specifier | Heinrich Schuchardt | 2016-06-17 | 1 | -1/+1 |
|/ |
|
* | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 2016-05-25 | 1 | -1/+1 |
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -30/+30 |
* | btrfs: Fix misspellings in comments. | Adam Buchbinder | 2016-03-14 | 1 | -1/+1 |
* | btrfs: move btrfs_compression_type to compression.h | Anand Jain | 2016-03-11 | 1 | -0/+1 |
* | btrfs: use kbasename in btrfsic_mount | Rasmus Villemoes | 2016-03-11 | 1 | -6/+3 |
* | btrfs: use list_for_each_entry* in check-integrity.c | Geliang Tang | 2016-01-07 | 1 | -79/+26 |
* | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Chris Mason | 2015-10-21 | 1 | -2/+2 |
|\ |
|
| * | btrfs: check-integrity: Fix returned errno codes | Luis de Bethencourt | 2015-10-21 | 1 | -2/+2 |
* | | btrfs: switch message printers to _in_rcu variants | David Sterba | 2015-10-08 | 1 | -2/+2 |
|/ |
|