summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-07-10block: Convert last uses of __FUNCTION__ to __func__Joe Perches1-4/+4
2014-07-10drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.cMonam Agarwal1-1/+1
2014-07-10drbd: short-circuit in maybe_pull_aheadLars Ellenberg1-0/+3
2014-07-10drbd: application writes may set-in-sync in protocol != CLars Ellenberg4-31/+49
2014-07-10drbd: New net configuration option socket-check-timeoutPhilipp Reisner1-16/+30
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-01block: virtio-blk: support multi virt queues per virtio-blk deviceMing Lei1-20/+84
2014-07-01Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe1-1/+3
2014-06-28Merge tag 'spi-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds3-35/+21
2014-06-28Merge tag 'regulator-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+19
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds6-10/+23
2014-06-28Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/s...Mark Brown3-35/+21
2014-06-28Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/palma...Mark Brown3-1/+19
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo1-1/+3
2014-06-28iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka1-6/+7
2014-06-28Merge tag 'iommu-fixes-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+16
2014-06-28Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-5/+5
2014-06-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+8
2014-06-28Merge tag 'mfd-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-3/+4
2014-06-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-68/+159
2014-06-27iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger1-1/+1
2014-06-27efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski1-1/+1
2014-06-27Merge tag 'drm-intel-fixes-2014-06-26' of git://anongit.freedesktop.org/drm-i...Dave Airlie7-36/+36
2014-06-27tcm_loop: Fix memory leak in tcm_loop_submission_work error pathNicholas Bellinger1-0/+1
2014-06-27iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger1-0/+2
2014-06-27target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger1-0/+1