summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla2016-11-111-9/+5
* skd: fix function prototypeArnd Bergmann2016-11-091-2/+2
* skd: fix msix error handlingArnd Bergmann2016-11-091-2/+3
* skd_main: use %*ph to dump small buffersAndy Shevchenko2016-11-071-12/+4
* skd: use pci_alloc_irq_vectorsChristoph Hellwig2016-11-071-146/+66
* pktcdvd: don't scribble over the bvec arrayChristoph Hellwig2016-11-071-41/+6
* blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-1/+1
* blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-0/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-012-6/+6
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-011-1/+1
* umem: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* brd: remove support for BLKFLSBUFMike Snitzer2016-10-251-35/+0
* brd: Switch rd_size to unsigned longJan Kara2016-10-251-2/+2
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-4/+4
* Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-102-264/+1179
|\
| * rbd: use kmalloc_array() in rbd_header_from_disk()Markus Elfring2016-10-031-4/+3
| * rbd: add rbd_obj_request_error() helperIlya Dryomov2016-10-031-10/+18
| * rbd: img_data requests don't own their page arrayIlya Dryomov2016-10-031-8/+3
| * rbd: don't call rbd_osd_req_format_read() for !img_data requestsIlya Dryomov2016-10-031-7/+2
| * rbd: rework rbd_img_obj_exists_submit() error pathsIlya Dryomov2016-10-031-20/+22
| * rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Ilya Dryomov2016-10-031-1/+2
| * rbd: move bumping img_request refcount into rbd_obj_request_submit()Ilya Dryomov2016-10-031-4/+8
| * rbd: mark the original request as done if stat request failsIlya Dryomov2016-10-031-13/+15
| * rbd: clean up asserts in rbd_img_obj_request_submit() helpersIlya Dryomov2016-10-031-20/+10
| * rbd: change rbd_obj_request_submit() signatureIlya Dryomov2016-10-031-47/+23
| * rbd: lock_on_read map optionIlya Dryomov2016-10-031-1/+12
| * rbd: add force close optionMike Christie2016-08-241-9/+26
| * rbd: add 'config_info' sysfs rbd device attributeMike Christie2016-08-241-2/+21
| * rbd: add 'snap_id' sysfs rbd device attributeMike Christie2016-08-241-0/+10
| * rbd: add 'cluster_fsid' sysfs rbd device attributeMike Christie2016-08-241-0/+10
| * rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-241-0/+13
| * rbd: print capacity in decimal and features in hexIlya Dryomov2016-08-241-2/+3
| * rbd: support for exclusive-lock featureIlya Dryomov2016-08-242-16/+807
| * rbd: retry watch re-registration periodicallyIlya Dryomov2016-08-241-29/+109
| * rbd: introduce a per-device ordered workqueueIlya Dryomov2016-08-241-80/+71
| * libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-241-1/+1
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-097-7/+0
|\ \
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-156-6/+0
* | | nbd: use BLK_MQ_F_BLOCKINGJosef Bacik2016-09-231-1/+1
* | | lightnvm: control life of nvm_dev in driverMatias Bjørling2016-09-211-2/+20
* | | null_blk: refactor to support non-gendisk devicesMatias Bjørling2016-09-211-49/+61
|/ /
* | nbd: allow block mq to deal with timeoutsJosef Bacik2016-09-081-37/+14
* | nbd: use flags instead of boolJosef Bacik2016-09-081-8/+10
* | nbd: don't shutdown sock with irq's disabledJosef Bacik2016-09-081-4/+15
* | nbd: convert to blkmqJosef Bacik2016-09-081-208/+129
* | mtip32xx: mark symbols static where possibleBaoyou Xie2016-08-291-1/+1
* | Revert "floppy: refactor open() flags handling"Jens Axboe2016-08-251-19/+15
* | Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe2016-08-251-9/+12
* | xen-blkfront: free resources if xlvbd_alloc_gendisk failsBob Liu2016-08-191-1/+6