summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)Author
2017-02-02bcache: cleanups for building in userspaceKent Overstreet
2017-01-18bcache: btree write path improvements, kill struct bbioKent Overstreet
2017-01-18bcache: Better locking for linked iteratorsKent Overstreet
2017-01-18bcache: better error messagesKent Overstreet
2017-01-18bcache: bch_write_op_init() cleanupsKent Overstreet
2017-01-18bcache: plumb nr_replicas through disk_reservationsKent Overstreet
2017-01-18bcache: bch_disk_reservation_get() now takes flags argumentKent Overstreet
2017-01-18bcache: fix promotion locking bugKent Overstreet
2017-01-18bcache: kill skip parameter to bch_read_extent()Kent Overstreet
2017-01-18bcache: have bch_write() verify bio->bi_sector/sizeKent Overstreet
2017-01-18bcache: strip another allocation out of the read pathKent Overstreet
2017-01-18bcache: Plumb disk_reservation through bch_writeKent Overstreet
2017-01-18bcache: Plumb insert hook through bch_write() pathKent Overstreet
2017-01-18bcache: drop dc->sbKent Overstreet
2017-01-18bcache: split off backingdev_sbKent Overstreet
2017-01-18bcache: bch_read() cleanupKent Overstreet
2017-01-18bcache: minor optimizationKent Overstreet
2017-01-18bcache: break btree.c up into multiple filesKent Overstreet
2017-01-18bcache: Rework error handling/loggingKent Overstreet
2017-01-18bcache: Don't return -EAGAIN from bch_btree_insert_at()Kent Overstreet
2017-01-18bcache: Plump through journal error checksKent Overstreet
2017-01-18bcache: Drop closure arg top bch_btree_insert/update()Kent Overstreet
2017-01-18bcache: clean up some blockdev/blockdev volume stuffKent Overstreet
2017-01-18bcache: data checksummingKent Overstreet
2017-01-18bcache: bch_write_bioKent Overstreet
2017-01-18bcache: Add struct extent_pick_ptrKent Overstreet
2017-01-18bcache: Switch bch_extent_ptr to bitfields, make EXTENT_CACHED betterKent Overstreet
2017-01-18bcache: Convert to inline mempools/biosetsKent Overstreet
2017-01-18bcache: More journal related refactoringKent Overstreet
2017-01-18bcache: reduce b->c usage (benchmark)Kent Overstreet
2017-01-18bcache: General purpose IO clocksKent Overstreet
2017-01-18bcache: Packed bkeysKent Overstreet
2017-01-18bcache: Don't insert deleted keys with nonzero sizeKent Overstreet
2017-01-18bcache: rototill super.cKent Overstreet
2017-01-18bcache: More superblock changesKent Overstreet
2017-01-18bcache: Convert other code to use bch_extent_ptrKent Overstreet
2017-01-18bcache: New bkey formatKent Overstreet
2017-01-18bcache: When forcing device removal, traverse tree and remove all keys.Bill Rozas
2017-01-18bcache: Log a message whenever we generate an IO errorKent Overstreet
2017-01-18bcache: Variable sized buckets rework.Jacob Malevich
2017-01-18bcache: Switch bch_write_op_init() to bitflagsKent Overstreet
2017-01-18bcache: use write ref for btree updatesKent Overstreet
2017-01-18bcache: Convert bch_btree_insert_node() to btree_iterKent Overstreet
2017-01-18bcache: Convert other map_keys()/map_nodes() users to btree_iterKent Overstreet
2017-01-18bcache: Kill btree_op->alloc_reserveKent Overstreet
2017-01-18bcache: more race fault injection pointsKent Overstreet
2017-01-18bcache: have bch_extent_pick_ptr() return error if data missingKent Overstreet
2017-01-18Make snapshot restorations walk the extents on the client.Bill Rozas
2017-01-18bcache: blockdev.cKent Overstreet
2017-01-18bcache: rename bch_data_insert() -> bch_write()Kent Overstreet