messages from 2011-07-20 22:55:46 to 2011-07-23 01:46:33 UTC [more...]
[RFC PATCH 0/2] block: rq_affinity performance fixes
2011-07-23 1:46 UTC (4+ messages)
` [RFC PATCH 1/2] block: strict rq_affinity
` [RFC PATCH 2/2] block: adaptive rq_affinity
[PATCH 7/8] lpfc 8.3.25: Add FCF priority failover functionality
2011-07-23 1:45 UTC (2+ messages)
[PATCH] hpsa: do not attempt to read from a write-only register
2011-07-22 22:39 UTC (3+ messages)
[PATCH 8/8] lpfc 8.3.25: Change driver version to 8.3.25
2011-07-22 22:38 UTC
[PATCH 6/8] lpfc 8.3.25: Enhancements to Debug infrastructure
2011-07-22 22:37 UTC
[PATCH 4/8] lpfc 8.3.25: Fabric and Target Discovery Fixes
2011-07-22 22:37 UTC
[PATCH 5/8] lpfc 8.3.25: PCI and SR-IOV Fixes
2011-07-22 22:37 UTC
[PATCH 2/8] lpfc 8.3.25: Miscellaneous Bug fixes and code cleanup
2011-07-22 22:36 UTC
[PATCH 3/8] lpfc 8.3.25: Adapter Interface fixes and changes
2011-07-22 22:36 UTC
[PATCH 0/8] lpfc 8.3.25: Update lpfc to revision 8.3.25
2011-07-22 22:36 UTC
[PATCH 1/8] lpfc 8.3.25: T10 DIF Fixes
2011-07-22 22:36 UTC
[PATCH 0/8] RFC: Introduce ida_simple interfaces and use them
2011-07-22 21:47 UTC (20+ messages)
` [PATCH 1/8] ida: Simplified functions for id allocation
` [PATCH 2/8] hwmon: convert idr to ida and use ida_simple interface
` [PATCH 3/8] hwmon: ibmaem: convert idr to ida and use ida_simple_get
` [PATCH 4/8] [SCSI] use ida_simple_get and ida_simple remove in place of boilerplate code
` [PATCH 5/8] drm/vmwgfx: use ida_simple_get for id allocation
` [PATCH 6/8] [SCSI] osduld: use ida_simple_get to handle id
` [osd-dev] "
` [PATCH 7/8] w1: ds2760 and ds2780, use ida for id and ida_simple_get to get it
` [PATCH 8/8] rtc: class idr converted to ida and ida_simple_get used
Linux 3.0 STILL dies on USB device hotplug - please merge fix ASAP
2011-07-22 21:44 UTC (5+ messages)
[PATCH 09/13] net: add support for per-paged-fragment destructors
2011-07-22 21:44 UTC (5+ messages)
` [PATCH 10/13] net: add paged frag destructor to skb_fill_page_desc()
[linux-pm] [RFC] Disable disk spinup during system resume
2011-07-22 18:03 UTC (4+ messages)
REPLY ASAP
2011-07-22 17:35 UTC
[RFC PATCH 00/10] create scsi bsg lib
2011-07-22 16:31 UTC (12+ messages)
` [RFC PATCH 01/10] scsi transport: add bsg callouts
` [RFC PATCH 02/10] scsi bsg: add scsi bsg helper lib
` [RFC PATCH 03/10] FC class: convert to scsi bsg lib
` [RFC PATCH 04/10] iscsi class: add bsg support to iscsi class
` [RFC PATCH 05/10] ibmvfc: convert ibmvfc to scsi bsg lib
` [RFC PATCH 06/10] libfc: convert "
` [RFC PATCH 07/10] zfcp: convert zfcp to scsi bsg lib V2
` [RFC PATCH 08/10] qla2xxx: convert qla2xxx to scsi bsg lib
` [RFC PATCH 09/10] lpfc: convert lpfc "
` [RFC PATCH 10/10] bfa: convert bfa "
[PATCH v2 0/3] Persistent device name using alias name
2011-07-22 13:32 UTC (5+ messages)
` [PATCH v2 1/3] sd: [BUGFIX] Use sd_printk instead of printk
` [PATCH v2 2/3] block: add a new attribute "alias name" in gendisk structure
` [PATCH v2 3/3] sd: modify printk for alias name
[GIT PULL] target core updates for v3.1-rc1 (round 1)
2011-07-22 9:25 UTC
[PATCH 000/103] target: Updates for v3.1-rc1
2011-07-22 2:54 UTC (33+ messages)
` [PATCH 001/103] target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]
` [PATCH 002/103] target: Minor header comment fixes
` [PATCH 003/103] target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h
` [PATCH 004/103] target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter
` [PATCH 005/103] loopback: Only build tcm_loop as module
` [PATCH 006/103] target: Remove unused su_group usage in fabric register/dergister
` [PATCH 007/103] target: use errno values instead of returning -1 for everything
` [PATCH 008/103] target: Rename transport_calc_sg_num to transport_init_task_sg
` [PATCH 009/103] target: Fix leak in error path in transport_init_task_sg
` [PATCH 010/103] target: Remove pscsi_get_sh() in _pscsi.c
` [PATCH 011/103] target: Make two runtime checks into WARN_ONs
` [PATCH 012/103] tcm_loop: off by one in tcm_loop_make_naa_tpg()
` [PATCH 013/103] target: Remove hba queue depth and convert to spin_lock_irq usage
` [PATCH 014/103] target: dev->dev_status_queue_obj is unused
` [PATCH 015/103] target: Make struct se_queue_req.cmd type struct se_cmd *
` [PATCH 016/103] target: Remove __transport_get_qr_from_queue()
` [PATCH 017/103] target: Rename se_dev->g_se_dev_list to se_dev_node
` [PATCH 018/103] target: Remove struct se_global
` [PATCH 019/103] target: Simplify scsi mib index table code
` [PATCH 020/103] target: Make dev_queue_obj a member of se_device instead of a pointer
` [PATCH 021/103] target: remove extraneous returns at end of void functions
` [PATCH 022/103] target: Ensure transport_dump_vpd_ident_type returns null-terminated str
` [PATCH 023/103] target: Function pointers don't need to use '&' to be assigned
` [PATCH 024/103] target: Fix comment in __transport_execute_tasks()
` [PATCH 025/103] target: Misc style cleanups
` [PATCH 026/103] target: rename struct pr_reservation_template to pr_reservation
` [PATCH 027/103] target: Remove #defines that just perform indirection
` [PATCH 028/103] target: Inline transport_get_task_from_execute_queue()
` [PATCH 029/103] target: Fix double test of inquiry_prod
` [PATCH 030/103] target: Remove unneeded casts to void*
Bug#634023: linux-source-2.6.32: Kernel panic when inserting usb stick
2011-07-22 0:21 UTC
[PATCH resend] mpt2sas: use pci_dev->revision
2011-07-21 15:42 UTC (2+ messages)
` [PATCH v2 "
[PATCH v2 resend] qla4xxx: use pci_dev->revision
2011-07-21 15:37 UTC (2+ messages)
[PATCH resend] atp870u: use pci_dev->revision
2011-07-21 15:35 UTC (2+ messages)
CONFIG_INTR_REMAP and CONFIG_DMAR dependencies?
2011-07-21 9:10 UTC (6+ messages)
[PATCH] iommu: parse pci device scope even only intr remap is defined
2011-07-21 8:56 UTC (2+ messages)
[PATCH 089/103] target: Remove direct ramdisk code
2011-07-21 7:05 UTC (15+ messages)
` [PATCH 090/103] target: Eliminate usage of struct se_mem
` [PATCH 091/103] target: Rename task_sg_num to task_sg_nents
` [PATCH 092/103] target: Remove custom debug macros for pr_debug. Use pr_err()
` [PATCH 093/103] target: Remove custom debug macros in non-iscsi fabrics
` [PATCH 094/103] target: Set WSNZ=1 in block limits VPD. Abort if WRITE_SAME sectors = 0
` [PATCH 095/103] target: Remove transport do_se_mem_map callback
` [PATCH 096/103] target: Further simplify transport_free_pages
` [PATCH 097/103] target: Redo task allocation return value handling
` [PATCH 098/103] target: Remove extra parentheses
` [PATCH 099/103] target: change alloc_task call to take *cdb, not *cmd
` [PATCH 100/103] target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG
` [PATCH 101/103] target: Update QUEUE ALGORITHM MODIFIER control page default
` [PATCH 102/103] target: fix typo Assoication -> Association
` [PATCH 103/103] target: remove custom hex2bin() implementation
[PATCH 031/103] target: Rename get_lun_for_{cmd,tmr} to lookup_{cmd,tmr}_lun
2011-07-21 7:08 UTC (31+ messages)
` [PATCH 032/103] target: Make t_task a member of se_cmd, not a pointer
` [PATCH 033/103] target: Handle functions returning "-2"
` [PATCH 034/103] target: Use cmd->se_dev over cmd->se_lun->lun_se_dev
` [PATCH 035/103] target: Embed qr in struct se_cmd
` [PATCH 036/103] target: Replace embedded struct se_queue_req with a list_head
` [PATCH 037/103] target: Rename list_heads that are nodes in struct se_cmd to "*_node"
` [PATCH 038/103] target: Fold transport_device_setup_cmd() into lookup_{tmr,cmd}_lun()
` [PATCH 039/103] target: Make t_mem_list and t_mem_list_bidi members of t_task
` [PATCH 040/103] target: Add comment & cleanup transport_map_sg_to_mem()
` [PATCH 041/103] target: Remove unneeded checks in transport_free_pages()
` [PATCH 042/103] target: Fix WRITE_SAME_16 t_task_lba assignment bug
` [PATCH 043/103] target: Fix WRITE_SAME_[16,32] number of blocks=0 case
` [PATCH 044/103] tcm_fc: Makefile cleanups
` [PATCH 045/103] tcm_fc: Convert to wake_up_process and schedule_timeout_interruptible
` [PATCH 046/103] target: Replace custom sg<->buf functions with lib funcs
` [PATCH 047/103] target: Simplify sector limiting code
` [PATCH 048/103] target: get_cdb should never return NULL
` [PATCH 049/103] target: Simplify transport_memcpy_se_mem_read_contig
` [PATCH 050/103] target: Use assignment rather than increment for t_task_cdbs
` [PATCH 051/103] target: Don't pass dma_size to generic_get_mem
` [PATCH 052/103] target: Pass sg with type scatterlist in transport_map_sg_to_mem
` [PATCH 053/103] target: Move task_sg_num next to task_sg in struct se_task
` [PATCH 054/103] target: inline struct se_transport_task into struct se_cmd
` [PATCH 055/103] target: Change name & semantics of transport_get_sectors()
` [PATCH 056/103] target: Remove unused members of se_cmd
` [PATCH 057/103] target: Rename se_cmd.t_task_cdbs to t_task_list_num
` [PATCH 058/103] target: Fix some spelling
` [PATCH 059/103] target: Remove unused var from transport_generic_do_tmr
` [PATCH 060/103] target: map_sg_to_mem: return sg_count in return value
` [PATCH 061/103] target/pscsi: Use min_t for sector limits
[PATCH 062/103] target/pscsi: Unused param for pscsi_get_bio()
2011-07-21 7:12 UTC (27+ messages)
` [PATCH 063/103] target: Rename get_cdb_count to allocate_tasks
` [PATCH 064/103] target: Make transport_generic_new_cmd() available for iscsi-target
` [PATCH 065/103] target: Remove fabric callback to allocate iovecs
` [PATCH 066/103] target: Fix transport_generic_new_cmd WRITE comment
` [PATCH 067/103] target: remove the always-noop ->new_cmd_failure method
` [PATCH 068/103] target: remove the unused SCF_SE_DISABLE_ONLINE_CHECK flag
` [PATCH 069/103] target: remove the unused SCF_CMD_PASSTHROUGH_NOALLOC flag
` [PATCH 070/103] target: remove the unused SCF_EMULATE_SYNC_UNMAP flag
` [PATCH 071/103] target: remove the unused SCF_EMULATE_SYNC_CACHE flag
` [PATCH 072/103] target: merge release_cmd methods
` [PATCH 073/103] target: Add transport_handle_cdb_direct optimization
` [PATCH 074/103] target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full
` [PATCH 075/103] target: Make transport_lookup_cmd_lun() locking IRQ-safe
` [PATCH 076/103] target: Make se_dev_check_online() "
` [PATCH 077/103] target/iblock: Use request_queue->nr_request for se_device defaults
` [PATCH 078/103] loopback: Remove duplicate scsi/scsi_tcq.h include
` [PATCH 079/103] target: Make se_tmr_lock IRQ-safe
` [PATCH 080/103] loopback: Fix memory leak in tcm_loop_make_scsi_hba()
` [PATCH 081/103] target/iblock: Remove unused iblock_dev members
` [PATCH 082/103] target: Allow for built-in target modules
` [PATCH 083/103] target: Fix reporting of supported VPD pages
` [PATCH 084/103] target: Implement Block Device Characteristics VPD page
` [PATCH 085/103] target: Remove ifdeffed code in t_g_process_write
` [PATCH 086/103] target: Pass 2nd param of transport_split_cdb by value
` [PATCH 087/103] target: Make all control CDBs scatter-gather
` [PATCH 088/103] target: Enforce 1 page max for control cdb buffer sizes
BUG: unable to handle kernel NULL pointer dereference at (null)
2011-07-21 4:13 UTC
[PATCH 15/15] bfa: Update the driver version to 3.0.2.2
2011-07-21 0:04 UTC
[PATCH 14/15] bfa: Added support to configure lunmasking
2011-07-21 0:04 UTC
[PATCH 13/15] bfa: Introduced initiator based lun masking feature
2011-07-21 0:04 UTC
[PATCH 12/15] bfa: Add support to store driver configuration in flash
2011-07-21 0:03 UTC
[PATCH 11/15] bfa: Add support to collect fabric stats
2011-07-21 0:03 UTC
[PATCH 10/15] bfa: Added support to configure QOS and collect stats
2011-07-21 0:03 UTC
[PATCH 09/15] bfa: Add support to configure trunking on Brocade adapter ports
2011-07-21 0:02 UTC
[PATCH 08/15] bfa: Add support to configure and query flash boot partition
2011-07-21 0:02 UTC
[PATCH 07/15] bfa: Added support to collect and reset fcport stats
2011-07-21 0:02 UTC
[PATCH 06/15] bfa: Add support for IO profiling
2011-07-21 0:01 UTC
[PATCH 05/15] bfa: Extend BSG to support more user commands
2011-07-21 0:01 UTC
[PATCH 04/15] bfa: Check supported speed based on port mode
2011-07-21 0:01 UTC
[PATCH 03/15] bfa: Update RME interrupt handling
2011-07-21 0:00 UTC
[PATCH 02/15] bfa: BSG return value fix to be compatible with kernel convention
2011-07-20 23:59 UTC
[PATCH 01/15] bfa: Add FC-transport based Asynchronous Event Notification support
2011-07-20 23:59 UTC
[PATCH 00/15] bfa: Update the driver version to 3.0.2.2
2011-07-20 23:58 UTC
Bug#634681: linux-image-2.6.39-2-686-pae: Usb oops with 2.6.39 (elv_put_request)
2011-07-20 22:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox