summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-08-014-13/+28
|\
| * md: raid10: wake up frozen arrayArthur Jones2008-08-011-0/+3
| * md: do not count blocked devices as sparesDan Williams2008-07-281-1/+2
| * md: do not progress the resync process if the stripe was blockedDan Williams2008-07-281-6/+13
| * md: delay notification of 'active_idle' to the recovery threadDan Williams2008-07-232-1/+5
| * md: fix merge errorDan Williams2008-07-231-2/+3
| * md: move async_tx_issue_pending_all outside spin_lock_irqDan Williams2008-07-231-3/+2
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-08-0114-112/+904
|\ \
| * | [PATCH] ocfs2: Release mutex in error handling codeJulia Lawall2008-07-311-1/+1
| * | [PATCH] ocfs2: Fix oops when racing files truncates with writes into an mmap ...Sunil Mushran2008-07-311-12/+17
| * | [PATCH 2/2] ocfs2: Fix race between mount and recoverySunil Mushran2008-07-314-42/+148
| * | [PATCH 1/2] ocfs2: Add counter in struct ocfs2_dinode to track journal replaysSunil Mushran2008-07-311-1/+4
| * | [PATCH] configfs: Convenience macros for attribute definition.Joel Becker2008-07-314-14/+536
| * | [PATCH] configfs: Pin configfs subsystems separately from new config_items.Joel Becker2008-07-311-9/+33
| * | [PATCH] configfs: Fix open directory making rmdir() failLouis Rilling2008-07-311-1/+2
| * | [PATCH] configfs: Lock new directory inodes before removing on cleanup after ...Louis Rilling2008-07-311-19/+29
| * | [PATCH] configfs: Prevent userspace from creating new entries under attaching...Louis Rilling2008-07-313-5/+103
| * | [PATCH] configfs: Fix failing symlink() making rmdir() failLouis Rilling2008-07-313-0/+16
| * | [PATCH] configfs: Fix symlink() to a removing itemLouis Rilling2008-07-312-7/+13
| * | [PATCH] configfs: Include linux/err.h in linux/configfs.hJoel Becker2008-07-312-1/+2
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-08-012-0/+2
|\ \ \
| * | | locking: fix mutex @key parameter kernel-doc notationRandy Dunlap2008-07-282-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2008-08-0110-137/+238
|\ \ \ \
| * | | | kbuild: scripts/ver_linux: don't set PATHAdrian Bunk2008-07-311-1/+0
| * | | | Kconfig/init: change help text to match default valuejkacur2008-07-311-1/+1
| * | | | kbuild: genksyms: Include extern information in dumpsAndreas Gruenbacher2008-07-311-0/+2
| * | | | kbuild: genksyms parser: fix the __attribute__ ruleAndreas Gruenbacher2008-07-312-73/+73
| * | | | kbuild: scripts/genksyms/lex.l: add %option noinputAdrian Bunk2008-07-302-47/+88
| * | | | kconfig: scripts/kconfig/zconf.l: add %option noinputAdrian Bunk2008-07-302-14/+73
| * | | | kbuild: fix O=... build of umSam Ravnborg2008-07-301-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-08-013-1/+20
|\ \ \ \ \
| * | | | | md: the bitmap code needs to use blk_plug_device_unlocked()Jens Axboe2008-08-011-1/+1
| * | | | | block: add a blk_plug_device_unlocked() that grabs the queue lockJens Axboe2008-08-012-0/+19
| | |_|/ / | |/| | |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-08-013-29/+94
|\ \ \ \ \
| * | | | | kgdb: fix gdb serial thread queriesJason Wessel2008-08-011-18/+50
| * | | | | kgdb: fix kgdb_validate_break_address to perform a mem writeJason Wessel2008-08-012-7/+29
| * | | | | kgdb: remove the requirement for CONFIG_FRAME_POINTERJason Wessel2008-08-012-4/+15
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-08-016-18/+76
|\ \ \ \ \
| * | | | | ALSA: ASoC: Export dapm_reg_event() fullyMark Brown2008-07-292-0/+4
| * | | | | ALSA: ASoC: Update Poodle to current ASoC APIDmitry Baryshkov2008-07-291-6/+2
| * | | | | ALSA: asoc: restrict sample rate and size in Freescale MPC8610 sound driversTimur Tabi2008-07-292-11/+70
| * | | | | ALSA: sound/soc/pxa/tosa.c: removed duplicated includeHuang Weiyi2008-07-291-1/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-0173-1290/+2006
|\ \ \ \ \ \
| * | | | | | tcp: MD5: Fix IPv6 signaturesAdam Langley2008-07-311-1/+1
| * | | | | | skbuff: add missing kernel-doc for do_not_encryptRandy Dunlap2008-07-311-0/+1
| * | | | | | net/ipv4/route.c: fix build errorIngo Molnar2008-07-311-0/+2
| * | | | | | tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley2008-07-312-4/+4
| * | | | | | ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun2008-07-311-0/+4
| * | | | | | ipvs: Move userspace definitions to include/linux/ip_vs.hJulius Volz2008-07-313-245/+254
| * | | | | | netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2008-07-317-44/+78
OpenPOWER on IntegriCloud