linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-07 08:49:14 to 2020-01-13 06:33:07 UTC [more...]

[PATCH] blk-map: add kernel address validation in blk_rq_map_kern func
 2020-01-13  6:32 UTC  (10+ messages)

[PATCH] kdev_t: mask mi with MINORMASK in MKDEV macro
 2020-01-12  8:21 UTC  (3+ messages)

[PATCH V2] block: fix get_max_segment_size() overflow on 32bit arch
 2020-01-12  6:58 UTC  (3+ messages)

[PATCH] block: fix splitting segments
 2020-01-11 12:57 UTC  (21+ messages)

Kernel-managed IRQ affinity (cont)
 2020-01-11  2:48 UTC  (3+ messages)

[PATCH] block: introduce block_rq_error tracepoint
 2020-01-10 22:15 UTC 

[GIT PULL] Block fixes for 5.5-rc
 2020-01-10 20:25 UTC  (2+ messages)

[PATCH v6 00/25] RTRS (former IBTRS) rdma transport library and RNBD (former IBNBD) rdma network block device
 2020-01-10 17:38 UTC  (45+ messages)
` [PATCH v6 04/25] rtrs: core: lib functions shared between client and server modules
` [PATCH v6 05/25] rtrs: client: private header with client structs and functions
` [PATCH v6 09/25] rtrs: server: private header with server "
` [PATCH v6 10/25] rtrs: server: main functionality
` [PATCH v6 11/25] rtrs: server: statistics functions
` [PATCH v6 12/25] rtrs: server: sysfs interface functions
` [PATCH v6 14/25] rtrs: a bit of documentation
` [PATCH v6 15/25] rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v6 16/25] rnbd: client: private header with client structs and functions
` [PATCH v6 17/25] rnbd: client: main functionality
` [PATCH v6 18/25] rnbd: client: sysfs interface functions

[PATCH] docs: block/biovecs: update the location of bio.c
 2020-01-10 17:23 UTC  (3+ messages)

[PATCH] zram: try to avoid worst-case scenario on same element pages
 2020-01-10 16:45 UTC  (2+ messages)

[RFC 0/9] Add persistent durable identifier to storage log messages
 2020-01-10 16:13 UTC  (14+ messages)
` [RFC 9/9] __xfs_printk: Add durable name to output

[bug report] compat_ioctl: move CDROM_SEND_PACKET handling into scsi
 2020-01-10 15:21 UTC  (4+ messages)

[PATCH RFC v5 00/11] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-01-10 12:18 UTC  (11+ messages)
` [PATCH 09/11] megaraid_sas: switch fusion adapters to MQ

[RFC PATCH 0/5] Inline crypto support on DragonBoard 845c
 2020-01-10  6:16 UTC  (6+ messages)
` [RFC PATCH 1/5] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH 2/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [RFC PATCH 3/5] scsi: ufs: add quirk to disable inline crypto support
` [RFC PATCH 4/5] scsi: ufs: add program_key() variant op
` [RFC PATCH 5/5] scsi: ufs-qcom: add Inline Crypto Engine support

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2020-01-10  5:33 UTC  (7+ messages)

[PATCH] brd: check parameter validation before register_blkdev func
 2020-01-10  5:10 UTC 

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

[PATCH] block: only zero page for bio of REQ_OP_READ in bio_truncate
 2020-01-09 14:57 UTC  (2+ messages)

[resend v1 0/5] Add support for block disk resize notification
 2020-01-09 13:12 UTC  (27+ messages)
` [resend v1 1/5] block/genhd: Notify udev about capacity change
` [resend v1 4/5] drivers/nvme/host/core.c: Convert to use disk_set_capacity
` [resend v1 5/5] drivers/scsi/sd.c: "

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: add blktrace extension support
 2020-01-09 12:59 UTC  (4+ messages)

[PATCH RFC 0/3] block,ext4: Introduce REQ_OP_ASSIGN_RANGE to reflect extents allocation in block device internals
 2020-01-09  9:43 UTC  (12+ messages)
` [PATCH RFC 1/3] block: Add support for REQ_OP_ASSIGN_RANGE operation

[PATCH V2] block: add bio_truncate to fix guard_bio_eod
 2020-01-09  7:17 UTC  (4+ messages)

[PATCH 0/4] block: fix partition use-after-free and optimization
 2020-01-09  6:21 UTC  (5+ messages)
` [PATCH 1/4] block: fix use-after-free on cached last_lookup partition
` [PATCH 2/4] block: only define 'nr_sects_seq' in hd_part for 32bit SMP
` [PATCH 3/4] block: re-organize fields of 'struct hd_part'
` [PATCH 4/4] block: don't hold part0's refcount in IO path

[PATCH] null_blk: Fix zone write handling
 2020-01-09  5:03 UTC 

[PATCH V3] block: mark zone-mgmt bios with REQ_SYNC
 2020-01-09  4:42 UTC  (2+ messages)

[PATCH v6 0/9] Inline Encryption Support
 2020-01-09  3:40 UTC  (11+ messages)
` [PATCH v6 2/9] block: Add encryption context to struct bio

[RFC PATCH] dm-zoned: extend the way of exposing zoned block device
 2020-01-09  2:05 UTC  (6+ messages)

[PATCH] block: cache index instead of part self to avoid use-after-free
 2020-01-09  1:35 UTC  (3+ messages)

[PATCH] block: streamline merge possibility checks
 2020-01-09  0:56 UTC  (6+ messages)

[PATCH] block: mark zone-mgmt bios with REQ_SYNC
 2020-01-08 22:38 UTC  (3+ messages)

[PATCH] rbd: work around -Wuninitialized warning
 2020-01-08 16:05 UTC  (3+ messages)

[PATCHSET v3 0/5] Support for RWF_UNCACHED
 2020-01-08 14:09 UTC  (12+ messages)

[PATCH] block: Allow t10-pi to be modular
 2020-01-08 13:39 UTC  (2+ messages)

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2020-01-08 13:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v13 0/5] xenbus/backend: Add memory pressure handler callback
 2020-01-08 12:40 UTC  (3+ messages)
` [PATCH v13 3/5] xen/blkback: Squeeze page pools if a memory pressure is detected

[PATCH] block: make sure last_lookup set as NULL after part deleted
 2020-01-08  3:19 UTC  (13+ messages)

[PATCH] block: fix get_max_segment_size() overflow on 32bit arch
 2020-01-08  3:02 UTC  (8+ messages)

kernel BUG at drivers/md/persistent-data/dm-space-map-disk.c:178 with scsi_mod.use_blk_mq=y
 2020-01-07 18:47 UTC  (8+ messages)
` [dm-devel] "
  ` [dm-devel] kernel BUG at drivers/md/persistent-data/dm-space-map-disk.c:178
      ` [lvm-devel] "
          ` [dm-devel] [lvm-devel] "

[PATCHSET v2 0/6] blk-mq: per-ctx tag caching
 2020-01-07 16:30 UTC  (7+ messages)
` [PATCH 1/6] sbitmap: remove cleared bitmask
` [PATCH 2/6] sbitmap: add batch tag retrieval
` [PATCH 3/6] blk-mq: remove 'clear_ctx_on_error'
` [PATCH 4/6] blk-mq: remove ctx->queue
` [PATCH 5/6] blk-mq: add struct blk_mq_ctx_type
` [PATCH 6/6] blk-mq: allocate tags in batches

[PATCH v5 00/25] RTRS (former IBTRS) rdma transport library and the corresponding RNBD (former IBNBD) rdma network block device
 2020-01-07 10:56 UTC  (6+ 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).