linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 09:03:46 to 2021-09-04 12:12:39 UTC [more...]

[PATCH v2 0/3] fix races between nbd setup and module removal
 2021-09-04 12:25 UTC  (4+ messages)
` [PATCH v2 1/3] nbd: use pr_err to output error message
` [PATCH v2 2/3] nbd: call genl_unregister_family() first in nbd_cleanup()
` [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal

[PATCH 00/18] Introduce block device LED trigger
 2021-09-04  6:35 UTC  (26+ messages)
` [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
` [PATCH 02/18] ledtrig-blkdev: Add build infra for block device LED trigger
` [PATCH 03/18] ledtrig-blkdev: Add function placeholders needed by block changes
` [PATCH 04/18] block: Add block device LED trigger integrations
` [PATCH 05/18] ledtrig-blkdev: Implement functions called from block subsystem
` [PATCH 06/18] ledtrig-blkdev: Add function to get gendisk by name
` [PATCH 07/18] ledtrig-blkdev: Add constants, data types, and global variables
` [PATCH 08/18] ledtrig-blkdev: Add miscellaneous helper functions
` [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
` [PATCH 10/18] ledtrig-blkdev: Add function to associate the trigger with an LED
` [PATCH 11/18] ledtrig-blkdev: Add function to associate a device "
` [PATCH 12/18] ledtrig-blkdev: Add function to remove LED/device association
` [PATCH 13/18] ledtrig-blkdev: Add function to disassociate a device from all LEDs
` [PATCH 14/18] ledtrig-blkdev: Add function to disassociate an LED from the trigger
` [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
` [PATCH 16/18] ledtrig-blkdev: Add blink_time & interval sysfs attributes
` [PATCH 17/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
` [PATCH 18/18] ledtrig-blkdev: Add initialization & exit functions

[PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
 2021-09-04  4:16 UTC  (13+ messages)
        ` [PATCH v2] loop: reduce the loop_ctl_mutex scope
          ` [PATCH v3] "
              ` [PATCH v3 (repost)] "

[PATCH 0/2] block: 7th -- last batch of add_disk() error handling conversions
 2021-09-04  4:14 UTC  (5+ messages)
` [PATCH 1/2] block: make __register_blkdev() return an error
` [PATCH 2/2] block: add __must_check for *add_disk*() callers

[PATCH 0/9] block: 5th batch of add_disk() error handling conversions
 2021-09-04  1:46 UTC  (16+ messages)
` [PATCH 1/9] cdrom/gdrom: add error handling support for add_disk()
` [PATCH 2/9] ms_block: "
` [PATCH 3/9] mspro_block: "
` [PATCH 4/9] rbd: add add_disk() error handling
` [PATCH 5/9] mtd: "
` [PATCH 6/9] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH 7/9] s390/block/dcssblk: "
` [PATCH 8/9] s390/block/scm_blk: "
` [PATCH 9/9] s390/block/xpram: "

[PATCH 00/14] block: 6th batch of add_disk() error handling conversions
 2021-09-04  1:35 UTC  (15+ messages)
` [PATCH 01/14] block/swim3: add error handling support for add_disk()
` [PATCH 02/14] floppy: fix add_disk() assumption on exit due to new developments
` [PATCH 03/14] floppy: use blk_cleanup_disk()
` [PATCH 04/14] floppy: fix calling platform_device_unregister() on invalid drives
` [PATCH 05/14] floppy: add error handling support for add_disk()
` [PATCH 06/14] amiflop: "
` [PATCH 07/14] swim: simplify using blk_cleanup_disk() on swim_remove()
` [PATCH 08/14] swim: add helper for disk cleanup
` [PATCH 09/14] swim: add a floppy registration bool which triggers del_gendisk()
` [PATCH 10/14] swim: add error handling support for add_disk()
` [PATCH 11/14] block/ataflop: use the blk_cleanup_disk() helper
` [PATCH 12/14] block/ataflop: add registration bool before calling del_gendisk()
` [PATCH 13/14] block/ataflop: provide a helper for cleanup up an atari disk
` [PATCH 14/14] block/ataflop add error handling support for add_disk()

[PATCH 1/1] virtio-blk: remove unneeded "likely" statements
 2021-09-03  9:04 UTC  (4+ messages)

WARNING in submit_bio_checks
 2021-09-03  7:41 UTC 

WARNING in loop_add
 2021-09-03  7:36 UTC 

WARNING in do_syscall_64
 2021-09-03  7:33 UTC 

[PATCH] floppy: Fix hang in watchdog when disk is ejected
 2021-09-03  6:47 UTC 

[PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
 2021-09-03  6:06 UTC  (2+ messages)

[PATCH] nbd: use pr_err to output error message
 2021-09-03  2:48 UTC 

[PATCH 0/2] fix races between nbd setup and module removal
 2021-09-03  2:48 UTC  (3+ messages)
` [PATCH 1/2] nbd: call genl_unregister_family() first in nbd_cleanup()
` [PATCH 2/2] nbd: fix race between nbd_alloc_config() and module removal

[PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-02 13:45 UTC  (3+ messages)

[PATCH v2 0/4] optimize the bfq queue idle judgment
 2021-09-02 13:31 UTC  (7+ messages)
` [PATCH v2 1/4] block, bfq: add support to track if root_group have any pending requests
` [PATCH v2 2/4] block, bfq: do not idle if only one cgroup is activated

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-02 12:41 UTC  (8+ messages)

[PATCH BUGFIX 0/1] block, bfq: fix a bug causing a memory leak
 2021-09-02 12:37 UTC  (5+ messages)
` [PATCH BUGFIX 1/1] block, bfq: honor already-setup queue merges

[PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
 2021-09-02 12:35 UTC  (3+ messages)

[PATCH] block/mq-deadline: Fix compilation warning
 2021-09-02 11:20 UTC 

[PATCH 00/10] block: fourth batch of add_disk() error handling conversions
 2021-09-02  5:32 UTC  (12+ messages)
` [PATCH 01/10] mtip32xx: add error handling support for add_disk()
` [PATCH 02/10] pktcdvd: "
` [PATCH 03/10] ps3disk: "
` [PATCH 04/10] ps3vram: "
` [PATCH 05/10] rnbd: "
` [PATCH 06/10] block/rsxx: "
` [PATCH 07/10] block/sunvdc: "
` [PATCH 08/10] block/sx8: "
` [PATCH 09/10] pf: "
` [PATCH 10/10] mtd/ubi/block: "

[PATCH 00/15] block: third batch of add_disk() error handling conversions
 2021-09-01 19:41 UTC  (21+ messages)
` [PATCH 01/15] z2ram: add error handling support for add_disk()
` [PATCH 02/15] aoe: "
` [PATCH 03/15] m68k/emu/nfblock: "
` [PATCH 04/15] drbd: "
` [PATCH 05/15] um/drivers/ubd_kern: "
` [PATCH 06/15] xtensa/platforms/iss/simdisk: "
` [PATCH 07/15] n64cart: "
` [PATCH 08/15] pcd: move the identify buffer into pcd_identify
` [PATCH 09/15] pcd: cleanup initialization
` [PATCH 10/15] pf: "
` [PATCH 11/15] pd: "
` [PATCH 12/15] pcd: add error handling support for add_disk()
` [PATCH 13/15] pcd: fix ordering of unregister_cdrom()
` [PATCH 14/15] pcd: capture errors on cdrom_register()
` [PATCH 15/15] pd: add error handling support for add_disk()

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-09-01 13:46 UTC  (3+ messages)
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()

[PATCH v2 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-01 13:02 UTC 

[PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-01 10:19 UTC  (4+ messages)

rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
 2021-09-01  9:50 UTC  (7+ messages)

[PATCH] block/mq-deadline: Fix unused-function compilation warning
 2021-09-01  6:47 UTC 

[PATCH v3 0/8] block: first batch of add_disk() error handling conversions
 2021-09-01  5:30 UTC  (11+ messages)
` [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
` [PATCH v3 2/8] scsi/sr: "
` [PATCH v3 3/8] nvme: "
` [PATCH v3 4/8] mmc/core/block: "
` [PATCH v3 5/8] md: "
` [PATCH v3 6/8] dm: add add_disk() error handling
` [PATCH v3 7/8] loop: add error handling support for add_disk()
` [PATCH v3 8/8] nbd: "

NULL pointer dereference in blk_mq_put_rq_ref (LTS kernel 5.10.56)
 2021-09-01  1:35 UTC  (4+ messages)

[PATCH] block/001: don't exit test with pending async scan
 2021-08-31 23:42 UTC  (2+ messages)

[git pull] device mapper changes for 5.15
 2021-08-31 22:49 UTC  (2+ messages)

[PATCH 0/3 v2] bfq: Limit number of allocated scheduler tags per cgroup
 2021-08-31  9:59 UTC  (3+ messages)

[PATCH] blk-mq: Use helpers to access rq->state
 2021-08-31  6:42 UTC  (4+ messages)

[GIT PULL] bio recycling support
 2021-08-31  2:58 UTC  (2+ messages)

[GIT PULL] Block changes for 5.15-rc1
 2021-08-31  2:14 UTC  (4+ messages)

[GIT PULL] Block driver changes for 5.15-rc1
 2021-08-31  2:14 UTC  (2+ messages)

[PATCH 1/1] virtio-blk: add num_io_queues module parameter
 2021-08-30 23:12 UTC  (4+ messages)

[PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
 2021-08-30 21:42 UTC  (17+ messages)

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-30 21:08 UTC  (4+ messages)
` [PATCH 03/10] nvme-multipath: add error handling support for add_disk()

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-30 21:00 UTC  (11+ messages)
` [PATCH 06/10] mmc/core/block: add error handling support for add_disk()
` [PATCH 08/10] dm: add add_disk() error handling

[PATCH AUTOSEL 5.10 11/11] cryptoloop: add a deprecation warning
 2021-08-30 12:00 UTC 

[PATCH AUTOSEL 5.4 10/10] cryptoloop: add a deprecation warning
 2021-08-30 12:00 UTC 

[PATCH AUTOSEL 4.14 7/7] cryptoloop: add a deprecation warning
 2021-08-30 12:00 UTC 

[PATCH AUTOSEL 4.4 3/3] cryptoloop: add a deprecation warning
 2021-08-30 12:01 UTC 

[PATCH AUTOSEL 4.9 5/5] cryptoloop: add a deprecation warning
 2021-08-30 12:00 UTC 

[PATCH AUTOSEL 4.19 8/8] cryptoloop: add a deprecation warning
 2021-08-30 12:00 UTC 

[PATCH AUTOSEL 5.13 14/14] cryptoloop: add a deprecation warning
 2021-08-30 11:59 UTC 

[PATCH v3 0/3] xen: harden blkfront against malicious backends
 2021-08-30 10:16 UTC  (2+ messages)

[RFC PATCH 0/2] improve io scheduler callback triggering
 2021-08-30 10:11 UTC  (5+ messages)
` [RFC PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler

[BUG] FLOPPY DRIVER since 5.10.20
 2021-08-30  9:20 UTC  (3+ messages)
` [PATCH] Revert "floppy: reintroduce O_NDELAY fix"

[PATCH] blocK: move dd_queued() to fix defined but not used warning
 2021-08-30  9:03 UTC 


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