summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-18[SCSI] mac_esp: fix PIO mode, take 2Finn Thain2-56/+53
2010-01-18[SCSI] scsi_transport_fc: Remove capping from dev_loss_tmoHannes Reinecke1-5/+21
2010-01-18[SCSI] fusion: fix warning when not using procfsErik Ekman1-2/+3
2010-01-18[SCSI] ibmmca: fix buffer overflowRoel Kluin1-1/+1
2010-01-18[SCSI] u14-34f: fix buffer overflowRoel Kluin1-1/+1
2010-01-18[SCSI] eata: fix buffer overflowRoel Kluin1-1/+1
2010-01-18[SCSI] ibmvscsi: fix a typo in a source code commentBart Van Assche1-1/+1
2010-01-18[SCSI] libsrp: fix typo -- replace RDAM by RDMABart Van Assche1-2/+2
2010-01-18[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley4-43/+36
2010-01-17[SCSI] aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfreeHannes Reinecke1-22/+31
2010-01-17[SCSI] zfcp: Set hardware timeout as requested by BSG request.Swen Schillig4-16/+22
2010-01-17[SCSI] zfcp: Introduce bsg_timeout callback.Swen Schillig3-0/+8
2010-01-17[SCSI] scsi_transport_fc: Allow LLD to reset FC BSG timeoutSwen Schillig1-1/+4
2010-01-17[SCSI] zfcp: add missing compat ptr conversionHeiko Carstens1-2/+7
2010-01-17[SCSI] zfcp: Fix linebreak in hba traceChristof Schmitt1-1/+1
2010-01-17[SCSI] zfcp: Issue zfcp_fc_wka_port_put after FC CT BSG requestChristof Schmitt1-22/+43
2010-01-17[SCSI] qla2xxx: Update version number to 8.03.01-k10.Giridhar Malavali1-1/+1
2010-01-17[SCSI] fc-transport: Use packed modifier for fc_bsg_request structure.Harish Zunjarrao1-1/+1
2010-01-17[SCSI] qla2xxx: Perform fast mailbox read of flash regardless of size nor add...Andrew Vasquez1-0/+3
2010-01-17[SCSI] qla2xxx: Correct FCP2 recovery handling.Andrew Vasquez3-14/+13
2010-01-17[SCSI] scsi_lib: Fix bug in completion of bidi commandsBoaz Harrosh1-1/+1
2010-01-17[SCSI] mptsas: Fix issue with chain pools allocation on katmaiAnatolij Gustschin1-0/+2
2010-01-17[SCSI] aacraid: fix File System going into read-only modePenchala Narasimha Reddy Chilakala, ERS-HCLTech6-45/+154
2010-01-17[SCSI] lpfc: fix file permissionsJames Bottomley2-0/+0
2010-01-16page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro1-1/+1
2010-01-16Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+16
2010-01-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-11/+42
2010-01-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+12
2010-01-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-22/+36
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-17/+56
2010-01-16revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC Framebuffer"Mark Brown1-6/+8
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells3-30/+64
2010-01-16nommu: fix race between ramfs truncation and shared mmapDavid Howells1-1/+6
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells4-24/+8
2010-01-16nommu: remove a superfluous check of vm_region::vm_usageDavid Howells1-4/+3
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells2-8/+8
2010-01-16nommu: fix SYSV SHM for NOMMUDavid Howells1-0/+3
2010-01-16sysdev: fix prototype for memory_sysdev_class show/store functionsWu Fengguang1-12/+20
2010-01-16memory-hotplug: add 0x prefix to HEX block_size_bytesWu Fengguang1-1/+1
2010-01-16memcg: ensure list is empty at rmdirDaisuke Nishimura1-7/+4
2010-01-16virtio: fix section mismatch warningsJeff Mahoney2-6/+6
2010-01-16vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro1-0/+3
2010-01-16smp_call_function_any(): pass the node value to cpumask_of_node()David John1-1/+1
2010-01-16kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2()Roland Dreier1-0/+4
2010-01-16mm/page_alloc: fix the range check for backward mergingKazuhisa Ichikawa1-1/+1
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen2-3/+3
2010-01-16kfifo: add kfifo_initializedAndi Kleen1-0/+10
2010-01-16kfifo: add kfifo_out_peekAndi Kleen2-0/+24
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen2-31/+53
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen2-9/+9