Linux Block Development
[Prev Page][Next Page]
- RE: [RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE), (continued)
- simplify I/O size calculation helpers v2,
Christoph Hellwig
- [PATCHSET v2 0/9] Batched completions,
Jens Axboe
- [PATCHSET 0/4] Various block optimizations,
Jens Axboe
- [PATCH 0/5] Minor mm/struct page work,
Kent Overstreet
- [PATCH] Revert "virtio-blk: Add validation for block size in config space",
Michael S. Tsirkin
- [PATCH v2 -next] blk-cgroup: synchoronize blkg creation against policy deactivation,
Yu Kuai
- [PATCH v3 0/2] optimize the bfq queue idle judgment,
Yu Kuai
- [PATCH RFC] virtio: wrap config->reset calls,
Michael S. Tsirkin
- Re: [PATCH RFC] virtio: wrap config->reset calls, Viresh Kumar
- Re: [PATCH RFC] virtio: wrap config->reset calls, David Hildenbrand
- Re: [PATCH RFC] virtio: wrap config->reset calls, Vivek Goyal
- Re: [PATCH RFC] virtio: wrap config->reset calls, Mathieu Poirier
- Re: [PATCH RFC] virtio: wrap config->reset calls, Cristian Marussi
- Re: [PATCH RFC] virtio: wrap config->reset calls, Pankaj Gupta
- Re: [PATCH RFC] virtio: wrap config->reset calls, Anton Yakovlev
- Re: [PATCH RFC] virtio: wrap config->reset calls, Jean-Philippe Brucker
- Re: [PATCH RFC] virtio: wrap config->reset calls, Wolfram Sang
- Re: [PATCH RFC] virtio: wrap config->reset calls, Stefan Hajnoczi
- Re: [PATCH RFC] virtio: wrap config->reset calls, Stefano Garzarella
- [PATCH v2 0/3] on top of for-5.16/block,
Pavel Begunkov
- kernel NULL pointer triggered with blktests block/025 on latest linux-block/for-next,
Yi Zhang
- [PATCH] blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags,
John Garry
- don't use ->bd_inode to access the block device size,
Christoph Hellwig
- [PATCH 01/29] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/29] mtd/block2mtd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 06/29] nvmet: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 09/29] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 12/29] cramfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/29] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 14/29] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/29] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/29] jfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/29] nfs/blocklayout: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 18/29] nilfs2: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 19/29] ntfs3: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 20/29] pstore/blk: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 21/29] reiserfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 22/29] squashfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 24/29] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 25/29] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 26/29] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/29] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/29] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size, Kees Cook
- Re: don't use ->bd_inode to access the block device size, Anand Jain
- Re: don't use ->bd_inode to access the block device size, Christoph Hellwig
- Re: [PATCH] nvme-pci: calculate IO timeout, Christoph Hellwig
- [PATCH RESEND v2] block-map: added error handling for bio_copy_kern(),
Jinyoung CHOI
- [PATCH v2] block-map: added error handling for bio_copy_kern(), Jinyoung CHOI
- [PATCH AUTOSEL 5.10 04/11] block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output, Sasha Levin
- [PATCH AUTOSEL 5.14 05/17] block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output, Sasha Levin
- [PATCH v5 0/4] blk-crypto cleanups,
Eric Biggers
- [PATCHSET 0/9] Batched completions,
Jens Axboe
- [PATCH] nvme: don't memset() the normal read/write command,
Jens Axboe
- [PATCH] block: remove plug based merging,
Jens Axboe
- [PATCHSET 0/2] Improve batched tag allocation,
Jens Axboe
- simplify I/O size calculation helpers,
Christoph Hellwig
- decruft bio.h,
Christoph Hellwig
- [PATCH 1/8] block: remove BIO_BUG_ON, Christoph Hellwig
- [PATCH 2/8] block: don't include <linux/ioprio.h> in <linux/bio.h>, Christoph Hellwig
- [PATCH 3/8] block: move bio_mergeable out of bio.h, Christoph Hellwig
- [PATCH 4/8] block: fold bio_cur_bytes into blk_rq_cur_bytes, Christoph Hellwig
- [PATCH 5/8] block: move bio_full out of bio.h, Christoph Hellwig
- [PATCH 6/8] block: mark __bio_try_merge_page static, Christoph Hellwig
- [PATCH 7/8] block: move bio_get_{first,last}_bvec out of bio.h, Christoph Hellwig
- [PATCH 8/8] block: mark bio_truncate static, Christoph Hellwig
- Re: decruft bio.h, Jens Axboe
- remove QUEUE_FLAG_SCSI_PASSTHROUGH,
Christoph Hellwig
- small block layer ioctl cleanups,
Christoph Hellwig
- two small blk-mq cleanups,
Christoph Hellwig
- [PATCH] block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs,
Dan Carpenter
- [PATCH -next] block: fix UAF from race of ioc_release_fn() and __ioc_clear_queue(),
Laibin Qiu
- [PATCH] block: Remove the redundant empty list check in blk_flush_plug_list, Pankaj Raghav
- [PATCH] driver: floppy: fix warning in __alloc_pages, Dongliang Mu
- [PATCH] block, bfq: fix UAF problem in bfqg_stats_init(), Zheng Liang
- [PATCH v2] block: nbd: fix sanity check for first_minor,
Yan, Zheng
- [GIT PULL] Block fixes for 5.15-rc5,
Jens Axboe
- [PATCH 0/6] some block optimisations,
Pavel Begunkov
- [PATCH] block: fix syzbot report UAF in bdev_free_inode(),
Zqiang
- [PATCH] block: nbd: fix sanity check for first_minor,
Yan, Zheng
- [PATCH V3 0/6] blk-mq: support concurrent queue quiescing,
Ming Lei
- [PATCH] blk-cgroup: check blkcg policy is enabled in blkg_create(),
Yu Kuai
- [PATCH] cdrom: docs: reformat table in Documentation/userspace-api/ioctl/cdrom.rst,
Phillip Potter
- Re: kernel BUG in block_invalidatepage,
Hao Sun
- [PATCHSET v2 0/3] Add plug based request allocation batching,
Jens Axboe
- [PATCH 0/8 v3] bfq: Limit number of allocated scheduler tags per cgroup,
Jan Kara
- [PATCHSET RFC 0/3] Add plug based request allocation batching,
Jens Axboe
- BUG: unable to handle kernel NULL pointer dereference in reset_interrupt, Hao Sun
- [PATCH] block: don't call should_fail_request() for !CONFIG_FAIL_MAKE_REQUEST,
Jens Axboe
- [PATCHSET 0/2] Reduce overhead of CONFIG_BLK_CGROUP,
Jens Axboe
- [PATCH v5 00/14] blk-mq: Reduce static requests memory footprint for shared sbitmap,
John Garry
- [PATCH v5 01/14] blk-mq: Change rqs check in blk_mq_free_rqs(), John Garry
- [PATCH v5 02/14] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ, John Garry
- [PATCH v5 03/14] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests(), John Garry
- [PATCH v5 04/14] blk-mq: Invert check in blk_mq_update_nr_requests(), John Garry
- [PATCH v5 05/14] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}(), John Garry
- [PATCH v5 06/14] blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}(), John Garry
- [PATCH v5 09/14] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap(), John Garry
- [PATCH v5 08/14] blk-mq: Don't clear driver tags own mapping, John Garry
- [PATCH v5 07/14] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping(), John Garry
- [PATCH v5 10/14] blk-mq: Add blk_mq_alloc_map_and_rqs(), John Garry
- [PATCH v5 11/14] blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}(), John Garry
- [PATCH v5 12/14] blk-mq: Use shared tags for shared sbitmap support, John Garry
- [PATCH v5 13/14] blk-mq: Stop using pointers for blk_mq_tags bitmap tags, John Garry
- [PATCH v5 14/14] blk-mq: Change shared sbitmap naming to shared tags, John Garry
- Re: [PATCH v5 00/14] blk-mq: Reduce static requests memory footprint for shared sbitmap, Jens Axboe
- [syzbot] KASAN: use-after-free Read in __dev_queue_xmit (5),
syzbot
- [PATCH] block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output,
Johannes Thumshirn
- [PATCH v2 (RESEND)] brd: reduce the brd_devices_mutex scope,
Tetsuo Handa
- [GIT PULL] Block fixes for 5.15-rc4,
Jens Axboe
- Re: [GIT PULL] Block fixes for 5.15-rc4, pr-tracker-bot
[PATCH v2 (RESEND)] block: genhd: fix double kfree() in __alloc_disk_node(),
Tetsuo Handa
[PATCH] zram: Allow backing device to be assigned after init,
Brian Geffon
[PATCH] sx8: fix an error code in carm_init_one(),
Dan Carpenter
[PATCH] pf: fix error codes in pf_init_unit(),
Dan Carpenter
[PATCH] pcd: fix error codes in pcd_init_unit(),
Dan Carpenter
[Question] io cgroup subsystem threaded support, Odin Hultgren van der Horst
swim3.c:1200:38: error: 'FLOPPY_MAJOR' undeclared (first use in this function),
Naresh Kamboju
[PATCH V2 0/5] blk-mq: support concurrent queue quiescing,
Ming Lei
[BUG] kernel BUG at mm/slub.c - possible BFQ issue?,
torvic9
[PATCH v4 0/4] blk-crypto cleanups,
Eric Biggers
tear down file system I/O in del_gendisk v3,
Christoph Hellwig
[PATCH 0/2] Fix UFS task management command timeout,
Po-Wen Kao
[PATCH -next] pcd: capture error codes on pcd_probe() and pf_probe(),
Yang Li
[PATCH 0/5] blk-mq: support nested queue quiescing,
Ming Lei
btrfs - ppc64le - NIP [c0000000004bfbf4] kmem_cache_alloc_node+0x1c4/0x4d0, Bruno Goncalves
[PATCH] block-map: added error handling for bio_copy_kern(),
Jinyoung CHOI
[PATCH AUTOSEL 5.14 38/40] block: don't call rq_qos_ops->done_bio if the bio isn't tracked, Sasha Levin
[PATCH] block: print the current process in handle_bad_sector,
Christoph Hellwig
remove ->rq_disk,
Christoph Hellwig
[PATCH V3 0/7] genirq/affinity: abstract new API from managed irq affinity spread,
Ming Lei
[PATCH v2 0/2] block: 7th -- last batch of add_disk() error handling conversions,
Luis Chamberlain
[PATCH v2 00/14] block: 6th batch of add_disk() error handling conversions,
Luis Chamberlain
- [PATCH v2 01/14] block/swim3: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 03/14] floppy: use blk_cleanup_disk(), Luis Chamberlain
- [PATCH v2 04/14] floppy: fix calling platform_device_unregister() on invalid drives, Luis Chamberlain
- [PATCH v2 06/14] amiflop: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 07/14] swim: simplify using blk_cleanup_disk() on swim_remove(), Luis Chamberlain
- [PATCH v2 05/14] floppy: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 08/14] swim: add helper for disk cleanup, Luis Chamberlain
- [PATCH v2 13/14] block/ataflop: provide a helper for cleanup up an atari disk, Luis Chamberlain
- [PATCH v2 14/14] block/ataflop: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 11/14] block/ataflop: use the blk_cleanup_disk() helper, Luis Chamberlain
- [PATCH v2 10/14] swim: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 02/14] floppy: fix add_disk() assumption on exit due to new developments, Luis Chamberlain
- [PATCH v2 12/14] block/ataflop: add registration bool before calling del_gendisk(), Luis Chamberlain
- [PATCH v2 09/14] swim: add a floppy registration bool which triggers del_gendisk(), Luis Chamberlain
- Re: [PATCH v2 00/14] block: 6th batch of add_disk() error handling conversions, Jens Axboe
[PATCH v2 0/6] block: 5th batch of add_disk() error handling conversions,
Luis Chamberlain
[PATCH v2 00/10] block: fourth batch of add_disk() error handling conversions,
Luis Chamberlain
- [PATCH v2 07/10] block/sunvdc: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 06/10] block/rsxx: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 02/10] pktcdvd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 04/10] ps3vram: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 01/10] mtip32xx: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 03/10] ps3disk: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 05/10] rnbd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 08/10] block/sx8: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 10/10] mtd/ubi/block: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 09/10] pf: add error handling support for add_disk(), Luis Chamberlain
- Re: [PATCH v2 00/10] block: fourth batch of add_disk() error handling conversions, Jens Axboe
[PATCH v2 0/4] Restore I/O priority support in the mq-deadline scheduler,
Bart Van Assche
[PATCH v2 00/15] block: third batch of add_disk() error handling conversions,
Luis Chamberlain
- [PATCH v2 14/15] pcd: capture errors on cdrom_register(), Luis Chamberlain
- [PATCH v2 12/15] pcd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 05/15] um/drivers/ubd_kern: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 03/15] m68k/emu/nfblock: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 04/15] drbd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 08/15] pcd: move the identify buffer into pcd_identify, Luis Chamberlain
- [PATCH v2 01/15] z2ram: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 06/15] xtensa/platforms/iss/simdisk: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 13/15] pcd: fix ordering of unregister_cdrom(), Luis Chamberlain
- [PATCH v2 11/15] pd: cleanup initialization, Luis Chamberlain
- [PATCH v2 10/15] pf: cleanup initialization, Luis Chamberlain
- [PATCH v2 09/15] pcd: cleanup initialization, Luis Chamberlain
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]