linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 21:41:16 to 2020-03-01 06:46:10 UTC [more...]

[PATCH 00/10] floppy driver cleanups (deobfuscation)
 2020-03-01  6:46 UTC  (36+ messages)
` [PATCH 01/10] floppy: cleanup: expand macro FDCS
` [PATCH 02/10] floppy: cleanup: expand macro UFDCS
` [PATCH 03/10] floppy: cleanup: expand macro UDP
` [PATCH 07/10] floppy: cleanup: expand macro DRS
` [PATCH 11/16] floppy: remove dead code for drives scanning on ARM
  ` [PATCH 12/16] floppy: remove incomplete support for second FDC from ARM code
  ` [PATCH 13/16] floppy: prepare ARM code to simplify base address separation
  ` [PATCH 14/16] floppy: introduce new functions fdc_inb() and fdc_outb()
  ` [PATCH 15/16] floppy: separate the FDC's base address from its registers
  ` [PATCH 16/16] floppy: rename the global "fdc" variable to "current_fdc"

[PATCH v8 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-01  3:12 UTC  (7+ messages)

[PATCH v9 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-01  3:09 UTC  (27+ messages)
` [PATCH v9 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v9 02/25] RDMA/rtrs: public interface header to establish RDMA connections
` [PATCH v9 03/25] RDMA/rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v9 04/25] RDMA/rtrs: core: lib functions shared between client and server modules
` [PATCH v9 05/25] RDMA/rtrs: client: private header with client structs and functions
` [PATCH v9 06/25] RDMA/rtrs: client: main functionality
` [PATCH v9 10/25] RDMA/rtrs: server: "
` [PATCH v9 15/25] block/rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v9 16/25] block/rnbd: client: private header with client structs and functions
` [PATCH v9 17/25] block/rnbd: client: main functionality
` [PATCH v9 19/25] block/rnbd: server: private header with server structs and functions
` [PATCH v9 20/25] block/rnbd: server: main functionality
` [PATCH v9 21/25] block/rnbd: server: functionality for IO submission to file or block dev

[PATCH] loop: Fix IS_ERR() vs NULL bugs in loop_prepare_queue()
 2020-03-01  1:02 UTC  (6+ messages)
  ` [PATCH resend] "

[PATCH 0/6] Some cleanups for blk-core.c and blk-flush.c
 2020-02-29 23:58 UTC  (21+ messages)
` [PATCH 1/6] block: fix comment for blk_cloned_rq_check_limits
` [PATCH 2/6] block: use bio_{wouldblock,io}_error in direct_make_request
` [PATCH 3/6] block: remove redundant setting of QUEUE_FLAG_DYING
` [PATCH 4/6] block: remove obsolete comments for _blk/blk_rq_prep_clone
` [PATCH 5/6] block: remove unneeded argument from blk_alloc_flush_queue
` [PATCH 6/6] block: cleanup comment for blk_flush_complete_seq

[PATCH V2] block: rename 'q->debugfs_dir' and 'q->blk_trace->dir' in blk_unregister_queue()
 2020-02-29  2:50 UTC  (4+ messages)

[PATCH V2 00/10] scsi: tracking device queue depth via sbitmap
 2020-02-28 23:29 UTC  (11+ messages)
` [PATCH V2 01/10] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V2 02/10] sbitmap: add helpers for updating allocation hint
` [PATCH V2 03/10] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V2 04/10] sbitmap: move allocation hint into sbitmap
` [PATCH V2 05/10] sbitmap: export sbitmap_weight
` [PATCH V2 06/10] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V2 07/10] blk-mq: return budget token from .get_budget callback
` [PATCH V2 08/10] blk-mq: pass budget token to dirver via blk_mq_queue_data
` [PATCH V2 09/10] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V2 10/10] scsi: replace sdev->device_busy with sbitmap

[PATCH] block: sed-opal: Change the check condition for regular session validity
 2020-02-28 23:12 UTC  (5+ messages)

[GIT PULL] Block fixes for 5.6-rc
 2020-02-28 19:55 UTC  (2+ messages)

[PATCH] loop: avoid EAGAIN, if offset or block_size are changed
 2020-02-28 19:44 UTC  (2+ messages)

[PATCH] loop: Fix irq lock ordering bug
 2020-02-28 16:18 UTC 

[PATCH] block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices
 2020-02-28 14:51 UTC 

[PATCH v2 0/2] nbd: requeue request if only one connection is configured
 2020-02-28  6:40 UTC  (3+ messages)
` [PATCH 1/2] nbd: enable replace socket "
` [PATCH 2/2] nbd: requeue command if the soecket is changed

[PATCH v2 0/5] Add support for block disk resize notification
 2020-02-27 22:31 UTC  (9+ messages)
` [PATCH v2 1/5] block/genhd: Notify udev about capacity change
` [PATCH v2 2/5] drivers/block/virtio_blk.c: Convert to use set_capacity_revalidate_and_notify
` [PATCH v2 3/5] drivers/block/xen-blkfront.c: "
` [PATCH v2 4/5] drivers/nvme/host/core.c: "
` [PATCH v2 5/5] drivers/scsi/sd.c: "

[PATCH v7 0/9] Inline Encryption Support
 2020-02-27 21:25 UTC  (27+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v7 2/9] block: Inline encryption support for blk-mq
` [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v7 7/9] fscrypt: add inline encryption support

[PATCH v3 0/3] Charge loop device i/o to issuing cgroup
 2020-02-27 18:14 UTC  (7+ messages)
` [PATCH v3 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH v3 2/3] mm: Charge active memcg when no mm is set
` [PATCH v3 3/3] loop: Charge i/o to mem and blk cg

[RFC PATCH 0/4] userspace PI passthrough via io_uring
 2020-02-27  9:23 UTC  (16+ messages)
` [PATCH 1/4] io_uring: add IORING_OP_READ{WRITE}V_PI cmd
` [PATCH 2/4] bio-integrity: introduce two funcs handle protect information
` [PATCH 3/4] block_dev: support protect information passthrough
` [PATCH 4/4] liburing/test: add testcase for "

[PATCH] blk-iocost: remove duplicated lines in comments
 2020-02-27  1:38 UTC 

[PATCH v1 0/3] Introduce NVIDIA Tegra Partition Table
 2020-02-27  0:40 UTC  (9+ messages)
` [PATCH v1 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v1 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v1 3/3] partitions: Introduce NVIDIA Tegra Partition Table

[PATCH] blk-mq: Remove some unused function arguments
 2020-02-26 17:35 UTC  (3+ messages)

[PATCH 0/1 RESEND] Allow non-root users to perform ZBC commands
 2020-02-26 17:05 UTC  (2+ messages)
` [PATCH 1/1 "

LKFT: arm x15: mmc1: cache flush error -110
 2020-02-26 17:04 UTC  (13+ messages)

[PATCH][next] block: Replace zero-length array with flexible-array member
 2020-02-26 13:56 UTC  (2+ messages)

[PATCH v2 0/7] bdi: fix use-after-free for bdi device
 2020-02-26 11:18 UTC  (8+ messages)
` [PATCH v2 1/7] blk-wbt: use bdi_dev_name() to get device name
` [PATCH v2 2/7] fs/ceph: "
` [PATCH v2 3/7] bdi: protect device lifetime with RCU
` [PATCH v2 4/7] bdi: create a new function bdi_get_dev_name()
` [PATCH v2 5/7] bfq: fix potential kernel crash when print dev err info
` [PATCH v2 6/7] memcg: fix crash in wb_workfn when bdi unregister
` [PATCH v2 7/7] blk-wbt: replace bdi_dev_name() with bdi_get_dev_name()

[PATCH RFC v5 00/11] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-02-26 11:09 UTC  (2+ messages)

[PATCH] drivers/block/zram/zram_drv.c: remove WARN_ON_ONCE() in free_block_bdev()
 2020-02-26  8:32 UTC 

[PATCH] dm integrity: reinitialize __bi_remaining when reusing bio
 2020-02-26  1:22 UTC  (5+ messages)
` [dm-devel] "
      `  "

[PATCH V2] blk-mq: insert passthrough request into hctx->dispatch directly
 2020-02-25 21:22 UTC  (4+ messages)

[Patch v3] block: introduce block_rq_error tracepoint
 2020-02-25 20:37 UTC  (3+ messages)

[PATCH v2 1/1] null_blk: remove unused fields in 'nullb_cmd'
 2020-02-25 16:43 UTC  (3+ messages)

[PATCH] blktrace: Protect q->blk_trace with RCU
 2020-02-25 15:40 UTC  (4+ messages)

[PATCH 0/2] requeue request if only one connection is configured
 2020-02-25 14:10 UTC  (4+ messages)
` [PATCH 1/2] nbd: enable replace socket "

[PATCH v3 0/8] Improve changing the number of hardware queues
 2020-02-25  0:47 UTC  (3+ messages)
` [PATCH v3 2/8] blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync

[PATCH 0/1] block: Manage bio references so the bio persists until necessary
 2020-02-24 23:32 UTC  (9+ messages)
` [PATCH 1/1] "


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