summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-30drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_setNeilBrown1-3/+2
2017-08-30drbd: Fix allyesconfig build, fix recent commitPhilipp Reisner1-1/+1
2017-08-29drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer2-2/+2
2017-08-29drbd: abort drbd_start_resync if there is no connectionRoland Kammerer1-0/+5
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 Ellenberg3-5/+21
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-29bsg: remove #if 0'ed codeChristoph Hellwig1-7/+0
2017-08-29mq-deadline: Enable auto-loading when built as moduleBen Hutchings1-0/+1
2017-08-29bfq: Re-enable auto-loading when built as a moduleBen Hutchings1-0/+1
2017-08-29block: Make blk_dequeue_request() staticDamien Le Moal2-5/+1
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-28block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery2-0/+6
2017-08-28block, scheduler: convert xxx_var_store to voidweiping zhang4-33/+31
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-25blkcg: avoid free blkcg_root when failed to alloc blkcg policyweiping zhang1-3/+5
2017-08-25null_blk: update email adressJens Axboe1-1/+1
2017-08-25block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH renameOmar Sandoval1-12/+12
2017-08-24compat_hdio_ioctl: Fix a declarationBart Van Assche1-1/+1
2017-08-24block: remove blk_free_devt in add_partitionweiping zhang1-1/+0
2017-08-24bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz1-1/+4
2017-08-23block, bfq: fix error handle in bfq_initweiping zhang1-1/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig99-357/+358
2017-08-23block: cache the partition index in struct block_deviceChristoph Hellwig2-0/+2
2017-08-23block: add a __disk_get_part helperChristoph Hellwig2-13/+15
2017-08-23block: reject attempts to allocate more than DISK_MAX_PARTS partitionsChristoph Hellwig1-0/+7
2017-08-23raid5: remove a call to get_start_sectChristoph Hellwig1-1/+3
2017-08-23btrfs: index check-integrity state hash by a dev_tChristoph Hellwig1-18/+13
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