messages from 2021-08-31 08:37:58 to 2021-09-06 08:14:14 UTC [more...]
[PATCH v7 0/5] Initial support for multi-actuator HDDs
2021-09-06 8:14 UTC (7+ messages)
` [PATCH v7 1/5] block: Add independent access ranges support
` [PATCH v7 2/5] scsi: sd: add concurrent positioning "
` [PATCH v7 3/5] libata: support concurrent positioning ranges log
` [PATCH v7 4/5] doc: document sysfs queue/independent_access_ranges attributes
` [PATCH v7 5/5] doc: Fix typo in request queue sysfs documentation
[PATCH v3 0/8] block: first batch of add_disk() error handling conversions
2021-09-06 8:09 UTC (19+ 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 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: "
[PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
2021-09-06 6:56 UTC (5+ messages)
[PATCH] blk-mq: avoid to iterate over stale request
2021-09-06 6:50 UTC
blktests nvme testcase error
2021-09-06 6:27 UTC
INFO: task hung in blkdev_put
2021-09-06 6:04 UTC
[PATCH 0/2] block: 7th -- last batch of add_disk() error handling conversions
2021-09-06 5:59 UTC (7+ messages)
` [PATCH 1/2] block: make __register_blkdev() return an error
` [PATCH 2/2] block: add __must_check for *add_disk*() callers
[PATCH v2 1/1] virtio-blk: remove unneeded "likely" statements
2021-09-06 5:35 UTC (3+ messages)
[PATCH] mq-deadline: Fix build error for !BLK_DEBUG_FS
2021-09-06 3:12 UTC (2+ messages)
[GIT PULL] Block fixes for 5.15-rc1
2021-09-06 3:06 UTC
[PATCH AUTOSEL 5.10 18/39] blk-throtl: optimize IOPS throttle for large IO scenarios
2021-09-06 1:21 UTC
[PATCH AUTOSEL 5.13 18/46] nbd: add the check to prevent overflow in __nbd_ioctl()
2021-09-06 1:20 UTC (2+ messages)
` [PATCH AUTOSEL 5.13 19/46] blk-throtl: optimize IOPS throttle for large IO scenarios
[PATCH AUTOSEL 5.14 18/47] nbd: add the check to prevent overflow in __nbd_ioctl()
2021-09-06 1:19 UTC (2+ messages)
` [PATCH AUTOSEL 5.14 19/47] blk-throtl: optimize IOPS throttle for large IO scenarios
[PATCH 00/18] Introduce block device LED trigger
2021-09-05 23:13 UTC (43+ 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 v2 1/1] virtio-blk: add num_io_queues module parameter
2021-09-05 22:31 UTC (5+ messages)
[PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
2021-09-05 15:15 UTC (11+ messages)
[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] 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/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] 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 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: 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 (10+ messages)
` [PATCH 01/15] z2ram: add error handling support for add_disk()
` [PATCH 03/15] m68k/emu/nfblock: "
` [PATCH 05/15] um/drivers/ubd_kern: "
` [PATCH 15/15] pd: "
[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
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)
page: next (older) | prev (newer) | latest
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).