aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar1-4/+7
2014-05-20mtip32xx: move error handling to service threadAsai Thambi S P2-26/+53
2014-05-16virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-14mtip32xx: stop block hardware queues before quiescing IOJens Axboe1-1/+7
2014-05-14mtip32xx: blk_mq_init_queue() returns an ERR_PTRDan Carpenter1-1/+1
2014-05-13mtip32xx: convert to use blk-mqJens Axboe2-616/+297
2014-05-09NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox1-0/+1
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar17-481/+1388
2014-05-05NVMe: Flush with data supportKeith Busch1-20/+24
2014-05-05NVMe: Configure support for block flushKeith Busch1-0/+3
2014-05-05floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-05floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-05-05NVMe: Add tracepointsKeith Busch1-4/+9
2014-05-05NVMe: Protect against badly formatted CQEsKeith Busch1-2/+3
2014-05-05NVMe: Improve error messagesMatthew Wilcox1-3/+10
2014-05-05NVMe: Update copyright headersMatthew Wilcox2-9/+1
2014-05-01block: null_blk: fix use after freeMing Lei1-1/+1
2014-04-30drbd: use list_first_entry_or_null in first_peer_device/first_connectionLars Ellenberg1-2/+2
2014-04-30drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner1-1/+1
2014-04-30drbd: Test cstate while holding req_lockPhilipp Reisner1-1/+2
2014-04-30drbd: use blk_set_stacking_limits()Philipp Reisner1-6/+6
2014-04-30drbd: evaluate disk and network timeout on different requestsLars Ellenberg1-14/+33
2014-04-30drbd: Fix a hole in the challange-response connection authenticationPhilipp Reisner1-0/+12
2014-04-30drbd: always implicitly close last epoch when idleLars Ellenberg1-33/+15
2014-04-30drbd: add back some fairness to AL transactionsLars Ellenberg3-2/+22
2014-04-30drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg1-1/+7
2014-04-30drbd: fix a race between start_resync and send_and_submitLars Ellenberg1-3/+8
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg4-4/+37
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg4-4/+30
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg5-26/+100
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg3-14/+88
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg3-175/+198
2014-04-30drbd: Do not BUG() when connection breaks in a special wayPhilipp Reisner1-7/+7
2014-04-30drbd: don't let application IO pre-empt resync too oftenLars Ellenberg3-29/+34
2014-04-30drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg2-15/+29
2014-04-30drbd: resync: fix too large bursts for very slow ratesLars Ellenberg1-1/+1
2014-04-30drbd: fix stalled resync detection in /proc/drbdLars Ellenberg1-1/+1
2014-04-30drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner1-1/+1
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner6-58/+35
2014-04-30drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner2-11/+21
2014-04-30drbd: Break a deadlock while concurrent fencing and establishing a connectionPhilipp Reisner1-10/+13
2014-04-22mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P1-0/+53
2014-04-22mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P1-2/+2
2014-04-22mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P1-31/+35
2014-04-21cciss: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-5/+1
2014-04-21skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev1-4/+3
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang3-3/+3
2014-04-16sd/skd: stuff discard page in request->completion_dataJens Axboe1-2/+2
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig1-2/+2
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2-54/+86