linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-10 16:31:55 to 2020-03-13 13:09:45 UTC [more...]

[PATCH v7 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES
 2020-03-13 13:08 UTC  (4+ messages)

[PATCH v10 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-13 12:25 UTC  (37+ messages)
` [PATCH v10 01/26] sysfs: export sysfs_remove_file_self()
` [PATCH v10 02/26] RDMA/rtrs: public interface header to establish RDMA connections
` [PATCH v10 03/26] RDMA/rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v10 04/26] RDMA/rtrs: core: lib functions shared between client and server modules
` [PATCH v10 05/26] RDMA/rtrs: client: private header with client structs and functions
` [PATCH v10 06/26] RDMA/rtrs: client: main functionality
` [PATCH v10 07/26] RDMA/rtrs: client: statistics functions
` [PATCH v10 08/26] RDMA/rtrs: client: sysfs interface functions
` [PATCH v10 09/26] RDMA/rtrs: server: private header with server structs and functions
` [PATCH v10 10/26] RDMA/rtrs: server: main functionality
` [PATCH v10 11/26] RDMA/rtrs: server: statistics functions
` [PATCH v10 12/26] RDMA/rtrs: server: sysfs interface functions
` [PATCH v10 13/26] RDMA/rtrs: include client and server modules into kernel compilation
` [PATCH v10 14/26] RDMA/rtrs: a bit of documentation
` [PATCH v10 15/26] block: reexport bio_map_kern
` [PATCH v10 16/26] block/rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v10 17/26] block/rnbd: client: private header with client structs and functions
` [PATCH v10 18/26] block/rnbd: client: main functionality
` [PATCH v10 19/26] block/rnbd: client: sysfs interface functions
` [PATCH v10 20/26] block/rnbd: server: private header with server structs and functions
` [PATCH v10 21/26] block/rnbd: server: main functionality
` [PATCH v10 22/26] block/rnbd: server: functionality for IO submission to file or block dev
` [PATCH v10 23/26] block/rnbd: server: sysfs interface functions
` [PATCH v10 24/26] block/rnbd: include client and server modules into kernel compilation
` [PATCH v10 25/26] block/rnbd: a bit of documentation
` [PATCH v10 26/26] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH v2 0/2] nbd: requeue request if only one connection is configured
 2020-03-13 11:29 UTC  (3+ messages)

[PATCH v3 0/5] Add support for block disk resize notification
 2020-03-13 11:11 UTC  (11+ messages)
` [PATCH v3 1/5] block/genhd: Notify udev about capacity change
` [PATCH v3 2/5] virtio_blk.c: Convert to use set_capacity_revalidate_and_notify
` [PATCH v3 3/5] xen-blkfront.c: "
` [PATCH v3 4/5] nvme: "
` [PATCH v3 5/5] scsi: "

[PATCH] blk-mq: insert flush request to the front of dispatch queue
 2020-03-13  5:33 UTC  (3+ messages)

[Question] IO is split by block layer when size is larger than 4k
 2020-03-13  2:31 UTC  (6+ messages)

[PATCH for-5.7/drivers v2 1/1] null_blk: describe the usage of fault injection param
 2020-03-13  0:54 UTC  (3+ messages)

[PATCH v2 0/5] Add support for block disk resize notification
 2020-03-12 22:51 UTC  (4+ messages)

[PATCH 1/1] null_blk: describe the usage of fault injection param
 2020-03-12 20:42 UTC  (3+ messages)

[RFC PATCH v3 0/4] Inline crypto support on DragonBoard 845c
 2020-03-12 19:05 UTC  (7+ messages)
` [RFC PATCH v3 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH v3 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [RFC PATCH v3 3/4] scsi: ufs: add program_key() variant op
` [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support

[PATCH v8 00/11] Inline Encryption Support
 2020-03-12 15:43 UTC  (13+ messages)
` [PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v8 02/11] block: Inline encryption support for blk-mq
` [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v8 04/11] block: blk-crypto-fallback for Inline Encryption
` [PATCH v8 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v8 06/11] scsi: ufs: UFS crypto API
` [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v8 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v8 09/11] fscrypt: add inline encryption support
` [PATCH v8 10/11] f2fs: "
` [PATCH v8 11/11] ext4: "

cleanup the partitioning code
 2020-03-12 15:19 UTC  (22+ messages)
` [PATCH 01/21] block: remove the blk_lookup_devt export
` [PATCH 02/21] block: remove __bdevname
` [PATCH 03/21] block: move disk_name and related helpers out of partition-generic.c
` [PATCH 04/21] block: move sysfs methods shared by disks and partitions to genhd.c
` [PATCH 05/21] block: remove alloc_part_info and free_part_info
` [PATCH 06/21] scsi: simplify scsi_bios_ptable
` [PATCH 07/21] scsi: move scsicam_bios_param to the end of scsicam.c
` [PATCH 08/21] scsi: simplify scsi_partsize
` [PATCH 09/21] block: unexport read_dev_sector and put_dev_sector
` [PATCH 10/21] block: cleanup how md_autodetect_dev is called
` [PATCH 11/21] block: remove warn_no_part
` [PATCH 12/21] block: declare all partition detection routines in check.h
` [PATCH 13/21] block: remove block/partitions/karma.h
` [PATCH 14/21] block: remove block/partitions/osf.h
` [PATCH 15/21] block: remove block/partitions/sgi.h
` [PATCH 16/21] block: remove block/partitions/sun.h
` [PATCH 17/21] block: move struct partition out of genhd.h
` [PATCH 18/21] block: move the *_PARTITION enum "
` [PATCH 19/21] partitions/msdos: remove LINUX_SWAP_PARTITION
` [PATCH 20/21] block: move the various x86 Unix label formats out of genhd.h
` [PATCH 21/21] block: merge partition-generic.c and check.c

[PATCH] block, zoned: fix integer overflow with BLKRESETZONE et al
 2020-03-12 15:11 UTC  (2+ messages)

[PATCH] null_blk: fix spurious IO errors after failed past-wp access
 2020-03-12 15:10 UTC  (2+ messages)

[PATCH] blk-iocost: remove duplicated lines in comments
 2020-03-12 14:02 UTC  (2+ messages)

[PATCH v2] block: sed-opal: Change the check condition for regular session validity
 2020-03-12 14:00 UTC  (2+ messages)

[PATCH v2] block: Fix partition support for host aware zoned block devices
 2020-03-12 13:54 UTC  (2+ messages)

[Bug Report] block: integer overflow in blk_ioctl_discard
 2020-03-12 13:46 UTC  (2+ messages)

[PATCH V2 0/6] Some cleanups for blk-core.c and blk-flush.c
 2020-03-12 13:43 UTC  (2+ messages)

[PATCH] block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices
 2020-03-12 13:40 UTC  (4+ messages)

[PATCH] lightnvm: pblk: Use scnprintf() for avoiding potential buffer overflow
 2020-03-12 13:40 UTC  (2+ messages)

[PATCH] block: aoe: Use scnprintf() for avoiding potential buffer overflow
 2020-03-12 13:39 UTC  (2+ messages)

[PATCH 0/1] s390/dasd: fix data corruption
 2020-03-12 13:25 UTC  (3+ messages)
` [PATCH 1/1] s390/dasd: fix data corruption for thin provisioned devices

[PATCH] Inline contents of BLK_MQ_VIRTIO config
 2020-03-12  8:24 UTC  (2+ messages)

[PATCH 0/1 RESEND] Allow non-root users to perform ZBC commands
 2020-03-12  3:15 UTC  (5+ messages)
` [PATCH 1/1 "

[PATCH 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-11 18:11 UTC  (22+ messages)
` [PATCH 03/11] block: introduce bio_add_append_page
` [PATCH 04/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH 05/11] block: introduce BLK_STS_ZONE_RESOURCE
` [PATCH 07/11] block: factor out requeue handling from dispatch code
` [PATCH 08/11] block: delay un-dispatchable request
` [PATCH 09/11] block: Introduce zone write pointer offset caching

disk revalidation updates and OOM
 2020-03-11 15:54 UTC  (8+ messages)

[PATCH] block: Fix use-after-free issue accessing struct io_cq
 2020-03-11 12:59 UTC  (2+ messages)

[PATCH v3] block: refactor duplicated macros
 2020-03-11 12:58 UTC  (4+ messages)

❌ FAIL: Test report for kernel 5.6.0-rc4-61a0925.cki (mainline.kernel.org)
 2020-03-11 11:28 UTC  (4+ messages)

[PATCH] loop: Only change blocksize when needed
 2020-03-11  8:42 UTC  (5+ messages)

LKFT: arm x15: mmc1: cache flush error -110
 2020-03-11  8:34 UTC  (23+ messages)

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-03-11  8:10 UTC  (21+ messages)
` [PATCH RFC v2 01/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
` [PATCH RFC v2 03/24] blk-mq: Implement blk_mq_rq_is_reserved()
` [PATCH RFC v2 11/24] hpsa: move hpsa_hba_inquiry after scsi_add_host()
` [PATCH RFC v2 12/24] hpsa: use reserved commands
` [PATCH RFC v2 15/24] snic: "
` [PATCH RFC v2 16/24] snic: use tagset iter for traversing commands
` [PATCH RFC v2 17/24] aacraid: move scsi_add_host()
` [PATCH RFC v2 22/24] scsi: drop scsi command list

commit 01e99aeca397 causes longer runtime of block/004
 2020-03-11  7:54 UTC  (12+ messages)

[PATCH -next 020/491] XEN HYPERVISOR INTERFACE: Use fallthrough;
 2020-03-11  6:47 UTC  (2+ messages)

[PATCH v2] block: refactor duplicated macros
 2020-03-10 23:18 UTC  (3+ messages)

[PATCH] block: refactor duplicated macros
 2020-03-10 21:06 UTC  (2+ messages)

[PATCH] loop: Only freeze block queue when needed
 2020-03-10 20:11 UTC  (4+ messages)

[PATCH block/for-5.6-fixes] blk-iocost: fix incorrect vtime comparison in iocg_is_idle()
 2020-03-10 17:37 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).