Show patches with: State = Action Required       |   2942 patches
« 1 2 ... 25 26 2729 30 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[6/7] nbd: stop using req->cmd - - - --- 2015-04-17 Christoph Hellwig New
[5/7] block: move PM request support to IDE - - - --- 2015-04-17 Christoph Hellwig New
[4/7] block: remove REQ_TYPE_PM_SHUTDOWN - - - --- 2015-04-17 Christoph Hellwig New
[3/7] block: move REQ_TYPE_SENSE to the ide driver - - - --- 2015-04-17 Christoph Hellwig New
[2/7] block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h - - - --- 2015-04-17 Christoph Hellwig New
[1/7] block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV - - - --- 2015-04-17 Christoph Hellwig New
[RFC] scsi: use host wide tags by default - - - --- 2015-04-17 Christoph Hellwig New
[7/7] be2iscsi : Bump the driver version - - - --- 2015-04-17 John Soni Jose New
[6/7] be2iscsi: Logout of FW Boot Session - - - --- 2015-04-17 John Soni Jose New
[5/7] be2iscsi : Update the copyright year - - - --- 2015-04-17 John Soni Jose New
[4/7] be2iscsi : Fix memory check before unmapping. - - - --- 2015-04-17 John Soni Jose New
[3/7] be2iscsi : Fix memory leak in the unload path - - - --- 2015-04-17 John Soni Jose New
[2/7] be2iscsi : Fix the PCI request region reserving. - - - --- 2015-04-17 John Soni Jose New
[1/7] be2iscsi : Fix the retry count for boot targets - - - --- 2015-04-17 John Soni Jose New
[v4,43/43] hpsa: add in new controller id - - - --- 2015-04-16 Don Brace New
[v4,42/43] hpsa: add PMC to copyright - - - --- 2015-04-16 Don Brace New
[v4,41/43] hpsa: change driver version - - - --- 2015-04-16 Don Brace New
[v4,40/43] hpsa: cleanup reset - - - --- 2015-04-16 Don Brace New
[v4,39/43] hpsa: propagate the error code in hpsa_kdump_soft_reset - - - --- 2015-04-16 Don Brace New
[v4,38/43] hpsa: use scsi host_no as hpsa controller number - - - --- 2015-04-16 Don Brace New
[v4,37/43] hpsa: use block layer tag for command allocation - - - --- 2015-04-16 Don Brace New
[v4,36/43] hpsa: add interrupt number to /proc/interrupts interrupt name - - - --- 2015-04-16 Don Brace New
[v4,35/43] hpsa: create workqueue after the driver is ready for use - - - --- 2015-04-16 Don Brace New
[v4,34/43] hpsa: fix try_soft_reset error handling - - - --- 2015-04-16 Don Brace New
[v4,33/43] hpsa: cleanup for init_one step 2 in kdump - - - --- 2015-04-16 Don Brace New
[v4,32/43] hpsa: skip free_irq calls if irqs are not allocated - - - --- 2015-04-16 Don Brace New
[v4,31/43] hpsa: call pci_release_regions after pci_disable_device - - - --- 2015-04-16 Don Brace New
[v4,30/43] hpsa: performance tweak for hpsa_scatter_gather() - - - --- 2015-04-16 Don Brace New
[v4,29/43] hpsa: refactor and rework support for sending TEST_UNIT_READY - - - --- 2015-04-16 Don Brace New
[v4,28/43] hpsa: don't return abort request until target is complete - - - --- 2015-04-16 Don Brace New
[v4,27/43] hpsa: use helper routines for finishing commands - - - --- 2015-04-16 Don Brace New
[v4,26/43] hpsa: add support sending aborts to physical devices via the ioaccel2 path - - - --- 2015-04-16 Don Brace New
[v4,25/43] hpsa: do not print ioaccel2 warning messages about unusual completions. - - - --- 2015-04-16 Don Brace New
[v4,24/43] hpsa: clean up some error reporting output in abort handler - - - --- 2015-04-16 Don Brace New
[v4,23/43] hpsa: clean up driver init - - - --- 2015-04-16 Don Brace New
[v4,22/43] hpsa: correct return values from driver functions. - - - --- 2015-04-16 Don Brace New
[v4,21/43] hpsa: do not check cmd_alloc return value - it cannnot return NULL - - - --- 2015-04-16 Don Brace New
[v4,20/43] hpsa: add more ioaccel2 error handling, including underrun statuses. - - - --- 2015-04-16 Don Brace New
[v4,19/43] hpsa: add ioaccel sg chaining for the ioaccel2 path - - - --- 2015-04-16 Don Brace New
[v4,18/43] hpsa: refactor freeing of resources into more logical functions - - - --- 2015-04-16 Don Brace New
[v4,17/43] hpsa: clean up error handling - - - --- 2015-04-16 Don Brace New
[v4,16/43] hpsa: break hpsa_free_irqs_and_disable_msix into two functions - - - --- 2015-04-16 Don Brace New
[v4,15/43] hpsa: Get queue depth from identify physical bmic for physical disks. - - - --- 2015-04-16 Don Brace New
[v4,14/43] hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode. - - - --- 2015-04-16 Don Brace New
[v4,13/43] hpsa: print accurate SSD Smart Path Enabled status - - - --- 2015-04-16 Don Brace New
[v4,12/43] hpsa: factor out hpsa_ioaccel_submit function - - - --- 2015-04-16 Don Brace New
[v4,11/43] hpsa: try resubmitting down raid path on task set full - - - --- 2015-04-16 Don Brace New
[v4,10/43] hpsa: do not ignore return value of hpsa_register_scsi - - - --- 2015-04-16 Don Brace New
[v4,09/43] hpsa: factor out hpsa_init_cmd function - - - --- 2015-04-16 Don Brace New
[v4,08/43] hpsa: make function names consistent - - - --- 2015-04-16 Don Brace New
[v4,07/43] hpsa: allow lockup detected to be viewed via sysfs - - - --- 2015-04-16 Don Brace New
[v4,06/43] hpsa: hpsa decode sense data for io and tmf - - - --- 2015-04-16 Don Brace New
[v4,05/43] hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds - - - --- 2015-04-16 Don Brace New
[v4,04/43] hpsa: clean up aborts - - - --- 2015-04-16 Don Brace New
[v4,03/43] hpsa: rework controller command submission - - - --- 2015-04-16 Don Brace New
[v4,02/43] hpsa: clean up host, channel, target, lun prints - - - --- 2015-04-16 Don Brace New
[v4,01/43] hpsa: add masked physical devices into h->dev[] array - - - --- 2015-04-16 Don Brace New
[3/3] uas: Set max_sectors_240 quirk for ASM1053 devices - - - --- 2015-04-16 Hans de Goede New
[2/3] uas: Add US_FL_MAX_SECTORS_240 flag - - - --- 2015-04-16 Hans de Goede New
[1/3] uas: Allow uas_use_uas_driver to return usb-storage flags - - - --- 2015-04-16 Hans de Goede New
mvsas panics and dies when attached to a port extender on newer kernels - - - --- 2015-04-16 James Bottomley New
ufs: Reinstate NULL pointer checks for regulators - - - --- 2015-04-15 Bjorn Andersson New
megaraid_sas: use raw_smp_processor_id() - - - --- 2015-04-15 Christoph Hellwig New
[RFC] Simlify dif_verify routines and fixup fileio protection information code. - - - --- 2015-04-15 Akinobu Mita New
[RFC] Simlify dif_verify routines and fixup fileio protection information code. - - - --- 2015-04-14 Akinobu Mita New
lpfc: Unknown ELS command x18 received from NPORT xfffc2b - - - --- 2015-04-14 Sebastian Herbszt New
sd: Fix missing ATO tag check - - - --- 2015-04-14 Martin K. Petersen New
sd: Unregister integrity profile - - - --- 2015-04-14 Martin K. Petersen New
csiostor: fix an error code in csio_hw_init() - - - --- 2015-04-14 Dan Carpenter New
[RESEND/PATCH,v8,3/3] scsi: ufs: add trace events and dump prints for debug - - - --- 2015-04-14 Gilad Broner New
[v8,2/3] scsi: ufs: add debugfs for ufs - - - --- 2015-04-14 Gilad Broner New
[v8,1/3] scsi: ufs: add ioctl interface for query request - - - --- 2015-04-14 Gilad Broner New
[RFC,2/2] target/file: Remove fd_prot bounce buffer - - - --- 2015-04-13 Sagi Grimberg New
[RFC,1/2] target: Merge sbc_verify_dif_read|write - - - --- 2015-04-13 Sagi Grimberg New
[3/3] target/file: Fix UNMAP with DIF protection support - - - --- 2015-04-13 Akinobu Mita New
[2/3] target/file: Fix SG table for prot_buf initialization - - - --- 2015-04-13 Akinobu Mita New
[1/3] target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabled - - - --- 2015-04-13 Akinobu Mita New
[net-next,v2,4/4] cxgb4: enable RSS for FCoE frames - - - --- 2015-04-13 Varun Prakash New
[net-next,v2,3/4] cxgb4: add DDP support for FCoE target - - - --- 2015-04-13 Varun Prakash New
[net-next,v2,2/4] cxgb4: add structure and macro definitions for FCoE DDP - - - --- 2015-04-13 Varun Prakash New
[net-next,v2,1/4] cxgb4/iw_cxgb4/cxgb4i: remove duplicate definitions - - - --- 2015-04-13 Varun Prakash New
[scsi] aacraid: aac_src_intr_message() can be static - - - --- 2015-04-13 Mahesh Rajashekhara New
[v2,1/1] ata: ahci_xgene: Add AHCI Support for second generation of APM X-Gene SoC - - - --- 2015-04-13 Suman Tripathi New
[RFC,2/2] lpfc: add target hooks - - - --- 2015-04-12 Sebastian Herbszt New
[RFC,1/2] lpfc: add target infrastructure - - - --- 2015-04-12 Sebastian Herbszt New
[SCSI] bnx2fc: Fix debug messasges in bnx2fc_io.c - - - --- 2015-04-12 Masanari Iida New
[-next,v3] target/rd: Don't pass imcomplete scatterlist entries to sbc_dif_verify_* - - - --- 2015-04-11 Akinobu Mita New
[GIT,PULL] SCSI fixes for 4.0-rc7 - - - --- 2015-04-10 James Bottomley New
ufs-qcom: Switch dependency to ARCH_QCOM - - - --- 2015-04-10 Stephen Boyd New
[RFC,3/3] btrfs: add .copy_file_range file operation - - - --- 2015-04-10 Zach Brown New
[RFC,2/3] x86: add sys_copy_file_range to syscall tables - - - --- 2015-04-10 Zach Brown New
[RFC,1/3] vfs: add copy_file_range syscall and vfs helper - - - --- 2015-04-10 Zach Brown New
[4/4] cxgb4i: set the initial sequence number - - - --- 2015-04-10 Karen Xie New
[3/4] cxgbi: update driver versions - - - --- 2015-04-10 Karen Xie New
[2/4] cxgbi: update copyright to 2015 - - - --- 2015-04-10 Karen Xie New
[1/4] cxgbi: use per-connection link-speed dependent send/recv windows - - - --- 2015-04-10 Karen Xie New
[PATCH-v2,02/15] target: Add protected fabric + unprotected device support - - - --- 2015-04-10 Nicholas A. Bellinger New
[scsi] aacraid: aac_src_intr_message() can be static - - - --- 2015-04-10 Fengguang Wu New
[1/1] block: don't overwrite max_sectors if user has set it - - - --- 2015-04-10 Mike Christie New
[14/14] qla2xxx: Update driver version to 8.07.00.18-k - - - --- 2015-04-09 Himanshu Madhani New
« 1 2 ... 25 26 2729 30 »