- 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
- c5e4c3d btrfs: sink gfp parameter to btrfs_io_bio_alloc by David Sterba · 7 years ago
- e4f5690 btrfs: btrfs_io_bio_alloc never fails, skip error handling by David Sterba · 7 years ago
- 818e010 btrfs: replace opencoded kvzalloc with the helper by David Sterba · 7 years ago
- 11b5616 Btrfs: check-integrity use bvec_iter by Liu Bo · 8 years ago
- 977ec79 btrfs: kmap() can't fail by Fabian Frederick · 8 years ago
- 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
- 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
- 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
- da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
- fb45625 btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere by Jeff Mahoney · 8 years ago
- de14379 btrfs: struct btrfsic_state->root should be an fs_info by Jeff Mahoney · 8 years ago
- 1621f8f btrfs: use bio_for_each_segment_all in __btrfsic_submit_bio by Christoph Hellwig · 8 years ago
- cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
- 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
- 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
- e2c8990 btrfs: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
- 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
- d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 16ff4b4 btrfs: Use correct format specifier by Heinrich Schuchardt · 8 years ago
- 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
- 6296b96 block, drivers, fs: shrink bi_rw from long to int by Mike Christie · 8 years ago
- 37226b2 btrfs: use bio op accessors by Mike Christie · 8 years ago
- 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
- 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
- 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- bb7ab3b btrfs: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
- ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 9 years ago
- 02def69 btrfs: use kbasename in btrfsic_mount by Rasmus Villemoes · 9 years ago
- b69f2be btrfs: use list_for_each_entry* in check-integrity.c by Geliang Tang · 9 years ago
- a0d58e4 Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
- 0b8d8ce btrfs: check-integrity: Fix returned errno codes by Luis de Bethencourt · 9 years ago
- ecaeb14 btrfs: switch message printers to _in_rcu variants by David Sterba · 9 years ago
- 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
- fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 10 years ago
- 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 10 years ago
- f749303 Btrfs: switch to kvfree() helper by Wang Shilong · 10 years ago
- 8f608de6 Btrfs: include vmalloc.h in check-integrity.c by Chris Mason · 10 years ago
- cf90c59 Btrfs: check-int: don't complain about balanced blocks by Stefan Behrens · 10 years ago
- f382e46 Btrfs: check_int: use the known block location by Stefan Behrens · 10 years ago
- 6b3a4d6 Btrfs: fix allocationg memory failure for btrfsic_state structure by Shilong Wang · 10 years ago
- 935e5cc Btrfs: fix wrong disk size when writing super blocks by Miao Xie · 10 years ago
- ed6078f btrfs: use DIV_ROUND_UP instead of open-coded variants by David Sterba · 10 years ago
- 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 10 years ago
- 98806b4 btrfs: check_int: propagate out-of-memory error upwards by Stefan Behrens · 10 years ago
- 878a876 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
- 0b947af Btrfs: use btrfs_crc32c everywhere instead of libcrc32c by Filipe David Borba Manana · 11 years ago
- e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
- e20d6c5 Btrfs: fix check-integrity to look at the referenced data properly by Josef Bacik · 11 years ago
- 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
- c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
- 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
- 33879d4 block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
- 56d140f Btrfs: print bytenr instead of page pointer in check-int by Stefan Behrens · 11 years ago
- fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
- 301993a Btrfs: check_int, remove warning for mixed-mode by Stefan Behrens · 11 years ago
- a5f519c Btrfs: fix check_int 'leaf item out of bounce' regression by Stefan Behrens · 11 years ago
- 8d78eb1 Btrfs: Use %z to format size_t by Geert Uytterhoeven · 11 years ago
- fce2936 Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=y by Geert Uytterhoeven · 11 years ago
- 778746b Btrfs: PAGE_CACHE_SIZE is already unsigned long by Geert Uytterhoeven · 11 years ago
- c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
- 35a3621 Btrfs: get rid of sparse warnings by Stefan Behrens · 11 years ago
- 3cae210 btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert by Qu Wenruo · 11 years ago
- 9be3395 Btrfs: use a btrfs bioset instead of abusing bio internals by Chris Mason · 11 years ago
- cdb4c57 btrfs: define BTRFS_MAGIC as a u64 value by Zach Brown · 12 years ago
- cb3806e Btrfs: fix race in check-integrity caused by usage of bitfield by Stefan Behrens · 12 years ago
- 6189192 Btrfs: handle errors from btrfs_map_bio() everywhere by Stefan Behrens · 12 years ago
- 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
- 5d96405 Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree by Stefan Behrens · 12 years ago
- 62856a9 Btrfs: detect corrupted filesystem after write I/O errors by Stefan Behrens · 12 years ago
- 8ea05e3 Btrfs: introduce subvol uuids and times by Alexander Block · 12 years ago
- 606686e Btrfs: use rcu to protect device->name by Josef Bacik · 12 years ago
- 48235a6 Btrfs: fix false positive in check-integrity on unmount by Stefan Behrens · 12 years ago
- 86ff7ff Btrfs: fix runtime warning in check-integrity check data mode by Stefan Behrens · 13 years ago
- e06baab Btrfs: change integrity checker to support big blocks by Stefan Behrens · 13 years ago
- 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
- e77266e Btrfs: fix compiler warnings on 32 bit systems by Chris Mason · 13 years ago
- 3e93b8d BTRFS: Don't include disk-io.h twice in check-integrity.c by Jesper Juhl · 13 years ago
- 0b48514 Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.c by Stefan Behrens · 13 years ago
- 5db0276 Btrfs: add optional integrity check code by Stefan Behrens · 13 years ago