Age | Commit message (Expand) | Author |
2016-09-26 | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney |
2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney |
2016-09-26 | btrfs: squash lines for simple wrapper functions | Masahiro Yamada |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe |
2016-07-26 | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-06-17 | btrfs: Use correct format specifier | Heinrich Schuchardt |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie |
2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie |
2016-06-07 | btrfs: use bio op accessors | Mike Christie |
2016-06-07 | fs: have submit_bh users pass in op and flags separately | Mike Christie |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie |
2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-14 | btrfs: Fix misspellings in comments. | Adam Buchbinder |
2016-03-11 | btrfs: move btrfs_compression_type to compression.h | Anand Jain |
2016-03-11 | btrfs: use kbasename in btrfsic_mount | Rasmus Villemoes |
2016-01-07 | btrfs: use list_for_each_entry* in check-integrity.c | Geliang Tang |
2015-10-22 | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Chris Mason |
2015-10-21 | btrfs: check-integrity: Fix returned errno codes | Luis de Bethencourt |
2015-10-08 | btrfs: switch message printers to _in_rcu variants | David Sterba |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig |
2015-03-25 | Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne... | Chris Mason |
2015-03-03 | btrfs: cleanup, use kmalloc_array/kcalloc array helpers | David Sterba |
2015-02-16 | Btrfs: switch to kvfree() helper | Wang Shilong |
2014-11-25 | Btrfs: include vmalloc.h in check-integrity.c | Chris Mason |
2014-11-21 | Btrfs: check-int: don't complain about balanced blocks | Stefan Behrens |
2014-11-21 | Btrfs: check_int: use the known block location | Stefan Behrens |
2014-11-21 | Btrfs: fix allocationg memory failure for btrfsic_state structure | Shilong Wang |
2014-09-17 | Btrfs: fix wrong disk size when writing super blocks | Miao Xie |
2014-09-17 | btrfs: use DIV_ROUND_UP instead of open-coded variants | David Sterba |
2014-09-17 | btrfs: use nodesize everywhere, kill leafsize | David Sterba |
2014-06-10 | btrfs: check_int: propagate out-of-memory error upwards | Stefan Behrens |
2014-02-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2014-02-03 | Btrfs: use btrfs_crc32c everywhere instead of libcrc32c | Filipe David Borba Manana |
2014-01-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2014-01-28 | Btrfs: fix check-integrity to look at the referenced data properly | Josef Bacik |
2013-12-05 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2013-11-24 | block: submit_bio_wait() conversions | Kent Overstreet |
2013-11-24 | block: Abstract out bvec iterator | Kent Overstreet |
2013-11-24 | block: submit_bio_wait() conversions | Kent Overstreet |
2013-11-21 | Btrfs: print bytenr instead of page pointer in check-int | Stefan Behrens |
2013-11-12 | btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) | Dulshani Gunawardhana |
2013-11-12 | Btrfs: check_int, remove warning for mixed-mode | Stefan Behrens |
2013-11-12 | Btrfs: fix check_int 'leaf item out of bounce' regression | Stefan Behrens |
2013-09-01 | Btrfs: Use %z to format size_t | Geert Uytterhoeven |
2013-09-01 | Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=y | Geert Uytterhoeven |
2013-09-01 | Btrfs: PAGE_CACHE_SIZE is already unsigned long | Geert Uytterhoeven |
2013-09-01 | Btrfs: Remove superfluous casts from u64 to unsigned long long | Geert Uytterhoeven |
2013-09-01 | Btrfs: get rid of sparse warnings | Stefan Behrens |