aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner1-0/+10
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg3-4/+24
2014-07-10drbd: don't implicitly resize Diskless node beyond end of deviceLars Ellenberg1-3/+16
2014-07-10drbd: fix bogus resync stats in /proc/drbdLars Ellenberg2-76/+75
2014-07-10drbd: Remove unnecessary/unused codeAndreas Gruenbacher3-20/+1
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg5-7/+7
2014-07-10drbd: drop wrong debugging aidLars Ellenberg1-17/+0
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg5-81/+12
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg3-48/+20
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg5-90/+120
2014-07-10drbd: close race when detaching from diskLars Ellenberg2-6/+14
2014-07-10drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg1-1/+1
2014-07-10drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg1-3/+1
2014-07-10drbd: trigger tcp_push_pending_frames() for PING and PING_ACKLars Ellenberg1-0/+5
2014-07-10drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg1-2/+2
2014-07-10drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg1-0/+4
2014-07-10drbd: fix resync finished detectionLars Ellenberg4-205/+197
2014-07-10drbd: fix a race stopping the worker threadLars Ellenberg1-0/+3
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg5-125/+66
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg2-3/+13
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg5-88/+105
2014-07-10drbd: reduce number of spinlock drop/re-aquire cyclesLars Ellenberg1-6/+14
2014-07-10drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner2-5/+5
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner5-55/+78
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner5-19/+19
2014-07-10drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg1-0/+6
2014-07-08rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov1-0/+2
2014-07-08rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov1-98/+17
2014-07-08rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov1-0/+53
2014-07-08rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov1-11/+28
2014-07-03zram: revalidate disk after capacity changeMinchan Kim1-1/+4
2014-07-01block: virtio-blk: support multi virt queues per virtio-blk deviceMing Lei1-20/+84
2014-06-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+5
2014-06-25drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg1-1/+4
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov1-1/+9
2014-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2014-06-18Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linusJens Axboe1-1/+1
2014-06-18floppy: format block0 read error message properlyJiri Kosina1-1/+1
2014-06-16null_blk: fix softirq completions for queue_mode == 1Jens Axboe1-1/+4
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-90/+149
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran1-7/+6
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox1-3/+2
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-10/+25
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-45/+197
2014-06-11null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer1-1/+1
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-11/+14
2014-06-10rbd: only set disk to read-only onceJosh Durgin1-1/+1
2014-06-10rbd: move calls that may sleep out of spin lock rangeJosh Durgin1-11/+18
2014-06-10rbd: add ioctl for rbdGuangliang Zhao1-2/+60
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles1-5/+2