linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 17:16:21 to 2020-02-28 19:44:58 UTC [more...]

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

[GIT PULL] Block fixes for 5.6-rc
 2020-02-28 18:44 UTC 

[PATCH] loop: Fix IS_ERR() vs NULL bugs in loop_prepare_queue()
 2020-02-28 17:21 UTC  (5+ messages)
  ` [PATCH resend] "

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

[PATCH 0/6] Some cleanups for blk-core.c and blk-flush.c
 2020-02-28 15:05 UTC  (7+ 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] block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices
 2020-02-28 14:51 UTC 

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

[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  (35+ 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 5/9] scsi: ufs: UFS crypto API
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v7 7/9] fscrypt: add inline encryption support
` [PATCH v7 9/9] ext4: "

[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 00/10] floppy driver cleanups (deobfuscation)
 2020-02-26 18:41 UTC  (37+ 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 04/10] floppy: cleanup: expand macro UDRS
` [PATCH 05/10] floppy: cleanup: expand macro UDRWE
` [PATCH 06/10] floppy: cleanup: expand macro DP
` [PATCH 07/10] floppy: cleanup: expand macro DRS
` [PATCH 08/10] floppy: cleanup: expand macro DRWE
` [PATCH 09/10] floppy: cleanup: expand the R/W / format command macros
` [PATCH 10/10] floppy: cleanup: expand the reply_buffer macros
` [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] 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  (14+ 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  (13+ messages)
` [PATCH v3 1/8] blk-mq: Fix a comment in include/linux/blk-mq.h
` [PATCH v3 2/8] blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
` [PATCH v3 4/8] null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'
` [PATCH v3 6/8] null_blk: Fix the null_add_dev() error path
` [PATCH v3 7/8] null_blk: Handle null_add_dev() failures properly

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

[PATCH v3 0/3] Charge loop device i/o to issuing cgroup
 2020-02-24 21:37 UTC  (5+ messages)
` [PATCH v3 2/3] mm: Charge active memcg when no mm is set

[PATCH] compat_ioctl, cdrom: Replace .ioctl with .compat_ioctl in four appropriate places
 2020-02-24 20:18 UTC  (3+ messages)

[PATCH v1] partitions/efi: Add 'gpt_sector' kernel cmdline parameter
 2020-02-24 18:22 UTC  (6+ messages)

[PATCH 1/1] null_blk: remove unused 'll_list' in 'nullb_cmd'
 2020-02-24 17:43 UTC  (2+ messages)

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2020-02-24 17:08 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] block/bio-integrity: simplify the way of calculate nr_pages
 2020-02-24 16:40 UTC  (2+ messages)

[PATCH blktests] nbd/003: improve the test
 2020-02-24  4:27 UTC 

[PATCH blktests] Add mount and clear_sock test for nbd by netlink
 2020-02-24  4:27 UTC 

[PATCH 25/30] zram: Add missing annotatin for zram_slot_lock()
 2020-02-23 23:17 UTC  (2+ messages)
  ` [PATCH 26/30] zram: Add missing annotatin for zram_slot_unlock()

[PATCH] block: refactor duplicated macros
 2020-02-23 16:57 UTC 

[GIT PULL] Block fixes for 5.6-rc3
 2020-02-22 19:45 UTC  (3+ 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).