Linux Block Development
[Prev Page][Next Page]
- [PATCH 3/3] block: cache rq_flags inside blk_mq_rq_ctx_init(), (continued)
- [PATCH v6 0/4] blk-crypto cleanups,
Eric Biggers
- [PATCHSET v2 0/6] Various block layer optimizations,
Jens Axboe
- [PATCH] block: move bdev_read_only() into the header,
Jens Axboe
- Is LO_FLAGS_DIRECT_IO by default a good idea?,
Lennart Poettering
- [PATCH v2 0/2] blk-mq: Allow to complete requests directly,
Sebastian Andrzej Siewior
- [PATCHSET v2] nvme: don't do full memset() for command setup,
Jens Axboe
- Block trees rebased,
Jens Axboe
- [PATCH v3] block: fix incorrect references to disk objects,
Zqiang
- [regression] ndctl destroy-namespace operation hang from 5.15.0-rc6,
Yi Zhang
- [PATCH v2] block: fix incorrect references to disk objects,
Zqiang
- don't use ->bd_inode to access the block device size v3,
Christoph Hellwig
- [PATCH 02/30] block: add a bdev_nr_bytes helper, Christoph Hellwig
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h, Christoph Hellwig
- [PATCH 03/30] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them, Christoph Hellwig
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 10/30] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 30/30] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size v3, Jens Axboe
- Re: don't use ->bd_inode to access the block device size v3, Jens Axboe
- [PATCH v2] blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags,
John Garry
- [PATCH] block: fix incorrect references to disk objects,
Zqiang
- [BUG] blk-throttle panic on 32bit machine after startup,
Youfu Zhang
- [PATCH blktests V2] tests/srp: fix module loading issue during srp tests,
Yi Zhang
- [PATCH v2] block, bfq: fix UAF problem in bfqg_stats_init(),
Zheng Liang
- [syzbot] general protection fault in hctx_lock,
syzbot
- [PATCH] brd: remove brd_devices_mutex mutex,
Tetsuo Handa
- [GIT PULL] Block fixes for 5.15-rc6,
Jens Axboe
- [PATCHSET v3] Batched completions,
Jens Axboe
- [PATCHSET 0/14] Various block layer optimizations,
Jens Axboe
- [PATCH 01/14] block: inline fast path of driver tag allocation, Jens Axboe
- [PATCH 02/14] block: don't bother iter advancing a fully done bio, Jens Axboe
- [PATCH 03/14] block: remove useless caller argument to print_req_error(), Jens Axboe
- [PATCH 04/14] block: move update request helpers into blk-mq.c, Jens Axboe
- [PATCH 05/14] block: don't call blk_status_to_errno() for success status, Jens Axboe
- [PATCH 06/14] block: store elevator state in request, Jens Axboe
- [PATCH 07/14] block: change plugging to use a singly linked list, Jens Axboe
- [PATCH 08/14] block: improve layout of struct request, Jens Axboe
- [PATCH 09/14] block: only mark bio as tracked if it really is tracked, Jens Axboe
- [PATCH 10/14] block: move blk_mq_tag_to_rq() inline, Jens Axboe
- [PATCH 11/14] block: optimize blk_mq_rq_ctx_init(), Jens Axboe
- [PATCH 12/14] block: align blkdev_dio inlined bio to a cacheline, Jens Axboe
- [PATCH 13/14] block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes, Jens Axboe
- [PATCH 14/14] block: remove some blk_mq_hw_ctx debugfs entries, Jens Axboe
- [PATCH] block: don't dereference request after flush insertion,
Jens Axboe
- [PATCH] ataflop: unlock ataflop_probe_lock at atari_floppy_init(),
Tetsuo Handa
- [PATCH 00/13] block: add_disk() error handling stragglers,
Luis Chamberlain
- [PATCH 07/13] nvdimm/blk: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 12/13] block/sunvdc: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init(), Luis Chamberlain
- [PATCH 02/13] nvme-multipath: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures, Luis Chamberlain
- [PATCH 01/13] block/brd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed, Luis Chamberlain
- [PATCH 10/13] ps3disk: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 05/13] nvdimm/btt: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 13/13] mtd/ubi/block: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 11/13] ps3vram: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 08/13] zram: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 09/13] z2ram: add error handling support for add_disk(), Luis Chamberlain
- Re: [PATCH 00/13] block: add_disk() error handling stragglers, Geoff Levand
- Re: (subset) [PATCH 00/13] block: add_disk() error handling stragglers, Jens Axboe
- Re: (subset) [PATCH 00/13] block: add_disk() error handling stragglers, Jens Axboe
- [PATCH 0/9] block: reviewed add_disk() error handling set,
Luis Chamberlain
- [PATCH 1/9] scsi/sd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 7/9] um/drivers/ubd_kern: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 2/9] scsi/sr: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 5/9] xen-blkfront: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 8/9] rnbd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 3/9] dm: add add_disk() error handling, Luis Chamberlain
- [PATCH 9/9] mtd: add add_disk() error handling, Luis Chamberlain
- [PATCH 4/9] bcache: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 6/9] m68k/emu/nfblock: add error handling support for add_disk(), Luis Chamberlain
- Re: [PATCH 0/9] block: reviewed add_disk() error handling set, Martin K. Petersen
- Re: (subset) [PATCH 0/9] block: reviewed add_disk() error handling set, Jens Axboe
- [git pull] device mapper fixes for 5.15-rc6,
Mike Snitzer
- [RFC PATCH 0/3] blk-mq: Allow to complete requests directly,
Sebastian Andrzej Siewior
- [PATCH BUGFIX 0/1] block, bfq: fix bug 214503,
Paolo Valente
- [PATCH v2] block, bfq: Accept symmetric weight adjustments, Michal Koutný
- don't use ->bd_inode to access the block device size v2,
Christoph Hellwig
- [PATCH 02/30] block: add a bdev_nr_bytes helper, Christoph Hellwig
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h, Christoph Hellwig
- [PATCH 03/30] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them, Christoph Hellwig
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 10/30] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 30/30] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 0/3] zram: fix two races,
Ming Lei
- [PATCH] block: Fix partition check for host-aware zoned block devices,
Shin'ichiro Kawasaki
- [PATCH block-5.15] blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->iostat_cpu,
Tejun Heo
- [PATCH] block: use flags instead of bit fields for blkdev_dio,
Jens Axboe
- [PATCH v3] block: only check previous entry for plug merge attempt,
Jens Axboe
- [PATCH] mtip32xx: Remove redundant 'flush_workqueue()' calls,
Christophe JAILLET
- [PATCH 0/5] cache request_queue pointer,
Pavel Begunkov
- [PATCH] block: warn when putting the final reference on a registered disk,
Christoph Hellwig
- [PATCH blktests] tests/srp: fix module loading issue during srp tests,
Yi Zhang
- [PATCH V4 0/6] blk-mq: support concurrent queue quiescing,
Ming Lei
- [PATCH v4 0/2] optimize the bfq queue idle judgment,
Yu Kuai
- [PATCH] block: handle fast path of bio splitting inline,
Jens Axboe
- [PATCH v2] block: remove plug based merging,
Jens Axboe
- [RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE),
deven . desai
- [RFC PATCH v7 01/16] security: add ipe lsm & initial context creation, deven . desai
- [RFC PATCH v7 03/16] ipe: add evaluation loop, deven . desai
- [RFC PATCH v7 10/16] fs|dm-verity: add block_dev LSM blob and submit dm-verity data, deven . desai
- [RFC PATCH v7 15/16] ipe: kunit tests, deven . desai
- [RFC PATCH v7 04/16] ipe: add userspace interface, deven . desai
- [RFC PATCH v7 02/16] ipe: add policy parser, deven . desai
- [RFC PATCH v7 16/16] documentation: add ipe documentation, deven . desai
- [RFC PATCH v7 14/16] scripts: add boot policy generation program, deven . desai
- [RFC PATCH v7 13/16] ipe: enable support for fs-verity as a trust provider, deven . desai
- [RFC PATCH v7 11/16] ipe: add support for dm-verity as a trust provider, deven . desai
- [RFC PATCH v7 09/16] ipe: introduce 'boot_verified' as a trust provider, deven . desai
- [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature, deven . desai
- [RFC PATCH v7 06/16] uapi|audit: add trust audit message definitions, deven . desai
- [RFC PATCH v7 05/16] ipe: add LSM hooks on execution and kernel read, deven . desai
- [RFC PATCH v7 07/16] ipe: add auditing support, deven . desai
- [RFC PATCH v7 08/16] ipe: add permissive toggle, deven . desai
- RE: [RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE), Roberto Sassu
- 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
[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]