summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-15bcache: clarify free/available/unused spaceGabriel1-3/+9
2013-05-15bcache: drop "select CLOSURES"Paul Bolle1-1/+0
2013-05-15bcache: Fix incompatible pointer type warningEmil Goode1-2/+1
2013-05-01Merge branch 'bcache-for-upstream' of http://evilpiepirate.org/git/linux-bcac...Jens Axboe6-112/+213
2013-05-01bcache: Use bd_link_disk_holder()Kent Overstreet1-17/+35
2013-05-01bcache: Allocator cleanup/fixesKent Overstreet2-25/+50
2013-04-29cciss: bug fix to prevent cciss from loading in kdump crash kernelMike Miller1-0/+10
2013-04-29cciss: add cciss_allow_hpsa module parameterMike Miller1-1/+11
2013-04-29drivers/block/mg_disk.c: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2013-04-29mtip32xx: Workaround for unaligned writesAsai Thambi S P2-12/+58
2013-04-25bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet1-2/+6
2013-04-23bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet1-9/+8
2013-04-21bcache: Correctly check against BIO_MAX_PAGESKent Overstreet1-5/+4
2013-04-21bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet1-0/+9
2013-04-21bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet1-0/+4
2013-04-21bcache: Take data offset from the bdev superblock.Kent Overstreet3-57/+100
2013-04-14mtip32xx: mtip32xx: Disable TRIM supportAsai Thambi S P1-0/+2
2013-04-14mtip32xx: fix a smatch warningAsai Thambi S P1-10/+8
2013-04-09bcache: Disable broken btree fuzz testerKent Overstreet1-2/+4
2013-04-09bcache: Fix a format string overflowKent Overstreet1-2/+2
2013-04-09bcache: Fix a minor memory leak on device teardownKent Overstreet1-1/+3
2013-04-09bcache: Documentation updatesKent Overstreet1-0/+88
2013-04-09bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet1-1/+1
2013-04-09bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2-0/+2
2013-04-09bcache: Sparse fixesKent Overstreet4-90/+92
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet13-101/+89
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg1-1/+1
2013-03-28drbd: use sched_setscheduler()Philipp Reisner2-3/+5
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner1-1/+0
2013-03-28drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov1-2/+8
2013-03-28drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg1-7/+7
2013-03-28drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner1-2/+2
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg2-3/+18
2013-03-28drbd: fix memory leakLars Ellenberg1-0/+1
2013-03-28drbd: only fail empty flushes if no good data is reachableLars Ellenberg2-4/+16
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner4-10/+15
2013-03-28drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner1-1/+5
2013-03-28drbd: drop now useless duplicate state request from invalidatePhilipp Reisner1-34/+28
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner1-0/+7
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner2-23/+20
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner1-1/+3
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner1-0/+1
2013-03-28idr: document exit conditions on idr_for_each_entry betterGeorge Spelvin1-4/+6
2013-03-26bcache: Fix for the build fixesKent Overstreet1-1/+0
2013-03-26aoe: get rid of cached bv variable in bufinit()Jens Axboe1-4/+2
2013-03-25bcache: Style/checkpatch fixesKent Overstreet10-56/+51
2013-03-25bcache: Build fixes from test robotKent Overstreet5-5/+6
2013-03-25Merge branch 'bcache-for-upstream' of http://evilpiepirate.org/git/linux-bcac...Jens Axboe41-0/+16503
2013-03-24bcache: A block layer cacheKent Overstreet36-0/+16474
2013-03-24Export __lockdep_no_validate__Kent Overstreet1-0/+1