Linux Block I/O
[Prev Page][Next Page]
- [PATCH 03/13] blkcg: convert blkg_lookup_create() to find closest blkg
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 01/13] blkcg: fix ref count issue with bio_blkcg() using task_css
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 02/13] blkcg: update blkg_lookup_create() to do locking
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 04/13] blkcg: introduce common blkg association logic
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 08/13] blkcg: associate writeback bios with a blkg
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 09/13] blkcg: remove bio->bi_css and instead use bio->bi_blkg
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 13/13] blkcg: rename blkg_try_get() to blkg_tryget()
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 12/13] blkcg: change blkg reference counting to use percpu_ref
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 07/13] blkcg: associate a blkg for pages being evicted by swap
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 05/13] blkcg: associate blkg when associating a device
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 06/13] blkcg: consolidate bio_issue_init() to be a part of core
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 11/13] blkcg: remove bio_disassociate_task()
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 10/13] blkcg: remove additional reference to the css
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- [PATCH 00/13 v4] block: always associate blkg and refcount cleanup
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- Re: [PATCH blktests] Add use of logger so that syslog files show when each test starts
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH blktests] Add use of logger so that syslog files show when each test starts
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 2/2] loop: Better discard support for block devices
- From: Evan Green <evgreen@xxxxxxxxxxxx>
- Re: [PATCH blktests] Add use of logger so that syslog files show when each test starts
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH blktests] Add use of logger so that syslog files show when each test starts
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [Intel-wired-lan] [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [Intel-wired-lan] [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- Re: [PATCH blktests] Add use of logger so that syslog files show when each test starts
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCHv4 0/3] scsi timeout handling updates
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: remove exofs, the T10 OSD code and block/scsi bidi support V3
- From: Boaz Harrosh <ooo@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/8] block: sum requests in the plug structure
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv4 3/3] blk-mq: Simplify request completion state
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv4 2/3] scsi: Do not rely on blk-mq for double completions
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv4 1/3] blk-mq: Return true if request was completed
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCHv4 2/3] scsi: Do not rely on blk-mq for double completions
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCHv4 3/3] blk-mq: Simplify request completion state
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCHv4 1/3] blk-mq: Return true if request was completed
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCHv4 0/3] scsi timeout handling updates
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCH 20/20] aio: use fget/fput_many() for file references
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 19/20] fs: add fget_many() and fput_many()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 18/20] aio: add submission side request cache
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 17/20] aio: support for IO polling
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 16/20] aio: add support for having user mapped iocbs
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 15/20] aio: add io_setup2() system call
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 14/20] aio: abstract out io_event filler helper
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 13/20] aio: split out iocb copy from io_submit_one()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 12/20] aio: use iocb_put() instead of open coding it
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 11/20] aio: only use blk plugs for > 2 depth submissions
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 10/20] aio: don't zero entire aio_kiocb aio_get_req()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 09/20] aio: separate out ring reservation from req allocation
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 08/20] aio: use assigned completion handler
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 07/20] iomap: ensure that async polled IO is marked REQ_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 06/20] iomap: wire up the iopoll method
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 05/20] block: ensure that async polled IO is marked REQ_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 04/20] block: wire up block device iopoll method
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 03/20] fs: add an iopoll method to struct file_operations
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 02/20] aio: clear IOCB_HIPRI
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 01/20] aio: fix failure to put the file pointer
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET v3 0/18] Support for polled aio
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 8/8] blk-mq: add plug case for devices that implement ->commits_rqs()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 7/8] blk-mq: use bd->last == true for list inserts
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 6/8] ataflop: implement mq_ops->commit_rqs() hook
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5/8] virtio_blk: implement mq_ops->commit_rqs() hook
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/8] nvme: implement mq_ops->commit_rqs() hook
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/8] blk-mq: add mq_ops->commit_rqs()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/8] block: improve logic around when to sort a plug list
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/8] block: sum requests in the plug structure
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET 0/8] block plugging improvements
- From: Jens Axboe <axboe@xxxxxxxxx>
- sbitmap: don't use READ_ONCE() if we don't have to
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] nvme: Fix PCIe surprise removal scenario
- From: Keith Busch <keith.busch@xxxxxxxxx>
- Re: [PATCH nvme-cli v3 15/13] nvme: Add TCP transport
- From: Keith Busch <keith.busch@xxxxxxxxx>
- Re: [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Keith Busch <keith.busch@xxxxxxxxx>
- Re: [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 4/6] block: make blk_poll() take a parameter on whether to spin or not
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/6] blk-mq: when polling for IO, look for any completion
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH v3 5/5] lightnvm: pblk: Support for packed metadata
- From: Javier Gonzalez <javier@xxxxxxxxxxxx>
- Re: [PATCH v3 3/5] lightnvm: Flexible DMA pool entry size
- From: Javier Gonzalez <javier@xxxxxxxxxxxx>
- Re: [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V12 18/20] block: document usage of bio iterator helpers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V12 16/20] block: enable multipage bvecs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] arm64: crypto: add NEON accelerated XOR implementation
- From: JackieLiu <liuyun01@xxxxxxxxxx>
- Re: [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V12 07/20] block: introduce multi-page bvec helpers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V12 06/20] block: rename bvec helpers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V12 05/20] block: remove bvec_iter_rewind()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH] arm64: crypto: add NEON accelerated XOR implementation
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v3 2/5] lightnvm: pblk: Helpers for OOB metadata
- From: Javier Gonzalez <javier@xxxxxxxxxxxx>
- [PATCH] arm64: crypto: add NEON accelerated XOR implementation
- From: Jackie Liu <liuyun01@xxxxxxxxxx>
- Re: [PATCH 6/6] blk-mq: never redirect polled IO completions
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/6] block: make blk_poll() take a parameter on whether to spin or not
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 3/6] nvme: remove opportunistic polling from bdev target
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH V12 06/20] block: rename bvec helpers
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/6] blk-mq: when polling for IO, look for any completion
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] mm: Replace all open encodings for NUMA_NO_NODE
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 18/20] block: document usage of bio iterator helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 16/20] block: enable multipage bvecs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 11/20] block: introduce bvec_last_segment()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 07/20] block: introduce multi-page bvec helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 06/20] block: rename bvec helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 05/20] block: remove bvec_iter_rewind()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 03/20] block: remove the "cluster" flag
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 01/20] btrfs: remove various bio_offset arguments
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V12 00/20] block: support multi-page bvec
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/7] block: have ->poll_fn() return number of entries polled
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/7] block: have ->poll_fn() return number of entries polled
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v3 11/13] nvmet-tcp: add NVMe over TCP target driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v3 13/13] nvme-tcp: add NVMe over TCP host driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
- From: Nikolai Merinov <n.merinov@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] mm: Replace all open encodings for NUMA_NO_NODE
- From: Vinod Koul <vkoul@xxxxxxxxxx>
- Re: [PATCH] mm: Replace all open encodings for NUMA_NO_NODE
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH] mm: Replace all open encodings for NUMA_NO_NODE
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Block fix for 4.20-rc4
- From: pr-tracker-bot@xxxxxxxxxx
- [PATCH 6/6] blk-mq: never redirect polled IO completions
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5/6] blk-mq: ensure mq_ops ->poll() is entered at least once
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/6] block: make blk_poll() take a parameter on whether to spin or not
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/6] nvme: remove opportunistic polling from bdev target
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/6] blk-mq: when polling for IO, look for any completion
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/6] blk-mq: remove 'tag' parameter from mq_ops->poll()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET v4 0/6] Various block optimizations
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] Block fix for 4.20-rc4
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] nvme: Fix PCIe surprise removal scenario
- From: Igor Konopko <igor.j.konopko@xxxxxxxxx>
- [PATCH v3 5/5] lightnvm: pblk: Support for packed metadata
- From: Igor Konopko <igor.j.konopko@xxxxxxxxx>
- [PATCH v3 4/5] lightnvm: Disable interleaved metadata
- From: Igor Konopko <igor.j.konopko@xxxxxxxxx>
- [PATCH v3 3/5] lightnvm: Flexible DMA pool entry size
- From: Igor Konopko <igor.j.konopko@xxxxxxxxx>
- [PATCH v3 2/5] lightnvm: pblk: Helpers for OOB metadata
- From: Igor Konopko <igor.j.konopko@xxxxxxxxx>
- [PATCH v3 1/5] lightnvm: pblk: Move lba list to partial read context
- From: Igor Konopko <igor.j.konopko@xxxxxxxxx>
- [PATCH v3 0/5] lightnvm: Flexible metadata
- From: Igor Konopko <igor.j.konopko@xxxxxxxxx>
- Re: [PATCH] mm: Replace all open encodings for NUMA_NO_NODE
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH V11 15/19] block: enable multipage bvecs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] mm: Replace all open encodings for NUMA_NO_NODE
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] lightnvm: pblk: avoid ref warning on cache creation
- From: Hans Holmberg <hans.ml.holmberg@xxxxxxxxxxxxx>
- [PATCH] mm: Replace all open encodings for NUMA_NO_NODE
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: lightnvm: pblk: avoid ref warning on cache creation
- From: Matias Bjørling <mb@xxxxxxxxxxx>
- Re: lightnvm: pblk: avoid ref warning on cache creation
- From: Javier Gonzalez <javier@xxxxxxxxxxxx>
- Re: lightnvm: pblk: avoid ref warning on cache creation
- From: Matias Bjørling <mb@xxxxxxxxxxx>
- Re: lightnvm: pblk: avoid ref warning on cache creation
- From: Javier Gonzalez <javier@xxxxxxxxxxxx>
- Re: lightnvm: pblk: avoid ref warning on cache creation
- From: Matias Bjørling <mb@xxxxxxxxxxx>
- Re: [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH blktests] Add use of logger so that syslog files show when each test starts
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 8/8] aio: support for IO polling
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH AUTOSEL 4.19 15/36] floppy: fix race condition in __floppy_read_block_0()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 07/21] floppy: fix race condition in __floppy_read_block_0()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 06/15] floppy: fix race condition in __floppy_read_block_0()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 24/36] block: copy ioprio in __bio_clone_fast() and bounce
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH 5/5] bcache: set writeback_percent in a flexible range
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 4/5] bcache: make cutoff_writeback and cutoff_writeback_sync tunnable
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 3/5] bcache: add MODULE_DESCRIPTION information
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 2/5] bcache: option to automatically run gc thread after writeback accomplished
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 1/5] bcache: introduce force_wake_up_gc()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 0/5] Writeback performance tuning options
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH] lightnvm: pblk: avoid ref warning on cache creation
- From: "Javier González" <javier@xxxxxxxxxxx>
- lightnvm: pblk: avoid ref warning on cache creation
- From: "Javier González" <javier@xxxxxxxxxxx>
- Re: [PATCH 8/8] aio: support for IO polling
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH v3 11/13] nvmet-tcp: add NVMe over TCP target driver
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 13/13] nvme-tcp: add NVMe over TCP host driver
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH v3 04/13] datagram: consolidate datagram copy to iter helpers
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 03/13] iov_iter: pass void csum pointer to csum_and_copy_to_iter
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 02/13] datagram: open-code copy_page_to_iter
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 00/13] TCP transport binding for NVMe over Fabrics
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 01/13] ath6kl: add ath6kl_ prefix to crypto_type
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 07/13] nvmet: Add install_queue callout
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 06/13] datagram: introduce skb_copy_and_hash_datagram_iter helper
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 09/13] nvme-fabrics: allow user passing data digest
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH nvme-cli v3 16/13] fabrics: add tcp port tsas decoding
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH nvme-cli v3 15/13] nvme: Add TCP transport
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 13/13] nvme-tcp: add NVMe over TCP host driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH nvme-cli v3 14/13] fabrics: use trtype_str when parsing a discovery log entry
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 10/13] nvme-tcp: Add protocol header
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 11/13] nvmet-tcp: add NVMe over TCP target driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 08/13] nvme-fabrics: allow user passing header digest
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 12/13] nvmet: allow configfs tcp trtype configuration
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH nvme-cli v3 17/13] fabrics: add transport header and data digest
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v3 05/13] iov_iter: introduce hash_and_copy_to_iter helper
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 02/19] block: introduce multi-page bvec helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: recent issues with heavy delete's causing soft lockups
- From: Thomas Fjellstrom <thomas@xxxxxxxxxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/13] block: enable polling by default if a poll map is initalized
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/13] block: only allow polling if a poll queue_map exists
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/13] block: remove ->poll_fn
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/13] nvme-mpath: remove I/O polling support
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/13] nvme-rdma: remove I/O polling support
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/13] nvme-pci: remove the CQ lock for interrupt driven queues
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/13] nvme-pci: don't poll from irq context when deleting queues
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/13] nvme-pci: refactor nvme_disable_io_queues
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/13] nvme-pci: consolidate code for polling non-dedicated queues
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/13] nvme-pci: cleanup SQ allocation a bit
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/13] nvme-pci: only allow polling with separate poll queues
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/13] nvme-pci: use atomic bitops to mark a queue enabled
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/13] block: move queues types to the block layer
- From: Christoph Hellwig <hch@xxxxxx>
- block and nvme polling improvements
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 15/19] block: enable multipage bvecs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 02/19] block: introduce multi-page bvec helpers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 15/19] block: enable multipage bvecs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 02/19] block: introduce multi-page bvec helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V11 15/19] block: enable multipage bvecs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 17/19] block: document usage of bio iterator helpers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 2/2] btrfs: look at bi_size for repair decisions
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 1/2] btrfs: remove various bio_offset arguments
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/2] btrfs: look at bi_size for repair decisions
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/2] btrfs: remove various bio_offset arguments
- From: Christoph Hellwig <hch@xxxxxx>
- btrfs bio usage cleanups for multi-page bvec enabledment
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 8/8] aio: support for IO polling
- From: Benny Halevy <bhalevy@xxxxxxxxxxxx>
- Re: [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Mikhail Skorzhinskii <mskorzhinskiy@xxxxxxxxxxxxxx>
- Re: [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 3/8] iomap/xfs: wire up file_operations ->iopoll()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 8/8] aio: support for IO polling
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V11 02/19] block: introduce multi-page bvec helpers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 11/14] nvme-fabrics: allow user passing data digest
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 10/14] nvme-fabrics: allow user passing header digest
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 09/14] nvmet: allow configfs tcp trtype configuration
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 08/14] nvmet: Add install_queue callout
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [GIT PULL] nvme fix for 4.20
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 8/8] aio: support for IO polling
- From: Benny Halevy <bhalevy@xxxxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 3/8] iomap/xfs: wire up file_operations ->iopoll()
- From: Benny Halevy <bhalevy@xxxxxxxxxxxx>
- Re: [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V11 17/19] block: document usage of bio iterator helpers
- From: Nikolay Borisov <nborisov@xxxxxxxx>
- Re: [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 17/19] block: document usage of bio iterator helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 15/19] block: enable multipage bvecs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 13/19] block: move bounce_clone_bio into bio.c
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 06/19] block: introduce bvec_last_segment()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 03/19] block: introduce bio_for_each_bvec()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 02/19] block: introduce multi-page bvec helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V11 00/19] block: support multi-page bvec
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: RFC: REQ_PRIO use
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH] block/025: test discard sector alignement and sector size overflow
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- RE: [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Ethan Weidman <ethan.weidman@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- RE: [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Narayan Ayalasomayajula <narayan.ayalasomayajula@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH nvme-cli v2 15/14] nvme: Add TCP transport
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 4.21 V3] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH 4/8] aio: use assigned completion handler
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 7/8] aio: separate out ring reservation from req allocation
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 8/8] aio: support for IO polling
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 6/8] aio: add io_setup2() system call
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5/8] aio: fix failure to put the file pointer
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/8] iomap/xfs: wire up file_operations ->iopoll()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/8] block: wire up block device ->iopoll()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/8] fs: add file_operations ->iopoll() handler
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET v2] Support for polled aio
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH 4.21 V3] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Christoph Hellwig <hch@xxxxxx>
- [GIT PULL] nvme fix for 4.20
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: kobject lifetime issues in blk-mq
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: kobject lifetime issues in blk-mq
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: kobject lifetime issues in blk-mq
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: kobject lifetime issues in blk-mq
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: kobject lifetime issues in blk-mq
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Christoph Hellwig <hch@xxxxxx>
- Re: RFC: REQ_PRIO use
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH nvme-cli v2 15/14] nvme: Add TCP transport
- From: Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx>
- Re: [PATCH 6/7] block: make blk_poll() take a parameter on whether to spin or not
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 4.21 V3] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] lightnvm: pblk: modify a comment
- From: Matias Bjørling <mb@xxxxxxxxxxx>
- [PATCH] lightnvm: pblk: modify a comment
- From: Hua Su <suhua.tanke@xxxxxxxxx>
- RFC: REQ_PRIO use
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- [PATCH v2 04/14] datagram: consolidate datagram copy to iter helpers
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 03/14] iov_iter: pass void csum pointer to csum_and_copy_to_iter
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 00/14] TCP transport binding for NVMe over Fabrics
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 06/14] datagram: introduce skb_copy_and_hash_datagram_iter helper
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 04/14] net/datagram: consolidate datagram copy to iter helpers
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 05/14] iov_iter: introduce hash_and_copy_to_iter helper
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 02/14] datagram: open-code copy_page_to_iter
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 10/14] nvme-fabrics: allow user passing header digest
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 11/14] nvme-fabrics: allow user passing data digest
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 09/14] nvmet: allow configfs tcp trtype configuration
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 12/14] nvme-tcp: Add protocol header
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH nvme-cli v2 15/14] nvme: Add TCP transport
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH nvme-cli v2 17/14] fabrics: add transport header and data digest
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH nvme-cli v2 16/14] fabrics: add tcp port tsas decoding
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 08/14] nvmet: Add install_queue callout
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v2 01/14] ath6kl: add ath6kl_ prefix to crypto_type
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
- From: "Huang\, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v2 0/6] Improve I/O priority handling
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 6/6] block: Initialize BIO I/O priority early
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v2 5/6] block: prevent merging of requests with different priorities
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v2 4/6] aio: Fix fallback I/O priority value
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v2 3/6] block: Introduce get_current_ioprio()
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v2 2/6] block: Remove bio->bi_ioc
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v2 1/6] aio: Comment use of IOCB_FLAG_IOPRIO aio flag
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v2 0/6] Improve I/O priority handling
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- Re: [PATCH 3/7] block: Fix get_task_ioprio() default return value
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- [PATCH 4.21 V3] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 4/7] block: Introduce get_current_ioprio()
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 05/11] nvmet: Add install_queue callout
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 7/7] block: Initialize BIO I/O priority early
- From: Adam Manzanares <Adam.Manzanares@xxxxxxx>
- Re: [PATCH 5/7] aio: Fix fallback I/O priority value
- From: Adam Manzanares <Adam.Manzanares@xxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Adam Manzanares <Adam.Manzanares@xxxxxxx>
- Re: [PATCH 3/7] nvme-fc: remove unused poll implementation
- From: James Smart <james.smart@xxxxxxxxxxxx>
- Re: [PATCH 4/7] block: Introduce get_current_ioprio()
- From: Adam Manzanares <Adam.Manzanares@xxxxxxx>
- Re: [PATCH 4/5] aio: support for IO polling
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/5] aio: fix failure to put the file pointer
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Keith Busch <keith.busch@xxxxxxxxx>
- Re: [PATCH 6/7] block: make blk_poll() take a parameter on whether to spin or not
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 4/7] blk-mq: when polling for IO, look for any completion
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 3/7] nvme-fc: remove unused poll implementation
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [RFC PATCH v2] block: add io timeout to sysfs
- From: Weiping Zhang <zhangweiping@xxxxxxxxxxxxxx>
- Re: [PATCH 4/5] aio: support for IO polling
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- RE: [PATCH 6/8] bsg-lib: handle bidi requests without block layer help
- From: Avri Altman <Avri.Altman@xxxxxxx>
- RE: [PATCH 5/8] bsg: refactor bsg_ioctl
- From: Avri Altman <Avri.Altman@xxxxxxx>
- Re: [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V2 02/10] block, cgroup: pass cftype to functions that need to use it
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 05/10] block, bfq: align min and default weights with the old cfq default
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 10/10] doc, bfq-iosched: make it consistent with the new cgroup interface
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 09/10] doc, bfq-iosched: fix a few clerical errors
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 08/10] block, throttle: allow sharing cgroup statistic files
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 07/10] block, bfq: use standard file names for the proportional-share policy
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 06/10] cgroup: make all functions of all cftypes be invoked
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 04/10] cgroup: add owner name to cftypes
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 03/10] cgroup: link cftypes of the same subsystem with the same name
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 01/10] cgroup: add hook seq_show_cft with also the owning cftype as parameter
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH V2 for-4.21 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V2 for-4.21 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/12] unify the interface of the proportional-share policy in blkio/io
- From: Angelo Ruocco <angelo.ruocco.90@xxxxxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 14/19] block: enable multipage bvecs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCHv3 3/3] blk-mq: Simplify request completion state
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH V10 14/19] block: enable multipage bvecs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 13/19] iomap & xfs: only account for new added page
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 13/19] iomap & xfs: only account for new added page
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 6/7] block: prevent merging of requests with different priorities
- From: Johannes Thumshirn <jthumshirn@xxxxxxx>
- Re: [PATCHv3 1/3] blk-mq: Return true if request was completed
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 5/7] aio: Fix fallback I/O priority value
- From: Johannes Thumshirn <jthumshirn@xxxxxxx>
- Re: [PATCH 4/7] block: Introduce get_current_ioprio()
- From: Johannes Thumshirn <jthumshirn@xxxxxxx>
- Re: [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 7/7] block: Initialize BIO I/O priority early
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 6/7] block: prevent merging of requests with different priorities
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/7] aio: Fix fallback I/O priority value
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/7] block: Introduce get_current_ioprio()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 3/7] block: Fix get_task_ioprio() default return value
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Johannes Thumshirn <jthumshirn@xxxxxxx>
- Re: [PATCH 1/7] aio: Comment use of IOCB_FLAG_IOPRIO aio flag
- From: Johannes Thumshirn <jthumshirn@xxxxxxx>
- Re: [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 2/7] block: Remove bio->bi_ioc
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/7] aio: Comment use of IOCB_FLAG_IOPRIO aio flag
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/5] aio: add support for file based polled IO
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/5] aio: support for IO polling
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 2/5] aio: fix failure to put the file pointer
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] aio: use assigned completion handler
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 7/7] blk-mq: ensure mq_ops ->poll() is entered at least once
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 6/7] block: make blk_poll() take a parameter on whether to spin or not
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/7] blk-mq: remove 'tag' parameter from mq_ops->poll()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/7] blk-mq: when polling for IO, look for any completion
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 3/7] nvme-fc: remove unused poll implementation
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 2/7] block: have ->poll_fn() return number of entries polled
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/7] block: avoid ordered task state change for polled IO
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH V10 05/19] block: introduce bvec_last_segment()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH 5/7] aio: Fix fallback I/O priority value
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH 7/7] block: Initialize BIO I/O priority early
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH 6/7] block: prevent merging of requests with different priorities
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH 4/7] block: Introduce get_current_ioprio()
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH 2/7] block: Remove bio->bi_ioc
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH 3/7] block: Fix get_task_ioprio() default return value
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH 1/7] aio: Comment use of IOCB_FLAG_IOPRIO aio flag
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH 0/7] Improve I/O priority handling
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- Re: [PATCH V10 01/19] block: introduce multi-page page bvec helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 02/19] block: introduce bio_for_each_bvec()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 01/19] block: introduce multi-page page bvec helpers
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: a9f38e1dec ("floppy: convert to blk-mq"): INFO: task mount:661 blocked for more than 120 seconds.
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 3/5] aio: add iocb->ki_blk_qc field
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5/5] aio: add support for file based polled IO
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V10 01/19] block: introduce multi-page page bvec helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 01/19] block: introduce multi-page page bvec helpers
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 3/5] aio: add iocb->ki_blk_qc field
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 5/5] aio: add support for file based polled IO
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 5/5] aio: add support for file based polled IO
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/5] aio: support for IO polling
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/5] aio: add iocb->ki_blk_qc field
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/5] aio: fix failure to put the file pointer
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/5] aio: use assigned completion handler
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET 0/5] Support for polled aio
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: Max Gurtovoy <maxg@xxxxxxxxxxxx>
- Re: [PATCH 06/11] nvmet: allow configfs tcp trtype configuration
- From: Max Gurtovoy <maxg@xxxxxxxxxxxx>
- Re: [PATCH 05/11] nvmet: Add install_queue callout
- From: Max Gurtovoy <maxg@xxxxxxxxxxxx>
- Re: [PATCH 04/11] nvme-core: add work elements to struct nvme_ctrl
- From: Max Gurtovoy <maxg@xxxxxxxxxxxx>
- [PATCH 7/7] blk-mq: ensure mq_ops ->poll() is entered at least once
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 6/7] block: make blk_poll() take a parameter on whether to spin or not
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5/7] blk-mq: remove 'tag' parameter from mq_ops->poll()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/7] blk-mq: when polling for IO, look for any completion
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/7] nvme-fc: remove unused poll implementation
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/7] block: have ->poll_fn() return number of entries polled
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/7] block: avoid ordered task state change for polled IO
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET v4] Various block optimizations
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
- From: David Miller <davem@xxxxxxxxxxxxx>
- [RFC] block: add io timeout to sysfs
- From: Weiping Zhang <zhangweiping@xxxxxxxxxxxxxx>
- Re: [PATCH 6/6] mmc: stop abusing the request queue_lock pointer
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- Re: [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V10 00/19] block: support multi-page bvec
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V2 for-4.21 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Laurence Oberman <loberman@xxxxxxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v2] nvme: allow ANA support to be independent of native multipathing
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH 07/11] blk-mq: when polling for IO, look for any completion
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 19/19] block: kill BLK_MQ_F_SG_MERGE
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [GIT PULL] Block fixes for 4.20-rc3
- From: pr-tracker-bot@xxxxxxxxxx
- Re: queue_lock fixups
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH 04/11] block: avoid ordered task state change for polled IO
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 3/3] block: use a driver-specific handler for the "inflight" value
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 01/11] nvme: provide optimized poll function for separate poll queues
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 10/11] block: for async O_DIRECT, mark us as polling if asked to
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 07/11] blk-mq: when polling for IO, look for any completion
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 03/11] blk-rq-qos: inline check for q->rq_qos functions
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V2 for-4.21 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V10 00/19] block: support multi-page bvec
- From: Christoph Hellwig <hch@xxxxxx>
- Re: nvme: allow ANA support to be independent of native multipathing
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH V10 19/19] block: kill BLK_MQ_F_SG_MERGE
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 3/3] block: use a driver-specific handler for the "inflight" value
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 14/19] block: enable multipage bvecs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 13/19] iomap & xfs: only account for new added page
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 05/19] block: introduce bvec_last_segment()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 02/19] block: introduce bio_for_each_bvec()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 01/19] block: introduce multi-page page bvec helpers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/2] nvme: create slaves/holder entries for multipath devices
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/2] block: move holder tracking from struct block_device to hd_struct
- From: Christoph Hellwig <hch@xxxxxx>
- provide slaves/holders links for multipath devices
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V2 for-4.21 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH V2 0/2] blk-mq: fix kobject lifetime issue
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] nvme: allow ANA support to be independent of native multipathing
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] nvme: allow ANA support to be independent of native multipathing
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH] nvme: allow ANA support to be independent of native multipathing
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Gao Xiang <gaoxiang25@xxxxxxxxxx>
- Re: [PATCH] nvme: allow ANA support to be independent of native multipathing
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] nvme: allow ANA support to be independent of native multipathing
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [dm-devel] [PATCH 3/3] block: use a driver-specific handler for the "inflight" value
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 6/6] mmc: stop abusing the request queue_lock pointer
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH 11/11] block: don't plug for aio/O_DIRECT HIPRI IO
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 10/11] block: for async O_DIRECT, mark us as polling if asked to
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 10/11] block: for async O_DIRECT, mark us as polling if asked to
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH 07/11] blk-mq: when polling for IO, look for any completion
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/6] ide: don't acquire queue_lock in ide_complete_pm_rq
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH 05/11] block: add polled wakeup task helper
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 04/11] block: avoid ordered task state change for polled IO
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/6] ide: don't acquire queue_lock in ide_complete_pm_rq
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 03/11] blk-rq-qos: inline check for q->rq_qos functions
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/6] ide: don't acquire queue_lock in ide_complete_pm_rq
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH 02/11] block: add queue_is_mq() helper
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 01/11] nvme: provide optimized poll function for separate poll queues
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/6] ide: don't acquire queue lock in ide_pm_execute_rq
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH 3/6] pktcdvd: remove queue_lock around blk_queue_max_hw_sectors
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH 2/6] floppy: remove queue_lock around floppy_end_request
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH 1/6] block: remove the rq_alloc_data request_queue field
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH 6/6] mmc: stop abusing the request queue_lock pointer
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/6] ide: don't acquire queue_lock in ide_complete_pm_rq
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/6] ide: don't acquire queue lock in ide_pm_execute_rq
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/6] pktcdvd: remove queue_lock around blk_queue_max_hw_sectors
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/6] floppy: remove queue_lock around floppy_end_request
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/6] block: remove the rq_alloc_data request_queue field
- From: Christoph Hellwig <hch@xxxxxx>
- queue_lock fixups
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] block: remove the rq_alloc_data request_queue field
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] nvme: allow ANA support to be independent of native multipathing
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: "jianchao.wang" <jianchao.w.wang@xxxxxxxxxx>
- Re: [PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 2/2] blk-mq: alloc q->queue_ctx as normal array
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH 0/2] blk-mq: fix kobject lifetime issue
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 16/19] block: document usage of bio iterator helpers
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 14/19] block: enable multipage bvecs
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 13/19] iomap & xfs: only account for new added page
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- [PATCH 3/3] block: use a driver-specific handler for the "inflight" value
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 0/3] device mapper percpu counter patches
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 1/3] dm: move dm_stats_account_io before generic_end_io_acct
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- [PATCH 2/3] dm: use percpu counters
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH V10 09/19] block: introduce bio_bvecs()
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [patch 0/5] device mapper percpu patches
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH V10 05/19] block: introduce bvec_last_segment()
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- [GIT PULL] Block fixes for 4.20-rc3
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHv3 0/3] scsi timeout handling updates
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 11/11] block: don't plug for aio/O_DIRECT HIPRI IO
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 10/11] block: for async O_DIRECT, mark us as polling if asked to
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 09/11] blk-mq: ensure mq_ops ->poll() is entered at least once
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 08/11] block: make blk_poll() take a parameter on whether to spin or not
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 07/11] blk-mq: when polling for IO, look for any completion
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 06/11] block: have ->poll_fn() return number of entries polled
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 05/11] block: add polled wakeup task helper
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 04/11] block: avoid ordered task state change for polled IO
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 03/11] blk-rq-qos: inline check for q->rq_qos functions
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 02/11] block: add queue_is_mq() helper
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 01/11] nvme: provide optimized poll function for separate poll queues
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET v2 0/11] Various block optimizations
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: remove more legacy request leftover
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: remove more legacy request leftover
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH V10 02/19] block: introduce bio_for_each_bvec()
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V10 01/19] block: introduce multi-page page bvec helpers
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- [PATCHv3 1/3] blk-mq: Return true if request was completed
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCHv3 3/3] blk-mq: Simplify request completion state
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCHv3 0/3] scsi timeout handling updates
- From: Keith Busch <keith.busch@xxxxxxxxx>
- Re: [PATCH 2/3] scsi: Do not rely on blk-mq for double completions
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCH 2/3] scsi: Do not rely on blk-mq for double completions
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCH 3/3] blk-mq: Simplify request completion state
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCH 1/3] blk-mq: Return true if request was completed
- From: Keith Busch <keith.busch@xxxxxxxxx>
- [PATCH] nvme: allow ANA support to be independent of native multipathing
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH 00/11] TCP transport binding for NVMe over Fabrics
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 05/11] nvmet: Add install_queue callout
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 03/11] datagram: introduce skb_copy_and_hash_datagram_iter helper
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 02/11] iov_iter: introduce hash_and_copy iter helpers
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 04/11] nvme-core: add work elements to struct nvme_ctrl
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 06/11] nvmet: allow configfs tcp trtype configuration
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 07/11] nvme-fabrics: allow user passing header digest
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 08/11] nvme-fabrics: allow user passing data digest
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 09/11] nvme-tcp: Add protocol header
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH 11/11] nvme-tcp: add NVMe over TCP host driver
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH nvme-cli 13/11] fabrics: add tcp port tsas decoding
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
- [PATCH nvme-cli 12/11] nvme: Add TCP transport
- From: Sagi Grimberg <sagi@xxxxxxxxxxxxxxxxx>
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Linux ATA RAID]
[Bugtraq]