summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells11-63/+137
2008-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-26/+153
2008-08-13Merge git://oss.sgi.com:8090/xfs/linux-2.6Linus Torvalds62-1326/+883
2008-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2-99/+114
2008-08-13[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
2008-08-13[XFS] remove remaining VN_HOLD callsChristoph Hellwig3-9/+5
2008-08-13[XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.cChristoph Hellwig1-6/+0
2008-08-13[XFS] kill vn_to_inodeChristoph Hellwig5-28/+18
2008-08-13[XFS] Remove vn_from_inode()Christoph Hellwig2-7/+2
2008-08-13[XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen5-59/+48
2008-08-13[XFS] convert xfs to use ERR_CASTEric Sandeen1-2/+2
2008-08-13[XFS] remove INT_GET and friendsEric Sandeen1-68/+0
2008-08-13[XFS] Move xfs_attr_rolltrans to xfs_trans_rollNiv Sardi5-79/+92
2008-08-13[XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig2-17/+41
2008-08-13[XFS] Move attr log alloc size calculator to another function.Niv Sardi2-32/+49