summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* drbd: New net configuration option socket-check-timeoutPhilipp Reisner2014-07-101-16/+30
* drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner2014-07-101-0/+10
* drbd: implement csums-after-crash-onlyLars Ellenberg2014-07-103-4/+24
* drbd: don't implicitly resize Diskless node beyond end of deviceLars Ellenberg2014-07-101-3/+16
* drbd: fix bogus resync stats in /proc/drbdLars Ellenberg2014-07-102-76/+75Star
* drbd: Remove unnecessary/unused codeAndreas Gruenbacher2014-07-103-20/+1Star
* drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-105-7/+7
* drbd: drop wrong debugging aidLars Ellenberg2014-07-101-17/+0Star
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-105-81/+12Star
* drbd: use drbd_device_post_work() in more placesLars Ellenberg2014-07-103-48/+20Star
* drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-105-90/+120
* drbd: close race when detaching from diskLars Ellenberg2014-07-102-6/+14
* drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg2014-07-101-1/+1
* drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg2014-07-101-3/+1Star
* drbd: trigger tcp_push_pending_frames() for PING and PING_ACKLars Ellenberg2014-07-101-0/+5
* drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg2014-07-101-2/+2
* drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg2014-07-101-0/+4
* drbd: fix resync finished detectionLars Ellenberg2014-07-104-205/+197Star
* drbd: fix a race stopping the worker threadLars Ellenberg2014-07-101-0/+3
* drbd: get rid of atomic update on disk bitmap worksLars Ellenberg2014-07-105-125/+66Star
* drbd: allow write-ordering policy to be bumped up againLars Ellenberg2014-07-102-3/+13
* drbd: refactor use of first_peer_device()Lars Ellenberg2014-07-105-88/+105
* drbd: reduce number of spinlock drop/re-aquire cyclesLars Ellenberg2014-07-101-6/+14
* drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner2014-07-102-5/+5
* drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner2014-07-105-55/+78
* drbd: Move write_ordering from connection to resourcePhilipp Reisner2014-07-105-19/+19
* block: virtio-blk: support multi virt queues per virtio-blk deviceMing Lei2014-07-011-20/+84
* 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