summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2014-07-23zram: avoid lockdep splat by revalidate_diskMinchan Kim-4/+18
2014-07-10drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg-0/+6
2014-07-03zram: revalidate disk after capacity changeMinchan Kim-1/+4
2014-06-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+5
2014-06-25drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg-1/+4
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov-1/+9
2014-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+5
2014-06-18Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe-1/+1
2014-06-18floppy: format block0 read error message properlyJiri Kosina-1/+1
2014-06-16null_blk: fix softirq completions for queue_mode == 1Jens Axboe-1/+4
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds-90/+149
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran-7/+6
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox-3/+2
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch-10/+25
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-45/+197
2014-06-11null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer-1/+1
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+14
2014-06-10rbd: only set disk to read-only onceJosh Durgin-1/+1
2014-06-10rbd: move calls that may sleep out of spin lock rangeJosh Durgin-11/+18
2014-06-10rbd: add ioctl for rbdGuangliang Zhao-2/+60
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles-5/+2
2014-06-06mtip32xx: minor performance enhancementsSam Bradshaw-10/+13
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe-1/+1
2014-06-06rbd: fix ida/idr memory leakIlya Dryomov-0/+1
2014-06-06rbd: use reference counts for image requestsAlex Elder-0/+9
2014-06-06rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov-38/+85
2014-06-06rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov-3/+33
2014-06-06rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong-1/+1
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds-5/+15
2014-06-04zram: correct offset usage in zram_bio_discardWeijie Yang-2/+2
2014-06-04brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox-3/+3
2014-06-04brd: add support for rw_page()Matthew Wilcox-0/+10
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe-1/+3
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox-2/+2
2014-06-03NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch-1/+6
2014-06-03NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw-14/+19
2014-06-03NVMe: Fix nvme get/put queue semanticsKeith Busch-8/+21
2014-06-03NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox-1/+0
2014-06-03NVMe: Make admin timeout a module parameterKeith Busch-3/+7
2014-06-03NVMe: Make iod bio timeout a parameterKeith Busch-1/+5
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2014-06-03NVMe: Prevent possible NULL pointer dereferenceSantosh Y-1/+4
2014-06-03NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee-4/+4
2014-06-02Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds-1148/+1212
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+11
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds-149/+124
2014-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds-1/+1
2014-05-30block: virtio_blk: don't hold spin lock during world switchMing Lei-3/+6
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe-3/+1
2014-05-28Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-41/+56