summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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-14mtip32xx: mtip32xx: Disable TRIM supportAsai Thambi S P1-0/+2
2013-04-14mtip32xx: fix a smatch warningAsai Thambi S P1-10/+8
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg1-1/+1
2013-03-28drbd: use sched_setscheduler()Philipp Reisner1-2/+4
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 Reisner3-9/+13
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-26aoe: get rid of cached bv variable in bufinit()Jens Axboe1-4/+2
2013-03-23drbd: adjust upper limit for activity log extentsLars Ellenberg1-9/+38
2013-03-23drbd: try hard to max out the updates per AL transactionLars Ellenberg1-0/+31
2013-03-23drbd: move start io accounting before activity log transactionLars Ellenberg1-3/+3
2013-03-23drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg3-14/+107
2013-03-23drbd: queue writes on submitter thread, unless they pass the activity log fas...Lars Ellenberg1-8/+12
2013-03-23drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg1-21/+28
2013-03-23drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2-33/+72
2013-03-23drbd: prepare to queue write requests on a submit workerLars Ellenberg4-1/+68
2013-03-23drbd: split __drbd_make_request in before and after drbd_al_begin_ioLars Ellenberg1-10/+30
2013-03-23drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg1-2/+12
2013-03-23drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg5-26/+31
2013-03-23drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg4-37/+123
2013-03-23drbd: mechanically rename la_size to la_size_sectLars Ellenberg3-12/+12
2013-03-23drbd: use the cached meta_dev_idxLars Ellenberg2-33/+6
2013-03-23drbd: prepare for new striped layout of activity logLars Ellenberg4-40/+94
2013-03-23drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg5-57/+123
2013-03-23drbd: cleanup bogus assert messageLars Ellenberg2-10/+4
2013-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-691/+1161
2013-03-01Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds21-1418/+3980
2013-03-01Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2013-02-28nbd: fix sparse warningAlex Elder1-0/+1
2013-02-28nbd: show read-only state in sysfsPaolo Bonzini1-0/+3
2013-02-28nbd: fsync and kill block device on shutdownPaolo Bonzini1-0/+10
2013-02-28nbd: support FLUSH requestsAlex Bligh1-2/+20
2013-02-28drbd: convert to idr_alloc()Tejun Heo1-16/+13
2013-02-28block/loop: convert to idr_alloc()Tejun Heo1-18/+5
2013-02-28block/loop: don't use idr_remove_all()Tejun Heo1-1/+0