summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2014-12-10xen/blkfront: improve protection against issuing unsupported REQ_FUAVitaly Kuznetsov
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin
2014-12-09virtio_blk: fix race at module removalMichael S. Tsirkin
2014-12-09virtio_blk: make serial attribute staticMichael S. Tsirkin
2014-12-09virtio_blk: v1.0 supportMichael S. Tsirkin
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley
2014-12-03NVMe: Fix command setup on IO retryKeith Busch
2014-11-26null_blk: boundary check queue_mode and irqmodeMatias Bjorling
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-24block/rsxx: use generic io stats accounting functions to simplify io stat acc...Gu Zheng
2014-11-24drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng
2014-11-21NVMe: Update module version major numberKeith Busch
2014-11-20NVMe: fail pci initialization if the device doesn't have any BARsJens Axboe
2014-11-20NVMe: add ->exit_hctx() hookJens Axboe
2014-11-19NVMe: make setup work for devices that don't do INTxJens Axboe
2014-11-19kill f_dentry usesAl Viro
2014-11-18Merge branch 'master' into for-3.19/driversJens Axboe
2014-11-18NVMe: enable IO stats by defaultJens Axboe
2014-11-18NVMe: nvme_submit_async_admin_req() must use atomic rq allocationJens Axboe
2014-11-17NVMe: replace blk_put_request() with blk_mq_free_request()Jens Axboe
2014-11-13zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang
2014-11-10drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner
2014-11-10drbd: Fix state change in case of connection timeoutPhilipp Reisner
2014-11-10drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg
2014-11-10drbd: fix resync throttling initializationLars Ellenberg
2014-11-10drbd: fix race between role change and handshakePhilipp Reisner
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher
2014-11-10NVMe: __nvme_submit_admin_cmd() can be statickbuild test robot
2014-11-05NVMe: blk_mq_alloc_request() returns error pointersDan Carpenter
2014-11-04NVMe: Convert to blk-mqMatias Bjørling
2014-11-04NVMe: Do not over allocate for discard requestsKeith Busch
2014-11-04NVMe: Do not open disks that are being deletedKeith Busch
2014-11-04NVMe: Clear QUEUE_FLAG_STACKABLEKeith Busch
2014-11-04NVMe: Fix device probe waiting on kthreadKeith Busch
2014-11-04NVMe: Passthrough IOCTL for IO commandsKeith Busch
2014-11-04NVMe: Add revalidate_disk callbackKeith Busch
2014-11-04NVMe: Fix nvmeq waitqueue entry initializationKeith Busch
2014-11-04NVMe: Translate NVMe status to errnoKeith Busch
2014-11-04NVMe: Fix SG_IO status valuesKeith Busch
2014-11-04NVMe: Remove duplicate compat SG_IO codeKeith Busch
2014-11-04NVMe: Reference count pci deviceKeith Busch
2014-11-04nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-11-04NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw
2014-11-04NVMe: Fix filesystem sync deadlock on removalKeith Busch
2014-11-04NVMe: Call nvme_free_queue directlyKeith Busch
2014-11-04NVMe: Add shutdown timeout as module parameter.Dan McLeran
2014-11-04NVMe: Skip orderly shutdown on failed devicesKeith Busch
2014-11-04NVMe: Whitespace fixesKeith Busch