linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-10 16:24:58 to 2019-12-12 10:23:39 UTC [more...]

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

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

[RFC PATCH] block/genhd: Notify udev about capacity change
 2019-12-12  9:54 UTC  (3+ messages)

[PATCH v7 0/2] xenbus/backend: Add a memory pressure handler callback
 2019-12-12  9:46 UTC  (5+ messages)
` [PATCH v7 1/3] xenbus/backend: Add "
  ` [Xen-devel] "
` [PATCH v7 2/3] xen/blkback: Squeeze page pools if a memory pressure is detected
` [PATCH v7 3/3] xen/blkback: Remove unnecessary static variable name prefixes

[PATCH 00/24] block, scsi: final compat_ioctl cleanup
 2019-12-12  9:17 UTC  (24+ messages)
` [PATCH 02/24] compat: scsi: sg: fix v3 compat read/write interface
` [PATCH 03/24] compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE
` [PATCH 04/24] compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES
` [PATCH 05/24] compat_ioctl: block: handle add zone open, close and finish ioctl
` [PATCH 06/24] compat_ioctl: block: handle Persistent Reservations
` [PATCH 07/24] compaT_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
` [PATCH 08/24] compat_ioctl: move CDROM_SEND_PACKET handling into scsi
` [PATCH 09/24] compat_ioctl: move CDROMREADADIO to cdrom.c
` [PATCH 10/24] compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
` [PATCH 11/24] compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
` [PATCH 13/24] compat_ioctl: bsg: add handler
` [PATCH 15/24] compat_ioctl: scsi: move ioctl handling into drivers
` [PATCH 18/24] compat_ioctl: move cdrom commands into cdrom.c
` [PATCH 20/24] compat_ioctl: move HDIO ioctl handling into drivers/ide
` [PATCH 21/24] compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c
` [PATCH 22/24] compat_ioctl: block: simplify compat_blkpg_ioctl()
` [PATCH 23/24] compat_ioctl: simplify up block/ioctl.c

[PATCH v3 0/4] xen-blkback: support live update
 2019-12-12  6:07 UTC  (8+ messages)
` [PATCH v3 1/4] xenbus: move xenbus_dev_shutdown() into frontend code
` [PATCH v3 2/4] xenbus: limit when state is forced to closed
` [PATCH v3 3/4] xen/interface: re-define FRONT/BACK_RING_ATTACH()
` [PATCH v3 4/4] xen-blkback: support dynamic unbind/bind

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

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2019-12-12  2:47 UTC  (35+ messages)
` [PATCH 1/5] fs: add read support "
` [PATCH 2/5] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED
` [PATCH 4/5] iomap: pass in the write_begin/write_end flags to iomap_actor
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

bcache kbuild cleanups
 2019-12-11 15:17 UTC  (3+ messages)

[PATCHSET v2 0/5] Support for RWF_UNCACHED
 2019-12-11 14:44 UTC  (8+ messages)
` [PATCH 1/5] fs: add read support "
` [PATCH 2/5] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED
` [PATCH 4/5] iomap: pass in the write_begin/write_end flags to iomap_actor
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCHSET 0/5] Support for RWF_UNCACHED
 2019-12-11 14:39 UTC  (15+ messages)
` [PATCH 1/5] fs: add read support "
` [PATCH 2/5] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED
` [PATCH 4/5] iomap: pass in the write_begin/write_end flags to iomap_actor
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH] xen-blkback: prevent premature module unload
 2019-12-11 13:57 UTC  (6+ messages)

[PATCH RFC 0/3] block,ext4: Introduce REQ_OP_ASSIGN_RANGE to reflect extents allocation in block device internals
 2019-12-11 12:55 UTC  (7+ messages)
` [PATCH RFC 1/3] block: Add support for REQ_OP_ASSIGN_RANGE operation
` [PATCH RFC 2/3] loop: Forward REQ_OP_ASSIGN_RANGE into fallocate(0)
` [PATCH RFC 3/3] ext4: Notify block device about fallocate(0)-assigned blocks
  ` [PATCH RFC v2 "

[PATCH v6 0/2] xenbus/backend: Add a memory pressure handler callback
 2019-12-11 12:30 UTC  (8+ messages)
` [PATCH v6 1/3] xenbus/backend: Add "
    `  "
` [PATCH v6 2/3] xen/blkback: Squeeze page pools if a memory pressure is detected
` [PATCH v6 3/3] xen/blkback: Remove unnecessary static variable name prefixes

[PATCH v5 2/2] xen/blkback: Squeeze page pools if a memory pressure is detected
 2019-12-11 11:52 UTC  (4+ messages)
`  "
    `  "

[PATCH v5 1/2] xenbus/backend: Add memory pressure handler callback
 2019-12-11 11:52 UTC  (4+ messages)
`  "
    `  "

[PATCH] block/genhd: Fix memory leak in error path of __alloc_disk_node()
 2019-12-11  9:10 UTC  (2+ messages)
` [PATCH RESEND] "

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: add blktrace extension support
 2019-12-11  6:16 UTC 

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11  0:49 UTC  (11+ messages)
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_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 AUTOSEL 4.14 068/130] loop: fix no-unmap write-zeroes request behavior
 2019-12-10 22:01 UTC 

[PATCH AUTOSEL 4.19 092/177] loop: fix no-unmap write-zeroes request behavior
 2019-12-10 21:30 UTC 

[PATCH AUTOSEL 5.4 187/350] loop: fix no-unmap write-zeroes request behavior
 2019-12-10 21:04 UTC 

[PATCH] block: fix NULL pointer dereference in account statistics with IDE
 2019-12-10 19:08 UTC  (4+ 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).