summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2011-06-132-13/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nilfs2: fix problem in setting checkpoint intervalRyusuke Konishi2011-06-111-1/+1
| * | | | | | | | | | nilfs2: fix missing block address termination in btree node shrinkingRyusuke Konishi2011-06-111-7/+14
| * | | | | | | | | | nilfs2: fix incorrect block address termination in node concatenationRyusuke Konishi2011-06-111-5/+13
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-1210-113/+233
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan2011-06-111-1/+1
| * | | | | | | | | | | Btrfs - use %pU to print fsidIlya Dryomov2011-06-111-6/+2Star
| * | | | | | | | | | | Btrfs: fix extent state leak on failed nodatasum readsJan Schmidt2011-06-111-1/+1
| * | | | | | | | | | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-06-112-32/+39
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | btrfs: remove unneeded includes from scrub.cArne Jansen2011-06-101-6/+0Star
| | * | | | | | | | | | | btrfs: reinitialize scrub workersArne Jansen2011-06-102-3/+5
| | * | | | | | | | | | | btrfs: scrub: errors in tree enumerationArne Jansen2011-06-101-23/+34
| | * | | | | | | | | | | Btrfs: don't map extent buffer if path->skip_locking is setJosef Bacik2011-06-101-3/+7
| * | | | | | | | | | | | btrfs: fix unlocked access of delalloc_inodesDavid Sterba2011-06-111-2/+1Star
| * | | | | | | | | | | | Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan2011-06-111-9/+14
| * | | | | | | | | | | | btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one ...richard kennedy2011-06-111-1/+1
| * | | | | | | | | | | | Btrfs: clear current->journal_info on async transaction commitSage Weil2011-06-101-1/+4
| * | | | | | | | | | | | Btrfs: make sure to recheck for bitmaps in clustersChris Mason2011-06-101-4/+5
| * | | | | | | | | | | | Btrfs: unlock the trans lock properlyJosef Bacik2011-06-091-1/+1
| * | | | | | | | | | | | Btrfs: don't map extent buffer if path->skip_locking is setJosef Bacik2011-06-091-3/+7
| * | | | | | | | | | | | Btrfs: fix duplicate checking logicJosef Bacik2011-06-081-3/+3
| * | | | | | | | | | | | Btrfs: fix the allocator loop logicJosef Bacik2011-06-081-23/+25
| * | | | | | | | | | | | Btrfs: fix bitmap regressionJosef Bacik2011-06-081-19/+69
| * | | | | | | | | | | | Btrfs: don't commit the transaction if we dont have enough pinned bytesJosef Bacik2011-06-081-0/+7
| * | | | | | | | | | | | Btrfs: noinline the cluster searching functionsJosef Bacik2011-06-081-8/+10
| * | | | | | | | | | | | Btrfs: cache bitmaps when searching for a clusterJosef Bacik2011-06-081-5/+49
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-06-1214-60/+74
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-06-1011-31/+47
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ASoC: SAMSUNG: Fix the incorrect referencing of I2SCON registerSangbeom Kim2011-06-101-2/+2
| | * | | | | | | | | | | | ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM contextLars-Peter Clausen2011-06-091-9/+8Star
| | * | | | | | | | | | | | ASoC: fsl: fix initialization of DMA buffersTimur Tabi2011-06-091-4/+5
| | * | | | | | | | | | | | ASoC: WM8804 does not support sample rates below 32kHzMark Brown2011-06-091-2/+7
| | * | | | | | | | | | | | ASoC: Fix WM8962 headphone volume update for use of advanced cachesMark Brown2011-06-081-2/+2
| | * | | | | | | | | | | | ASoC: Blackfin: bf5xx-ad1836: Fix codec device nameLars-Peter Clausen2011-06-071-2/+2
| | * | | | | | | | | | | | ASoC: AD1836: Fix setting the PCM formatLars-Peter Clausen2011-06-062-7/+13
| | * | | | | | | | | | | | ASoC: Check for NULL register bank in snd_soc_get_cache_val()Mark Brown2011-06-061-0/+3
| | * | | | | | | | | | | | ASoC: Add missing break in WM8915 FLL source selectionMark Brown2011-06-061-0/+1
| | * | | | | | | | | | | | ASoC: Only update SYSCLK_ENA when pausing WM8915 SYSCLKMark Brown2011-06-061-1/+1
| | * | | | | | | | | | | | Merge branch 'for-3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown2011-06-063-7/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | ASoC: atmel_ssc: Don't try to free ssc if request failedJoachim Eastwood2011-06-031-2/+3
| * | | | | | | | | | | | | ALSA: hda: Fix inaudible internal speakers on CyberpowerPC Gamer Xplorer N570...Daniel T Chen2011-06-101-0/+1
| * | | | | | | | | | | | | ALSA: Use %pV for snd_printk()Takashi Iwai2011-06-101-23/+17Star
| * | | | | | | | | | | | | ALSA: hda - Fix initialization of hp pins with master_mute in RealtekTakashi Iwai2011-06-101-5/+7
| * | | | | | | | | | | | | ALSA: hda - Fix invalid unsol tag for some alc262 model quirksTakashi Iwai2011-06-101-1/+1
| * | | | | | | | | | | | | ALSA: hda: Fix quirk for Dell Inspiron 910Daniel T Chen2011-06-071-0/+1
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2011-06-121-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ide-cd: signedness warning fix againConnor Hansen2011-06-121-1/+2
* | | | | | | | | | | | | | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-06-124-11/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gpio/basic_mmio: add missing include of spinlock_types.hJamie Iles2011-06-101-0/+1
| * | | | | | | | | | | | | | gpio/nomadik: fix sleepmode for elder NomadikLinus Walleij2011-06-093-11/+33