aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet
2013-04-24bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet
2013-04-22bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet
2013-04-20bcache: Correctly check against BIO_MAX_PAGESKent Overstreet
2013-04-20bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet
2013-04-20bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet
2013-04-20bcache: Take data offset from the bdev superblock.Kent Overstreet
2013-04-08bcache: Disable broken btree fuzz testerKent Overstreet
2013-04-08bcache: Fix a format string overflowKent Overstreet
2013-04-08bcache: Fix a minor memory leak on device teardownKent Overstreet
2013-04-08bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet
2013-04-08bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven
2013-04-08bcache: Sparse fixesKent Overstreet
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg
2013-03-28drbd: use sched_setscheduler()Philipp Reisner
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner
2013-03-28drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov
2013-03-28drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg
2013-03-28drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg
2013-03-28drbd: fix memory leakLars Ellenberg
2013-03-28drbd: only fail empty flushes if no good data is reachableLars Ellenberg
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner
2013-03-28drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner
2013-03-28drbd: drop now useless duplicate state request from invalidatePhilipp Reisner
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner
2013-03-25bcache: Fix for the build fixesKent Overstreet
2013-03-25aoe: get rid of cached bv variable in bufinit()Jens Axboe
2013-03-25bcache: Style/checkpatch fixesKent Overstreet
2013-03-25bcache: Build fixes from test robotKent Overstreet
2013-03-24Merge branch 'bcache-for-upstream' of http://evilpiepirate.org/git/linux-bcac...Jens Axboe
2013-03-23bcache: A block layer cacheKent Overstreet
2013-03-23Export get_random_int()Kent Overstreet
2013-03-22drbd: adjust upper limit for activity log extentsLars Ellenberg
2013-03-22drbd: try hard to max out the updates per AL transactionLars Ellenberg
2013-03-22drbd: move start io accounting before activity log transactionLars Ellenberg
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg
2013-03-22drbd: queue writes on submitter thread, unless they pass the activity log fas...Lars Ellenberg
2013-03-22drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg
2013-03-22drbd: prepare to queue write requests on a submit workerLars Ellenberg
2013-03-22drbd: split __drbd_make_request in before and after drbd_al_begin_ioLars Ellenberg
2013-03-22drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg
2013-03-22drbd: mechanically rename la_size to la_size_sectLars Ellenberg