index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
compat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
docbook: fix drivers/base/class warning
Randy Dunlap
1
-1
/
+1
2008-01-30
[SCSI] Revert "[SCSI] aacraid: fib context lock for management ioctls"
James Bottomley
1
-17
/
+12
2008-01-30
[SCSI] bsg: copy the cmd_type field to the subordinate request for bidi
James Bottomley
1
-0
/
+1
2008-01-30
[SCSI] handle scsi_init_queue failure properly
FUJITA Tomonori
1
-1
/
+17
2008-01-30
[SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queue
FUJITA Tomonori
1
-0
/
+1
2008-01-30
[SCSI] scsi_debug: add XDWRITEREAD_10 support
FUJITA Tomonori
2
-0
/
+71
2008-01-30
[SCSI] scsi_debug: add bidi data transfer support
FUJITA Tomonori
1
-11
/
+10
2008-01-30
[SCSI] scsi_debug: add get_data_transfer_info helper function
FUJITA Tomonori
1
-45
/
+38
2008-01-30
[SCSI] remove use_sg_chaining
James Bottomley
43
-111
/
+37
2008-01-30
[SCSI] bidirectional: fix up for the new blk_end_request code
Kiyoshi Ueda
1
-2
/
+10
2008-01-30
[SCSI] bidirectional command support
Boaz Harrosh
4
-16
/
+113
2008-01-30
[SCSI] implement scsi_data_buffer
Boaz Harrosh
10
-99
/
+85
2008-01-30
[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtable
Boaz Harrosh
3
-36
/
+16
2008-01-30
[SCSI] aic7xxx: fix warnings with CONFIG_PM disabled
FUJITA Tomonori
4
-22
/
+20
2008-01-30
[SCSI] aic79xx: fix warnings with CONFIG_PM disabled
FUJITA Tomonori
4
-22
/
+20
2008-01-30
[SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactions
David Milburn
1
-3
/
+6
2008-01-30
[SCSI] sgiwd93: use cached memory access to make driver work on IP28
Thomas Bogendoerfer
2
-26
/
+40
2008-01-30
[SCSI] zfcp: fix sense_buffer access bug
FUJITA Tomonori
1
-2
/
+2
2008-01-30
[SCSI] ncr53c8xx: fix sense_buffer access bug
FUJITA Tomonori
1
-1
/
+1
2008-01-30
[SCSI] aic79xx: fix sense_buffer access bug
FUJITA Tomonori
1
-1
/
+1
2008-01-30
[SCSI] hptiop: fix sense_buffer access bug
FUJITA Tomonori
1
-1
/
+1
2008-01-30
[SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_error
Nathan Lynch
1
-1
/
+1
2008-01-30
dlm: static initialization improvements
Denis Cheng
1
-6
/
+7
2008-01-30
dlm: clean ups
David Teigland
2
-31
/
+10
2008-01-30
dlm: Sanity check namelen before copying it
Patrick Caulfeld
1
-3
/
+9
2008-01-30
dlm: keep cached master rsbs during recovery
David Teigland
5
-49
/
+61
2008-01-30
dlm: change error message to debug
David Teigland
1
-2
/
+3
2008-01-30
dlm: fix possible use-after-free
David Teigland
1
-2
/
+2
2008-01-30
dlm: limit dir lookup loop
David Teigland
1
-2
/
+4
2008-01-30
dlm: reject normal unlock when lock is waiting for lookup
David Teigland
1
-4
/
+5
2008-01-30
dlm: validate messages before processing
David Teigland
1
-35
/
+104
2008-01-30
dlm: reject messages from non-members
David Teigland
3
-4
/
+12
2008-01-30
dlm: another call to confirm_master in receive_request_reply
David Teigland
1
-2
/
+6
2008-01-30
dlm: recover locks waiting for overlap replies
David Teigland
1
-5
/
+32
2008-01-30
dlm: clear ast_type when removing from astqueue
David Teigland
1
-0
/
+1
2008-01-30
dlm: use fixed errno values in messages
David Teigland
1
-2
/
+55
2008-01-30
dlm: swap bytes for rcom lock reply
Fabio M. Di Nitto
1
-3
/
+6
2008-01-30
dlm: align midcomms message buffer
Fabio M. Di Nitto
1
-6
/
+9
2008-01-30
KVM: Move apic timer migration away from critical section
Avi Kivity
4
-4
/
+12
2008-01-30
KVM: Put kvm_para.h include outside __KERNEL__
Glauber de Oliveira Costa
1
-1
/
+1
2008-01-30
KVM: Fix unbounded preemption latency
Avi Kivity
1
-0
/
+7
2008-01-30
KVM: Initialize the mmu caches only after verifying cpu support
Avi Kivity
1
-8
/
+6
2008-01-30
KVM: MMU: Fix dirty page setting for pages removed from rmap
Izik Eidus
1
-2
/
+6
2008-01-30
KVM: Portability: Move kvm_fpu to asm-x86/kvm.h
Christian Ehrhardt
2
-17
/
+15
2008-01-30
KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD
Sheng Yang
4
-6
/
+20
2008-01-30
KVM: MMU: Merge shadow level check in FNAME(fetch)
Dong, Eddie
1
-5
/
+2
2008-01-30
KVM: MMU: Move kvm_free_some_pages() into critical section
Avi Kivity
2
-6
/
+4
2008-01-30
KVM: MMU: Switch to mmu spinlock
Marcelo Tosatti
5
-31
/
+35
2008-01-30
KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()
Avi Kivity
3
-10
/
+73
2008-01-30
KVM: Add kvm_read_guest_atomic()
Marcelo Tosatti
3
-12
/
+38
[next]