messages from 2019-04-15 03:09:30 to 2019-04-19 21:05:58 UTC [more...]
[PATCH] block: avoid scatterlist offsets > PAGE_SIZE
2019-04-19 18:35 UTC (2+ messages)
[PATCH bpf-next v3 3/5] nbd: add tracepoints for send/receive timing
2019-04-19 21:04 UTC
[PATCH 0/1] blk-mq error handling memory leak
2019-04-19 20:35 UTC (2+ messages)
` [PATCH 1/1] blk-mq: Fix memory leak in error handling
[RFC] [PATCH V2 0/1] Introduce emergency raid0 stop for mounted arrays
2019-04-19 17:08 UTC (3+ messages)
` [RFC] [PATCH V2 1/1] md/raid0: Introduce emergency stop for raid0 arrays
[PATCH] block: kill all_q_node in request_queue
2019-04-19 17:31 UTC (4+ messages)
io_uring memory ordering (and broken queue-is-full checks)
2019-04-19 9:57 UTC (6+ messages)
` [PATCH v1 1/3] io_uring: fix race condition reading SQ entries
` [PATCH v1 2/3] io_uring: fix race condition when sq threads goes sleeping
` [PATCH v1 3/3] io_uring: fix poll full SQ detection
[PATCH -next] block: Warn if page offset is equal to or larger than page size
2019-04-19 6:57 UTC (3+ messages)
[PATCH V2] block: make sure that bvec length can't be overflow
2019-04-19 17:32 UTC (2+ messages)
[RFC PATCH v2 00/16] bcache: fix journal no-space deadlock
2019-04-19 16:05 UTC (17+ messages)
` [RFC PATCH v2 01/16] bcache: move definition of 'int ret' out of macro read_bucket()
` [RFC PATCH v2 02/16] bcache: never set 0 to KEY_PTRS of jouranl key in journal_reclaim()
` [RFC PATCH v2 03/16] bcache: reload jouranl key information during journal replay
` [RFC PATCH v2 04/16] bcache: fix journal deadlock during jouranl replay
` [RFC PATCH v2 05/16] bcache: reserve space for journal_meta() in run time
` [RFC PATCH v2 06/16] bcache: add failure check to run_cache_set() for journal replay
` [RFC PATCH v2 07/16] bcache: add comments for kobj release callback routine
` [RFC PATCH v2 08/16] bcache: return error immediately in bch_journal_replay()
` [RFC PATCH v2 09/16] bcache: add error check for calling register_bdev()
` [RFC PATCH v2 10/16] bcache: Add comments for blkdev_put() in registration code path
` [RFC PATCH v2 11/16] bcache: add comments for closure_fn to be called in closure_queue()
` [RFC PATCH v2 12/16] bcache: add pendings_cleanup to stop pending bcache device
` [RFC PATCH v2 13/16] bcache: fix fifo index swapping condition in btree_flush_write()
` [RFC PATCH v2 14/16] bcache: try to flush btree nodes as many as possible
` [RFC PATCH v2 15/16] bcache: improve bcache_reboot()
` [RFC PATCH v2 16/16] bcache: introduce spinlock_t flush_write_lock in struct journal
avoid calling nth_page in the block I/O path
2019-04-19 2:36 UTC (15+ messages)
` [PATCH 1/5] block: rewrite blk_bvec_map_sg to avoid a nth_page call
[RFC PATCH 0/1] Introduce a new target: lzbd - LightNVM Zoned Block Device
2019-04-18 21:56 UTC (3+ messages)
` [RFC PATCH 1/1] lightnvm: add lzbd - a zoned block device target
[PATCH v4 0/7] Extend write-hint/stream infrastructure
2019-04-18 18:58 UTC (12+ messages)
` [PATCH v4 1/7] fs: introduce write-hint start point for in-kernel hints
` [PATCH v4 2/7] block: increase stream count for in-kernel use
` [PATCH v4 3/7] block: introduce API to register stream information with block-layer
` [PATCH v4 4/7] block: introduce write-hint to stream-id conversion
` [PATCH v4 5/7] nvme: register stream info with block layer
` [PATCH v4 6/7] fs: introduce APIs to enable passing write-hint with buffer-head
` [PATCH v4 7/7] fs/ext4,jbd2: add support for sending write-hint with journal
Mounting partitions with same label as filesystem mountpoint name
2019-04-18 18:37 UTC
[PATCH v1 00/15] Keep track of GUPed pages in fs and block
2019-04-18 18:03 UTC (32+ messages)
` [PATCH v1 10/15] block: add gup flag to bio_add_page()/bio_add_pc_page()/__bio_add_page()
` [PATCH v1 15/15] ceph: use put_user_pages() instead of ceph_put_page_vector()
[PATCH] block: use static bio_set for bio_split() calls
2019-04-18 18:26 UTC (4+ messages)
[PATCHv2] fio: Add advise THP option to mmap engine
2019-04-18 16:50 UTC (2+ messages)
Adding QCOW2 reading/writing support
2019-04-18 10:02 UTC (9+ messages)
[PATCH v2] block: bio_map_user_iov should not be limited to BIO_MAX_PAGES
2019-04-18 9:43 UTC (7+ messages)
[PATCH] fio: Add advise THP option to mmap engine
2019-04-17 22:01 UTC (3+ messages)
[PATCH blktests v2] block/020: dynamically change iodepth if test aio-nr lager than aio-max-nr
2019-04-17 21:41 UTC (2+ messages)
[PATCH] nvme/012 & 013: avoid extremely slow xfs IO
2019-04-17 21:40 UTC (5+ messages)
[PATCH V6 0/9] blk-mq: fix races related with freeing queue
2019-04-17 17:22 UTC (18+ messages)
` [PATCH V6 1/9] blk-mq: grab .q_usage_counter when queuing request from plug code path
` [PATCH V6 2/9] blk-mq: move cancel of requeue_work into blk_mq_release
` [PATCH V6 3/9] blk-mq: free hw queue's resource in hctx's release handler
` [PATCH V6 4/9] blk-mq: move all hctx alloction & initialization into __blk_mq_alloc_and_init_hctx
` [PATCH V6 5/9] blk-mq: split blk_mq_alloc_and_init_hctx into two parts
` [PATCH V6 6/9] blk-mq: always free hctx after request queue is freed
` [PATCH V6 7/9] blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
` [PATCH V6 8/9] block: don't drain in-progress dispatch in blk_cleanup_queue()
` [PATCH V6 9/9] nvme: hold request queue's refcount in ns's whole lifetime
[PATCH v4 0/7] lightnvm: next set of improvements for 5.2
2019-04-17 17:11 UTC (9+ messages)
` [PATCH v4 1/7] lightnvm: pblk: IO path reorganization
` [PATCH v4 2/7] lightnvm: pblk: simplify partial read path
` [PATCH v4 3/7] lightnvm: pblk: recover only written metadata
` [PATCH v4 4/7] lightnvm: pblk: store multiple copies of smeta
` [PATCH v4 5/7] lightnvm: pblk: use nvm_rq_to_ppa_list()
` [PATCH v4 6/7] lightnvm: track inflight target creations
` [PATCH v4 7/7] lightnvm: do not remove instance under global lock
[PATCH] block: make sure that bvec length can't be overflowed
2019-04-17 11:52 UTC (5+ messages)
[PATCH] block: bio_map_user_iov should not be limited to BIO_MAX_PAGES
2019-04-17 11:50 UTC
scsi: bsg-lib: drop device reference on error path
2019-04-17 9:18 UTC (2+ messages)
[LSF/MM TOPIC] guarantee natural alignment for kmalloc()?
2019-04-17 8:07 UTC (5+ messages)
[PATCH] block: Revert v5.0 blk_mq_request_issue_directly() changes
2019-04-17 8:02 UTC (4+ messages)
[RESEND PATCH] blk-mq: fix hang caused by freeze/unfreeze sequence
2019-04-17 4:06 UTC (4+ messages)
[PATCH v3 0/3] Add documentation of some blk-mq functions
2019-04-17 2:10 UTC (4+ messages)
` [PATCH v3 1/3] blk-mq.c: Add documention of function blk_mq_init_queue
` [PATCH v3 2/3] blk-mq.c: Rework documention of blk_mq_init_sq_queue function
` [PATCH v3 3/3] Documentation: kernel-api.rst: Add block/blk-mq.c
[PATCH v2 1/3] blk-mq.c: Add documention of function blk_mq_init_queue
2019-04-16 15:00 UTC (7+ messages)
` [PATCH v2 2/3] blk-mq.c: Rework documention of blk_mq_init_sq_queue function
` [PATCH v2 3/3] Documentation: kernel-api.rst: Add block/blk-mq.c
[PATCHv2] scsi: core: set result when the command cannot be dispatched
2019-04-16 2:36 UTC (2+ messages)
[PATCH 1/3] blk-mq.c: Add documention of function blk_mq_init_queue
2019-04-16 2:23 UTC (4+ messages)
` [PATCH 2/3] blk-mq.c: Rework documention of blk_mq_init_sq_queue function
[PATCH V5 0/9] blk-mq: fix races related with freeing queue
2019-04-16 2:12 UTC (5+ messages)
` [PATCH V5 9/9] SCSI: don't hold device refcount in IO path
[PATCH v3] block: fix use-after-free on gendisk
2019-04-15 21:36 UTC (8+ messages)
[PATCH] loop: drop caches if offset or block_size are changed
2019-04-15 21:13 UTC (2+ messages)
[PATCH 4.14 49/69] block: do not leak memory in bio_copy_user_iov()
2019-04-15 18:59 UTC
[PATCH 4.19 071/101] block: do not leak memory in bio_copy_user_iov()
2019-04-15 18:59 UTC
[PATCH 5.0 079/117] block: do not leak memory in bio_copy_user_iov()
2019-04-15 19:00 UTC
[PATCH 4.9 68/76] block: do not leak memory in bio_copy_user_iov()
2019-04-15 18:44 UTC
INFO: task hung in __io_uring_register
2019-04-15 18:07 UTC (4+ messages)
[PATCH] block: convert kmalloc_node to kzalloc_node
2019-04-15 11:50 UTC (2+ messages)
[PATCH 0/2] block: set per bio io-priority in blk-lib
2019-04-15 5:57 UTC (3+ messages)
` [PATCH 1/2] block: adjust code for get_task_ioprio()
` [PATCH 2/2] block: add task priority to init bio iopriority
io_uring is zero copy or not?
2019-04-15 5:11 UTC (3+ 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).