summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libceph: don't try checking queue_work() return valueIlya Dryomov2014-10-141-10/+5
* ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng2014-10-141-0/+1
* ceph: protect kick_requests() with mdsc->mutexYan, Zheng2014-10-141-2/+3
* libceph: Convert pr_warning to pr_warnJoe Perches2014-10-145-37/+39
* ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng2014-10-141-10/+13
* libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing2014-10-141-16/+16
* libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov2014-10-141-0/+1
* libceph: resend lingering requests with a new tidIlya Dryomov2014-10-141-19/+54
* libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov2014-10-141-7/+17
* Linux 3.17v3.17Linus Torvalds2014-10-051-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2014-10-054-7/+62
|\
| * [SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig2014-10-031-0/+7
| * [SCSI] cxgb4i: avoid holding mutex in interrupt contextAnish Bhatt2014-10-013-7/+55
* | Merge tag 'tiny/kconfig-for-3.17' of https://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-041-0/+3
|\ \
| * | init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menuJosh Triplett2014-10-031-0/+1
| * | init/Kconfig: Hide printk log config if CONFIG_PRINTK=nJosh Triplett2014-10-031-0/+2
| |/
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-032-5/+9
|\ \
| * | i2c: qup: Fix order of runtime pm initializationAndy Gross2014-10-031-4/+8
| * | i2c: rk3x: fix 0 length write transfersAlexandru M Stan2014-10-031-1/+1
* | | Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-031-1/+1
|\ \ \
| * | | ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-10-021-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-10-033-8/+4
|\ \ \
| * | | CIFS: Fix readpages retrying on reconnectsPavel Shilovsky2014-10-021-7/+1
| * | | Fix problem recognizing symlinksSteve French2014-10-022-1/+3
* | | | Merge tag 'md/3.17-final-fix' of git://neil.brown.name/mdLinus Torvalds2014-10-031-1/+17
|\ \ \ \
| * | | | md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown2014-10-021-1/+17
| | |/ / | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-038-62/+65
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2014-10-02' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-10-031-1/+13
| |\ \ \ \
| | * | | | drm/i915: Flush the PTEs after updating them before suspendChris Wilson2014-09-291-1/+13
| | |/ / /
| * | | | Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie2014-10-027-61/+52
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/nouveau: make sure display hardware is reinitialised on runtime resumeBen Skeggs2014-10-023-53/+26
| | * | | drm/nouveau: punt fbcon resume out to a workqueueBen Skeggs2014-10-022-6/+18
| | * | | drm/nouveau: fix regression on original nv50 boardBen Skeggs2014-10-021-1/+6
| | * | | drm/nv50/disp: fix dpms regression on certain boardsBen Skeggs2014-10-021-1/+2
| |/ / /
* | | | Merge tag 'pm+acpi-3.17-final' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-024-11/+18
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-cpufreq' and 'acpi-video'Rafael J. Wysocki2014-10-034-11/+18
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | | * | | ACPI / i915: Update the condition to ignore firmware backlight change requestAaron Lu2014-09-301-5/+11
| | |/ / / | |/| | |
| | * | | cpufreq: update 'cpufreq_suspended' after stopping governorsViresh Kumar2014-09-301-3/+4
| | * | | cpufreq: integrator: fix integrator_cpufreq_remove return typeArnd Bergmann2014-09-291-2/+2
| | * | | cpufreq: pcc-cpufreq: Fix wait_event() under spinlockRafael J. Wysocki2014-09-291-1/+1
| |/ / /
* | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-026-13/+45
|\ \ \ \
| * | | | mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner2014-10-021-4/+3
| * | | | perf: fix perf bug in fork()Peter Zijlstra2014-10-022-3/+6
| * | | | MAINTAINERS: change git URL for mpc5xxx treeAnatolij Gustschin2014-10-021-1/+1
| * | | | mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner2014-10-021-5/+31
| * | | | ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen2014-10-021-0/+4
* | | | | Merge tag 'media/v3.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-021-0/+1
|\ \ \ \ \
| * | | | | Revert "[media] media: em28xx - remove reset_resume interface"Mauro Carvalho Chehab2014-09-281-0/+1
* | | | | | Merge branch 'parisc-3.17-8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-021-1/+2
|\ \ \ \ \ \
| * | | | | | parisc: Fix serial console for machines with serial port on superio chipHelge Deller2014-10-011-1/+2