aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-05cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches1-50/+51
2014-05-05cdrom: Remove cdrom_get_last_written prototypeJoe Perches1-96/+97
2014-05-05cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches1-124/+122
2014-05-05cdrom: Remove unnecessary sanitize_format prototypeJoe Perches1-2/+0
2014-05-05cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches1-2/+0
2014-05-05cdrom: Remove prototype for open_for_dataJoe Perches1-57/+57
2014-05-05cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches1-21/+27
2014-05-05cdrom: Remove unused CHECKAUDIO macroJoe Perches1-3/+0
2014-05-05cdrom: convert cdinfo to cd_dbgJoe Perches1-120/+121
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 Reisner2-2/+3
2014-04-30drbd: use blk_set_stacking_limits()Philipp Reisner2-7/+7
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-16bsg: update check for rq based driver for blk-mqJens Axboe2-1/+10
2014-04-16jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe1-1/+1
2014-04-16block: relax when to modify the timeout timerJens Axboe1-2/+13
2014-04-16block: export blk_finish_requestChristoph Hellwig2-1/+3
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig2-4/+4
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig2-2/+18
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2-0/+12
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig3-9/+46
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig3-5/+5
2014-04-16blk-mq: bidi supportChristoph Hellwig1-2/+7
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2-13/+12