summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2012-07-311-2/+1
|\
| * floppy: remove duplicated flag FD_RAW_NEED_DISKFengguang Wu2012-07-311-2/+1
* | blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-313-3/+3
* | blk: centralize non-request unplug handling.NeilBrown2012-07-313-81/+18
* | md: remove plug_cnt feature of plugging.NeilBrown2012-07-315-14/+5
* | block/nbd: micro-optimization in nbd request completionChetan Loke2012-07-311-1/+1
* | Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/driversJens Axboe2012-07-30573-3468/+7764
|\ \
| * | drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-07-244-8/+23
| * | drbd: fix max_bio_size to be unsignedLars Ellenberg2012-07-243-15/+17
| * | drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg2012-07-242-6/+12
| * | drbd: fix potential access after freeLars Ellenberg2012-07-241-5/+12
| * | drbd: call local-io-error handler earlyLars Ellenberg2012-07-241-3/+3
| * | drbd: do not reset rs_pending_cnt too earlyLars Ellenberg2012-07-243-12/+12
| * | drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg2012-07-241-0/+3
| * | drbd: report congestion if we are waiting for some userland callbackLars Ellenberg2012-07-243-0/+29
| * | drbd: differentiate between normal and forced detachLars Ellenberg2012-07-247-15/+42
| * | drbd: cleanup, remove two unused global flagsLars Ellenberg2012-07-241-2/+0
| * | Merge tag 'dm-3.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-07-203-3/+11
| |\ \
| | * | dm raid1: set discard_zeroes_data_unsupportedMikulas Patocka2012-07-201-0/+1
| | * | dm thin: do not send discards to shared blocksMikulas Patocka2012-07-201-1/+5
| | * | dm raid1: fix crash with mirror recovery and discardMikulas Patocka2012-07-202-2/+5
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-201-2/+2
| |\ \ \
| | * | | rbd: endian bug in rbd_req_cb()Dan Carpenter2012-07-181-1/+1
| | * | | rbd: Fix ceph_snap_context size calculationYan, Zheng2012-07-181-1/+1
| * | | | Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds2012-07-192-15/+32
| |\ \ \ \
| | * | | | md/raid1: close some possible races on write errors during resyncNeilBrown2012-07-191-2/+8
| | * | | | md: avoid crash when stopping md array races with closing other open fds.NeilBrown2012-07-191-13/+23
| | * | | | md: fix bug in handling of new_data_offsetNeilBrown2012-07-191-0/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-195-0/+16
| |\ \ \ \
| | * | | | HID: hid-multitouch: add support for Zytronic panelsBenjamin Tissoires2012-07-193-0/+9
| | * | | | HID: add Sennheiser BTD500USB device supportFrank Kunz2012-07-092-0/+4
| | * | | | HID: add battery quirk for Apple Wireless ANSIDaniel Nicoletti2012-07-041-0/+3
| * | | | | cx25821: Remove bad strcpy to read-only char*Ezequiel Garcia2012-07-192-4/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-07-193-4/+7
| |\ \ \ \ \
| | * | | | | target: Fix range calculation in WRITE SAME emulation when num blocks == 0Roland Dreier2012-07-171-1/+1
| | * | | | | target: Clean up returning errors in PR handling codeRoland Dreier2012-07-171-3/+4
| | * | | | | tcm_fc: Fix crash seen with aborts and large readsMark Rustad2012-07-151-0/+2
| * | | | | | Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-192-5/+2
| * | | | | | v4l2-dev: forgot to add VIDIOC_DV_TIMINGS_CAP.Hans Verkuil2012-07-181-0/+1
| * | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-184-454/+439
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Clk: SPEAr1340: Update sys clock parent arrayVipul Kumar Samar2012-07-181-2/+2
| | * | | | | clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.Vipul Kumar Samar2012-07-181-2/+2
| | * | | | | Clk:spear6xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-62/+60
| | * | | | | Clk:spear3xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-94/+86
| | * | | | | clk:spear1310:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-157/+155
| | * | | | | clk:spear1340:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-138/+135
| | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-1722-60/+117
| |\ \ \ \ \
| | * | | | | ixgbevf: Fix panic when loading driverAlexander Duyck2012-07-171-0/+3
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-172-10/+35
| | |\ \ \ \ \
| | | * | | | | e1000e: fix test for PHY being accessible on 82577/8/9 and I217Bruce Allan2012-07-141-10/+32