linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-04 19:18:03 to 2018-04-09 16:49:12 UTC [more...]

[PATCH] blk-mq: Fix recently introduced races in the timeout handling code
 2018-04-09 16:49 UTC  (9+ messages)

[RFC] fix confusion around GFP_* flags and blk_get_request
 2018-04-09 16:03 UTC  (9+ messages)
` [PATCH 1/7] scsi/osd: remove the gfp argument to osd_start_request
` [PATCH 2/7] block: fix __get_request documentation
` [PATCH 3/7] block: sanitize blk_get_request calling conventions
` [PATCH 4/7] block: pass explicit gfp_t to get_request
` [PATCH 5/7] block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
` [PATCH 6/7] block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
` [PATCH 7/7] block: use GFP_KERNEL for allocations from blk_get_request

Multi-Actuator SAS HDD First Look
 2018-04-09 16:02 UTC  (15+ messages)

usercopy whitelist woe in scsi_sense_cache
 2018-04-09 15:54 UTC  (3+ messages)

limits->max_sectors is getting set to 0, why/where? [was: Re: dm: kernel oops by divide error on v4.16+]
 2018-04-09 15:51 UTC 

[PATCH 0/8] blk-mq: fix and improve queue mapping
 2018-04-09 15:48 UTC  (28+ messages)
` [PATCH 1/8] blk-mq: make sure that correct hctx->next_cpu is set
` [PATCH 2/8] blk-mq: don't keep offline CPUs mapped to hctx 0
` [PATCH 3/8] blk-mq: avoid to write intermediate result to hctx->next_cpu
` [PATCH 4/8] blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpu
` [PATCH 5/8] blk-mq: remove blk_mq_delay_queue()
` [PATCH 6/8] blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()
` [PATCH 7/8] blk-mq: reimplement blk_mq_hw_queue_mapped
` [PATCH 8/8] blk-mq: remove code for dealing with remapping queue

Block layer use of __GFP flags
 2018-04-09 15:15 UTC  (10+ messages)

BUG at IP: blk_mq_get_request+0x23e/0x390 on 4.16.0-rc7
 2018-04-09 12:15 UTC  (17+ messages)

[block regression] kernel oops triggered by removing scsi device dring IO
 2018-04-09  6:54 UTC  (10+ messages)

[PATCH] blk-throttle: only update last_low_overflow_time when LIMIT_MAX
 2018-04-09  6:16 UTC 

[PATCH] blk-throttle: discard stale last_low_overflow_time
 2018-04-09  6:15 UTC 

KASAN: use-after-free Read in disk_unblock_events
 2018-04-08 18:21 UTC  (2+ messages)

4.15.14 crash with iscsi target and dvd
 2018-04-08 16:15 UTC  (19+ messages)

[PATCH] blk-throttle: fix typo in blkg_print_stat_ios() comments
 2018-04-08  9:01 UTC 

[PATCH V3 0/4] genirq/affinity: irq vector spread among online CPUs as far as possible
 2018-04-08  3:19 UTC  (14+ messages)
` [PATCH V3 4/4] "

[PATCH] loop: fix LOOP_GET_STATUS lock imbalance
 2018-04-07 10:55 UTC  (5+ messages)

[PATCH v2] blk-cgroup: remove entries in blkg_tree before queue release
 2018-04-07 10:21 UTC 

[RFC PATCH 0/2] use larger max_request_size for virtio_blk
 2018-04-07  8:30 UTC  (6+ messages)
` [RFC PATCH 1/2] blk-setting: add new helper blk_queue_max_hw_sectors_no_limit
` [RFC PATCH 2/2] virtio_blk: add new module parameter to set max request size

[PATCH] blk-cgroup: remove entries in blkg_tree before queue release
 2018-04-06 23:24 UTC  (3+ messages)

[PATCH] block/compat_ioctl: fix range check in BLKGETSIZE
 2018-04-06 22:23 UTC 

[PATCH] blk-mq: only run mapped hw queues in blk_mq_run_hw_queues()
 2018-04-06 15:40 UTC  (26+ messages)

WARNING: lock held when returning to user space!
 2018-04-06 15:01 UTC  (4+ messages)

bcache: bad block header
 2018-04-06  0:21 UTC  (6+ messages)
  ` bcache and hibernation (was: bcache: bad block header)
    ` bcache and hibernation

[PATCH 0/8] block: sed-opal: support write to shadow mbr
 2018-04-05 20:34 UTC  (11+ messages)
` [PATCH v2 00/11] block: sed-opal "
  ` [PATCH v2 08/11] block: sed-opal: ioctl for writing "

BUG: KASAN: use-after-free in bt_for_each+0x1ea/0x29f
 2018-04-05 16:25 UTC  (3+ messages)

4.15.15: BFQ stalled at blk_mq_get_tag
 2018-04-05 14:56 UTC  (3+ messages)

[BISECTED][REGRESSION] Hang while booting EeePC 900
 2018-04-05 14:42 UTC  (4+ messages)

[PATCH] blk-mq: order getting budget and driver tag
 2018-04-04 20:56 UTC  (2+ messages)

[RFC PATCH 00/79] Generic page write protection and a solution to page waitqueue
 2018-04-04 19:18 UTC  (35+ messages)
` [RFC PATCH 06/79] mm/page: add helpers to dereference struct page index field
` [RFC PATCH 08/79] mm/page: add helpers to find page mapping and private given a bio
` [RFC PATCH 20/79] fs: add struct address_space to write_cache_pages() callback argument
` [RFC PATCH 22/79] fs: add struct inode to block_read_full_page() arguments
` [RFC PATCH 26/79] fs: add struct address_space to mpage_readpage() arguments
` [RFC PATCH 29/79] fs/block: add struct address_space to bdev_write_page() arguments
` [RFC PATCH 30/79] fs/block: add struct address_space to __block_write_begin() arguments
` [RFC PATCH 31/79] fs/block: add struct address_space to __block_write_begin_int() args
` [RFC PATCH 32/79] fs/block: do not rely on page->mapping get it from the context
` [RFC PATCH 33/79] fs/journal: add struct super_block to jbd2_journal_forget() arguments
` [RFC PATCH 34/79] fs/journal: add struct inode to jbd2_journal_revoke() arguments
` [RFC PATCH 35/79] fs/buffer: add struct address_space and struct page to end_io callback
` [RFC PATCH 36/79] fs/buffer: add struct super_block to bforget() arguments
` [RFC PATCH 37/79] fs/buffer: add struct super_block to __bforget() arguments
` [RFC PATCH 38/79] fs/buffer: add first buffer flag for first buffer_head in a page
` [RFC PATCH 39/79] fs/buffer: add struct address_space to clean_page_buffers() arguments
` [RFC PATCH 50/79] fs: stop relying on mapping field of struct page, get it from context
` [RFC PATCH 51/79] "
` [RFC PATCH 52/79] fs/buffer: use _page_has_buffers() instead of page_has_buffers()
` [RFC PATCH 63/79] mm/page: convert page's index lookup to be against specific mapping
` [RFC PATCH 64/79] mm/buffer: use _page_has_buffers() instead of page_has_buffers()
` [RFC PATCH 65/79] mm/swap: add struct swap_info_struct swap_readpage() arguments
` [RFC PATCH 68/79] mm/vma_address: convert page's index lookup to be against specific mapping
` [RFC PATCH 69/79] fs/journal: add struct address_space to jbd2_journal_try_to_free_buffers() arguments
` [RFC PATCH 70/79] mm: add struct address_space to mark_buffer_dirty()
` [RFC PATCH 71/79] mm: add struct address_space to set_page_dirty()
` [RFC PATCH 72/79] mm: add struct address_space to set_page_dirty_lock()
` [RFC PATCH 73/79] mm: pass down struct address_space to set_page_dirty()
` [RFC PATCH 74/79] mm/page_ronly: add config option for generic read only page framework
` [RFC PATCH 75/79] mm/page_ronly: add page read only core structure and helpers
` [RFC PATCH 76/79] mm/ksm: have ksm select PAGE_RONLY config
` [RFC PATCH 77/79] mm/ksm: hide set_page_stable_node() and page_stable_node()
` [RFC PATCH 78/79] mm/ksm: rename PAGE_MAPPING_KSM to PAGE_MAPPING_RONLY
` [RFC PATCH 79/79] mm/ksm: set page->mapping to page_ronly struct instead of stable_node


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