summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-1722-127/+383
|\
| * [PATCH] ocfs2: fix oops in mmap_truncate testingColy Li2008-07-161-3/+10
| * configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-141-1/+5
| * configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-148-64/+94
| * configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2008-07-142-10/+44
| * configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling2008-07-141-20/+25
| * configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling2008-07-141-4/+5
| * configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-142-4/+9
| * configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-144-1/+34
| * ocfs2: Don't snprintf() without a format.Joel Becker2008-07-141-1/+1
| * ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefsJoel Becker2008-07-142-2/+2
| * ocfs2/net: Silence build warnings on sparc64Sunil Mushran2008-07-141-3/+5
| * ocfs2: Handle error during journal loadWengang Wang2008-07-141-1/+5
| * ocfs2: Silence an error message in ocfs2_file_aio_read()Sunil Mushran2008-07-141-1/+1
| * ocfs2: use simple_read_from_buffer()Akinobu Mita2008-07-141-14/+5
| * ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap2008-07-141-4/+4
| * [PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran2008-07-142-1/+133
| * [PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config optionSunil Mushran2008-07-141-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2008-07-173-4/+2
|\ \
| * | pcmcia: ide-cs: Remove outdated commentLarry Finger2008-07-151-2/+0
| * | pcmcia: fix cisinfo_t removalMarc Zyngier2008-07-151-1/+1
| * | pcmcia: fix return value in cm4000_cs.cDominik Brodowski2008-07-151-1/+1
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-173-3/+4
|\ \ \
| * | | x86: fix asm/e820.h for userspace inclusionRusty Russell2008-07-171-1/+2
| * | | x86: fix numaq_tsc_disableYinghai Lu2008-07-171-1/+1
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2008-07-1755-2800/+2148
| |\ \ \
| * | | | x86: fix kernel_physical_mapping_init() for large x86 systemsJack Steiner2008-07-161-1/+1
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-173-13/+7
|\ \ \ \ \
| * | | | | ftrace: do not trace library functionsIngo Molnar2008-07-171-12/+5
| * | | | | ftrace: do not trace scheduler functionsIngo Molnar2008-07-171-2/+1
| * | | | | ftrace: fix lockup with MAXSMPIngo Molnar2008-07-171-0/+3
| * | | | | ftrace: fix merge bugletIngo Molnar2008-07-171-2/+1
| | |/ / / | |/| | |
* | | | | fix build error of arch/ia64/kvm/*Takashi Iwai2008-07-172-3/+3
* | | | | Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-175-206/+318
|\ \ \ \ \
| * | | | | fix dangling zombie when new parent ignores childrenRoland McGrath2008-07-161-0/+26
| * | | | | do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath2008-07-161-10/+20
| * | | | | ptrace children revampRoland McGrath2008-07-165-139/+160
| * | | | | do_wait reorganizationRoland McGrath2008-07-161-80/+135
* | | | | | Update scripts/Makefile.fwinst to cope with older makeDavid Woodhouse2008-07-171-2/+23
* | | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-07-1732-4970/+4019
|\ \ \ \ \ \
| * | | | | | [S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPPStefan Haberland2008-07-171-2/+2
| * | | | | | [S390] qdio: new qdio driver.Jan Glauber2008-07-1720-4943/+3874
| * | | | | | [S390] cio: Export chsc_error_from_response().Cornelia Huck2008-07-172-1/+10
| * | | | | | [S390] vmur: Fix return code handling.Frank Munzert2008-07-171-5/+5
| * | | | | | [S390] Fix stacktrace compile bug.Heiko Carstens2008-07-171-0/+1
| * | | | | | [S390] Increase default warning stacksize.Heiko Carstens2008-07-171-1/+1
| * | | | | | [S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics().Cornelia Huck2008-07-172-8/+24
| * | | | | | [S390] chsc headers userspace cleanupAdrian Bunk2008-07-173-4/+7
| * | | | | | [S390] dasd: fix unsolicited SIM handling.Stefan Haberland2008-07-171-1/+3
| * | | | | | [S390] zfcpdump: Make SCSI disk dump tool recognize storage holesFrank Munzert2008-07-171-7/+94
| |/ / / / /
OpenPOWER on IntegriCloud