summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg2014-07-104-24/+23
* drbd: clear CRASHED_PRIMARY only after successful resyncLars Ellenberg2014-07-101-1/+2
* drbd: improve resync request throttling due to sendbuf sizeLars Ellenberg2014-07-101-9/+14
* block: Convert last uses of __FUNCTION__ to __func__Joe Perches2014-07-101-4/+4
* drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.cMonam Agarwal2014-07-101-1/+1
* drbd: short-circuit in maybe_pull_aheadLars Ellenberg2014-07-101-0/+3
* drbd: application writes may set-in-sync in protocol != CLars Ellenberg2014-07-104-31/+49
* 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/+75
* drbd: Remove unnecessary/unused codeAndreas Gruenbacher2014-07-103-20/+1
* drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-105-7/+7
* drbd: drop wrong debugging aidLars Ellenberg2014-07-101-17/+0
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-105-81/+12
* drbd: use drbd_device_post_work() in more placesLars Ellenberg2014-07-103-48/+20
* 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/+1
* 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/+197
* 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/+66
* 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-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe2014-07-011-1/+3
|\
| * percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo2014-06-281-1/+3
* | Merge tag 'spi-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2014-06-283-35/+21
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/s...Mark Brown2014-06-283-35/+21
| |\ \ \ \
| | | | * | spi: sh-sci: fix use-after-free in sh_sci_spi_remove()Jürg Billeter2014-06-171-2/+2
| | | * | | spi: qup: Remove chip select functionAndy Gross2014-06-221-27/+6
| | | * | | spi: qup: Fix order of spi_register_masterAndy Gross2014-06-211-4/+7
| | | |/ /
| | * | | spi/pxa2xx: fix incorrect SW mode chipselect setting for BayTrail LPSS SPIChew, Chiau Ee2014-06-171-2/+6
* | | | | Merge tag 'regulator-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-283-1/+19
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/palma...Mark Brown2014-06-283-1/+19
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | * | | | regulator: tps65218: Correct the the config register for LDO1Keerthy2014-06-241-1/+1
| | | | * | | | regulator: tps65218: Add the missing of_node assignment in probeKeerthy2014-06-241-0/+1
| | | | | |/ / | | | | |/| |
| | | * | | | regulator: palmas: fix typo in enable_reg calculationStephen Warren2014-06-241-1/+1
| | | * | | | regulator: palmas: Fix SMPS enable/disable/is_enabledNishanth Menon2014-06-211-0/+12
| | | |/ / /
| | * / / / regulator: bcm590xx: fix vbus nameGraham Williams2014-06-221-0/+5
| | |/ / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-06-286-10/+23
|\ \ \ \ \