messages from 2009-08-25 21:01:43 to 2009-09-01 09:06:45 UTC [more...]
[PATCH 0/7] discard support revisited
2009-09-01 9:06 UTC (25+ 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 reference
2009-09-01 7:59 UTC (2+ messages)
scsi traffic sniffing
2009-09-01 6:13 UTC
MD/RAID time out writing superblock
2009-08-31 23:45 UTC (6+ messages)
[PATCH] SCSI driver for VMware's virtual HBA
2009-08-31 21:54 UTC (8+ messages)
[PATCH 0/4]: Add ALUA primary/secondary access state/status metadata support
2009-08-31 8:29 UTC
[PATCH 4/4] [LIO-Target/ConfigFS]: Add ALUA secondary access state attributes for saving/reading metadata
2009-08-31 8:28 UTC
[PATCH 1/4] [Target_Core_Mod/ALUA]: Add support for saving primary port metadata across target power loss
2009-08-31 8:25 UTC
[PATCH] [Target_Core_Mod/ALUA]: Add ALUA Transition state usage + optional delay
2009-08-31 8:24 UTC
[PATCH 3/4] [Target_Core_Mod]: Add alua mutex initialization in core_alloc_port()
2009-08-31 8:27 UTC
[PATCH 2/4] [Target_Core_Mod/ALUA]: Add support for saving secondary fabric port metadata across target power loss
2009-08-31 8:26 UTC
[PATCH] scsi_error size reduction and readability improvement
2009-08-30 22:51 UTC
scsi_wait_scan not working (2.6.30.5)
2009-08-30 17:21 UTC (13+ messages)
[PATCH] zfcp: Test kmalloc failure in scsi_get_vpd_page()
2009-08-30 14:35 UTC (4+ messages)
[PATCH 2.6.30] libsrp: fix memory leak in srp_ring_free()
2009-08-30 10:36 UTC
[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 (35+ messages)
` [PATCH 06/64] libfc: Export FC headers
` [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 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
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)
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;
as well as URLs for NNTP newsgroup(s).