linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-13 20:37:50 to 2019-12-18 18:45:50 UTC [more...]

[GIT PULL v2 00/27] block, scsi: final compat_ioctl cleanup
 2019-12-18 18:45 UTC  (30+ messages)
` [PATCH v2 01/27] pktcdvd: fix regression on 64-bit architectures
` [PATCH v2 02/27] compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE
` [PATCH v2 03/27] compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES
` [PATCH v2 04/27] compat_ioctl: block: handle add zone open, close and finish ioctl
` [PATCH v2 05/27] compat_ioctl: block: handle Persistent Reservations
` [PATCH v2 06/27] compat: ARM64: always include asm-generic/compat.h
` [PATCH v2 07/27] compat: provide compat_ptr() on all architectures
` [PATCH v2 08/27] compat: scsi: sg: fix v3 compat read/write interface
` [PATCH v2 09/27] compat_ioctl: block: add blkdev_compat_ptr_ioctl
` [PATCH v2 10/27] compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
` [PATCH v2 11/27] compat_ioctl: move CDROM_SEND_PACKET handling into scsi
` [PATCH v2 12/27] compat_ioctl: move CDROMREADADIO to cdrom.c
` [PATCH v2 13/27] compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
` [PATCH v2 14/27] compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
` [PATCH v2 15/27] compat_ioctl: add scsi_compat_ioctl
` [PATCH v2 16/27] compat_ioctl: bsg: add handler
` [PATCH v2 17/27] compat_ioctl: ide: floppy: "
` [PATCH v2 18/27] compat_ioctl: scsi: move ioctl handling into drivers
` [PATCH v2 19/27] compat_ioctl: move sys_compat_ioctl() to ioctl.c
` [PATCH v2 20/27] compat_ioctl: simplify the implementation
` [PATCH v2 21/27] compat_ioctl: move cdrom commands into cdrom.c
` [PATCH v2 22/27] compat_ioctl: scsi: handle HDIO commands from drivers
` [PATCH v2 23/27] compat_ioctl: move HDIO ioctl handling into drivers/ide
` [PATCH v2 24/27] compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c
` [PATCH v2 25/27] compat_ioctl: block: simplify compat_blkpg_ioctl()
` [PATCH v2 26/27] compat_ioctl: simplify up block/ioctl.c
` [PATCH v2 27/27] Documentation: document ioctl interfaces better

[PATCH v13 0/5] xenbus/backend: Add memory pressure handler callback
 2019-12-18 18:39 UTC  (7+ messages)
` [PATCH v13 1/5] "
` [PATCH v13 2/5] xenbus/backend: Protect xenbus callback with lock
` [PATCH v13 3/5] xen/blkback: Squeeze page pools if a memory pressure is detected
` [PATCH v13 4/5] xen/blkback: Remove unnecessary static variable name prefixes
` [PATCH v13 5/5] xen/blkback: Consistently insert one empty line between functions

[PATCH v12 0/5] xenbus/backend: Add memory pressure handler callback
 2019-12-18 17:32 UTC  (12+ messages)
` [PATCH v12 1/5] "
` [PATCH v12 2/5] xenbus/backend: Protect xenbus callback with lock
    ` Re: [Xen-devel] "
      `  "
` [PATCH v12 3/5] xen/blkback: Squeeze page pools if a memory pressure is detected
` [PATCH v12 4/5] xen/blkback: Remove unnecessary static variable name prefixes
` [PATCH v12 5/5] xen/blkback: Consistently insert one empty line between functions

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

[PATCH v6 0/9] Inline Encryption Support
 2019-12-18 14:51 UTC  (10+ messages)
` [PATCH v6 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v6 2/9] block: Add encryption context to struct bio
` [PATCH v6 3/9] block: blk-crypto for Inline Encryption
` [PATCH v6 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v6 5/9] scsi: ufs: UFS crypto API
` [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v6 7/9] fscrypt: add inline encryption support
` [PATCH v6 8/9] f2fs: "
` [PATCH v6 9/9] ext4: "

[RFC PATCH 0/3] softirq/blk-mq: implement interrupt flood detection for avoiding cpu lockup
 2019-12-18 12:29 UTC  (7+ messages)
` [RFC PATCH 1/3] sched/core: add API for exporting runqueue clock
` [RFC PATCH 2/3] softirq: implement interrupt flood detection
` [RFC PATCH 3/3] blk-mq: complete request in rescuer process context in case of irq flood

[PATCH] block: fix memleak when __blk_rq_map_user_iov() is failed
 2019-12-18  8:44 UTC 

[PATCHSET v5 0/6] Support for RWF_UNCACHED
 2019-12-18  4:15 UTC  (20+ messages)
` [PATCH 1/6] fs: add read support "
` [PATCH 2/6] mm: make generic_perform_write() take a struct kiocb
` [PATCH 3/6] mm: make buffered writes work with RWF_UNCACHED
` [PATCH 4/6] iomap: add struct iomap_ctx
` [PATCH 5/6] iomap: support RWF_UNCACHED for buffered writes
` [PATCH 6/6] xfs: don't do delayed allocations for uncached "

[PATCH liburing] spec: additional Fedora RPM cleanups
 2019-12-18  4:13 UTC  (3+ messages)

[PATCH] block: make the io_ticks counter more accurate
 2019-12-18  1:28 UTC  (2+ messages)

[PATCH] sbitmap: only queue kyber's wait callback if not already active
 2019-12-18  1:14 UTC  (2+ messages)

[PATCH] block: Fix a lockdep complaint triggered by request queue flushing
 2019-12-18  1:10 UTC  (2+ messages)

[PATCH] block: Fix the type of 'sts' in bsg_queue_rq()
 2019-12-18  1:10 UTC  (2+ messages)

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2019-12-18  1:01 UTC  (9+ messages)
` [PATCH 5/5] iomap: support RWF_UNCACHED for buffered writes

[PATCH 00/24] block, scsi: final compat_ioctl cleanup
 2019-12-17 21:38 UTC  (4+ messages)
` [PATCH 10/24] compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
  ` [Y2038] "

[PATCH] nbd: fix shutdown and recv work deadlock v2
 2019-12-17 17:50 UTC  (2+ messages)

[PATCH v11 0/6] xenbus/backend: Add a memory pressure handler callback
 2019-12-17 17:27 UTC  (13+ messages)
` [PATCH v11 1/6] xenbus/backend: Add "
` [PATCH v11 2/6] xenbus/backend: Protect xenbus callback with lock
    ` Re: [Xen-devel] "
      `  "
` [PATCH v11 3/6] xen/blkback: Squeeze page pools if a memory pressure is detected
` [PATCH v11 4/6] xen/blkback: Protect 'reclaim_memory()' with 'reclaim_lock'
    ` [PATCH 1/3] xen/blkback: Squeeze page pools if a memory pressure is detected
` [PATCH v11 5/6] xen/blkback: Remove unnecessary static variable name prefixes
` [PATCH v11 6/6] xen/blkback: Consistently insert one empty line between functions

[PATCH v10 0/4] xenbus/backend: Add a memory pressure handler callback
 2019-12-17 16:17 UTC  (17+ messages)
` [PATCH v10 1/4] xenbus/backend: Add "
` [PATCH v10 2/4] xen/blkback: Squeeze page pools if a memory pressure is detected
  ` [Xen-devel] "
    `  "
` [PATCH v10 3/4] xen/blkback: Remove unnecessary static variable name prefixes
` [PATCH v10 4/4] xen/blkback: Consistently insert one empty line between functions

[PATCH 1/1] block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT
 2019-12-17 16:02 UTC  (2+ messages)

[PATCH RFC 0/3] block,ext4: Introduce REQ_OP_ASSIGN_RANGE to reflect extents allocation in block device internals
 2019-12-17 14:16 UTC  (2+ messages)

[PATCH v9 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17 13:56 UTC  (4+ messages)
` [RFC PATCH] mm/gup: try_pin_compound_head() can be static

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-17  7:29 UTC  (5+ messages)
` [PATCH v11 "

[PATCH block/for-5.5-fixes] iocost: over-budget forced IOs should schedule async delay
 2019-12-16 23:10 UTC  (2+ messages)

[PATCH] rbd: Avoid calling BUG() when object_map is not empty
 2019-12-16 10:18 UTC  (3+ messages)

[PATCH v9 0/4] xenbus/backend: Add a memory pressure handler callback
 2019-12-16 10:00 UTC  (8+ messages)
` [PATCH v9 1/4] xenbus/backend: Add "
` [PATCH v9 2/4] xen/blkback: Squeeze page pools if a memory pressure is detected
    ` Re: [Xen-devel] "
` [PATCH v9 3/4] xen/blkback: Remove unnecessary static variable name prefixes
` [PATCH v9 4/4] xen/blkback: Consistently insert one empty line between functions

[PATCHSET v2 0/5] Support for RWF_UNCACHED
 2019-12-14  0:01 UTC  (3+ messages)
` [PATCH 3/5] mm: make buffered writes work with RWF_UNCACHED

[GIT PULL] Block fixes for 5.5-rc2
 2019-12-13 23:10 UTC  (2+ messages)

[git pull] device mapper fixes for 5.5-rc2
 2019-12-13 23:10 UTC  (2+ messages)

[PATCHSET v4 0/5] Support for RWF_UNCACHED
 2019-12-13 20:47 UTC  (4+ messages)
` [PATCH 4/5] iomap: add struct iomap_data

[PATCH v8 0/3] xenbus/backend: Add a memory pressure handler callback
 2019-12-13 15:02 UTC  (4+ messages)
` [PATCH v8 2/3] xen/blkback: Squeeze page pools if a memory pressure is detected
    `  "

[PATCH v2 0/4] Add an SRP test for the SoftiWARP driver
 2019-12-13 14:32 UTC  (5+ messages)
` [PATCH v2 1/4] common/multipath-over-rdma: Fix expand_ipv6_addr()
` [PATCH v2 2/4] common/multipath-over-rdma: Rename two functions
` [PATCH v2 3/4] common/multipath-over-rdma, tests/srp: Make it easy to use siw instead of rdma_rxe
` [PATCH v2 4/4] tests/srp/015: Add a test that uses the SoftiWARP (siw) driver


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