summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-1712-1447/+1447
| * | drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-1713-3400/+3400
| * | drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-1713-562/+562
| * | drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher2014-02-177-292/+301
| * | drbd: Describe the future high-level structure of DRBDAndreas Gruenbacher2014-02-171-0/+38
| * | idr: Add new function idr_is_empty()Andreas Gruenbacher2014-02-172-0/+11
| * | drbd: Add missing error gotoPhilipp Reisner2014-02-171-0/+1
| * | drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.cRashika Kheria2014-02-171-10/+0
| * | drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...Rashika Kheria2014-02-171-1/+1
| * | drivers: block: Mark the function as static in drbd_worker.cRashika Kheria2014-02-171-6/+6
| * | drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria2014-02-172-2/+4
| * | drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria2014-02-171-1/+2
| * | drivers: block: Mark functions as static in drbd_req.cRashika Kheria2014-02-171-2/+2
| * | drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria2014-02-172-3/+1
| * | drivers: block: Mark function as static in drbd_actlog.cRashika Kheria2014-02-171-0/+1
| * | drivers: block: Mark functions as static in drbd_nl.cRashika Kheria2014-02-171-4/+5
| * | drivers: block: Mark functions as static in drbd_main.cRashika Kheria2014-02-171-3/+3
| |/
* | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-0133-378/+352
|\ \
| * | blk-mq: add REQ_SYNC earlyShaohua Li2014-03-211-0/+2
| * | rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith2014-03-211-7/+7
| * | blk-mq: support partial I/O completionsChristoph Hellwig2014-03-211-32/+5
| * | blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-03-215-49/+14
| * | blk-mq: remove blk_mq_alloc_rqChristoph Hellwig2014-03-211-8/+2
| * | blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe2014-03-204-10/+43
| * | blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe2014-03-192-4/+4
| * | blk-mq: allow blk_mq_init_commands() to return failureJens Axboe2014-03-143-9/+49
| * | block: remove old blk_iopoll_enabled variableJens Axboe2014-03-135-170/+68
| * | blktrace: fix accounting of partially completed requestsRoman Pen2014-03-054-14/+43
| * | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-248-14/+21
| * | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-248-23/+11
| * | watchdog: Simplify a little the IPI callFrederic Weisbecker2014-02-241-2/+1
| * | smp: Move __smp_call_function_single() below its safe versionFrederic Weisbecker2014-02-241-32/+32
| * | smp: Consolidate the various smp_call_function_single() declensionsFrederic Weisbecker2014-02-241-41/+39
| * | smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2014-02-243-8/+11
| * | smp: Remove unused list_head from csdJan Kara2014-02-241-4/+1
| * | smp: Iterate functions through llist_for_each_entry_safe()Jan Kara2014-02-241-9/+3
| * | block: Stop abusing rq->csd.list in blk-softirqJan Kara2014-02-241-6/+11
| * | block: Remove useless IPI struct initializationFrederic Weisbecker2014-02-241-4/+1
| * | block: Stop abusing csd.list for fifo_timeJan Kara2014-02-244-14/+9
| * | fs/bio-integrity: remove duplicate codeGu Zheng2014-02-211-49/+37
| * | block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney2014-02-182-2/+2
| * | block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-02-183-6/+10
| * | bio: don't write "bio: create slab" messages to syslogMikulas Patocka2014-02-181-1/+0
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-04-01149-2662/+10284
|\ \
| * | [SCSI] sd: Quiesce mode sense error messagesMartin K. Petersen2014-03-272-16/+28
| * | [SCSI] add support for per-host cmd poolsChristoph Hellwig2014-03-272-19/+84
| * | [SCSI] simplify command allocation and freeing a bitChristoph Hellwig2014-03-271-42/+25
| * | [SCSI] megaraid: simplify internal command handlingChristoph Hellwig2014-03-274-150/+32
| * | [SCSI] ses: Use vpd information from scsi_deviceHannes Reinecke2014-03-271-28/+10
| * | [SCSI] Add EVPD page 0x83 and 0x80 to sysfsHannes Reinecke2014-03-274-1/+130