summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2017-08-29drbd: fix race between handshake and admin disconnect/downLars Ellenberg-0/+3
2017-08-29drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg-23/+56
2017-08-29drbd: A single dot should be put into a sequence.Markus Elfring-1/+1
2017-08-29drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg-1/+2
2017-08-29drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang-12/+8
2017-08-29drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg-3/+5
2017-08-29drbd: new disk-option disable-write-sameLars Ellenberg-3/+12
2017-08-29drbd: Fix resource role for newly created resources in events2Philipp Reisner-1/+1
2017-08-29drbd: mark symbols static where possibleBaoyou Xie-3/+6
2017-08-29drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg-0/+8
2017-08-29drbd: add explicit plugging when submitting batchesLars Ellenberg-6/+15
2017-08-29drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg-4/+4
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg-9/+139
2017-08-29skd: Let the block layer core choose .nr_requestsBart Van Assche-1/+0
2017-08-29skd: Remove blk_queue_bounce_limit() callBart Van Assche-1/+0
2017-08-29Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-2/+8
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang-1/+1
2017-08-28nbd: make device_attribute constBhumika Goyal-1/+1
2017-08-28null_blk: use available 'dev' in nullb_device_power_store()Jens Axboe-1/+1
2017-08-28block/nullb: delete unnecessary memory freeShaohua Li-1/+0
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe-48/+82
2017-08-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-6/+10
2017-08-25skd: Remove SKD_ID_INCRBart Van Assche-5/+0
2017-08-25skd: Make it easier for static analyzers to analyze skd_free_disk()Bart Van Assche-1/+2
2017-08-25skd: Inline skd_end_request()Bart Van Assche-32/+13
2017-08-25skd: Rename skd_softirq_done() into skd_complete_rq()Bart Van Assche-2/+2
2017-08-25block/nullb: fix NULL dereferenceShaohua Li-1/+1
2017-08-25xen-blkback: stop blkback thread of every queue in xen_blkif_disconnectAnnie Li-2/+8
2017-08-25null_blk: update email adressJens Axboe-1/+1
2017-08-25virtio_blk: fix incorrect message when disk is resizedStefan Hajnoczi-6/+10
2017-08-24scsi: cciss: Drop obsolete driverHannes Reinecke-7877/+0
2017-08-24x86/lguest: Remove lguest supportJuergen Gross-1/+1
2017-08-23Revert "loop: support 4k physical blocksize"Omar Sandoval-37/+6
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-20/+18
2017-08-23skd: Change default interrupt mode to MSI-XBart Van Assche-1/+1
2017-08-23skd: Avoid double completions in case of a timeoutBart Van Assche-11/+11
2017-08-23skd: Inline skd_process_request()Bart Van Assche-20/+10
2017-08-23skd: Report completion mismatches onceBart Van Assche-10/+4
2017-08-23nullb: badbblocks supportShaohua Li-1/+88
2017-08-23nullb: emulate cacheShaohua Li-30/+231
2017-08-23nullb: bandwidth controlShaohua Li-2/+114
2017-08-23nullb: support discardShaohua Li-1/+41
2017-08-23nullb: support memory backed storeShaohua Li-9/+330
2017-08-23nullb: use ida to manage indexShaohua Li-2/+4
2017-08-23nullb: add interface to power on diskShaohua Li-0/+80
2017-08-23nullb: add configfs interfaceShaohua Li-1/+210
2017-08-23nullb: factor disk parametersShaohua Li-81/+153
2017-08-23skd: error pointer dereference in skd_cons_disk()Dan Carpenter-8/+7
2017-08-23skd: Uninitialized variable in skd_isr_completion_posted()Dan Carpenter-1/+1
2017-08-18skd: Remove driver version informationBart Van Assche-2/+0