summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-29drbd: move global variables to drbd namespace and make some staticRoland Kammerer4-49/+43
2017-08-29drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman3-13/+13
2017-08-29drbd: fix race between handshake and admin disconnect/downLars Ellenberg1-0/+3
2017-08-29drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg3-23/+56
2017-08-29drbd: A single dot should be put into a sequence.Markus Elfring1-1/+1
2017-08-29drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg1-1/+2
2017-08-29drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang1-12/+8
2017-08-29drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg1-3/+5
2017-08-29drbd: new disk-option disable-write-sameLars Ellenberg1-3/+12
2017-08-29drbd: Fix resource role for newly created resources in events2Philipp Reisner1-1/+1
2017-08-29drbd: mark symbols static where possibleBaoyou Xie3-3/+6
2017-08-29drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg1-0/+8
2017-08-29drbd: add explicit plugging when submitting batchesLars Ellenberg1-6/+15
2017-08-29drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg1-4/+4
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg6-9/+139
2017-08-29skd: Let the block layer core choose .nr_requestsBart Van Assche1-1/+0
2017-08-29skd: Remove blk_queue_bounce_limit() callBart Van Assche1-1/+0
2017-08-28nbd: make device_attribute constBhumika Goyal1-1/+1
2017-08-28null_blk: use available 'dev' in nullb_device_power_store()Jens Axboe1-1/+1
2017-08-28block/nullb: delete unnecessary memory freeShaohua Li1-1/+0
2017-08-25skd: Remove SKD_ID_INCRBart Van Assche1-5/+0
2017-08-25skd: Make it easier for static analyzers to analyze skd_free_disk()Bart Van Assche1-1/+2
2017-08-25skd: Inline skd_end_request()Bart Van Assche1-32/+13
2017-08-25skd: Rename skd_softirq_done() into skd_complete_rq()Bart Van Assche1-2/+2
2017-08-25block/nullb: fix NULL dereferenceShaohua Li1-1/+1
2017-08-25null_blk: update email adressJens Axboe1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig55-205/+188
2017-08-23raid5: remove a call to get_start_sectChristoph Hellwig1-1/+3
2017-08-23skd: Change default interrupt mode to MSI-XBart Van Assche1-1/+1
2017-08-23skd: Avoid double completions in case of a timeoutBart Van Assche1-11/+11
2017-08-23skd: Inline skd_process_request()Bart Van Assche1-20/+10
2017-08-23skd: Report completion mismatches onceBart Van Assche1-10/+4
2017-08-23nullb: badbblocks supportShaohua Li1-1/+88
2017-08-23nullb: emulate cacheShaohua Li1-30/+231
2017-08-23nullb: bandwidth controlShaohua Li1-2/+114
2017-08-23nullb: support discardShaohua Li1-1/+41
2017-08-23nullb: support memory backed storeShaohua Li1-9/+330
2017-08-23nullb: use ida to manage indexShaohua Li1-2/+4
2017-08-23nullb: add interface to power on diskShaohua Li1-0/+80
2017-08-23nullb: add configfs interfaceShaohua Li2-1/+210
2017-08-23nullb: factor disk parametersShaohua Li1-81/+153
2017-08-23skd: error pointer dereference in skd_cons_disk()Dan Carpenter1-8/+7
2017-08-23skd: Uninitialized variable in skd_isr_completion_posted()Dan Carpenter1-1/+1
2017-08-18skd: Remove driver version informationBart Van Assche1-2/+0
2017-08-18skd: Bump driver versionBart Van Assche1-12/+5
2017-08-18skd: Optimize lockingBart Van Assche1-6/+15
2017-08-18skd: Remove several local variablesBart Van Assche1-30/+7
2017-08-18skd: Reduce memory usageBart Van Assche1-37/+108
2017-08-18skd: Remove skd_device.in_flightBart Van Assche1-16/+21
2017-08-18skd: Switch to block layer timeout mechanismBart Van Assche1-86/+31