linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-25 20:00:19 to 2009-08-30 02:43:44 UTC [more...]

[PATCH 0/7] discard support revisited
 2009-08-30  2:43 UTC  (13+ messages)
` [PATCH 1/7] Make DISCARD_BARRIER and DISCARD_NOBARRIER writes instead of reads
` [PATCH 2/7] block: use blkdev_issue_discard in blk_ioctl_discard
` [PATCH 3/7] block: discard may need to allocate pages
` [PATCH 4/7] sd: add support for WRITE SAME (16) with unmap bit
` [PATCH 5/7] libata: Add support for TRIM
` [PATCH 6/7] block: allow large discard requests
` [PATCH 7/7] xfs: add batches discard support

scsi_wait_scan not working (2.6.30.5)
 2009-08-29 23:27 UTC  (11+ messages)

[PATCH 1/2] scsi: add struct scsi_host_template::proc_fops
 2009-08-29 18:35 UTC  (2+ messages)
` [PATCH 2/2] cciss: convert to ->proc_fops

[Bug 8213] Race: a lock is expected before calling BusLogic_WriteOutgoingMailbox, but it is not held in some case and it is held in other cases
 2009-08-29 16:36 UTC  (5+ messages)

[Bug 8221] RACE: Lock is expected before calling ips_removeq_scb_head, but in some call chains not held!
 2009-08-29  9:14 UTC 

[PATCH 1/3][RESUBMIT] scsi_dh_rdac: changes to collect the debug information during rdac_activate
 2009-08-29  1:06 UTC  (4+ messages)

[PATCH][RESUBMIT] scsi_dh_rdac: Fix for returning correct mode select cmd return info
 2009-08-28 17:50 UTC  (2+ messages)

[PATCH 00/64] libfc, libfcoe and fcoe updates for scsi-misc
 2009-08-28 16:58 UTC  (69+ messages)
` [PATCH 01/64] fcoe: Add format spacing to FCOE_NETDEV_DBG debug macro
` [PATCH 02/64] libfc: Fix misleading debug statement
` [PATCH 03/64] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile error
` [PATCH 04/64] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)
` [PATCH 05/64] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lock
` [PATCH 06/64] libfc: Export FC headers
` [PATCH 07/64] fcoe: Add sysfs parameter to fcoe for minimum DDP read I/O size
` [PATCH 08/64] libfcoe: fcoe_ctlr_destroy use cancel_work_sync instead of flush_work
` [PATCH 09/64] fcoe: fix missing error check in call to fcoe_if_init
` [PATCH 10/64] fcoe: remove unnecessary list and lock initializations
` [PATCH 11/64] fcoe: interface changes to fcoe_if_create and fcoe_if_destroy
` [PATCH 12/64] fcoe: Introduce and allocate fcoe_interface structure, 1:1 with net_device
` [PATCH 13/64] fcoe: move netdev to fcoe_interface
` [PATCH 14/64] fcoe: move packet handlers from fcoe_port "
` [PATCH 15/64] fcoe: move FIP controller "
` [PATCH 16/64] fcoe: move offload exchange manager pointer "
` [PATCH 17/64] fcoe: remove fcoe_interface->priv pointer
` [PATCH 18/64] fcoe: fcoe_interface create, destroy and refcounting
` [PATCH 19/64] fcoe: split out per interface setup
` [PATCH 20/64] fcoe: add mutex to protect create and destroy
` [PATCH 21/64] fcoe: move the host-list add/remove to keep out VN_Ports
` [PATCH 22/64] fcoe: Fix module ref count bug by adding NETDEV UNREGISTER handling
` [PATCH 23/64] fcoe: use rtnl mutex in place of hostlist lock
` [PATCH 24/64] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv
` [PATCH 25/64] libfc: change interface for rport_create
` [PATCH 26/64] libfc: fix RPORT_TO_PRIV and PRIV_TO_RPORT() macros
` [PATCH 27/64] libfc: make fc_rport_priv the primary rport interface
` [PATCH 28/64] libfc: change elsct to use FC_ID instead of rdata
` [PATCH 29/64] libfc: make rport structure optional
` [PATCH 30/64] libfc: rearrange code in fc_rport_work
` [PATCH 31/64] libfc: rename rport event CREATED to READY
` [PATCH 32/64] libfc: don't create dummy (rogue) remote ports
` [PATCH 33/64] libfc: fix rport event race between READY and LOGO
` [PATCH 34/64] libfc: eliminate disc->event
` [PATCH 35/64] libfc: remove unused disc->delay element
` [PATCH 36/64] libfc: rport debug messages were printing pointer values
` [PATCH 37/64] libfc: simplify fc_lport_rport_callback
` [PATCH 38/64] libfc: make rport module maintain the rport list
` [PATCH 39/64] libfc: have rport_create do a lookup for pre-existing rports first
` [PATCH 40/64] libfc: change to make remote port callback optional
` [PATCH 41/64] libfc: move rport_lookup into fc_rport.c
` [PATCH 42/64] libfc: do not log off rports before or after discovery
` [PATCH 43/64] libfc: discovery restart sequence error fix
` [PATCH 44/64] libfc: rearrange code in fc_disc_gpn_ft_resp()
` [PATCH 45/64] libfc: handle discovery failure more correctly
` [PATCH 46/64] libfc: fix: empty zone causes endless discovery retries
` [PATCH 47/64] libfc: discovery retry should clear pending first
` [PATCH 48/64] libfc: discovery gpn_ft parse bug
` [PATCH 49/64] libfc: clean up point-to-point discovery code
` [PATCH 50/64] libfc: don't do discovery before callback is set
` [PATCH 51/64] libfc: Initialize fc_rport_identifiers inside fc_rport_create
` [PATCH 52/64] libfc: Always reset remote port roles when receiving PRLI
` [PATCH 53/64] libfc: move remote port lookup for ELS requests into fc_rport.c
` [PATCH 54/64] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookup
` [PATCH 55/64] libfc: improve debug messages for ELS response handlers
` [PATCH 56/64] libfc: correctly handle incoming PLOGI request
` [PATCH 57/64] libfc: fix rport error handling for login-required and invalid ops
` [PATCH 58/64] libfc: re-login to remote ports that send us LOGO
` [PATCH 59/64] libfc: LOGO response code had extraeous enter_rtv
` [PATCH 60/64] libfc: use ADISC to verify rport login state
` [PATCH 61/64] libfc: fix handling of incoming Discover Address (ADISC) requests
` [PATCH 62/64] libfc: send GPN_ID in reaction to single-port RSCNs
` [PATCH 63/64] libfc: don't swap OX_ID and RX_ID when sending BA_RJT
` [PATCH 64/64] fcoe: flush per-cpu thread work when destroying interface

[RFC PATCH 0/9] RFC: handle queue_depth adjustments because of QUEUE_FULLs in scsi_error.c
 2009-08-28 16:56 UTC  (19+ messages)
` [RFC PATCH 1/9] scsi-ml: modify change_queue_depth to take in reason why it is being called
` [RFC PATCH 2/9] scsi error: have scsi-ml call change_queue_depth to handle QUEUE_FULL
` [RFC PATCH 3/9] drivers: convert drivers setting the change_queue_depth callback
` [RFC PATCH 4/9] drivers: convert fc drivers calling scsi_track_queue_full
` [RFC PATCH 5/9] scsi: updates sdev to add queue_depth ramp up code
` [RFC PATCH 6/9] scsi: adds sdev->queue_ramp_up_period to sysfs
` [RFC PATCH 7/9] scsi: add common queue_depth ramp up code
` [RFC PATCH 8/9] fcoe, libfc: fix an libfc issue with queue ramp down in libfc
` [RFC PATCH 9/9] libfc: adds queue_depth ramp up to libfc

[PATCH 3/3][RESUBMIT] scsi_dh_rdac: changes for rdac debug logging
 2009-08-28 14:23 UTC 

[PATCH 2/3][RESUBMIT] scsi_dh_rdac: move the init code from rdac_activate to rdac_bus_attach
 2009-08-28 14:22 UTC 

[PATCH 0/3][RESUBMIT] scsi_dh_rdac: Adding more debug options for scsi rdac handler
 2009-08-28 14:22 UTC 

[PATCH 14/14] bfa: Brocade BFA FC SCSI driver (maint)
 2009-08-28  8:25 UTC 

[PATCH 13/14] bfa: Brocade BFA FC SCSI driver (make)
 2009-08-28  8:24 UTC 

[PATCH 12/14] bfa: Brocade BFA FC SCSI driver (include part3)
 2009-08-28  8:20 UTC 

[PATCH 11/14] bfa: Brocade BFA FC SCSI driver (include part2)
 2009-08-28  8:19 UTC 

[PATCH 10/14] bfa: Brocade BFA FC SCSI driver (include part1)
 2009-08-28  8:17 UTC 

[PATCH 9/14] bfa: Brocade BFA FC SCSI driver (fcs part4)
 2009-08-28  8:14 UTC 

[PATCH 8/14] bfa: Brocade BFA FC SCSI driver (fcs part3)
 2009-08-28  8:11 UTC 

[PATCH 7/14] bfa: Brocade BFA FC SCSI driver (fcs part2)
 2009-08-28  8:09 UTC 

[PATCH 6/14] bfa: Brocade BFA FC SCSI driver (fcs part1)
 2009-08-28  8:06 UTC 

[PATCH 5/14] bfa: Brocade BFA FC SCSI driver (bfa part4)
 2009-08-28  8:04 UTC 

[PATCH 4/14] bfa: Brocade BFA FC SCSI driver (bfa part3)
 2009-08-28  8:01 UTC 

[PATCH 3/14] bfa: Brocade BFA FC SCSI driver (bfa part2)
 2009-08-28  7:59 UTC 

[PATCH 2/14] bfa: Brocade BFA FC SCSI driver (bfa part1)
 2009-08-28  7:57 UTC 

[PATCH 1/14] bfa: Brocade BFA FC SCSI driver (bfad)
 2009-08-28  7:54 UTC 

[PATCH 0/14] bfa: Brocade BFA FC SCSI driver (overview)
 2009-08-28  7:52 UTC 

[PATCH] SCSI driver for VMware's virtual HBA
 2009-08-28  6:03 UTC  (2+ messages)

[PATCH 4/6] RFC: beiscsi: iscsi hook in and handling code
 2009-08-28  5:19 UTC 

[PATCH 4/6] RFC: beiscsi: iscsi hook in and handling code
 2009-08-28  5:00 UTC 

[PATCH] zfcp: Test kmalloc failure in scsi_get_vpd_page()
 2009-08-27 23:45 UTC  (2+ messages)

MD/RAID time out writing superblock
 2009-08-27 21:57 UTC 

DIF/DIX updates for 2.6.32
 2009-08-27 20:05 UTC  (30+ messages)
` [PATCH 1/5] SCSI: Add support for 32-byte CDBs
` [PATCH 2/5] SCSI: Deprecate SCSI_PROT_*_CONVERT operations
` [PATCH 3/5] sd: Detach DIF from block integrity infrastructure
` [PATCH 4/5] sd: Support disks formatted with DIF Type 2
` [PATCH 5/5] scsi_debug: Implement support for "

O_DIRECT and barriers
 2009-08-27 14:50 UTC  (14+ messages)

Persistent Reservations + SCSI Initiator Port TransportIDs
 2009-08-27 12:59 UTC  (2+ messages)

[PATCH] scsi_dh_rdac: Add support for Sun StorageTek ST2500, ST2510 and ST2530
 2009-08-26 22:56 UTC  (3+ messages)

Forget about ErDys
 2009-08-26 23:38 UTC 

transport classes vs binary interfaces
 2009-08-26 22:15 UTC 

LSISAS1068E + WDC WD2002FYPS: I/O error & Sense Key
 2009-08-26 21:17 UTC  (7+ messages)

2.6.31-rc7-git2: Reported regressions 2.6.29 -> 2.6.30
 2009-08-26 20:11 UTC  (4+ messages)

[PATCH] scsi_dh_rdac: Add support for Sun StorageTek 2510 and 2530
 2009-08-26 18:01 UTC  (2+ messages)

[Bugme-new] [Bug 13988] New: Oops and NULL pointer with USB disk
 2009-08-26 16:24 UTC  (2+ messages)

[PATCH 0/7] mpt2sas : [Resend] Discription patch
 2009-08-26 13:20 UTC  (2+ messages)

PATCH: PMC-Sierra MaxRAID driver to support 6Gb/s SAS RAID controller
 2009-08-26  0:35 UTC 

[PATCH 1/3] scsi_dh_rdac: Adding more debug options for scsi rdac handler
 2009-08-25 23:50 UTC  (2+ messages)

2.6.31-rc6-git5: Reported regressions from 2.6.30
 2009-08-25 23:25 UTC  (4+ messages)

2.6.31-rc7-git2: Reported regressions from 2.6.30
 2009-08-25 20:00 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).