Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-15 10:39:48 to 2016-04-22 23:17:15 UTC [more...]

This patch triggers a bad gcc bug (was Re: [PATCH] force inlining of some byteswap operations)
 2016-04-22 23:17 UTC  (18+ messages)
                            ` [PATCH] scsi: fc: force inlining of wwn conversion functions

Zádost!!
 2016-04-22 13:08 UTC 

[PATCH 0/3] iscsi: Add statistics support for iscsi host
 2016-04-22 18:37 UTC  (5+ messages)
  ` [PATCH 1/3] scsi_transport_iscsi: Add stats "
  ` [PATCH 2/3] libiscsi: Add support to update host stats param
  ` [PATCH 3/3] bnx2i: Enable support for "

HELLO DEAR
 2016-04-22 17:48 UTC 

[PATCH 00/11] SCSI smpboot thread conversion
 2016-04-22 16:39 UTC  (9+ messages)
` [PATCH 01/11] scsi/fcoe: lock online CPUs in fcoe_percpu_clean()
        ` [PATCH v2] scsi/fcoe: convert to kworker
          ` [PREEMPT-RT] "

[PATCH v2] qla1280: Reduce can_queue to 32
 2016-04-22 14:56 UTC  (2+ messages)

[PATCH] qla1280: Reduce can_queue to 32
 2016-04-22 14:10 UTC  (4+ messages)

[PATCH 0/5] mpt3sas: driver update for Phase12
 2016-04-22 11:23 UTC  (6+ messages)
` [PATCH 1/5] mpt3sas: Update MPI header to 2.00.42
` [PATCH 2/5] mpt3sas: Handle active cable exception event
` [PATCH 3/5] mpt3sas: Fix initial Reference tag field for 4K PI drives
` [PATCH 4/5] mpt3sas: Set maximum transfer length per IO to 4MB for VDs
` [PATCH 5/5] mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMs

[PATCH] cxgbi: fix uninitialized flowi6
 2016-04-22 11:09 UTC 

[stable] SCSI discard fixes
 2016-04-22  7:42 UTC 

[PATCH] libfc: unsafe refcounting in fc_rport_work()
 2016-04-21 20:11 UTC  (7+ messages)

alloc failure in qla1280 probe -- need to decrease can_queue?
 2016-04-21 17:03 UTC  (3+ messages)

违纪问题员工处理;HR
 2016-04-21 13:02 UTC 

[PATCH] SCSI: LIBSCSI: Fixed codeing style errors
 2016-04-20 15:20 UTC  (2+ messages)

[PATCH 1/1] scsi: add Synology DSM 6.0 and higher to 1024 sector blacklist
 2016-04-20  8:46 UTC  (7+ messages)

[Bug 116771] New: NULL pointer dereference when 'cat /sys/class/fc_host/host1/fabric_name'
 2016-04-20  1:06 UTC 

[Bug 116751] New: Double-Fetch bug in Linux-4.5/drivers/scsi/aacraid/commctrl.c
 2016-04-19 21:45 UTC 

[PATCH v3 00/13] Chelsio iSCSI target offload driver
 2016-04-19 18:30 UTC  (14+ messages)
` [PATCH v3 01/13] iscsi-target: add int (*iscsit_xmit_pdu)()
` [PATCH v3 02/13] iscsi-target: add void (*iscsit_release_cmd)()
` [PATCH v3 03/13] iscsi-target: add void (*iscsit_get_rx_pdu)()
` [PATCH v3 04/13] iscsi-target: split iscsi_target_rx_thread()
` [PATCH v3 05/13] iscsi-target: add int (*iscsit_validate_params)()
` [PATCH v3 06/13] iscsi-target: add void (*iscsit_get_r2t_ttt)()
` [PATCH v3 07/13] iscsi-target: move iscsit_thread_check_cpumask()
` [PATCH v3 08/13] iscsi-target: use conn_transport->transport_type in text rsp
` [PATCH v3 09/13] iscsi-target: add new offload transport type
` [PATCH v3 10/13] iscsi-target: clear tx_thread_active
` [PATCH v3 11/13] iscsi-target: call complete on conn_logout_comp
` [PATCH v3 12/13] iscsi-target: export symbols
` [PATCH v3 13/13] cxgbit: add files for cxgbit.ko

Greetings!!!
 2016-04-18 20:12 UTC 

Greetings!!!
 2016-04-18 17:43 UTC 

[PATCH 00/42] v6: separate operations from flags in the bio/request structs
 2016-04-18 16:30 UTC  (21+ messages)
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
  ` [dm-devel] "
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 28/42] block: prepare mq request creation to use REQ_OPs
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-04-18 16:04 UTC  (46+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH v2] mpt3sas - remove unused fw_event_work elements
 2016-04-18 14:50 UTC 

[PATCH] st: clear ILI if Medium Error
 2016-04-18 12:06 UTC  (2+ messages)

IMPORTANT MAIL TO YOU
 2016-04-18 11:09 UTC 

[PATCH] SCSI: LIBSCSI: Fixed codeing style errors
 2016-04-18  9:42 UTC 

[PATCH] lpfc: remove incorrect lockdep assertion
 2016-04-18  7:07 UTC  (2+ messages)

[patch] bnx2i: silence uninitialized variable warnings
 2016-04-18  5:17 UTC  (2+ messages)

EXPORT_SYMBOL(scsi_use_blk_mq);
 2016-04-17 18:04 UTC  (2+ messages)

Jsem Mr.Peter Wong
 2016-04-17 14:53 UTC 

[PATCH] SCSI: LIBSCSI: Fixed codeing style errors
 2016-04-17 15:05 UTC 

[PATCH V3 00/29] bitops: add parity functions
 2016-04-17 12:38 UTC  (2+ messages)

raid 5 creation fails on usb3 connected drives kernel 4.4.x, 4.5
 2016-04-17  4:53 UTC  (5+ messages)

我的交友主页是
 2016-04-16 20:56 UTC 

[PATCH] aha1542: probe correct address for isapnp
 2016-04-16 20:32 UTC 

Насчет Вашего объявления, Насчет Вашего объявления
 2016-04-16 13:18 UTC 

[PATCH 0/9] block/scsi: Implement SMR drive support
 2016-04-16 11:34 UTC  (19+ messages)
` [PATCH 3/9] sd: configure ZBC devices
` [PATCH 5/9] block: Implement support for zoned block devices
` [PATCH 6/9] block: Add 'zoned' sysfs queue attribute
` [PATCH 7/9] block: Introduce BLKPREP_DONE
` [PATCH 8/9] block: Add 'BLK_MQ_RQ_QUEUE_DONE' return value
` [PATCH 9/9] sd: Implement support for ZBC devices

[PATCH] mptsas: fix checks for dma mapping errors
 2016-04-15 23:12 UTC 

[PATCH] qla2xxx: rewrite code to avoid hitting gcc bug 70646
 2016-04-15 21:25 UTC  (8+ messages)

[PATCH 0/3] hisi_sas: device id/IPTT collision workaround
 2016-04-15 20:56 UTC  (8+ messages)
` [PATCH 1/3] hisi_sas: add device and slot alloc hw methods
` [PATCH 2/3] hisi_sas: add slot_index_alloc_quirk_v2_hw()
` [PATCH 3/3] hisi_sas: add alloc_dev_quirk_v2_hw()

[-next] BUG_ON in scsi_target_destroy()
 2016-04-15 20:55 UTC  (4+ messages)

[PATCH 0/4] megaraid_sas: Updates for scsi-next
 2016-04-15 20:34 UTC  (10+ messages)
` [PATCH 1/4] megaraid_sas: reduce memory footprints in kdump mode
` [PATCH 2/4] megaraid_sas: call ISR function to clean up pending replies in OCR path
` [PATCH 3/4] megaraid_sas: task management code optimizations
` [PATCH 4/4] megaraid_sas: driver version upgrade

[patch v2] scsi_dh_alua: uninitialized variable in alua_rtpg()
 2016-04-15 20:26 UTC  (2+ messages)

[PATCH] scsi_dh_alua: Declare local functions static
 2016-04-15 20:23 UTC  (2+ messages)

[PATCH] mpt3sas: Remove usage of 'struct timeval'
 2016-04-15 20:20 UTC  (4+ messages)

[PATCH 0/5] hisi_sas: v2 hw SATA fixes
 2016-04-15 20:15 UTC  (4+ messages)

[PATCH] mpt3sas: fix possible NULL dereference
 2016-04-15 17:35 UTC  (3+ messages)

[PATCH] mpt3sas - remove unused fw_event_work delayed_work
 2016-04-15 17:26 UTC  (10+ messages)

[SCSI] qla2xxx: Enhancements to support ISPFx00
 2016-04-15 16:29 UTC  (2+ messages)

[PATCH v12 0/9] add support for DWC UFS Controller
 2016-04-15 14:09 UTC  (2+ messages)
` [PATCH v14 "

Delivery notification..(View the attachment for confirmation of your delivery address)
 2016-04-15 12:33 UTC 

[PATCHv2 00/14] ZAC support
 2016-04-15 12:32 UTC  (8+ messages)
` [PATCHv2 05/14] libata: NCQ Encapsulation for READ LOG DMA EXT

400 protesters arrested at US capitol, No News coverage?? Why not?
 2016-04-15 11:23 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 read-only IMAP folder(s) and NNTP newsgroup(s).