linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 06:43:24 to 2020-05-08 21:35:39 UTC [more...]

[RFC PATCH v2 0/7] Add MMC packed request support
 2020-05-08 21:35 UTC  (4+ messages)
` [RFC PATCH v2 1/7] block: Extand commit_rqs() to do batch processing

[PATCH] dm: track io errors per mapped device
 2020-05-08 21:09 UTC  (6+ messages)
    `  "

[RFC PATCH v4 0/4] Inline crypto support on DragonBoard 845c
 2020-05-08 20:29 UTC  (10+ messages)
` [RFC PATCH v4 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support

remove a few uses of ->queuedata
 2020-05-08 18:04 UTC  (17+ messages)
` [PATCH 01/15] nfblock: use gendisk private_data
` [PATCH 02/15] simdisk: stop using ->queuedata
` [PATCH 03/15] drbd: "
` [PATCH 04/15] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/15] ps3vram: stop using ->queuedata
` [PATCH 06/15] rsxx: "
` [PATCH 07/15] umem: "
` [PATCH 08/15] zram: "
` [PATCH 09/15] lightnvm: "
` [PATCH 10/15] bcache: stop setting ->queuedata
` [PATCH 11/15] dm: stop using ->queuedata
` [PATCH 12/15] md: "
` [PATCH 13/15] nvdimm/blk: "
` [PATCH 14/15] nvdimm/btt: "
` [PATCH 15/15] nvdimm/pmem: "

[GIT PULL] first batch of nvme updates for 5.8
 2020-05-08 15:51 UTC  (2+ messages)

[GIT PULL] nvme fixes for 5.7
 2020-05-08 15:49 UTC  (2+ messages)

[RESEND] last missing patch in the cdrom ioctl_by_bdev removal series
 2020-05-08 15:42 UTC  (3+ messages)
` [PATCH] hfs: stop using ioctl_by_bdev

[PATCH v2 0/3] block: drive-by cleanups for block cgroup
 2020-05-08 10:33 UTC  (2+ messages)

[PATCH v1] zcomp: Use ARRAY_SIZE() for backends list
 2020-05-08 10:08 UTC  (5+ messages)

[PATCH v2] zcomp: Use ARRAY_SIZE() for backends list
 2020-05-08 10:07 UTC 

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

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

Need part_in_flight() to be non-static
 2020-05-08  6:49 UTC  (3+ messages)

[PATCH 0/4] block: fix partition use-after-free and optimization
 2020-05-08  1:59 UTC  (11+ 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] block/drbd: remove redundant initialization to variable rv
 2020-05-07 21:47 UTC 

[PATCH v6 0/5] Fix potential kernel panic when increase hardware queue
 2020-05-07 18:31 UTC  (13+ messages)
` [PATCH v6 1/5] block: free both rq_map and request
` [PATCH v6 2/5] block: save previous hardware queue count before udpate
` [PATCH v6 3/5] block: alloc map and request for new hardware queue
` [PATCH v6 4/5] block: rename __blk_mq_alloc_rq_map
` [PATCH v6 5/5] block: rename blk_mq_alloc_rq_maps

[PATCH 0/1] remove ioclt_by_bdev from DASD
 2020-05-07 15:45 UTC  (12+ messages)
` [PATCH 1/1] s390/dasd: remove ioctl_by_bdev from DASD driver

bdi: fix use-after-free for dev_name(bdi->dev) v3 (resend)
 2020-05-07 14:57 UTC  (4+ messages)
` PING for "

[PATCH AUTOSEL 5.6 43/50] block: remove the bd_openers checks in blk_drop_partitions
 2020-05-07 14:27 UTC 

[PATCH v5 0/5] Fix potential kernel panic when increase hardware queue
 2020-05-07 12:59 UTC  (13+ messages)
` [PATCH v5 1/5] block: free both rq_map and request
` [PATCH v5 2/5] block: save previous hardware queue count before udpate
` [PATCH v5 4/5] block: rename __blk_mq_alloc_rq_map
` [PATCH v5 5/5] block: rename blk_mq_alloc_rq_maps
` [PATCH v5 3/5] block: alloc map and request for new hardware queue
  ` [RESEND PATCH "

[PATCH 0/3] Fix blkparse and iowatcher for kernels >= 4.14
 2020-05-07  9:49 UTC  (8+ messages)
` [PATCH 1/3] blkparse: Handle cgroup information
` [PATCH 2/3] iowatcher: Use blktrace_api.h
` [PATCH 3/3] iowatcher: Handle cgroup information

[PATCH v2 00/10] clean up SECTOR related macros and sectors/pages conversions
 2020-05-07  7:51 UTC  (11+ messages)
` [PATCH v2 01/10] block: move PAGE_SECTORS definition into <linux/blkdev.h>
` [PATCH v2 02/10] zram: abolish macro SECTORS_PER_PAGE
` [PATCH v2 03/10] block: add sectors_to_npage()/npage_to_sectors() helpers
` [PATCH v2 04/10] zram: abolish macro SECTORS_PER_PAGE_SHIFT
` [PATCH v2 05/10] block: abolish macro PAGE_SECTORS_SHIFT
` [PATCH v2 06/10] mm/swap: use npage_to_sectors() and PAGE_SECTORS to clean up code
` [PATCH v2 07/10] block: use sectors_to_npage() "
` [PATCH v2 08/10] md: use sectors_to_npage() and npage_to_sectors() "
` [PATCH v2 09/10] md: use existing definition RESYNC_SECTORS
` [PATCH v2 10/10] md: use PAGE_SECTORS to clean up code

[PATCH v14 23/25] block/rnbd: include client and server modules into kernel compilation
 2020-05-07  7:37 UTC  (5+ messages)

[PATCH] drivers: block: use set_current_state macro
 2020-05-07  7:12 UTC 

[PATCH v10 0/9] Introduce Zone Append for writing to zoned block devices
 2020-05-06 18:18 UTC  (12+ messages)
` [PATCH v10 1/9] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v10 2/9] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v10 3/9] block: introduce blk_req_zone_write_trylock
` [PATCH v10 4/9] block: Modify revalidate zones
` [PATCH v10 5/9] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v10 6/9] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v10 7/9] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v10 8/9] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v10 9/9] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

[PATCH RFC 1/2] fs/iomap/direct-io: pass NOWAIT to bio flags
 2020-05-06 14:40 UTC  (7+ messages)
` [PATCH RFC 2/2] fs/direct-io: pass NOWAIT to also for read requests

[PATCH V8 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
 2020-05-06 10:22 UTC  (16+ messages)

[PATCH v4 00/10] Add a new LOOP_CONFIGURE ioctl
 2020-05-06  9:57 UTC  (21+ messages)
` [PATCH v4 04/10] loop: Refactor loop_set_status() size calculation
` [PATCH v4 05/10] loop: Remove figure_loop_size()
` [PATCH v4 06/10] loop: Factor out configuring loop from status
` [PATCH v4 07/10] loop: Move loop_set_status_from_info() and friends up
` [PATCH v4 08/10] loop: Rework lo_ioctl() __user argument casting
` [PATCH v4 09/10] loop: Clean up LOOP_SET_STATUS lo_flags handling
` [PATCH v4 10/10] loop: Add LOOP_CONFIGURE ioctl

[PATCH 0/4] eliminate SECTOR related magic numbers and duplicated conversions
 2020-05-06  9:16 UTC  (13+ messages)
` [PATCH 1/4] block: Move SECTORS_PER_PAGE and SECTORS_PER_PAGE_SHIFT definitions into <linux/blkdev.h>
` [PATCH 2/4] mm/swap: use SECTORS_PER_PAGE_SHIFT to clean up code
` [PATCH 3/4] block: use SECTORS_PER_PAGE_SHIFT and SECTORS_PER_PAGE "
` [PATCH 4/4] mtd: eliminate SECTOR related magic numbers

[PATCH v3 0/4] floppy: suppress UBSAN warning in setup_rw_floppy()
 2020-05-06  7:33 UTC  (2+ messages)

[PATCH RFC 1/2] tracing/block: cleanup rwbs filling in trace events
 2020-05-06  7:07 UTC  (2+ messages)

[PATCH v9 00/11] Introduce Zone Append for writing to zoned block devices
 2020-05-06  3:23 UTC  (21+ messages)
` [PATCH v9 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v9 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v9 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v9 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v9 06/11] block: Modify revalidate zones
` [PATCH v9 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v9 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v9 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v9 10/11] block: export bio_release_pages and bio_iov_iter_get_pages

[RFC v1 0/6] block: add error handling for *add_disk*()
 2020-05-06  1:18 UTC  (2+ messages)

[PATCH v2] block: Make request_queue.rpm_status an enum
 2020-05-05 17:55 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add missing header files to BLOCK LAYER section
 2020-05-05 17:51 UTC  (2+ messages)

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-05 15:38 UTC  (9+ messages)

[block/for-5.7] iocost: protect iocg->abs_vdebt with iocg->waitq.lock
 2020-05-05 15:23 UTC  (2+ messages)

stop using ioctl_by_bdev for file system access to CDROMs v3
 2020-05-05 12:43 UTC  (3+ messages)
` [PATCH 5/8] hfs: stop using ioctl_by_bdev

[PATCH] block: remove the REQ_NOWAIT_INLINE flag
 2020-05-05  6:44 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).