aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGravatar Greg Kroah-Hartman 31-74/+76
2006-06-27[PATCH] 64bit resource: change resource core to use resource_size_tGravatar Greg Kroah-Hartman 3-28/+33
2006-06-27[PATCH] 64bit resource: introduce resource_size_t for the start and end of st...Gravatar Greg Kroah-Hartman 2-1/+5
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGravatar Greg Kroah-Hartman 14-42/+54
2006-06-27[PATCH] 64bit resource: fix up printks for resources in arch and core codeGravatar Greg Kroah-Hartman 10-52/+71
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pcmcia driversGravatar Greg Kroah-Hartman 4-9/+16
2006-06-27[PATCH] 64bit resource: fix up printks for resources in video driversGravatar Greg Kroah-Hartman 6-18/+20
2006-06-27[PATCH] 64bit resource: fix up printks for resources in ide driversGravatar Greg Kroah-Hartman 5-7/+9
2006-06-27[PATCH] 64bit resource: fix up printks for resources in mtd driversGravatar Greg Kroah-Hartman 5-12/+16
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Gravatar Greg Kroah-Hartman 8-43/+55
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGravatar Greg Kroah-Hartman 11-33/+38
2006-06-27[PATCH] 64bit resource: fix up printks for resources in sound driversGravatar Greg Kroah-Hartman 11-26/+34
2006-06-27[PATCH] 64bit resource: C99 changes for struct resource declarationsGravatar Greg Kroah-Hartman 2-12/+42
2006-06-26Revert "kbuild: fix make -rR breakage"Gravatar Linus Torvalds 5-14/+7
2006-06-26Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-373/+1045
2006-06-26Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 45-192/+1515
2006-06-26Merge master.kernel.org:/home/rmk/linux-2.6-serialGravatar Linus Torvalds 1-1/+3
2006-06-26[ARM] 3657/1: S3C24XX: Documentation update of Overview.txtGravatar Ben Dooks 1-21/+14
2006-06-26[ARM] Update mach-typesGravatar Russell King 1-9/+62
2006-06-26[PATCH] fs/ocfs2/dlm/: cleanupsGravatar Adrian Bunk 5-35/+3
2006-06-26ocfs2: fix compiler warnings in dlm_convert_lock_handler()Gravatar Mark Fasheh 1-1/+2
2006-06-26ocfs2: dlm_print_one_mle() needs to be definedGravatar Mark Fasheh 1-6/+6
2006-06-26ocfs2: remove whitespace in dlmunlock.cGravatar Kurt Hackel 1-1/+1
2006-06-26ocfs2: move dlm work to a private work queueGravatar Kurt Hackel 4-3/+32
2006-06-26ocfs2: fix incorrect error returnsGravatar Kurt Hackel 1-2/+2
2006-06-26ocfs2: tune down some noisy messages during dlm recoveryGravatar Kurt Hackel 2-6/+7
2006-06-26ocfs2: display message before waiting for recovery to completeGravatar Kurt Hackel 1-0/+7
2006-06-26ocfs2: mlog in dlm_convert_lock_handler() should be ML_ERRORGravatar Kurt Hackel 1-1/+1
2006-06-26ocfs2: retry operations when a lock is marked in recoveryGravatar Kurt Hackel 1-0/+20
2006-06-26ocfs2: use cond_resched() in dlm_thread()Gravatar Kurt Hackel 1-1/+1
2006-06-26ocfs2: use GFP_NOFS in some dlm operationsGravatar Kurt Hackel 5-19/+19
2006-06-26ocfs2: wait for recovery when starting lock masteryGravatar Kurt Hackel 3-0/+34
2006-06-26ocfs2: continue recovery when a dead node is encounteredGravatar Kurt Hackel 1-0/+1
2006-06-26ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks()Gravatar Kurt Hackel 1-1/+0
2006-06-26ocfs2: dlm_remaster_locks() should never exit without completingGravatar Kurt Hackel 1-54/+62
2006-06-26ocfs2: special case recovery lock in dlmlock_remote()Gravatar Kurt Hackel 2-10/+27
2006-06-26ocfs2: pending mastery asserts and migrations should block each otherGravatar Kurt Hackel 1-0/+21
2006-06-26ocfs2: temporarily disable automatic lock migrationGravatar Kurt Hackel 2-5/+23
2006-06-26ocfs2: do not unconditionally purge the lockres in dlmlock_remote()Gravatar Kurt Hackel 1-1/+7
2006-06-26ocfs2: increase backoff before waiting for recoveryGravatar Kurt Hackel 1-1/+1
2006-06-26ocfs2: have dlm_pre_master_reco_lockres() ignore dead nodesGravatar Kurt Hackel 1-0/+1
2006-06-26ocfs2: give the dlm dirty list a reference on the lockresGravatar Kurt Hackel 2-3/+17
2006-06-26ocfs2: teach dlm_restart_lock_mastery() to wait on recoveryGravatar Kurt Hackel 1-56/+44
2006-06-26ocfs2: gracefully handle stale create_lock messages.Gravatar Kurt Hackel 1-3/+16
2006-06-26ocfs2: update lvb immediately during recoveryGravatar Kurt Hackel 1-18/+26
2006-06-26ocfs2: do not send master requests to localhostGravatar Kurt Hackel 1-6/+8
2006-06-26ocfs2: purge lockres' soonerGravatar Kurt Hackel 1-2/+35
2006-06-26ocfs2: dump mismatching migrated lvbs before BUG()Gravatar Kurt Hackel 1-2/+13
2006-06-26ocfs2: make dlm recovery finalization 2 stageGravatar Kurt Hackel 2-19/+99
2006-06-26ocfs2: dlm recovery / lockres reference count fixGravatar Kurt Hackel 3-4/+15