1. 06 Jul, 2011 2 commits
  2. 28 Jun, 2011 2 commits
  3. 16 Jun, 2011 19 commits
  4. 15 Jun, 2011 3 commits
  5. 13 Jun, 2011 11 commits
  6. 12 Jun, 2011 3 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable · 3c25fa74
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable:
        Btrfs: use join_transaction in btrfs_evict_inode()
        Btrfs - use %pU to print fsid
        Btrfs: fix extent state leak on failed nodatasum reads
        btrfs: fix unlocked access of delalloc_inodes
        Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()
        btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one fewer cacheline
        Btrfs: clear current->journal_info on async transaction commit
        Btrfs: make sure to recheck for bitmaps in clusters
        btrfs: remove unneeded includes from scrub.c
        btrfs: reinitialize scrub workers
        btrfs: scrub: errors in tree enumeration
        Btrfs: don't map extent buffer if path->skip_locking is set
        Btrfs: unlock the trans lock properly
        Btrfs: don't map extent buffer if path->skip_locking is set
        Btrfs: fix duplicate checking logic
        Btrfs: fix the allocator loop logic
        Btrfs: fix bitmap regression
        Btrfs: don't commit the transaction if we dont have enough pinned bytes
        Btrfs: noinline the cluster searching functions
        Btrfs: cache bitmaps when searching for a cluster
      3c25fa74
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 · 9d6fa8fa
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
        ALSA: hda: Fix inaudible internal speakers on CyberpowerPC Gamer Xplorer N57001 laptop
        ALSA: Use %pV for snd_printk()
        ALSA: hda - Fix initialization of hp pins with master_mute in Realtek
        ALSA: hda - Fix invalid unsol tag for some alc262 model quirks
        ASoC: SAMSUNG: Fix the incorrect referencing of I2SCON register
        ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM context
        ASoC: fsl: fix initialization of DMA buffers
        ASoC: WM8804 does not support sample rates below 32kHz
        ASoC: Fix WM8962 headphone volume update for use of advanced caches
        ASoC: Blackfin: bf5xx-ad1836: Fix codec device name
        ALSA: hda: Fix quirk for Dell Inspiron 910
        ASoC: AD1836: Fix setting the PCM format
        ASoC: Check for NULL register bank in snd_soc_get_cache_val()
        ASoC: Add missing break in WM8915 FLL source selection
        ASoC: Only update SYSCLK_ENA when pausing WM8915 SYSCLK
        ASoC: atmel_ssc: Don't try to free ssc if request failed
      9d6fa8fa
    • Linus Torvalds's avatar