summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2016-11-23nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe1-2/+5
2016-11-22nbd: add multi-connection supportJosef Bacik1-144/+238
2016-11-22block: floppy: use bio_add_page()Ming Lei1-5/+2
2016-11-22block: drbd: remove impossible failure handlingMing Lei1-13/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-2/+1
2016-11-21pktcdvd: mark as unmaintained and deprecatedJens Axboe1-1/+4
2016-11-18skd_main: drop duplicate header scatterlist.hGeliang Tang1-1/+0
2016-11-17nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu1-0/+1
2016-11-15loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla1-9/+5
2016-11-10skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-10skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-08skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-08skd: use pci_alloc_irq_vectorsChristoph Hellwig1-146/+66
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig1-41/+6
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-1/+1
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche1-0/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig2-6/+6
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig1-1/+1
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-1/+1
2016-10-25brd: remove support for BLKFLSBUFMike Snitzer1-35/+0
2016-10-25brd: Switch rd_size to unsigned longJan Kara1-2/+2
2016-10-12kthread: kthread worker API cleanupPetr Mladek1-4/+4
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-264/+1179
2016-10-10Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds7-7/+0
2016-10-03rbd: use kmalloc_array() in rbd_header_from_disk()Markus Elfring1-4/+3
2016-10-03rbd: add rbd_obj_request_error() helperIlya Dryomov1-10/+18
2016-10-03rbd: img_data requests don't own their page arrayIlya Dryomov1-8/+3
2016-10-03rbd: don't call rbd_osd_req_format_read() for !img_data requestsIlya Dryomov1-7/+2
2016-10-03rbd: rework rbd_img_obj_exists_submit() error pathsIlya Dryomov1-20/+22
2016-10-03rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Ilya Dryomov1-1/+2
2016-10-03rbd: move bumping img_request refcount into rbd_obj_request_submit()Ilya Dryomov1-4/+8
2016-10-03rbd: mark the original request as done if stat request failsIlya Dryomov1-13/+15
2016-10-03rbd: clean up asserts in rbd_img_obj_request_submit() helpersIlya Dryomov1-20/+10
2016-10-03rbd: change rbd_obj_request_submit() signatureIlya Dryomov1-47/+23
2016-10-03rbd: lock_on_read map optionIlya Dryomov1-1/+12
2016-09-23nbd: use BLK_MQ_F_BLOCKINGJosef Bacik1-1/+1
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling1-2/+20
2016-09-21null_blk: refactor to support non-gendisk devicesMatias Bjørling1-49/+61
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig6-6/+0
2016-09-08nbd: allow block mq to deal with timeoutsJosef Bacik1-37/+14
2016-09-08nbd: use flags instead of boolJosef Bacik1-8/+10
2016-09-08nbd: don't shutdown sock with irq's disabledJosef Bacik1-4/+15
2016-09-08nbd: convert to blkmqJosef Bacik1-208/+129
2016-08-29mtip32xx: mark symbols static where possibleBaoyou Xie1-1/+1
2016-08-25Revert "floppy: refactor open() flags handling"Jens Axboe1-19/+15
2016-08-25Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe1-9/+12
2016-08-25rbd: add force close optionMike Christie1-9/+26