summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-179-283/+298
| * | | drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-176-92/+136
| * | | drbd: Move resource options from connection to resourceAndreas Gruenbacher2014-02-174-22/+25
| * | | drbd: conn_try_disconnect(): Use parameter instead of the global variableAndreas Gruenbacher2014-02-171-1/+1
| * | | drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher2014-02-173-20/+30
| * | | drbd: Add struct drbd_resource->devicesAndreas Gruenbacher2014-02-173-20/+51
| * | | drbd: Minor cleanup in conn_new_minor()Andreas Gruenbacher2014-02-171-10/+9
| * | | drbd: Add struct drbd_device->resourceAndreas Gruenbacher2014-02-173-2/+4
| * | | drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare()Andreas Gruenbacher2014-02-171-6/+3
| * | | drbd: Add struct drbd_resourceAndreas Gruenbacher2014-02-173-78/+179
| * | | drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-177-47/+47
| * | | drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-1711-377/+416
| * | | 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: 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-011-1/+2
|\ \ \ \
| * | | | blk-mq: allow blk_mq_init_commands() to return failureJens Axboe2014-03-141-1/+2
| |/ / /
* | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-03-312-20/+40
|\ \ \ \ | |_|_|/ |/| | |
| * | | nvme: don't use PREPARE_WORKTejun Heo2014-03-071-6/+12
| * | | floppy: don't use PREPARE_[DELAYED_]WORKTejun Heo2014-03-071-14/+28
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-03-291-1/+0
|\ \ \ \
| * | | | rbd: drop an unsafe assertionAlex Elder2014-03-291-1/+0
| | |/ / | |/| |
* | | | mtip32xx: fix bad use of smp_processor_id()Jens Axboe2014-03-101-1/+1
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-03-071-1/+1
|\ \ \ | |_|/ |/| |
| * | mtip32xx: Reduce the number of unaligned writes to 2Asai Thambi S P2014-02-181-1/+1
| |/
* | zram: avoid null access when fail to alloc metaMinchan Kim2014-03-041-0/+2
* | mm: close PageTail raceDavid Rientjes2014-03-041-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-02-146-95/+105
|\
| * xen-blkback: init persistent_purge_work work_structRoger Pau Monne2014-02-113-2/+3
| * Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-02-104-26/+65
| |\
| | * xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel2014-02-071-1/+4
| | * xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne2014-02-073-5/+5
| | * xen-blkback: fix shutdown raceRoger Pau Monne2014-02-073-10/+24
| | * xen-blkback: fix memory leaksRoger Pau Monne2014-02-073-9/+31
| | * xen-blkback: fix memory leak when persistent grants are usedMatt Rushton2014-02-071-3/+3
| * | null_blk: use blk_complete_request and blk_mq_complete_requestChristoph Hellwig2014-02-101-65/+32
| * | virtio_blk: use blk_mq_complete_requestChristoph Hellwig2014-02-101-3/+4
| * | block/null_blk: Fix completion processing from LIFO to FIFOShlomo Pongratz2014-02-071-0/+2
OpenPOWER on IntegriCloud