summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches2014-05-051-35/+36
* cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches2014-05-051-117/+121
* cdrom: Remove cdrom_count_tracks prototypeJoe Perches2014-05-051-47/+47
* cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches2014-05-051-50/+51
* cdrom: Remove cdrom_get_last_written prototypeJoe Perches2014-05-051-96/+97
* cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches2014-05-051-124/+122
* cdrom: Remove unnecessary sanitize_format prototypeJoe Perches2014-05-051-2/+0
* cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches2014-05-051-2/+0
* cdrom: Remove prototype for open_for_dataJoe Perches2014-05-051-57/+57
* cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches2014-05-051-21/+27
* cdrom: Remove unused CHECKAUDIO macroJoe Perches2014-05-051-3/+0
* cdrom: convert cdinfo to cd_dbgJoe Perches2014-05-051-120/+121
* block: null_blk: fix use after freeMing Lei2014-05-011-1/+1
* drbd: use list_first_entry_or_null in first_peer_device/first_connectionLars Ellenberg2014-04-301-2/+2
* drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner2014-04-301-1/+1
* drbd: Test cstate while holding req_lockPhilipp Reisner2014-04-302-2/+3
* drbd: use blk_set_stacking_limits()Philipp Reisner2014-04-302-7/+7
* drbd: evaluate disk and network timeout on different requestsLars Ellenberg2014-04-301-14/+33
* drbd: Fix a hole in the challange-response connection authenticationPhilipp Reisner2014-04-301-0/+12
* drbd: always implicitly close last epoch when idleLars Ellenberg2014-04-301-33/+15
* drbd: add back some fairness to AL transactionsLars Ellenberg2014-04-303-2/+22
* drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg2014-04-301-1/+7
* drbd: fix a race between start_resync and send_and_submitLars Ellenberg2014-04-301-3/+8
* drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg2014-04-304-4/+37
* drbd: prepare sending side for REQ_DISCARDLars Ellenberg2014-04-304-4/+30
* drbd: prepare receiving side for REQ_DISCARDLars Ellenberg2014-04-305-26/+100
* drbd: allow parallel promote/demote actionsLars Ellenberg2014-04-303-14/+88
* drbd: perpare for genetlink parallel_opsLars Ellenberg2014-04-303-175/+198
* drbd: Do not BUG() when connection breaks in a special wayPhilipp Reisner2014-04-301-7/+7
* drbd: don't let application IO pre-empt resync too oftenLars Ellenberg2014-04-303-29/+34
* drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg2014-04-302-15/+29
* drbd: resync: fix too large bursts for very slow ratesLars Ellenberg2014-04-301-1/+1
* drbd: fix stalled resync detection in /proc/drbdLars Ellenberg2014-04-301-1/+1
* drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner2014-04-301-1/+1
* drbd: Remove drbd_wrappers.hPhilipp Reisner2014-04-306-58/+35
* drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner2014-04-302-11/+21
* drbd: Break a deadlock while concurrent fencing and establishing a connectionPhilipp Reisner2014-04-301-10/+13
* mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P2014-04-221-0/+53
* mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P2014-04-221-2/+2
* mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P2014-04-221-31/+35
* cciss: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-04-211-5/+1
* skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev2014-04-211-4/+3
* bsg: update check for rq based driver for blk-mqJens Axboe2014-04-162-1/+10
* jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe2014-04-161-1/+1
* block: relax when to modify the timeout timerJens Axboe2014-04-161-2/+13
* block: export blk_finish_requestChristoph Hellwig2014-04-162-1/+3
* blk-mq: rename mq_flush_work struct request memberChristoph Hellwig2014-04-162-4/+4
* blk-mq: add blk_mq_requeue_requestChristoph Hellwig2014-04-162-2/+18
* blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2014-04-162-0/+12
* blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-163-9/+46