linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-19 09:21:04 to 2019-12-30 22:25:22 UTC [more...]

[PATCH v6 00/25] RTRS (former IBTRS) rdma transport library and RNBD (former IBNBD) rdma network block device
 2019-12-30 22:25 UTC  (30+ messages)
` [PATCH v6 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v6 02/25] rtrs: public interface header to establish RDMA connections
` [PATCH v6 03/25] rtrs: private headers with rtrs protocol structs and helpers
` [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 06/25] rtrs: client: main functionality
` [PATCH v6 07/25] rtrs: client: statistics functions
` [PATCH v6 08/25] rtrs: client: sysfs interface functions
` [PATCH v6 09/25] rtrs: server: private header with server structs and functions
` [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 13/25] rtrs: include client and server modules into kernel compilation
` [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 v6 19/25] rnbd: server: private header with server structs and functions
` [PATCH v6 20/25] rnbd: server: main functionality
` [PATCH v6 21/25] rnbd: server: functionality for IO submission to file or block dev
` [PATCH v6 22/25] rnbd: server: sysfs interface functions
` [PATCH v6 23/25] rnbd: include client and server modules into kernel compilation
` [PATCH v6 24/25] rnbd: a bit of documentation
` [PATCH v6 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCHSET 0/4] blk-mq: per-ctx tag caching
 2019-12-30 18:14 UTC  (5+ messages)
` [PATCH 1/4] sbitmap: remove cleared bitmask
` [PATCH 2/4] sbitmap: mask out top bits that can't be used
` [PATCH 3/4] sbitmap: add batch tag retrieval
` [PATCH 4/4] blk-mq: allocate tags in batches

[PATCH] blk-map: add kernel address validation in blk_rq_map_kern func
 2019-12-30 12:17 UTC 

[PATCH] block: fix splitting segments
 2019-12-30  1:25 UTC  (4+ messages)

[PATCH] null_blk: Fix REQ_OP_ZONE_CLOSE handling
 2019-12-29 16:12 UTC  (2+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-29  4:33 UTC  (26+ messages)

WARNING: ODEBUG bug in io_sqe_files_unregister
 2019-12-28 21:53 UTC  (2+ messages)

[PATCH V2] block: add bio_truncate to fix guard_bio_eod
 2019-12-28 16:45 UTC  (2+ messages)

kernel BUG at drivers/md/persistent-data/dm-space-map-disk.c:178 with scsi_mod.use_blk_mq=y
 2019-12-28  2:13 UTC  (4+ messages)
` [dm-devel] "
  ` [dm-devel] kernel BUG at drivers/md/persistent-data/dm-space-map-disk.c:178

[GIT PULL] Block fixes for 5.5-rc4
 2019-12-27 19:45 UTC  (2+ messages)

[GIT PULL] libata fixes for 5.5-rc4
 2019-12-27 19:45 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 34/38] block: fix memleak when __blk_rq_map_user_iov() is failed
 2019-12-27 18:14 UTC 

[PATCH AUTOSEL 4.14 52/57] block: fix memleak when __blk_rq_map_user_iov() is failed
 2019-12-27 18:02 UTC 

[PATCH AUTOSEL 4.19 78/84] block: fix memleak when __blk_rq_map_user_iov() is failed
 2019-12-27 17:43 UTC 

[PATCH] block: add bio_truncate to fix guard_bio_eod
 2019-12-27 15:54 UTC  (2+ messages)

[PATCH v2] block: make the io_ticks counter more accurate
 2019-12-26 16:42 UTC  (3+ messages)

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2019-12-24  9:51 UTC  (3+ messages)
` [PATCH v2] "

[RFC 0/9] Add persistent durable identifier to storage log messages
 2019-12-24  0:56 UTC  (14+ messages)
` [RFC 1/9] lib/string: Add function to trim duplicate WS
` [RFC 2/9] printk: Bring back printk_emit
` [RFC 3/9] printk: Add printk_emit_ratelimited macro
` [RFC 4/9] struct device_type: Add function callback durable_name
` [RFC 5/9] block: Add support functions for persistent durable name
` [RFC 6/9] create_syslog_header: Add "
` [RFC 7/9] print_req_error: Add persistent "
` [RFC 8/9] ata_dev_printk: Add durable name to output
` [RFC 9/9] __xfs_printk: "

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

[PATCH RFC 0/3] block,ext4: Introduce REQ_OP_ASSIGN_RANGE to reflect extents allocation in block device internals
 2019-12-23  8:51 UTC  (11+ messages)
` [PATCH RFC 1/3] block: Add support for REQ_OP_ASSIGN_RANGE operation

[PATCH] block: Allow t10-pi to be modular
 2019-12-23  8:13 UTC 

[PATCH blktests v4] nbd/003:add mount and clear_sock test for nbd
 2019-12-23  3:18 UTC  (2+ messages)

Injecting delays into block layer
 2019-12-23  0:10 UTC  (4+ messages)

[GIT PULL v2] Block fixes for 5.5-rc3
 2019-12-22 19:10 UTC  (2+ messages)

[PATCH v6 0/9] Inline Encryption Support
 2019-12-22  0:16 UTC  (18+ messages)
` [PATCH v6 2/9] block: Add encryption context to struct bio
` [PATCH v6 3/9] block: blk-crypto for Inline Encryption
` [PATCH v6 5/9] scsi: ufs: UFS crypto API
` [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v6 8/9] f2fs: add inline encryption support
` [PATCH v6 9/9] ext4: "

[PATCH] compat_ioctl: block: add missing include
 2019-12-21 14:28 UTC  (2+ messages)

WARNING in percpu_ref_exit (2)
 2019-12-21  8:43 UTC 

Polled io for Linux kernel 5.x
 2019-12-20 21:20 UTC  (4+ messages)

[GIT PULL] Block fixes for 5.5-rc3
 2019-12-20 18:51 UTC  (3+ messages)

[PATCH AUTOSEL 4.9 12/14] xen-blkback: prevent premature module unload
 2019-12-20 14:46 UTC 

[PATCH AUTOSEL 4.14 17/19] xen-blkback: prevent premature module unload
 2019-12-20 14:37 UTC 

[PATCH AUTOSEL 4.19 32/34] xen-blkback: prevent premature module unload
 2019-12-20 14:34 UTC 

[PATCH AUTOSEL 5.4 50/52] xen-blkback: prevent premature module unload
 2019-12-20 14:29 UTC 

[PATCH v3 0/4] xen-blkback: support live update
 2019-12-20 12:45 UTC  (2+ messages)

[PATCH] xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
 2019-12-20 12:39 UTC  (2+ messages)

[PATCH v13 0/5] xenbus/backend: Add memory pressure handler callback
 2019-12-20 11:42 UTC  (3+ messages)
` [PATCH v13 2/5] xenbus/backend: Protect xenbus callback with lock

[PATCH] block: streamline merge possibility checks
 2019-12-20  6:50 UTC  (3+ messages)

[PATCH] block: make the io_ticks counter more accurate
 2019-12-20  6:16 UTC  (3+ messages)

[PATCH v2 0/4] Add an SRP test for the SoftiWARP driver
 2019-12-19 22:43 UTC  (4+ messages)

[PATCH blktests v3] nbd/003:add mount and clear_sock test for nbd
 2019-12-19 22:35 UTC  (2+ messages)

[PATCH] sbitmap: only queue kyber's wait callback if not already active
 2019-12-19 21:41 UTC  (2+ messages)

[GIT PULL v2 00/27] block, scsi: final compat_ioctl cleanup
 2019-12-19 20:05 UTC  (10+ messages)
` [PATCH v2 18/27] compat_ioctl: scsi: move ioctl handling into drivers
` [PATCH v2 21/27] compat_ioctl: move cdrom commands into cdrom.c
` [PATCH v2 27/27] Documentation: document ioctl interfaces better

[PATCH] MAINTAINERS: add lists to cdrom driver
 2019-12-19 15:30 UTC 

[PATCH] block: kyber: correct minor comment typo
 2019-12-19 14:10 UTC 

[PATCH] block: mark zone-mgmt bios with REQ_SYNC
 2019-12-19 12:47 UTC  (2+ messages)

[PATCH] block: fix memleak when __blk_rq_map_user_iov() is failed
 2019-12-19 12:45 UTC  (2+ messages)

[PATCH 0/3] s390/dasd patches
 2019-12-19 12:35 UTC  (6+ messages)
` [PATCH 1/3] s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly
` [PATCH 3/3] s390/dasd: fix typo in copyright statement

[RFC PATCH 0/3] softirq/blk-mq: implement interrupt flood detection for avoiding cpu lockup
 2019-12-19 10:43 UTC  (11+ messages)
` [RFC PATCH 1/3] sched/core: add API for exporting runqueue clock
` [RFC PATCH 2/3] softirq: implement interrupt flood detection


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