linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-03 14:15:04 to 2019-12-10 08:17:42 UTC [more...]

[PATCH v5 0/2] xenbus/backend: Add a memory pressure handler callback
 2019-12-10  8:17 UTC  (4+ messages)
` [PATCH v5 1/2] xenbus/backend: Add "
` [PATCH v5 2/2] xen/blkback: Squeeze page pools if a memory pressure is detected

[PATCH] xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
 2019-12-10  7:15 UTC  (5+ messages)

[PATCH v4 0/2] xenbus/backend: Add a memory pressure handler callback
 2019-12-10  6:29 UTC  (8+ messages)
` [PATCH v4 1/2] xenbus/backend: Add "
` [PATCH v4 2/2] xen/blkback: Squeeze page pools if a memory pressure is detected

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-10  5:53 UTC  (31+ messages)
` [PATCH v8 01/26] mm/gup: factor out duplicate code from four routines
` [PATCH v8 02/26] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v8 03/26] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v8 04/26] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v8 05/26] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v8 06/26] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v8 07/26] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v8 08/26] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v8 09/26] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v8 10/26] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v8 11/26] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v8 12/26] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v8 13/26] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v8 14/26] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v8 15/26] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v8 16/26] net/xdp: "
` [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v8 18/26] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v8 19/26] vfio, mm: "
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v8 21/26] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v8 22/26] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v8 24/26] mm/gup: track FOLL_PIN pages
` [PATCH v8 25/26] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v8 26/26] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

single aio thread is migrated crazily by scheduler
 2019-12-10  5:43 UTC  (29+ messages)
                        ` [PATCH v2] sched/core: Preempt current task in favour of bound kthread

[PATCH] floppy: hide invalid floppy disk types
 2019-12-10  5:07 UTC  (4+ messages)

[PATCH] block: fix "check bi_size overflow before merge"
 2019-12-10  5:04 UTC  (3+ messages)

[PATCH 0/2] block: add bio split counters for iostat
 2019-12-10  3:08 UTC  (4+ messages)
` [PATCH 1/2] block: extend bi_flags to int and introduce BIO_SPLITTED
` [PATCH 2/2] block: add iostat counters for requests splits

[RFC PATCH] block/genhd: Notify udev about capacity change
 2019-12-10  3:01 UTC 

[PATCH] floppy: hide invalid floppy disk types
 2019-12-09 17:30 UTC  (7+ messages)
  ` [PATCH v3] "

[PATCH] [regression fix] pktcdvd: fix regression on 64-bit architectures
 2019-12-09 15:42 UTC 

[PATCH v3 0/1] xen/blkback: Squeeze page pools if a memory pressure
 2019-12-09 11:32 UTC  (10+ messages)
` [PATCH v3 1/1] xen/blkback: Squeeze page pools if a memory pressure is detected
      ` Re: [PATCH v3 0/1] xen/blkback: Squeeze page pools if a memory pressure

[PATCH RFC v5 00/11] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2019-12-09 11:02 UTC  (12+ messages)
` [PATCH 03/11] blk-mq: rename blk_mq_update_tag_set_depth()
` [PATCH 04/11] blk-mq: Facilitate a shared sbitmap per tagset
` [PATCH 09/11] megaraid_sas: switch fusion adapters to MQ

bcache kbuild cleanups
 2019-12-09  9:59 UTC  (9+ messages)
` [PATCH 1/7] bcache: cached_dev_free needs to put the sb page
` [PATCH 2/7] bcache: use a separate data structure for the on-disk super block
` [PATCH 3/7] bcache: rework error unwinding in register_bcache
` [PATCH 4/7] bcache: transfer the sb_page reference to register_{bdev,cache}
` [PATCH 5/7] bcache: return a pointer to the on-disk sb from read_super
` [PATCH 6/7] bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
` [PATCH 7/7] bcache: use read_cache_page_gfp to read the superblock

The irq Affinity is changed after the patch(Fixes: b1a5a73e64e9 ("genirq/affinity: Spread vectors on node according to nr_cpu ratio"))
 2019-12-09  2:58 UTC  (4+ messages)

[PATCH] nbd: fix shutdown and recv work deadlock v2
 2019-12-08 22:51 UTC 

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-12-08 18:10 UTC  (10+ messages)
` [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length "

Injecting delays into block layer
 2019-12-06 19:50 UTC  (4+ messages)

[GIT PULL] Block/io_uring fixes and changes for 5.5-rc1
 2019-12-06 19:25 UTC  (2+ messages)

[RFC PATCH] bcache: enable zoned device support
 2019-12-06  9:22 UTC  (8+ messages)

[PATCH 4.19 240/321] mmc: core: align max segment size with logical block size
 2019-12-06  0:54 UTC  (3+ messages)

[PATCH] Add prctl support for controlling mem reclaim V4
 2019-12-05 22:43 UTC  (2+ messages)

[GIT PULL] pipe: General notification queue
 2019-12-05 20:26 UTC  (2+ messages)

[PATCH] block: fix memleak of bio integrity data
 2019-12-05 18:38 UTC  (7+ messages)

[GIT PULL] pipe: Notification queue preparation
 2019-12-05 18:18 UTC  (9+ messages)

[PATCH v2 0/1] xen/blkback: Aggressively shrink page pools if a memory pressure is detected
 2019-12-05 15:17 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH 0/3] blk-mq: optimise plugging
 2019-12-05 15:00 UTC  (3+ messages)

Data corruption in kernel 5.1+ with iSER attached ramdisk
 2019-12-05 14:44 UTC  (20+ messages)

[PATCH] bfq-iosched: Ensure bio->bi_blkg is valid before using it
 2019-12-05 14:31 UTC  (2+ messages)

[PATCH 0/4] scis: don't apply per-LUN queue depth for SSD
 2019-12-05 10:32 UTC  (6+ messages)
` [PATCH 1/4] scsi: megaraid_sas: use private counter for tracking inflight per-LUN commands

[PATCH] zram: try to avoid worst-case scenario on same element pages
 2019-12-04 22:54 UTC  (2+ messages)

[PATCH v4 rebase 00/10] Fix cdrom autoclose
 2019-12-04 19:01 UTC  (6+ messages)

[PATCH 0/2] brd: remove max_hw_sectors limit and warn on un-aligned buffer
 2019-12-04 16:04 UTC  (4+ messages)
` [PATCH 1/2] brd: remove max_hw_sectors queue limit
` [PATCH 2/2] brd: warn on un-aligned buffer

kernel (or fio) bug with IOSQE_IO_DRAIN
 2019-12-04 15:43 UTC  (3+ messages)

[PATCH V2] nvme: Add support for ACRE Command Interrupted status
 2019-12-04 14:48 UTC  (4+ messages)

[PATCH 0/2] xen/blkback: Aggressively shrink page pools if a memory pressure is detected
 2019-12-04 12:09 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] blkback: Add a module parameter for aggressive pool shrinking duration
` [Xen-devel] [PATCH 0/2] xen/blkback: Aggressively shrink page pools if a memory pressure is detected

[PATCH v3 0/2] allow xen-blkback to be cleanly unloaded
 2019-12-04 10:36 UTC  (5+ messages)
` [PATCH v3 1/2] xen/xenbus: reference count registered modules
` [PATCH v3 2/2] xen-blkback: allow module to be cleanly unloaded

[PATCH] block/genhd: Fix memory leak in error path of __alloc_disk_node()
 2019-12-04  9:56 UTC  (2+ messages)

[PATCH 4/4] mmc: sdhci: Add DMA memory boundary workaround
 2019-12-04  7:11 UTC  (4+ messages)

[PATCH] zram: fix error return codes not being returned in writeback_store
 2019-12-04  1:16 UTC  (2+ messages)

[PATCH] xen/blkback: Avoid unmapping unmapped grant pages
 2019-12-03 21:03 UTC  (4+ messages)

avoid out of bounds zone bitmap access
 2019-12-03 17:17 UTC  (8+ messages)
` [PATCH 8/8] block: set the zone size in blk_revalidate_disk_zones atomically

[PATCH] nbd: fix shutdown and recv work deadlock
 2019-12-03 15:45 UTC  (2+ messages)

[PATCH] bfq: Replace kmalloc_node with kzalloc_node
 2019-12-03 15:01 UTC  (2+ messages)

[PATCH v2] block: optimise bvec_iter_advance()
 2019-12-03 14:37 UTC  (2+ messages)

[PATCH] bcache: print written and keys in trace_bcache_btree_write
 2019-12-03 14:14 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).