target-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 04:54:57 to 2021-01-21 06:04:53 UTC [more...]

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  3:00 UTC  (43+ messages)
` [RFC PATCH 01/37] block: introduce bio_init_fields() helper
` [RFC PATCH 02/37] fs: use bio_init_fields in block_dev
` [RFC PATCH 03/37] btrfs: use bio_init_fields in disk-io
` [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes
` [RFC PATCH 05/37] ext4: use bio_init_fields in page_io
` [RFC PATCH 06/37] gfs2: use bio_init_fields in lops
` [RFC PATCH 07/37] gfs2: use bio_init_fields in meta_io
` [RFC PATCH 08/37] gfs2: use bio_init_fields in ops_fstype
` [RFC PATCH 09/37] iomap: use bio_init_fields in buffered-io
` [RFC PATCH 10/37] iomap: use bio_init_fields in direct-io
` [RFC PATCH 11/37] jfs: use bio_init_fields in logmgr
` [RFC PATCH 12/37] zonefs: use bio_init_fields in append
` [RFC PATCH 13/37] drdb: use bio_init_fields in actlog
` [RFC PATCH 14/37] drdb: use bio_init_fields in bitmap
` [RFC PATCH 15/37] drdb: use bio_init_fields in receiver
` [RFC PATCH 16/37] floppy: use bio_init_fields
` [RFC PATCH 17/37] pktcdvd: "
` [RFC PATCH 18/37] bcache: use bio_init_fields in journal
` [RFC PATCH 19/37] bcache: use bio_init_fields in super
` [RFC PATCH 20/37] bcache: use bio_init_fields in writeback
` [RFC PATCH 21/37] dm-bufio: use bio_init_fields
` [RFC PATCH 22/37] dm-crypt: "
` [RFC PATCH 23/37] dm-zoned: use bio_init_fields metadata
` [RFC PATCH 24/37] dm-zoned: use bio_init_fields target
` [RFC PATCH 25/37] dm-zoned: use bio_init_fields
` [RFC PATCH 26/37] dm log writes: "
` [RFC PATCH 27/37] nvmet: use bio_init_fields in bdev-ns
` [RFC PATCH 28/37] target: use bio_init_fields in iblock
` [RFC PATCH 29/37] btrfs: use bio_init_fields in scrub
` [RFC PATCH 30/37] fs: use bio_init_fields in buffer
` [RFC PATCH 31/37] eros: use bio_init_fields in data
` [RFC PATCH 32/37] eros: use bio_init_fields in zdata
` [RFC PATCH 33/37] jfs: use bio_init_fields in metadata
` [RFC PATCH 34/37] nfs: use bio_init_fields in blocklayout
` [RFC PATCH 35/37] ocfs: use bio_init_fields in heartbeat
` [RFC PATCH 36/37] xfs: use bio_init_fields in xfs_buf
` [RFC PATCH 37/37] xfs: use bio_init_fields in xfs_log

[PATCH] scsi: target: iscsi: Fix typo in comment
 2021-01-21  3:35 UTC  (3+ messages)

[PATCH v2] scsi: target: core: check SR field in REPORT LUNS
 2021-01-20 10:27 UTC 

[PATCH v6 0/4] scatterlist: add new capabilities
 2021-01-19 18:39 UTC  (21+ messages)
` [PATCH v6 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v6 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v6 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v6 4/4] scatterlist: add sgl_memset()

[PATCH 0/3] scatterlist: sgl-sgl ops: copy, equal
 2021-01-19 17:09 UTC  (4+ messages)
` [PATCH 1/3] scatterlist: add sgl_copy_sgl() function
` [PATCH 2/3] scatterlist: add sgl_equal_sgl() function
` [PATCH 3/3] scatterlist: add sgl_memset()

[PATCH] Revert "scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPs"
 2021-01-18  7:06 UTC 

[PATCH] target/file: don't zero iter before iov_iter_bvec
 2021-01-15  4:08 UTC  (12+ messages)

[PATCH] scsi: target: tcmu: Fix use-after-free of se_cmd->priv
 2021-01-15  4:08 UTC  (3+ messages)

[PATCH] scsi: target: tcmu: Fix wrong uio handling causing big memory leak
 2021-01-14 16:50 UTC  (6+ messages)

[PATCH v5 0/4] scatterlist: add new capabilities
 2021-01-11 14:43 UTC  (10+ messages)
` [PATCH v5 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v5 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v5 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v5 4/4] scatterlist: add sgl_memset()

[PATCH] Remove the tcm_fc driver
 2021-01-11  6:53 UTC  (2+ messages)

[PATCH v3 0/7] no-copy bvec
 2021-01-11  3:00 UTC  (15+ messages)
` [PATCH v3 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v3 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v3 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v3 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v3 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v3 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v3 7/7] bio: don't copy bvec for direct IO

[PATCH] scsi: target/sbp: remove SBP target driver
 2021-01-05  1:48 UTC  (11+ messages)
` [PATCH] scsi: target/sbp: remove firewire "

[PATCH v2 0/7] no-copy bvec
 2021-01-04 17:23 UTC  (15+ messages)
` [PATCH v2 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v2 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v2 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v2 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v2 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v2 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v2 7/7] bio: don't copy bvec for direct IO

About the tcm_fc FCoE target driver
 2021-01-04 17:04 UTC  (3+ messages)

[RFC PATCH 0/7] target: fix up locking in IO paths
 2021-01-02 22:30 UTC  (4+ messages)
` [PATCH 3/7] tcm qlaxx: move sess cmd list/lock to driver

LinuxIO (LIO) target @ Debian 10 and VMware 6.7 Initiator: Detected WRITE_PROTECTED LUN Access for 0x00000000
 2021-01-02 16:01 UTC  (2+ messages)

[PATCH] scsi: target: iscsi: remove useless blank line
 2020-12-31  6:39 UTC 

[PATCH v1 0/6] no-copy bvec
 2020-12-24 17:30 UTC  (38+ messages)
` [PATCH v1 1/6] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v1 3/6] bio: deduplicate adding a page into bio
` [PATCH v1 4/6] block/psi: remove PSI annotations from direct IO
` [PATCH v1 5/6] bio: add a helper calculating nr segments to alloc
` [PATCH v1 6/6] block/iomap: don't copy bvec for direct IO

[PATCH v2 -next] scsi: target: iscsi: use DEFINE_MUTEX() for mutex lock
 2020-12-24 13:25 UTC 

[PATCH -next] scsi: target: iscsi: use DEFINE_MUTEX (and mutex_init() had been too late)
 2020-12-23 14:11 UTC 

[PATCH AUTOSEL 5.10 029/217] scsi: target: Fix cmd_count ref leak
 2020-12-23  2:13 UTC 

[PATCH AUTOSEL 5.4 010/130] scsi: target: Fix cmd_count ref leak
 2020-12-23  2:16 UTC 

[PATCH 0/6] scsi: target: Remove in_interrupt() usage
 2020-12-20 20:36 UTC  (7+ messages)
` [PATCH 1/6] scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session()
` [PATCH 2/6] scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_check_session_usage_count()
` [PATCH 3/6] scsi: target: iscsi: Redo iscsit_check_session_usage_count() return code
` [PATCH 4/6] scsi: target: Remove in_interrupt() usage in core_alua_check_nonop_delay()
` [PATCH 5/6] scsi: target: Replace in_interrupt() usage in target_submit_cmd_map_sgls()
` [PATCH 6/6] scsi: target: Remove in_interrupt() check in transport_handle_cdb_direct()

[PATCH] scsi: target: core: check SR field in REPORT LUNS
 2020-12-17 12:37 UTC 

Disinfection
 2020-12-16  8:36 UTC 

[RFC PATCH 0/8] vhost: allow userspace to control vq cpu affinity
 2020-12-09 15:58 UTC  (5+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (2+ messages)
` (subset) "


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).