summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* md: minor cleanup in safe_delay_store.NeilBrown2015-02-051-5/+7
* md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown2015-02-052-26/+33
* md: tidy up set_bitmap_fileNeilBrown2015-02-051-7/+9
* md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown2015-02-051-8/+4
* md: remove mddev_lock from rdev_attr_show()NeilBrown2015-02-051-22/+14
* md: remove mddev_lock() from md_attr_show()NeilBrown2015-02-052-16/+20
* md/raid5: use ->lock to protect accessing raid5 sysfs attributes.NeilBrown2015-02-051-16/+28
* md: remove need for mddev_lock() in md_seq_show()NeilBrown2015-02-051-5/+3
* md/bitmap: protect clearing of ->bitmap by mddev->lockNeilBrown2015-02-052-0/+3
* md: protect ->pers changes with mddev->lockNeilBrown2015-02-032-21/+35
* md: level_store: group all important changes into one place.NeilBrown2015-02-031-30/+32
* md: rename ->stop to ->freeNeilBrown2015-02-039-50/+35
* md: split detach operation out from ->stop.NeilBrown2015-02-037-32/+29
* md/linear: remove rcu protections in favour of suspend/resumeNeilBrown2015-02-031-30/+14
* md: make merge_bvec_fn more robust in face of personality changes.NeilBrown2015-02-037-20/+42
* md: make ->congested robust against personality changes.NeilBrown2015-02-0312-77/+38
* md: rename mddev->write_lock to mddev->lockNeilBrown2015-02-032-19/+25
* md/raid5: need_this_block: tidy/fix last condition.NeilBrown2015-02-031-10/+32
* md/raid5: need_this_block: start simplifying the last two conditions.NeilBrown2015-02-031-5/+23
* md/raid5: separate out the easy conditions in need_this_block.NeilBrown2015-02-031-9/+29
* md/raid5: separate large if clause out of fetch_block().NeilBrown2015-02-031-4/+15
* md: do_release_stripe(): No need to call md_wakeup_thread() twiceJes Sorensen2015-02-031-5/+2
* md/bitmap: fix a might_sleep() warning.NeilBrown2015-02-021-0/+13
* md/raid5: fix another livelock caused by non-aligned writes.NeilBrown2015-02-021-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-2722-256/+541
|\
| * stmmac: prevent probe drivers to crash kernelAndy Shevchenko2015-01-271-1/+4
| * bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan2015-01-271-1/+1
| * sh_eth: Fix DMA-API usage for RX buffersBen Hutchings2015-01-271-11/+23
| * sh_eth: Check for DMA mapping errors on transmitBen Hutchings2015-01-271-0/+4
| * sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings2015-01-271-7/+32
| * sh_eth: Remove RX overflow log messagesBen Hutchings2015-01-271-3/+0
| * can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish2015-01-271-4/+3
| * can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish2015-01-271-2/+10
| * can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish2015-01-271-1/+1
| * can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish2015-01-271-6/+1
| * net: mv643xx_eth: Fix highmem support in non-TSO egress pathEzequiel Garcia2015-01-271-10/+49
| * sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2015-01-272-9/+31
| * sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings2015-01-271-16/+18
| * sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings2015-01-271-1/+2
| * sh_eth: Fix padding of short frames on TXBen Hutchings2015-01-271-4/+4
| * drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N2015-01-271-0/+22
| * Merge tag 'linux-can-fixes-for-3.19-20150121' of git://git.kernel.org/pub/scm...David S. Miller2015-01-271-0/+3
| |\
| | * can: c_can: end pending transmission on network stop (ifdown)Viktor Babrian2015-01-211-0/+3
| * | 390/qeth: Fix locking warning during qeth device setupThomas Richter2015-01-263-34/+132
| * | qeth: clean up error handlingEugene Crosser2015-01-262-106/+117
| * | ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar2015-01-251-2/+4
| * | netxen: fix netxen_nic_poll() logicEric Dumazet2015-01-251-1/+4
| * | enic: fix rx napi poll return valueGovindarajulu Varadarajan2015-01-251-1/+1
| * | Merge tag 'wireless-drivers-for-davem-2015-01-20' of git://git.kernel.org/pub...David S. Miller2015-01-256-31/+69
| |\ \
| | * | ath9k: fix race condition in irq processing during hardware resetFelix Fietkau2015-01-191-4/+3