summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libceph: don't overwrite specific con error msgsIlya Dryomov2015-04-201-12/+13
* ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng2015-04-201-0/+28
* ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng2015-04-201-7/+0
* ceph: don't mark dirty caps when there is no auth capYan, Zheng2015-04-202-2/+8
* ceph: keep i_snap_realm while there are writersYan, Zheng2015-04-201-9/+22
* libceph: osdmap.h: Add missing format newlinesJoe Perches2015-04-201-3/+2
* ceph: kstrdup() memory handlingSanidhya Kashyap2015-04-203-13/+44
* ceph: properly release page upon errorTaesoo Kim2015-04-201-0/+4
* rbd: be more informative on -ENOENT failuresIlya Dryomov2015-04-201-3/+17
* ceph: match wait_for_completion_timeout return typeNicholas Mc Guire2015-04-201-4/+5
* ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-04-201-1/+1
* ceph: remove redundant declarationFabian Frederick2015-04-201-1/+0
* ceph: fix dcache/nocache mount optionYan, Zheng2015-04-202-1/+4
* ceph: drop cap releases in requests composed before cap reconnectYan, Zheng2015-04-201-6/+13
* Linux 4.0v4.0Linus Torvalds2015-04-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-124-15/+34
|\
| * ocfs2: _really_ sync the right rangeAl Viro2015-04-091-4/+10
| * ocfs2_file_write_iter: keep return value and current position update in syncAl Viro2015-04-081-1/+1
| * [regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro2015-04-081-1/+0
| * ioctx_alloc(): fix vma (and file) leak on failureAl Viro2015-04-061-0/+3
| * fix mremap() vs. ioctx_kill() raceAl Viro2015-04-063-9/+20
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2015-04-125-16/+18
|\ \
| * | drivers: thermal: st: remove several sparse warningsEduardo Valentin2015-04-073-11/+11
| * | thermal: constify of_device_id arrayFabian Frederick2015-04-072-2/+2
| * | thermal: Do not log an error if thermal_zone_get_temp returns -EAGAINHans de Goede2015-04-071-2/+4
| * | thermal: rcar: Fix typo in r8a73a4 SoC nameGeert Uytterhoeven2015-04-071-1/+1
* | | Merge tag 'asoc-fix-v4.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-111-19/+0
|\ \ \
| * | | ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4Howard Mitchell2015-04-111-19/+0
* | | | Revert "dmaengine: Add a warning for drivers not using the generic slave caps...Linus Torvalds2015-04-111-3/+0
* | | | blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds2015-04-111-3/+1
* | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-111-0/+9
|\ \ \ \
| * | | | dmaengine: cppi41: add missing bitfieldsFelipe Balbi2015-04-111-0/+9
* | | | | Merge tag 'for-linus-4.0-1' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2015-04-113-10/+108
|\ \ \ \ \
| * | | | | ipmi_ssif: Use interruptible completion for waiting in the threadCorey Minyard2015-04-101-3/+5
| * | | | | ipmi/powernv: Fix minor locking bugAlistair Popple2015-04-101-0/+1
| * | | | | ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard2015-04-101-7/+102
|/ / / / /
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-04-104-8/+13
|\ \ \ \ \
| * | | | | Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche2015-04-082-2/+6
| * | | | | be2iscsi: Fix kernel panic when device initialization failsJohn Soni Jose2015-04-081-1/+1
| * | | | | enclosure: fix WARN_ON removing an adapter in multi-path devicesJames Bottomley2015-03-311-5/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-04-102-5/+10
|\ \ \ \ \ \
| * | | | | | iscsi target: fix oops when adding reject pduMike Christie2015-04-101-1/+1
| * | | | | | iscsi-target: TargetAddress in SendTargets should bracket ipv6 addressesAndy Grover2015-04-071-2/+7
| * | | | | | target: Allow userspace to write 1 to attrib/emulate_fua_writeAndy Grover2015-04-011-2/+2
* | | | | | | Merge tag 'sound-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2015-04-104-6/+39
|\ \ \ \ \ \ \
| * | | | | | | ALSA: usb - Creative USB X-Fi Pro SB1095 volume knob supportDmitry M. Fedin2015-04-091-0/+1
| * | | | | | | ALSA: hda - Fix headphone pin config for Lifebook T731Takashi Iwai2015-04-081-0/+9
| * | | | | | | ALSA: bebob: fix to processing in big-endian machine for sending cueTakashi Sakamoto2015-04-081-4/+4
| * | | | | | | ALSA: hda/realtek - Make more stable to get pin sense for ALC283Kailang Yang2015-04-081-0/+2
| * | | | | | | ALSA: usb-audio: don't try to get Benchmark DAC1 sample rateEric Wong2015-04-041-2/+7
OpenPOWER on IntegriCloud