summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger2013-02-011-1/+7
* target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger2013-02-011-0/+5
* tcm_vhost: fix pr_err on early kickMichael S. Tsirkin2013-01-311-3/+1Star
* target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger2013-01-291-10/+8Star
* target: Fix zero-length MODE_SENSE regressionNicholas Bellinger2013-01-291-28/+7Star
* target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger2013-01-291-5/+4Star
* iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn)Roland Dreier2013-01-111-1/+1
* target: Release se_cmd when LUN lookup fails for TMRRoland Dreier2013-01-111-0/+2
* target: Fix use-after-free in LUN RESET handlingRoland Dreier2013-01-111-3/+2Star
* target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier2013-01-111-0/+1
* tcm_fc: Do not report target role when target is not definedMark Rustad2013-01-111-2/+8
* tcm_fc: Do not indicate retry capability to initiatorsMark Rustad2013-01-111-1/+1
* target: Use TCM_NO_SENSE for initialisationHannes Reinecke2013-01-112-2/+2
* target: Introduce TCM_NO_SENSEHannes Reinecke2013-01-112-0/+11
* target: use correct sense code for LUN communication failureHannes Reinecke2013-01-091-1/+1
* Linux 3.8-rc2Linus Torvalds2013-01-031-1/+1
* Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-031-2/+3
|\
| * leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-031-2/+3
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-035-14/+29
|\ \
| * | watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-023-2/+23
| * | watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0Star
| * | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6Star
| * | watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0Star
* | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2013-01-036-55/+63
|\ \ \
| * | | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-262-2/+6
| * | | PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
| * | | PCI: Add PCIe Link Capability link speed and width namesBjorn Helgaas2012-12-261-0/+2
| * | | PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe2012-12-261-1/+2
| * | | PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas2012-12-261-51/+34Star
| | |/ | |/|
* | | UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells2013-01-031-3/+3
* | | UAPI: Remove empty Kbuild filesDavid Howells2013-01-038-8/+0Star
* | | Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-01-033-6/+14
|\ \ \
| * | | fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticCong Ding2012-12-181-1/+1
| * | | eCryptfs: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2012-12-181-3/+3
| * | | eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang2012-11-081-2/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-01-032-28/+29
|\ \ \ \
| * | | | libceph: fix protocol feature mismatch failure pathSage Weil2012-12-281-10/+4Star
| * | | | libceph: WARN, don't BUG on unexpected connection statesAlex Elder2012-12-281-6/+5Star
| * | | | libceph: always reset osds when kickingAlex Elder2012-12-281-2/+2
| * | | | libceph: move linger requests sooner in kick_requests()Alex Elder2012-12-281-11/+19
* | | | | mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman2013-01-032-21/+49
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-01-029-58/+152
|\ \ \ \ \
| * | | | | ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2012-12-271-1/+2
| * | | | | ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o2012-12-271-0/+2
| * | | | | ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev2012-12-251-1/+1
| * | | | | ext4: include journal blocks in df overhead calcsEric Sandeen2012-12-251-0/+4
| * | | | | ext4: remove unaligned AIO warning printkEric Sandeen2012-12-251-8/+0Star
| * | | | | ext4: fix an incorrect comment about i_mutexAndy Lutomirski2012-12-251-2/+0Star
| * | | | | ext4: fix deadlock in journal_unmap_buffer()Jan Kara2012-12-253-25/+86
| * | | | | ext4: split off ext4_journalled_invalidatepage()Jan Kara2012-12-252-8/+29