summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-08-141-324/+365
|\
| * rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov2014-08-071-13/+12Star
| * rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov2014-08-071-1/+1
| * rbd: rework rbd_request_fn()Ilya Dryomov2014-08-071-77/+119
| * rbd: take snap_id into account when reading in parent infoIlya Dryomov2014-07-251-1/+1
| * rbd: do not read in parent info before snap contextIlya Dryomov2014-07-251-33/+27Star
| * rbd: update mapping size only on refreshIlya Dryomov2014-07-251-12/+7Star
| * rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov2014-07-251-5/+16
| * rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov2014-07-251-31/+48
| * rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov2014-07-251-2/+0Star
| * rbd: introduce rbd_dev_header_info()Ilya Dryomov2014-07-251-10/+14
| * rbd: show the entire chain of parent imagesIlya Dryomov2014-07-251-33/+23Star
| * rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi2014-07-241-8/+8
| * rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov2014-07-081-0/+2
| * rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-081-98/+17Star
| * rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-081-0/+53
| * rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov2014-07-081-11/+28
* | block: use pci_zalloc_consistentJoe Perches2014-08-093-32/+22Star
* | zram: replace global tb_lock with fine grain lockWeijie Yang2014-08-072-33/+60
* | zram: use size_t instead of u16Minchan Kim2014-08-071-1/+1
* | zram: remove unused SECTOR_SIZE defineSergey Senozhatsky2014-08-071-1/+0Star
* | zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky2014-08-071-2/+2
* | zram: avoid lockdep splat by revalidate_diskMinchan Kim2014-07-241-4/+18
* | drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg2014-07-101-0/+6
|/
* zram: revalidate disk after capacity changeMinchan Kim2014-07-031-1/+4
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-262-2/+5
|\
| * drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg2014-06-251-1/+4
| * Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-06-181-1/+1
| |\
| | * floppy: format block0 read error message properlyJiri Kosina2014-06-181-1/+1
* | | rbd: handle parent_overlap on writes correctlyIlya Dryomov2014-06-231-1/+9
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-201-2/+5
|\| |
| * | null_blk: fix softirq completions for queue_mode == 1Jens Axboe2014-06-161-1/+4
| * | null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer2014-06-111-1/+1
* | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-06-162-90/+149
|\ \ \
| * | | NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran2014-06-131-7/+6Star
| * | | NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox2014-06-131-3/+2Star
| * | | NVMe: Fix hot cpu notification dead lockKeith Busch2014-06-131-10/+25
| * | | NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox2014-06-041-2/+2
| * | | NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch2014-06-041-1/+6
| * | | NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw2014-06-041-14/+19
| * | | NVMe: Fix nvme get/put queue semanticsKeith Busch2014-06-041-8/+21
| * | | NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox2014-06-041-1/+0Star
| * | | NVMe: Make admin timeout a module parameterKeith Busch2014-06-041-3/+7
| * | | NVMe: Make iod bio timeout a parameterKeith Busch2014-06-041-1/+5
| * | | NVMe: Prevent possible NULL pointer dereferenceSantosh Y2014-06-031-1/+4
| * | | NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee2014-06-031-4/+4
| * | | NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox2014-05-101-0/+1
| * | | NVMe: Flush with data supportKeith Busch2014-05-051-20/+24
| * | | NVMe: Configure support for block flushKeith Busch2014-05-051-0/+3
| * | | NVMe: Add tracepointsKeith Busch2014-05-051-4/+9