summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* MD: replace special disk roles with macrosSong Liu2015-10-241-7/+7
* md-cluster: Call update_raid_disks() if another node --grow's raid_disksGoldwyn Rodrigues2015-10-242-10/+23
* md-cluster: remove mddev arg from add_resync_info()NeilBrown2015-10-241-3/+3
* md-cluster: don't cast void pointers when assigning them.NeilBrown2015-10-241-2/+2
* md-cluster: discard unused sb_mutex.NeilBrown2015-10-241-2/+0
* md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__Guoqing Jiang2015-10-241-10/+11
* md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32NeilBrown2015-10-161-4/+5
* Merge branch 'md-next' of git://github.com/goldwynr/linux into for-nextNeilBrown2015-10-1310-214/+419
|\
| * md: check the return value for metadata_update_startGuoqing Jiang2015-10-121-6/+9
| * md-cluster: only call kick_rdev_from_array after remove disk successfullyGuoqing Jiang2015-10-121-6/+9
| * md-cluster: Add 'SUSE' as author for md-cluster.cGuoqing Jiang2015-10-121-0/+1
| * md-cluster: zero cmsg before it was sentGuoqing Jiang2015-10-121-3/+3
| * md-cluster: make sure the node do not receive it's own msgGuoqing Jiang2015-10-121-0/+3
| * md-cluster: remove unnecessary setting for slotGuoqing Jiang2015-10-121-2/+0
| * md-cluster: make other members of cluster_msg is handled by little endian funcsGuoqing Jiang2015-10-121-10/+14
| * md-cluster: Do not printk() every received messageGoldwyn Rodrigues2015-10-121-14/+0
| * md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues2015-10-123-35/+58
| * md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues2015-10-124-9/+53
| * md-cluster: Perform a lazy updateGoldwyn Rodrigues2015-10-121-44/+57
| * md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues2015-10-124-26/+133
| * md: remove_and_add_spares() to activate specific rdevGoldwyn Rodrigues2015-10-121-10/+11
| * md-cluster: Wake up suspended processGoldwyn Rodrigues2015-10-121-2/+5
| * md-cluster: send BITMAP_NEEDS_SYNC when node is leaving clusterGuoqing Jiang2015-10-121-0/+20
| * md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-129-53/+43
| * md: Increment version for clustered bitmapsGoldwyn Rodrigues2015-10-123-6/+9
| * md-cluster: complete all write requests before adding suspend_infoGoldwyn Rodrigues2015-10-121-2/+5
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-10-113-14/+33
|\ \
| * | 3w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig2015-10-071-7/+21
| * | scsi_dh: Use the correct module name when loading device handlerPaul Mackerras2015-10-011-1/+1
| * | libiscsi: Fix iscsi_check_transport_timeouts possible infinite loopAriel Nahum2015-09-171-6/+11
* | | Merge tag 'md/4.3-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2015-10-112-4/+4
|\ \ \
| * | | crash in md-raid1 and md-raid10 due to incorrect list manipulationMikulas Patocka2015-10-082-4/+4
| | |/ | |/|
* | | Merge tag 'usb-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-10-107-3/+41
|\ \ \
| * | | usb: Add device quirk for Logitech PTZ camerasVincent Palatin2015-10-041-0/+7
| * | | USB: chaoskey read offset bugAlexander Inyukhin2015-10-041-1/+1
| * | | USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao2015-10-041-0/+6
| * | | Merge tag 'phy-for-4.3-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2015-10-033-0/+18
| |\ \ \
| | * | | phy: berlin-sata: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-251-0/+1
| | * | | phy: rockchip-usb: power down phy when rockchip phy probehuang lin2015-09-251-0/+6
| | * | | phy: qcom-ufs: fix build error when the component is built as a moduleYaniv Gardi2015-09-251-0/+11
| | | |/ | | |/|
| * | | usb: renesas_usbhs: Add support for R-Car H3Yoshihiro Shimoda2015-09-301-0/+5
| * | | usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2015-09-301-1/+1
| * | | usb: gadget: bdc: fix memory leakSudip Mukherjee2015-09-301-1/+3
* | | | Merge tag 'tty-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-10-106-28/+79
|\ \ \ \
| * | | | drivers/tty: require read access for controlling terminalJann Horn2015-10-041-4/+27
| * | | | serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard2015-10-041-0/+8
| * | | | tty: fix data race on tty_buffer.commitDmitry Vyukov2015-10-041-3/+12
| * | | | tty: fix data race in tty_buffer_flushDmitry Vyukov2015-10-041-1/+4
| * | | | tty: fix data race in flush_to_ldiscDmitry Vyukov2015-10-041-1/+1
| * | | | tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa2015-10-041-10/+5