linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 10:08:54 to 2019-11-19 23:41:03 UTC [more...]

[PATCH] loop: avoid EAGAIN, if offset or block_size are changed
 2019-11-19 23:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/1] : limit overhead of device_busy counter for SSDs
 2019-11-19 23:35 UTC  (5+ messages)
` [PATCH 1/1] scsi core: "

[PATCHSET 0/2] io_uring support for linked timeouts
 2019-11-19 21:11 UTC  (17+ messages)

[PATCH RFC 0/3] blk-mq/nvme: use blk_mq_alloc_request() for NVMe's connect request
 2019-11-19 17:56 UTC  (15+ messages)
` [PATCH RFC 1/3] block: reuse one scheduler/flush field for private request's data
` [PATCH RFC 2/3] nvme: don't use blk_mq_alloc_request_hctx() for allocating connect request
` [PATCH RFC 3/3] blk-mq: kill blk_mq_alloc_request_hctx()

[PATCH 0/2] nbd: local daemon restart support
 2019-11-19 16:46 UTC  (4+ messages)
` [PATCH 1/2] nbd: move send_disconnects
` [PATCH 2/2] nbd: add support to replace running daemon

[v2] nbd:fix memory leak in nbd_get_socket()
 2019-11-19 16:23 UTC  (5+ messages)

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

[PATCH] bfq: Replace kmalloc_node with kzalloc_node
 2019-11-19 15:02 UTC 

[PATCH RFC v2 0/5] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2019-11-19 14:27 UTC  (6+ messages)
` [PATCH RFC v2 1/5] blk-mq: Remove some unused function arguments
` [PATCH RFC V2 2/5] blk-mq: rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
` [PATCH RFC V2 3/5] blk-mq: Facilitate a shared sbitmap per tagset
` [PATCH RFC V2 4/5] scsi: Add template flag 'host_tagset'
` [PATCH RFC V2 5/5] scsi: hisi_sas: Switch v3 hw to MQ

KASAN: use-after-free Read in blkcg_print_stat (2)
 2019-11-19 10:06 UTC 

[PATCH RFC 0/5] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2019-11-19  9:26 UTC  (15+ messages)
` [PATCH RFC 3/5] blk-mq: Facilitate a shared tags per tagset

single aio thread is migrated crazily by scheduler
 2019-11-19  8:54 UTC  (16+ messages)

KASAN: use-after-free Read in blkcg_print_stat (2)
 2019-11-19  7:11 UTC 

[PATCH RESEND 0/2] scsi: ufs: hibern8 fixes
 2019-11-19  7:04 UTC  (3+ messages)
` [PATCH RESEND 1/2] scsi: ufs: Enable hibern8 interrupt only during manual hibern8 in Cadence UFS
` [PATCH RESEND 2/2] scsi: ufs: Update L4 attributes on manual hibern8 exit "

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  7:00 UTC  (25+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages

The irq Affinity is changed after the patch(Fixes: b1a5a73e64e9 ("genirq/affinity: Spread vectors on node according to nr_cpu ratio"))
 2019-11-19  6:56 UTC  (5+ messages)

[PATCH RESEND 0/2] scsi: ufs: hibern8 fixes
 2019-11-19  4:36 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] loop: avoid EAGAIN, if offset or block_size are changed
 2019-11-19  4:00 UTC  (3+ messages)
`  "

KCSAN: data-race in process_srcu / synchronize_srcu
 2019-11-19  3:54 UTC  (7+ messages)

[PATCH] nbd:fix memory leak in nbd_get_socket()
 2019-11-19  3:19 UTC  (2+ messages)

[PATCH v2 0/4] skd/mtip32xx: Prefer pcie_capability_read_word()
 2019-11-19  2:41 UTC  (10+ messages)
` [PATCH v2 1/4] skd: "
` [PATCH v2 2/4] skd: Replace magic numbers with PCI constants
` [PATCH v2 3/4] mtip32xx: Prefer pcie_capability_read_word()
` [PATCH v2 4/4] mtip32xx: Replace magic numbers with PCI constants

[PATCH V2] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
 2019-11-19  2:20 UTC  (3+ messages)

[PATCH] block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_token_u64'
 2019-11-18 16:49 UTC  (5+ messages)

[PATCHSET v2 block/for-next] blk-cgroup: use cgroup rstat for IO stats
 2019-11-18 15:41 UTC  (7+ messages)
` [PATCH 5/6] blk-cgroup: reimplement basic IO stats using cgroup rstat
      ` [PATCH block/for-next] blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1

[PATCH v2 00/12] bcache patches for Linux v5.5
 2019-11-18 15:40 UTC  (11+ messages)
` [PATCH 01/12] bcache: fix fifo index swapping condition in journal_pin_cmp()
` [PATCH 02/12] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
` [PATCH 07/12] bcache: fix deadlock in bcache_allocator
` [PATCH 09/12] bcache: add idle_max_writeback_rate sysfs interface

[PATCH -next] scsi: sd_zbc: Remove set but not used variable 'buflen'
 2019-11-18 15:33 UTC  (3+ messages)

[PATCH] block: Don't disable interrupts in trigger_softirq()
 2019-11-18 14:29 UTC  (3+ messages)

[PATCH v1] block, bfq: set default slice_idle to zero for SSDs
 2019-11-18 14:18 UTC  (2+ messages)

[PATCH 0/4] scis: don't apply per-LUN queue depth for SSD
 2019-11-18 10:31 UTC  (5+ messages)
` [PATCH 1/4] scsi: megaraid_sas: use private counter for tracking inflight per-LUN commands
` [PATCH 2/4] scsi: mpt3sas: "
` [PATCH 3/4] scsi: sd: register request queue after sd_revalidate_disk is done
` [PATCH 4/4] scsi: core: don't limit per-LUN queue depth for SSD

[PATCH v6 0/4] Add MMC software queue support
 2019-11-18 10:04 UTC  (5+ messages)

[pipe] d60337eff1: BUG:kernel_NULL_pointer_dereference,address
 2019-11-18  7:53 UTC  (3+ messages)
  ` [LKP] "

[PATCH] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
 2019-11-18  7:08 UTC  (7+ messages)

INFO: task syz-executor can't die for more than 143 seconds. (2)
 2019-11-18  0:02 UTC  (9+ messages)
    ` [PATCH] block: Bail out iteration functions upon SIGKILL

Qestion about block cgroup for disk partition
 2019-11-17 18:01 UTC 

Question about block cgroup for disk partition
 2019-11-17 14:16 UTC 

[PATCH 00/10] bcache patches for Linux v5.5
 2019-11-17  3:27 UTC  (3+ messages)
` [PATCH 01/10] bcache: fix fifo index swapping condition in journal_pin_cmp()

[PATCH AUTOSEL 4.19 021/237] skd: fixup usage of legacy IO API
 2019-11-16 15:39 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 043/237] amiflop: clean up on errors during setup
` [PATCH AUTOSEL 4.19 136/237] block: fix the DISCARD request merge
` [PATCH AUTOSEL 4.19 148/237] block: call rq_qos_exit() after queue is frozen

[PATCH AUTOSEL 4.14 012/150] skd: fixup usage of legacy IO API
 2019-11-16 15:46 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 025/150] amiflop: clean up on errors during setup
` [PATCH AUTOSEL 4.14 083/150] block: fix the DISCARD request merge

[PATCH AUTOSEL 4.4 13/77] amiflop: clean up on errors during setup
 2019-11-16 15:52 UTC 

[PATCH AUTOSEL 4.9 15/99] amiflop: clean up on errors during setup
 2019-11-16 15:49 UTC 

[Patch v2] blk-mq: avoid repeatedly scheduling the same work to run hardware queue
 2019-11-16  0:50 UTC 

[PATCH] blk-mq: avoid repeatedly scheduling the same work to run hardware queue
 2019-11-15 23:25 UTC  (3+ messages)

[GIT PULL] Fixes for 5.4-rc8/final
 2019-11-15 22:20 UTC  (4+ messages)

[PATCH BUGFIX V2 0/1] block, bfq: deschedule empty bfq_queues not referred by any process
 2019-11-15 18:38 UTC  (4+ messages)
` [PATCH BUGFIX V2 1/1] "

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

null_handle_cmd() doesn't initialize data when reading
 2019-11-15 10:16 UTC 

disk revalidation cleanups and fixlets v2
 2019-11-15 10:09 UTC  (5+ messages)
` [PATCH 6/7] block: move clearing bd_invalidated into check_disk_size_change
` [PATCH 7/7] block: move setting bd_invalidated from flush_disk to check_disk_change


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