summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2014-07-10drbd: drop wrong debugging aidLars Ellenberg
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg
2014-07-10drbd: close race when detaching from diskLars Ellenberg
2014-07-10drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg
2014-07-10drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg
2014-07-10drbd: trigger tcp_push_pending_frames() for PING and PING_ACKLars Ellenberg
2014-07-10drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg
2014-07-10drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg
2014-07-10drbd: fix resync finished detectionLars Ellenberg
2014-07-10drbd: fix a race stopping the worker threadLars Ellenberg
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg
2014-07-10drbd: reduce number of spinlock drop/re-aquire cyclesLars Ellenberg
2014-07-10drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner
2014-07-01block: virtio-blk: support multi virt queues per virtio-blk deviceMing Lei
2014-06-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-25drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov
2014-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-18Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe
2014-06-18floppy: format block0 read error message properlyJiri Kosina
2014-06-16null_blk: fix softirq completions for queue_mode == 1Jens Axboe
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-11null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-10rbd: only set disk to read-only onceJosh Durgin
2014-06-10rbd: move calls that may sleep out of spin lock rangeJosh Durgin
2014-06-10rbd: add ioctl for rbdGuangliang Zhao
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles
2014-06-06mtip32xx: minor performance enhancementsSam Bradshaw
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-06-06rbd: fix ida/idr memory leakIlya Dryomov
2014-06-06rbd: use reference counts for image requestsAlex Elder
2014-06-06rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov
2014-06-06rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov
2014-06-06rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04zram: correct offset usage in zram_bio_discardWeijie Yang
2014-06-04brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox
2014-06-04brd: add support for rw_page()Matthew Wilcox
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe