Linux Block I/O
[Prev Page][Next Page]
- [PATCH v4 1/6] blk-mq: export two symbols to get request by tag
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v4 2/6] nbd: convert to use blk_mq_find_and_get_req()
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- Re: [RFC PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- [PATCH] nbd: clear wb_err in bd_inode on disconnect
- From: Xie Yongji <xieyongji@xxxxxxxxxxxxx>
- [PATCH] block: genhd: don't call blkdev_show() with major_names_lock held
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
- From: Li Jinlin <lijinlin3@xxxxxxxxxx>
- Re: [PATCH v2 4/4] block, bfq: consider request size in bfq_asymmetric_scenario()
- From: "yukuai (C)" <yukuai3@xxxxxxxxxx>
- Re: [PATCH v2 2/4] block, bfq: do not idle if only one cgroup is activated
- From: "yukuai (C)" <yukuai3@xxxxxxxxxx>
- [PATCH v2] brd: reduce the brd_devices_mutex scope
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/4] block, bfq: do not idle if only one cgroup is activated
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: blktests nvme testcase error
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH] brd: reduce the brd_devices_mutex scope
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] cdrom: add linux-block list to uniform CD-ROM entry in MAINTAINERS file
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
- From: Hou Tao <houtao1@xxxxxxxxxx>
- Re: [PATCH v3 2/8] scsi/sr: add error handling support for add_disk()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] blk-mq: avoid to iterate over stale request
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH v2] drivers/cdrom: improved ioctl for media change detection
- From: Phillip Potter <phil@xxxxxxxxxxxxxxxx>
- Re: [PATCH] blk-mq: avoid to iterate over stale request
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v7 1/5] block: Add independent access ranges support
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- [PATCH] cdrom: add linux-block list to uniform CD-ROM entry in MAINTAINERS file
- From: Phillip Potter <phil@xxxxxxxxxxxxxxxx>
- Re: [PATCH] block: include dd_queued{,_show} into proper BLK_DEBUG_FS guard
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v7 1/5] block: Add independent access ranges support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block: include dd_queued{,_show} into proper BLK_DEBUG_FS guard
- From: Julio Faracco <jfaracco@xxxxxxxxxx>
- Re: [GIT PULL] Block fixes for 5.15-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH 3/9] mspro_block: add error handling support for add_disk()
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- Re: [PATCH 2/9] ms_block: add error handling support for add_disk()
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- Re: [PATCH v3 4/8] mmc/core/block: add error handling support for add_disk()
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- Re: [PATCH] block: include dd_queued{,_show} into proper BLK_DEBUG_FS guard
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] block: include dd_queued{,_show} into proper BLK_DEBUG_FS guard
- From: Julio Faracco <jfaracco@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH 7/9] s390/block/dcssblk: add error handling support for add_disk()
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- Re: [PATCH 9/9] s390/block/xpram: add error handling support for add_disk()
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- [PATCH] brd: reduce the brd_devices_mutex scope
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- block/mq-deadline.c:274:12: error: 'dd_queued' defined but not used [-Werror=unused-function]
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH 7/9] s390/block/dcssblk: add error handling support for add_disk()
- From: Gerald Schaefer <gerald.schaefer@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
- From: Hou Tao <houtao1@xxxxxxxxxx>
- Re: [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 2/3] nbd: call genl_unregister_family() first in nbd_cleanup()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 1/3] nbd: use pr_err to output error message
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 9/9] s390/block/xpram: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v7 5/5] doc: Fix typo in request queue sysfs documentation
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v7 4/5] doc: document sysfs queue/independent_access_ranges attributes
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v7 2/5] scsi: sd: add concurrent positioning ranges support
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
- From: luojiaxing <luojiaxing@xxxxxxxxxx>
- Re: [PATCH v7 1/5] block: Add independent access ranges support
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v3 3/8] nvme: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 3/8] nvme: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- [PATCH] blk-mq: avoid to iterate over stale request
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- blktests nvme testcase error
- From: "Zhu, YifeiX" <yifeix.zhu@xxxxxxxxx>
- Re: [PATCH v3 8/8] nbd: add error handling support for add_disk()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v3 7/8] loop: add error handling support for add_disk()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v3 6/8] dm: add add_disk() error handling
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v3 5/8] md: add error handling support for add_disk()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v3 3/8] nvme: add error handling support for add_disk()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v3 2/8] scsi/sr: add error handling support for add_disk()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
- From: Hannes Reinecke <hare@xxxxxxx>
- INFO: task hung in blkdev_put
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH 1/2] block: make __register_blkdev() return an error
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] virtio-blk: remove unneeded "likely" statements
- From: Pankaj Gupta <pankaj.gupta.linux@xxxxxxxxx>
- Re: [PATCH] mq-deadline: Fix build error for !BLK_DEBUG_FS
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] mq-deadline: Fix build error for !BLK_DEBUG_FS
- From: Huacai Chen <chenhuacai@xxxxxxxxxxx>
- [GIT PULL] Block fixes for 5.15-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- [PATCH v7 3/5] libata: support concurrent positioning ranges log
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v7 4/5] doc: document sysfs queue/independent_access_ranges attributes
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v7 5/5] doc: Fix typo in request queue sysfs documentation
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v7 2/5] scsi: sd: add concurrent positioning ranges support
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v7 1/5] block: Add independent access ranges support
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v7 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH AUTOSEL 5.10 18/39] blk-throtl: optimize IOPS throttle for large IO scenarios
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.13 18/46] nbd: add the check to prevent overflow in __nbd_ioctl()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.13 19/46] blk-throtl: optimize IOPS throttle for large IO scenarios
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.14 19/47] blk-throtl: optimize IOPS throttle for large IO scenarios
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.14 18/47] nbd: add the check to prevent overflow in __nbd_ioctl()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
- From: Pavel Machek <pavel@xxxxxx>
- Re: [PATCH 1/2] block: make __register_blkdev() return an error
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 17/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v2 1/1] virtio-blk: remove unneeded "likely" statements
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- [PATCH v2 1/1] virtio-blk: remove unneeded "likely" statements
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 08/18] ledtrig-blkdev: Add miscellaneous helper functions
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH 17/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH 03/18] ledtrig-blkdev: Add function placeholders needed by block changes
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() and module removal
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH v2 2/3] nbd: call genl_unregister_family() first in nbd_cleanup()
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH v2 1/3] nbd: use pr_err to output error message
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH v2 0/3] fix races between nbd setup and module removal
- From: Hou Tao <houtao1@xxxxxxxxxx>
- Re: [PATCH 00/18] Introduce block device LED trigger
- From: Pavel Machek <pavel@xxxxxx>
- Re: [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
- From: Pavel Machek <pavel@xxxxxx>
- Re: [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 08/18] ledtrig-blkdev: Add miscellaneous helper functions
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 17/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] loop: reduce the loop_ctl_mutex scope
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] block: make __register_blkdev() return an error
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] block: make __register_blkdev() return an error
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 7/9] s390/block/dcssblk: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 9/9] s390/block/xpram: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 2/2] block: add __must_check for *add_disk*() callers
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 1/2] block: make __register_blkdev() return an error
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 0/2] block: 7th -- last batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 13/14] block/ataflop: provide a helper for cleanup up an atari disk
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 11/14] block/ataflop: use the blk_cleanup_disk() helper
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 00/14] block: 6th batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 07/14] swim: simplify using blk_cleanup_disk() on swim_remove()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 14/14] block/ataflop add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 01/14] block/swim3: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 03/14] floppy: use blk_cleanup_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 09/14] swim: add a floppy registration bool which triggers del_gendisk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 08/14] swim: add helper for disk cleanup
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 04/14] floppy: fix calling platform_device_unregister() on invalid drives
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 12/14] block/ataflop: add registration bool before calling del_gendisk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 10/14] swim: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 02/14] floppy: fix add_disk() assumption on exit due to new developments
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 05/14] floppy: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 06/14] amiflop: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 18/18] ledtrig-blkdev: Add initialization & exit functions
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 17/18] ledtrig-blkdev: Add mode (read/write/rw) sysfs attributue
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 16/18] ledtrig-blkdev: Add blink_time & interval sysfs attributes
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 14/18] ledtrig-blkdev: Add function to disassociate an LED from the trigger
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 13/18] ledtrig-blkdev: Add function to disassociate a device from all LEDs
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 11/18] ledtrig-blkdev: Add function to associate a device with an LED
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 12/18] ledtrig-blkdev: Add function to remove LED/device association
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 10/18] ledtrig-blkdev: Add function to associate the trigger with an LED
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 09/18] ledtrig-blkdev: Periodically check devices for activity & blink LEDs
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 08/18] ledtrig-blkdev: Add miscellaneous helper functions
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 07/18] ledtrig-blkdev: Add constants, data types, and global variables
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 06/18] ledtrig-blkdev: Add function to get gendisk by name
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 05/18] ledtrig-blkdev: Implement functions called from block subsystem
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 04/18] block: Add block device LED trigger integrations
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 03/18] ledtrig-blkdev: Add function placeholders needed by block changes
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 02/18] ledtrig-blkdev: Add build infra for block device LED trigger
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 01/18] docs: Add block device (blkdev) LED trigger documentation
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- [PATCH 00/18] Introduce block device LED trigger
- From: Ian Pilcher <arequipeno@xxxxxxxxx>
- Re: [PATCH 8/9] s390/block/scm_blk: add error handling support for add_disk()
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- Re: [PATCH 7/9] s390/block/dcssblk: add error handling support for add_disk()
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- Re: [PATCH 9/9] s390/block/xpram: add error handling support for add_disk()
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- Re: [PATCH 1/1] virtio-blk: remove unneeded "likely" statements
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- WARNING in submit_bio_checks
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- WARNING in loop_add
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- WARNING in do_syscall_64
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- [PATCH] floppy: Fix hang in watchdog when disk is ejected
- From: Tasos Sahanidis <tasos@xxxxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Pankaj Gupta <pankaj.gupta.linux@xxxxxxxxx>
- [PATCH] nbd: use pr_err to output error message
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH 1/2] nbd: call genl_unregister_family() first in nbd_cleanup()
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH 0/2] fix races between nbd setup and module removal
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH 2/2] nbd: fix race between nbd_alloc_config() and module removal
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH 1/1] virtio-blk: remove unneeded "likely" statements
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH 5/9] mtd: add add_disk() error handling
- From: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
- [PATCH 1/9] cdrom/gdrom: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 7/9] s390/block/dcssblk: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 4/9] rbd: add add_disk() error handling
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 6/9] s390/block/dasd_genhd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 2/9] ms_block: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 5/9] mtd: add add_disk() error handling
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 9/9] s390/block/xpram: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 3/9] mspro_block: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 8/9] s390/block/scm_blk: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 0/9] block: 5th batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 1/1] virtio-blk: remove unneeded "likely" statements
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v2 2/4] block, bfq: do not idle if only one cgroup is activated
- From: "yukuai (C)" <yukuai3@xxxxxxxxxx>
- Re: [PATCH v2 1/4] block, bfq: add support to track if root_group have any pending requests
- From: "yukuai (C)" <yukuai3@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH BUGFIX 1/1] block, bfq: honor already-setup queue merges
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- [PATCH] block/mq-deadline: Fix compilation warning.
- From: Imran Khan <imran.f.khan@xxxxxxxxxx>
- Re: [PATCH BUGFIX 1/1] block, bfq: honor already-setup queue merges
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH 05/10] rnbd: add error handling support for add_disk()
- From: Jinpu Wang <jinpu.wang@xxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v3 (repost)] loop: reduce the loop_ctl_mutex scope
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- [PATCH 00/10] block: fourth batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 09/10] pf: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 01/10] mtip32xx: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 07/10] block/sunvdc: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 06/10] block/rsxx: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 04/10] ps3vram: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 02/10] pktcdvd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 05/10] rnbd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 08/10] block/sx8: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 03/10] ps3disk: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 10/10] mtd/ubi/block: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 01/15] z2ram: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 15/15] pd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 05/15] um/drivers/ubd_kern: add error handling support for add_disk()
- From: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
- From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
- Re: [PATCH 03/15] m68k/emu/nfblock: add error handling support for add_disk()
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 01/15] z2ram: add error handling support for add_disk()
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- [PATCH v2 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
- From: luojiaxing <luojiaxing@xxxxxxxxxx>
- [PATCH] block/mq-deadline: Fix unused-function compilation warning
- From: Tianjia Zhang <tianjia.zhang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v3] loop: reduce the loop_ctl_mutex scope
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3] loop: reduce the loop_ctl_mutex scope
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] loop: reduce the loop_ctl_mutex scope
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 0/8] block: first batch of add_disk() error handling conversions
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v3 0/8] block: first batch of add_disk() error handling conversions
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Feng Li <lifeng1519@xxxxxxxxx>
- Re: NULL pointer dereference in blk_mq_put_rq_ref (LTS kernel 5.10.56)
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] block/001: don't exit test with pending async scan
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [git pull] device mapper changes for 5.15
- From: pr-tracker-bot@xxxxxxxxxx
- [git pull] device mapper changes for 5.15
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: NULL pointer dereference in blk_mq_put_rq_ref (LTS kernel 5.10.56)
- From: Martin Svec <martin.svec@xxxxxxxx>
- Re: [PATCH 0/3 v2] bfq: Limit number of allocated scheduler tags per cgroup
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: NULL pointer dereference in blk_mq_put_rq_ref (LTS kernel 5.10.56)
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] blk-mq: Use helpers to access rq->state
- From: Nikolay Borisov <nborisov@xxxxxxxx>
- Re: [GIT PULL] bio recycling support
- From: pr-tracker-bot@xxxxxxxxxx
- Re: rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
- From: luojiaxing <luojiaxing@xxxxxxxxxx>
- Re: [GIT PULL] Block changes for 5.15-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Block driver changes for 5.15-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Block changes for 5.15-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] Block changes for 5.15-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 1/1] virtio-blk: add num_io_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- [PATCH 08/15] pcd: move the identify buffer into pcd_identify
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 00/15] block: third batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 02/15] aoe: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 14/15] pcd: capture errors on cdrom_register()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 12/15] pcd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 06/15] xtensa/platforms/iss/simdisk: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 05/15] um/drivers/ubd_kern: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 11/15] pd: cleanup initialization
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 13/15] pcd: fix ordering of unregister_cdrom()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 03/15] m68k/emu/nfblock: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 10/15] pf: cleanup initialization
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 01/15] z2ram: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 09/15] pcd: cleanup initialization
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 15/15] pd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 04/15] drbd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 07/15] n64cart: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 1/1] virtio-blk: add num_io_queues module parameter
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- [PATCH v3 2/8] scsi/sr: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 5/8] md: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 0/8] block: first batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 8/8] nbd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 3/8] nvme: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 4/8] mmc/core/block: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 7/8] loop: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 6/8] dm: add add_disk() error handling
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 03/10] nvme-multipath: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 08/10] dm: add add_disk() error handling
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 06/10] mmc/core/block: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH] blk-mq: Use helpers to access rq->state
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 1/1] virtio-blk: add num_io_queues module parameter
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- NULL pointer dereference in blk_mq_put_rq_ref (LTS kernel 5.10.56)
- From: Martin Svec <martin.svec@xxxxxxxx>
- [GIT PULL] bio recycling support
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] Block driver changes for 5.15-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] Block changes for 5.15-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] blk-mq: Use helpers to access rq->state
- From: Nikolay Borisov <nborisov@xxxxxxxx>
- [PATCH AUTOSEL 5.10 11/11] cryptoloop: add a deprecation warning
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 10/10] cryptoloop: add a deprecation warning
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 7/7] cryptoloop: add a deprecation warning
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH 1/1] virtio-blk: remove unneeded "likely" statements
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- [PATCH 1/1] virtio-blk: add num_io_queues module parameter
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- [PATCH AUTOSEL 4.4 3/3] cryptoloop: add a deprecation warning
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 5/5] cryptoloop: add a deprecation warning
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 8/8] cryptoloop: add a deprecation warning
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.13 14/14] cryptoloop: add a deprecation warning
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v3 0/3] xen: harden blkfront against malicious backends
- From: Juergen Gross <jgross@xxxxxxxx>
- Re: [RFC PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [RFC PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- Re: [PATCH] Revert "floppy: reintroduce O_NDELAY fix"
- From: Thorsten Leemhuis <regressions@xxxxxxxxxxxxx>
- [PATCH] block/mq-deadline: Move dd_queued() to fix defined but not used warning
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH] blocK: move dd_queued() to fix defined but not used warning
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH v3] loop: reduce the loop_ctl_mutex scope
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH] block/001: don't exit test with pending async scan
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH v6 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH v6 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- [PATCH v3] loop: reduce the loop_ctl_mutex scope
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Floppy patch for 5.15
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] Floppy patch for 5.15
- From: Denis Efremov <efremov@xxxxxxxxx>
- Re: [PATCH 02/10] bcache: add error handling support for add_disk()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v2] loop: reduce the loop_ctl_mutex scope
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: "Leizhen (ThunderTown)" <thunder.leizhen@xxxxxxxxxx>
- Re: [PATCH 08/10] dm: add add_disk() error handling
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 06/10] mmc/core/block: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 01/10] scsi/sd: use blk_cleanup_queue() insted of put_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 3/6] nvme: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: sort out the lock order in the loop driver v2
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: "Leizhen (ThunderTown)" <thunder.leizhen@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] scsi: scsi_ioctl: fix error code propagation in SG_IO
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: "Leizhen (ThunderTown)" <thunder.leizhen@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: "Leizhen (ThunderTown)" <thunder.leizhen@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: "Leizhen (ThunderTown)" <thunder.leizhen@xxxxxxxxxx>
- Re: [PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH 3/4] fscrypt: allow 256-bit master keys with AES-256-XTS
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH 4/4] fscrypt: add support for hardware-wrapped keys
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH 2/4] fscrypt: improve documentation for inline encryption
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH 1/4] block: add hardware-wrapped key support
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH 0/4] Support for hardware-wrapped inline encryption keys
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [GIT PULL] Block fixes for 5.14-final
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] Block fixes for 5.14-final
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 03/10] nvme-multipath: add error handling support for add_disk()
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH 00/10] block: first batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 09/10] xen-blkfront: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 02/10] bcache: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 01/10] block/brd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 03/10] nvme-multipath: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 00/10] block: first batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 10/10] zram: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 2/6] scsi/sr: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 3/6] nvme: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 4/6] md: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 5/6] loop: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 6/6] nbd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 0/6] block: first batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 1/6] scsi/sd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 08/10] dm: add add_disk() error handling
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 06/10] mmc/core/block: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 05/10] nvme: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 03/10] scsi/sr: use blk_cleanup_disk() instead of put_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 01/10] scsi/sd: use blk_cleanup_queue() insted of put_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v6 0/5] Initial support for multi-actuator HDDs
- From: Phillip Susi <phill@xxxxxxxxxxxx>
- Re: [PATCH v6 0/5] Initial support for multi-actuator HDDs
- From: Tim Walker <tim.t.walker@xxxxxxxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v6 0/5] Initial support for multi-actuator HDDs
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH for-5.14] cryptoloop: add a deprecation warning
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 5/8] loop: merge the cryptoloop module into the main loop module
- From: Christoph Hellwig <hch@xxxxxx>
- Re: sort out the lock order in the loop driver v2
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v6 0/5] Initial support for multi-actuator HDDs
- From: Tim Walker <tim.t.walker@xxxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: sort out the lock order in the loop driver v2
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 0/5] Initial support for multi-actuator HDDs
- From: Phillip Susi <phill@xxxxxxxxxxxx>
- Re: [PATCH] pd: fix a NULL vs IS_ERR() check
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [RFC PATCH 2/2] Revert "mq-deadline: Fix request accounting"
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- [RFC PATCH 1/2] blk-mq: don't call callbacks for requests that bypassed the scheduler
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- [RFC PATCH 0/2] improve io scheduler callback triggering
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- [PATCH v3 13/13] blk-mq: Stop using pointers for blk_mq_tags bitmap tags
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 09/13] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 10/13] blk-mq: Add blk_mq_alloc_map_and_rqs()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 12/13] blk-mq: Use shared tags for shared sbitmap support
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 11/13] blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 08/13] blk-mq: Don't clear driver tags own mapping
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 07/13] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 06/13] blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 05/13] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 04/13] blk-mq: Invert check in blk_mq_update_nr_requests()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 03/13] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 02/13] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 01/13] blk-mq: Change rqs check in blk_mq_free_rqs()
- From: John Garry <john.garry@xxxxxxxxxx>
- [PATCH v3 00/13] blk-mq: Reduce static requests memory footprint for shared sbitmap
- From: John Garry <john.garry@xxxxxxxxxx>
- Re: [PATCH 5/8] loop: merge the cryptoloop module into the main loop module
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3 v2] bfq: Limit number of allocated scheduler tags per cgroup
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH] pd: fix a NULL vs IS_ERR() check
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] mq-deadline: Fix request accounting
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- Re: BFQ cgroup weights range
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH v6 5/5] doc: Fix typo in request queue sysfs documentation
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v6 4/5] doc: document sysfs queue/independent_access_ranges attributes
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v6 1/5] block: Add independent access ranges support
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v6 2/5] scsi: sd: add concurrent positioning ranges support
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v6 3/5] libata: support concurrent positioning ranges log
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- [PATCH v6 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <damien.lemoal@xxxxxxx>
- Re: sort out the lock order in the loop driver v2
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/8] loop: merge the cryptoloop module into the main loop module
- From: Christoph Hellwig <hch@xxxxxx>
- Re: sort out the lock order in the loop driver v2
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Zhu Yanjun <zyjzyj2000@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH] mq-deadline: Fix request accounting
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: sort out the lock order in the loop driver v2
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Bob Pearson <rpearsonhpe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Bob Pearson <rpearsonhpe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: False waker detection in BFQ
- From: Jan Kara <jack@xxxxxxx>
- Re: BFQ cgroup weights range
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v2 1/4] block, bfq: add support to track if root_group have any pending requests
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH v2 3/4] block, bfq: add support to record request size information
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH v2 2/4] block, bfq: do not idle if only one cgroup is activated
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH v2 4/4] block, bfq: consider request size in bfq_asymmetric_scenario()
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH v2 0/4] optimize the bfq queue idle judgment
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH 5/8] loop: merge the cryptoloop module into the main loop module
- From: Milan Broz <gmazyland@xxxxxxxxx>
- Re: [PATCH 5/8] loop: merge the cryptoloop module into the main loop module
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 5/8] loop: merge the cryptoloop module into the main loop module
- From: Milan Broz <gmazyland@xxxxxxxxx>
- Re: [PATCH V4] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH] loop: replace loop_ctl_mutex with loop_idr_spinlock
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
- From: Zhen Lei <thunder.leizhen@xxxxxxxxxx>
- [PATCH 8/8] loop: avoid holding loop_ctl_mutex over add_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 7/8] loop: move loop device deletion out of loop_ctl_mutex
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 6/8] loop: devirtualize transfer transformations
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/8] loop: merge the cryptoloop module into the main loop module
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/8] loop: return void from the ->release method in loop_func_table
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/8] loop: remove the ->ioctl method in loop_func_table
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/8] loop: remove the unused idx argument to loop_control_get_free
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/8] cryptoloop: fix a sparse annotation
- From: Christoph Hellwig <hch@xxxxxx>
- sort out the lock order in the loop driver v2
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH V2] block: sed-opal: Add ioctl to return device status
- From: dougmill@xxxxxxxxxxxxxxxxxx
- Re: BFQ cgroup weights range
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: False waker detection in BFQ
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH BUGFIX 1/1] block, bfq: honor already-setup queue merges
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: [PATCH 3/7] block: copy offload support infrastructure
- From: Nitesh Shetty <nitheshshetty@xxxxxxxxx>
- Re: rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- rq pointer in tags->rqs[] is not cleared in time and make SCSI error handle can not be triggered
- From: luojiaxing <luojiaxing@xxxxxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Bob Pearson <rpearsonhpe@xxxxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: nbd lifetimes fixes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: nbd lifetimes fixes
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Bob Pearson <rpearsonhpe@xxxxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH 6/6] nbd: remove nbd->destroy_complete
- From: Christoph Hellwig <hch@xxxxxx>
- Re: False waker detection in BFQ
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 5/6] nbd: only return usable devices from nbd_find_unused
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/6] nbd: set nbd->index before releasing nbd_index_mutex
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/6] nbd: prevent IDR lookups from finding partially initialized devices
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/6] nbd: reset NBD to NULL when restarting in nbd_genl_connect
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/6] nbd: add missing locking to the nbd_dev_add error path
- From: Christoph Hellwig <hch@xxxxxx>
- nbd lifetimes fixes
- From: Christoph Hellwig <hch@xxxxxx>
- Re: v5.14 RXE driver broken?
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] nbd: Fix races introduced by nbd_index_mutex scope reduction
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] nbd: Fix races introduced by nbd_index_mutex scope reduction
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] nbd: Fix races introduced by nbd_index_mutex scope reduction
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] nbd: Fix races introduced by nbd_index_mutex scope reduction
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] sg: pass the device name to blk_trace_setup
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block, bfq: cleanup the repeated declaration
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] blk-crypto: fix check for too-large dun_bytes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] sg: pass the device name to blk_trace_setup
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Read in nbd_genl_connect (2)
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] sg: pass the device name to blk_trace_setup
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [syzbot] general protection fault in do_blk_trace_setup
- From: Christoph Hellwig <hch@xxxxxx>
- [syzbot] KASAN: use-after-free Read in nbd_genl_connect (2)
- From: syzbot <syzbot+2c98885bcd769f56b6d6@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH] block, bfq: cleanup the repeated declaration
- From: Shaokun Zhang <zhangshaokun@xxxxxxxxxxxxx>
- [PATCH] blk-crypto: fix check for too-large dun_bytes
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [syzbot] general protection fault in wb_timer_fn
- From: Yi Zhang <yi.zhang@xxxxxxxxxx>
- Re: v5.14 RXE driver broken?
- From: Zhu Yanjun <zyjzyj2000@xxxxxxxxx>
- Re: [PATCH] block/001: wait until device is added
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH V4] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: Guoqing Jiang <guoqing.jiang@xxxxxxxxx>
- Re: [PATCH] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH] mq-deadline: Fix request accounting
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- Re: [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- [syzbot] general protection fault in do_blk_trace_setup
- From: syzbot <syzbot+f74aa89114a236643919@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] mq-deadline: Fix request accounting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] mq-deadline: Fix request accounting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] mq-deadline: Fix request accounting
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH] mq-deadline: Fix request accounting
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- RE: [PATCH v2 43/63] net: qede: Use memset_startat() for counters
- From: Shai Malin <smalin@xxxxxxxxxxx>
- Re: [PATCH v5 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block: mark blkdev_fsync static
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block: refine the disk_live check in del_gendisk
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v7 0/4] Support EFI partition on NVIDIA Tegra devices
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
- From: Dmitry Osipenko <digetx@xxxxxxxxx>
- [PATCH] block: mark blkdev_fsync static
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] block: refine the disk_live check in del_gendisk
- From: Christoph Hellwig <hch@xxxxxx>
- Re: WARNING: CPU: 0 PID: 11219 at block/genhd.c:594 del_gendisk+0x1f8/0x218
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 0/4] optimize the bfq queue idle judgment
- From: "yukuai (C)" <yukuai3@xxxxxxxxxx>
- Re: [RFC] bio: fix page leak bio_add_hw_page failure
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v3 4/5] nbd: make sure request completion won't concurrent
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v3 2/5] nbd: convert to use blk_mq_get_rq_by_tag()
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v3 0/5] fix request uaf in nbd_read_stat()
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v3 1/5] blk-mq: add a new interface to get request by tag
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v3 5/5] nbd: don't start request if nbd_queue_rq() failed
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- [PATCH v3 3/5] nbd: don't handle response without a corresponding request message
- From: Yu Kuai <yukuai3@xxxxxxxxxx>
- Re: WARNING: CPU: 0 PID: 11219 at block/genhd.c:594 del_gendisk+0x1f8/0x218
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: [PATCH v2 17/63] bnx2x: Use struct_group() for memcpy() region
- From: Prabhakar Kushwaha <pkushwaha@xxxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Yongji Xie <xieyongji@xxxxxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- WARNING: CPU: 0 PID: 11219 at block/genhd.c:594 del_gendisk+0x1f8/0x218
- From: Bruno Goncalves <bgoncalv@xxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Yongji Xie <xieyongji@xxxxxxxxxxxxx>
- Re: BFQ cgroup weights range
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- Re: extended dev_t tidyups
- From: Jens Axboe <axboe@xxxxxxxxx>
- BFQ cgroup weights range
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: [PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v7 0/4] Support EFI partition on NVIDIA Tegra devices
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- [PATCH 2/2] block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/2] block: remove a pointless call to MINOR() in device_add_disk
- From: Christoph Hellwig <hch@xxxxxx>
- extended dev_t tidyups
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
- From: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>
- Re: [syzbot] general protection fault in wb_timer_fn
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 10/10] nbd: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 09/10] loop: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 08/10] dm: add add_disk() error handling
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 07/10] md: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 06/10] mmc/core/block: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 05/10] nvme: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 04/10] scsi/sr: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 03/10] scsi/sr: use blk_cleanup_disk() instead of put_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 02/10] scsi/sd: add error handling support for add_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 01/10] scsi/sd: use blk_cleanup_queue() insted of put_disk()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] scsi: scsi_ioctl: fix error code propagation in SG_IO
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- [PATCH] block/001: wait until device is added
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- v5.14 RXE driver broken?
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: Guoqing Jiang <guoqing.jiang@xxxxxxxxx>
- [PATCH linux-next] drivers:ataflop: fix warning comparing pointer to 0
- From: CGEL <cgel.zte@xxxxxxxxx>
- [PATCH AUTOSEL 5.10 13/18] blk-mq: don't grab rq's refcount in blk_mq_check_expired()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.13 17/26] blk-mq: don't grab rq's refcount in blk_mq_check_expired()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH V3] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: Guoqing Jiang <guoqing.jiang@xxxxxxxxx>
- Re: [PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Re: [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- [PATCH 10/10] nbd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 07/10] md: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 04/10] scsi/sr: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 08/10] dm: add add_disk() error handling
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 06/10] mmc/core/block: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 05/10] nvme: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 03/10] scsi/sr: use blk_cleanup_disk() instead of put_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 01/10] scsi/sd: use blk_cleanup_queue() insted of put_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 09/10] loop: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 00/10] block: first batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 02/10] scsi/sd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: add error handling to add_disk / device_add_disk
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: add error handling to add_disk / device_add_disk
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: add error handling to add_disk / device_add_disk
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: ensure each gendisk always has a request_queue reference v2
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Use-after-free related to dm_put_table_device()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 1/9] nvme: use blk_mq_alloc_disk
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH V7 3/3] blk-mq: don't deactivate hctx if managed irq isn't used
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH 0/6] updates to device mapper target measurement using ima
- From: Tushar Sugandhi <tusharsu@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V7 2/3] blk-mq: mark if one queue map uses managed irq
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: False waker detection in BFQ
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: False waker detection in BFQ
- From: Paolo Valente <paolo.valente@xxxxxxxxxx>
- [PATCH] scsi: scsi_ioctl: fix error code propagation in SG_IO
- From: Halil Pasic <pasic@xxxxxxxxxxxxx>
- Re: [PATCH] blk-mq: fix is_flush_rq
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH] blk-mq: fix is_flush_rq
- From: Joseph Qi <jiangqi903@xxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Yongji Xie <xieyongji@xxxxxxxxxxxxx>
- Re: [PATCH V3] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Yongji Xie <xieyongji@xxxxxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Yongji Xie <xieyongji@xxxxxxxxxxxxx>
- Re: [PATCH 18/24] scsi_ioctl: move the "block layer" SCSI ioctl handling to drivers/scsi
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 18/24] scsi_ioctl: move the "block layer" SCSI ioctl handling to drivers/scsi
- From: Halil Pasic <pasic@xxxxxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Yongji Xie <xieyongji@xxxxxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v2 10/11] blk-mq: Use shared tags for shared sbitmap support
- From: John Garry <john.garry@xxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Yongji Xie <xieyongji@xxxxxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH V3] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH V3] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: Guoqing Jiang <guoqing.jiang@xxxxxxxxx>
- Re: [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- Re: slab-out-of-bounds access in bio_integrity_alloc()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: Use-after-free related to dm_put_table_device()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH V2] raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 18/24] scsi_ioctl: move the "block layer" SCSI ioctl handling to drivers/scsi
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 18/24] scsi_ioctl: move the "block layer" SCSI ioctl handling to drivers/scsi
- From: Halil Pasic <pasic@xxxxxxxxxxxxx>
- Re: [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Yongji Xie <xieyongji@xxxxxxxxxxxxx>
- Re: [PATCH v2 06/11] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH v5 0/5] Initial support for multi-actuator HDDs
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- Re: Use-after-free related to dm_put_table_device()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v5] virtio-blk: Add validation for block size in config space
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Use-after-free related to dm_put_table_device()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: slab-out-of-bounds access in bio_integrity_alloc()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
- From: Dmitry Osipenko <digetx@xxxxxxxxx>
- Re: [PATCH v6 2/5] partitions/efi: Support non-standard GPT location
- From: Dmitry Osipenko <digetx@xxxxxxxxx>
- [PATCH] nbd: Fix races introduced by nbd_index_mutex scope reduction
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Block fixes for 5.14-rc7
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
- From: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
- Re: [syzbot] general protection fault in wb_timer_fn
- From: Yi Zhang <yi.zhang@xxxxxxxxxx>
- Re: [RFC PATCH 1/5] checkpatch: improve handling of revert commits
- From: Denis Efremov <efremov@xxxxxxxxx>
- Re: [RFC PATCH 1/5] checkpatch: improve handling of revert commits
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [RFC PATCH 1/5] checkpatch: improve handling of revert commits
- From: Denis Efremov <efremov@xxxxxxxxx>
- [PATCH v5] block: genhd: don't call probe function with major_names_lock held
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [dm-devel] [PATCH 4/8] block: support delayed holder registration
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: block: add back the bd_holder_dir reference in bd_link_disk_holder
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: slab-out-of-bounds access in bio_integrity_alloc()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] Block fixes for 5.14-rc7
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] KASAN: invalid-free in bdev_free_inode (2)
- From: syzbot <syzbot+5fa698422954b6b9307b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests
- From: Niklas Cassel <Niklas.Cassel@xxxxxxx>
- slab-out-of-bounds access in bio_integrity_alloc()
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v6 2/5] partitions/efi: Support non-standard GPT location
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Re: [PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Re: [PATCH 3/7] block: copy offload support infrastructure
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 0/6] updates to device mapper target measurement using ima
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Linux ATA RAID]
[Bugtraq]