linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-24 15:22:38 to 2017-04-28 14:13:56 UTC [more...]

[PATCH v2 0/6] Fixup mtip32xx for scheduling
 2017-04-28 14:13 UTC  (11+ messages)
` [PATCH 1/2] mtip32xx: convert internal command issue to block IO path
` [PATCH 1/6] mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()
` [PATCH 2/2] Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"
` [PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()
` [PATCH 3/6] mtip32xx: abstract out "are any commands active" helper
` [PATCH 4/6] blk-mq: don't bypass scheduler for reserved requests
` [PATCH 5/6] mtip32xx: convert internal command issue to block IO path
` [PATCH 6/6] Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"

update ->init_request and ->exit_request prototypes
 2017-04-28 14:09 UTC  (8+ messages)
` [PATCH 1/5] blk-mq: "
` [PATCH 2/5] nvme-pci: merge init_request methods
` [PATCH 3/5] nvme-rdma: merge init_request and exit_request methods
` [PATCH 4/5] nvme-fc: merge init_request methods
` [PATCH 5/5] nvme-loop: "

[PATCH] nbd: fix use after free on module unload
 2017-04-28 13:49 UTC 

[PATCH ] block: don't call blk_mq_quiesce_queue() during switching mq sched
 2017-04-28 13:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: bfq: Add Paolo as maintainer for the BFQ I/O scheduler
 2017-04-28 13:38 UTC  (3+ messages)

[PATCH] block: nbd: fix double free
 2017-04-28 13:00 UTC  (2+ messages)

[PATCH 0/6] Fixup mtip32xx for scheduling
 2017-04-28  4:13 UTC  (16+ messages)
` [PATCH 1/6] mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()
` [PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()
` [PATCH 3/6] mtip32xx: abstract out "are any commands active" helper
` [PATCH 4/6] blk-mq: don't bypass scheduler for reserved requests
` [PATCH 5/6] mtip32xx: convert internal command issue to block IO path
` [PATCH 6/6] Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"

[PATCH 0/6] Six more patches for Linux kernel v4.12
 2017-04-28  3:48 UTC  (14+ messages)
` [PATCH 1/6] blk-mq: Make blk_mq_quiesce_queue() wait for all .queue_rq() calls
` [PATCH 2/6] blk-mq: Fix the comment above blk_mq_quiesce_queue()
` [PATCH 3/6] blk-mq-debugfs: Show atomic request flags
` [PATCH 4/6] blk-mq-debugfs: Show requeue list
` [PATCH 5/6] blk-mq-debugfs: Show busy requests
` [PATCH 6/6] blk-mq-debugfs: Add 'kick' operation

[PATCH 0/3] blk-mq: unify hardware queue run handlers
 2017-04-28  2:12 UTC  (3+ messages)
` [PATCH 1/3] blk-mq: unify hctx delayed_run_work and run_work

[PATCH] block: hide badblocks attribute by default
 2017-04-27 23:12 UTC  (2+ messages)

[PATCH 0/4] blk-mq-sched: allow to use hw tag for sched
 2017-04-27 21:40 UTC  (16+ messages)

[nbd] 5ea8d10802: kernel BUG at block/blk-mq.c:397!
 2017-04-27 21:04 UTC 

block: mempool allocation hangs under OOM. (Re: A pitfall of mempool?)
 2017-04-27 11:19 UTC 

[PATCH v6 00/10] blk-mq debugfs patches for kernel v4.12
 2017-04-27  6:42 UTC  (14+ messages)
` [PATCH v6 01/10] blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
` [PATCH v6 02/10] blk-mq: Let blk_mq_debugfs_register() look up the queue name
` [PATCH v6 03/10] blk-mq-debugfs: Rename functions for registering and unregistering the mq directory
` [PATCH v6 04/10] blk-mq: Only unregister hctxs for which registration succeeded
` [PATCH v6 05/10] blk-mq: Unregister debugfs attributes earlier
` [PATCH v6 06/10] blk-mq: Move the "state" debugfs attribute one level down
` [PATCH v6 07/10] blk-mq: Make blk_flags_show() callers append a newline character
` [PATCH v6 08/10] blk-mq: Show operation, cmd_flags and rq_flags names
` [PATCH v6 09/10] blk-mq: Add blk_mq_ops.show_rq()
` [PATCH v6 10/10] scsi: Implement blk_mq_ops.show_rq()

small dm mpath cleanups
 2017-04-27  6:33 UTC  (8+ messages)
` [PATCH 1/4] dm mpath: merge do_end_io into multipath_end_io
` [PATCH 2/4] dm rq: change ->rq_end_io calling conventions
` [PATCH 3/4] dm mpath: simplify multipath_clone_and_map a little bit
` [PATCH 4/4] dm: introduce a new DM_MAPIO_KILL return value

[RFC PATCH] x86, uaccess, pmem: introduce copy_from_iter_writethru for dax + pmem
 2017-04-27  6:30 UTC  (2+ messages)

[PATCH 00/10] dm: zoned block device support
 2017-04-27  4:22 UTC  (2+ messages)

bfq-mq performance comparison to cfq
 2017-04-26 22:12 UTC  (9+ messages)

[PATCH] ARM: Fix rd_size declaration
 2017-04-26 20:51 UTC  (2+ messages)

[PATCH v5 00/10] blk-mq debugfs patches for kernel v4.12
 2017-04-26 20:38 UTC  (24+ messages)
` [PATCH v5 01/10] blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
` [PATCH v5 02/10] blk-mq: Let blk_mq_debugfs_register() look up the queue name
` [PATCH v5 03/10] blk-mq-debugfs: Rename functions for registering and unregistering the mq directory
` [PATCH v5 04/10] blk-mq: Only unregister hctxs for which registration succeeded
` [PATCH v5 05/10] blk-mq: Unregister debugfs attributes earlier
` [PATCH v5 06/10] blk-mq: Move the "state" debugfs attribute one level down
` [PATCH v5 07/10] blk-mq: Make blk_flags_show() callers append a newline character
` [PATCH v5 08/10] blk-mq: Show operation, cmd_flags and rq_flags names
` [PATCH v5 09/10] blk-mq: Add blk_mq_ops.show_rq()
` [PATCH v5 10/10] scsi: Implement blk_mq_ops.show_rq()

three little req->errors follow ups
 2017-04-26 14:39 UTC  (9+ messages)
` [PATCH 1/3] scsi_transport_sas: always pass 0 error to blk_end_request_all
` [PATCH 2/3] ide-pm: always pass 0 error to __blk_end_request_all
` [PATCH 3/3] ide-pm: always pass 0 error to ide_complete_rq in ide_do_devset

[PATCH v3] axon_ram: add dax_operations support
 2017-04-26  6:14 UTC  (4+ messages)
    ` [kbuild-all] "

[resend PATCH v2 00/33] dax: introduce dax_operations
 2017-04-25 22:33 UTC  (3+ messages)

Status of pwritev2/preadv2 in glibc?
 2017-04-25 21:23 UTC  (3+ messages)

[PATCH] lpfc: Fix memory corruption of the lpfc_ncmd->list pointers
 2017-04-25 18:00 UTC  (3+ messages)

[PATCH] nvme/scsi: Consider LBA format in IO splitting calculation
 2017-04-25 17:57 UTC  (6+ messages)

[PATCH] nvme/lightnvm: add missing endianess conversion in nvme_nvm_end_io
 2017-04-25 17:07 UTC 

[PATCH -next] lightnvm: fix possible memory leak in pblk_bb_discovery()
 2017-04-25 16:44 UTC  (3+ messages)

[PATCH v3 00/20] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-04-25 16:43 UTC  (39+ messages)
` [PATCH v3 02/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v3 03/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v3 04/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v3 05/20] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v3 06/20] dax: set errors in mapping when writeback fails
` [PATCH v3 07/20] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v3 08/20] mm: ensure that we set mapping error if writeout() fails
` [PATCH v3 09/20] 9p: set mapping error when writeback fails in launder_page
` [PATCH v3 10/20] fuse: set mapping error in writepage_locked when it fails
` [PATCH v3 11/20] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v3 20/20] gfs2: clean up some filemap_* calls

[PATCH v4 00/10] blk-mq debugfs patches for kernel v4.12
 2017-04-25 16:40 UTC  (32+ messages)
` [PATCH v4 01/10] blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
` [PATCH v4 02/10] blk-mq: Let blk_mq_debugfs_register() look up the queue name
` [PATCH v4 03/10] blk-mq-debugfs: Rename functions for registering and unregistering the mq directory
` [PATCH v4 04/10] blk-mq: Check blk_mq_debugfs_register() return value
` [PATCH v4 05/10] blk-mq: Unregister debugfs attributes earlier
` [PATCH v4 09/10] blk-mq: Add blk_mq_ops.show_rq()
` [PATCH v4 10/10] scsi: Implement blk_mq_ops.show_rq()

[PATCH 0/8 v6] No wait AIO
 2017-04-25  2:28 UTC  (5+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

[PATCH] lpfc: Fix panic on BFS configuration
 2017-04-24 16:16 UTC  (2+ messages)


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