summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-14USB: fix interface unregistration logicAlan Stern1-1/+1
2008-08-14usb-serial: don't release unregistered minorsAlan Stern2-5/+5
2008-08-14usb: gadget: protect gadget_chips.h from been included twiceFelipe Balbi1-0/+6
2008-08-14USB: usb-storage: quirk around v1.11 firmware on Nikon D4Dave Jones1-2/+2
2008-08-14USB: OHCI: fix system hang caused by earlier patchAlan Stern1-0/+7
2008-08-14usb/core/driver: fix warningAlexander Beregalov1-2/+1
2008-08-14USB: add missing kerneldoc line for "needs_binding"Alan Stern1-0/+2
2008-08-14USB: ftdi_sio: add support for Luminance Stellaris Evaluation/Development KitsFrederik Kriewitz2-0/+9
2008-08-14USB: ftdi_sio: Add USB Product Id for ELV HS485André Schenk2-0/+2
2008-08-14USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next sho...David Brownell1-2/+3
2008-08-14usb: auerswald: remove driver (obsolete)Wolfgang Mües7-2203/+0
2008-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-26/+153
2008-08-14Merge git://oss.sgi.com:8090/xfs/linux-2.6Linus Torvalds62-1326/+883
2008-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2-99/+114
2008-08-14[h8300] move include/asm-h8300 to arch/h8300/include/asmLinus Torvalds99-0/+0
2008-08-13dlm: rename structsDavid Teigland1-96/+107
2008-08-13dlm: add missing kfreesDavid Teigland1-3/+7
2008-08-13crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha4-1/+76
2008-08-13crypto: hash - Add missing top-level functionsHerbert Xu1-0/+18
2008-08-13crypto: hash - Fix digest size check for digest typeHerbert Xu1-1/+1
2008-08-13crypto: tcrypt - Fix AEAD chunk testingHerbert Xu1-9/+19
2008-08-13crypto: talitos - Add handling for SEC 3.x treatment of link tableLee Nipper1-15/+39
2008-08-13[XFS] Fix use after free in xfs_log_done().Lachlan McIlroy1-8/+5
2008-08-13[XFS] Make xfs_bmap_*_count_leaves void.Ruben Porras1-19/+7
2008-08-13[XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy6-11/+11
2008-08-13[XFS] use KM_MAYFAIL in xfs_mountfsChristoph Hellwig1-2/+4
2008-08-13[XFS] refactor xfs_mount_freeChristoph Hellwig1-16/+5
2008-08-13[XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig2-3/+2
2008-08-13[XFS] xfs_unmountfs should return voidChristoph Hellwig2-8/+6
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig10-50/+27
2008-08-13[XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig2-4/+2
2008-08-13[XFS] stop using file_update_timeChristoph Hellwig3-45/+1
2008-08-13[XFS] optimize xfs_ichgtimeChristoph Hellwig1-6/+13
2008-08-13[XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig4-21/+9
2008-08-13[XFS] remove the sema_t from XFS.David Chinner2-53/+1
2008-08-13[XFS] replace dquot flush semaphore with a completionDavid Chinner4-41/+38
2008-08-13[XFS] replace inode flush semaphore with a completionDavid Chinner4-40/+39
2008-08-13[XFS] extend completions to provide XFS object flush requirementsDavid Chinner1-0/+45
2008-08-13[XFS] replace the XFS buf iodone semaphore with a completionDavid Chinner4-7/+7
2008-08-13[XFS] clean up stale references to semaphoresDavid Chinner3-42/+39
2008-08-13[XFS] use get_unaligned_* helpersHarvey Harrison1-2/+2
2008-08-13[XFS] Fix compile failure in xfs_buf_trace()Lachlan McIlroy1-1/+1
2008-08-13[XFS] Use the same btree_cur union member for alloc and inobt trees.Christoph Hellwig3-30/+26
2008-08-13[XFS] small cleanups in xfs_btree.cChristoph Hellwig1-57/+30
2008-08-13[XFS] sanitize xfs_initialize_vnodeChristoph Hellwig6-126/+111
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig11-38/+36
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig6-37/+17
2008-08-13[XFS] kill xfs_lock_dir_and_entryChristoph Hellwig3-133/+44
2008-08-13[XFS] kill INDUCE_IO_ERRORChristoph Hellwig3-15/+4
2008-08-13[XFS] implement IHOLD/IRELE directlyChristoph Hellwig3-37/+12