summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* null_blk: use sector_div instead of do_divArnd Bergmann2016-01-131-4/+4
* Merge branch 'stable/for-jens-4.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2016-01-134-710/+1244
|\
| * xen/blkfront: Fix crash if backend doesn't follow the right states.Konrad Rzeszutek Wilk2016-01-041-4/+8
| * xen/blkback: Fix two memory leaks.Bob Liu2016-01-041-6/+11
| * xen/blkback: make st_ statistics per ringBob Liu2016-01-043-38/+61
| * xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall2016-01-041-16/+212
| * xen-blkfront: Introduce blkif_ring_get_requestJulien Grall2016-01-041-11/+19
| * xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina2016-01-041-0/+1
| * xen/blkback: Free resources if connect_ring failed.Konrad Rzeszutek Wilk2016-01-041-1/+7
| * xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk2016-01-042-3/+3
| * xen/blkback: make pool of persistent grants and free pages per-queueBob Liu2016-01-043-137/+118
| * xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu2016-01-043-6/+42
| * xen/blkback: pseudo support for multi hardware queues/ringsKonrad Rzeszutek Wilk2016-01-042-105/+175
| * xen/blkback: separate ring information out of struct xen_blkifBob Liu2016-01-043-172/+215
| * xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan2016-01-041-1/+1
| * xen/blkfront: make persistent grants pool per-queueBob Liu2016-01-041-67/+43
| * xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu2016-01-041-1/+0
| * xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk2016-01-041-7/+6
| * xen/blkfront: negotiate number of queues/rings to be used with backendBob Liu2016-01-041-41/+119
| * xen/blkfront: split per device io_lockBob Liu2016-01-041-26/+47
| * xen/blkfront: pseudo support for multi hardware queues/ringsBob Liu2016-01-041-145/+198
| * xen/blkfront: separate per ring information out of device infoBob Liu2016-01-041-162/+197
* | mtip32xx: restrict variables visible in current code moduleZhu Yanjun2016-01-081-3/+3
|/
* bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet2015-12-301-7/+30
* bcache: prevent crash on changing writeback_runningStefan Bader2015-12-301-1/+2
* bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis2015-12-301-2/+3
* bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu2015-12-301-1/+3
* bcache: fix a leak in bch_cached_dev_run()Al Viro2015-12-301-1/+4
* bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu2015-12-301-0/+2
* bcache: Add a cond_resched() call to gcKent Overstreet2015-12-301-0/+1
* bcache: fix a livelock when we cause a huge number of cache missesZheng Liu2015-12-301-1/+3
* sx8: use real time for the command secondsJens Axboe2015-12-231-1/+1
* block: sx8.c: Replace timeval with ktime_tShraddha Barke2015-12-221-4/+3
* drbd: fix error path during resizeLars Ellenberg2015-11-251-30/+38
* drbd: avoid potential deadlock during handshakeLars Ellenberg2015-11-253-23/+31
* drbd: separate out __al_write_transaction helper functionLars Ellenberg2015-11-251-148/+156
* drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner2015-11-253-6/+8
* drbd: fix "endless" transfer log walk in protocol ALars Ellenberg2015-11-251-1/+1
* drbd: fix memory leak in drbd_adm_resizeOleg Drokin2015-11-251-0/+2
* drbd: don't block forever in disconnect during resync if fencing=r-a-stonithLars Ellenberg2015-11-251-1/+3
* drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg2015-11-254-51/+90
* drbd: fix queue limit setup for discardLars Ellenberg2015-11-251-9/+14
* drbd: fix spurious alert level printkLars Ellenberg2015-11-251-0/+4
* drbd: use bitmap_weight() helper, don't open codeLars Ellenberg2015-11-251-8/+8
* drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg2015-11-251-0/+6
* drbd: use resource name in workqueueLars Ellenberg2015-11-252-3/+6
* drbd: debugfs: expose ed_data_gen_idLars Ellenberg2015-11-252-0/+11
* drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg2015-11-251-1/+24
* drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner2015-11-257-115/+141
* drbd: Rename asender to ack_receiverPhilipp Reisner2015-11-253-11/+11