Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH V2 1/4] zram: fix race between zram_reset_device() and disksize_store(), (continued)
- [PATCH v4] blk-cgroup: synchoronize blkg creation against policy deactivation,
Yu Kuai
- [PATCH 00/16] block optimisation round,
Pavel Begunkov
- [PATCH 01/16] block: turn macro helpers into inline functions, Pavel Begunkov
- [PATCH 02/16] block: convert leftovers to bdev_get_queue, Pavel Begunkov
- [PATCH 03/16] block: optimise req_bio_endio(), Pavel Begunkov
- [PATCH 05/16] block: inline a part of bio_release_pages(), Pavel Begunkov
- [PATCH 04/16] block: don't bloat enter_queue with percpu_ref, Pavel Begunkov
- [PATCH 07/16] blocK: move plug flush functions to blk-mq.c, Pavel Begunkov
- [PATCH 08/16] block: optimise blk_flush_plug_list, Pavel Begunkov
- [PATCH 09/16] block: optimise boundary blkdev_read_iter's checks, Pavel Begunkov
- [PATCH 06/16] block: clean up blk_mq_submit_bio() merging, Pavel Begunkov
- [PATCH 10/16] block: optimise blkdev_bio_end_io(), Pavel Begunkov
- [PATCH 11/16] block: add optimised version bio_set_dev(), Pavel Begunkov
- [PATCH 12/16] block: add single bio async direct IO helper, Pavel Begunkov
- [PATCH 13/16] block: add async version of bio_set_polled, Pavel Begunkov
- [PATCH 14/16] block: skip advance when async and not needed, Pavel Begunkov
- [PATCH 15/16] block: optimise blk_may_split for normal rw, Pavel Begunkov
- [PATCH 16/16] block: optimise submit_bio_checks for normal rw, Pavel Begunkov
- Re: [PATCH 00/16] block optimisation round, Jens Axboe
- Re: [PATCH 00/16] block optimisation round, Jens Axboe
- Re: (subset) [PATCH 00/16] block optimisation round, Jens Axboe
- Re: [PATCH 00/16] block optimisation round, Pavel Begunkov
- [PATCH] block: improve error checking in blkdev_bio_end_io_async(),
Jens Axboe
- [PATCHSET 0/4] Last round of alloc side optimizations,
Jens Axboe
- remove RQF_ELVPRIV,
Christoph Hellwig
- [PATCH] block: add documentation for inflight,
Steffen Maier
- [PATCH] blk-mq: don't handle non-flush requests in blk_insert_flush,
Christoph Hellwig
- [PATCHSET v2] Improve plugging,
Jens Axboe
- [syzbot] linux-next boot error: general protection fault in blk_mq_free_request, syzbot
- [PATCH] blk-wbt: prevent NULL pointer dereference in wb_timer_fn,
Andrea Righi
- [PATCH] block: remove support for cryptoloop and the xor transfer,
Christoph Hellwig
- remove QUEUE_FLAG_SCSI_PASSTHROUGH v2,
Christoph Hellwig
- fix a pmem regression due to drain the block queue in del_gendisk,
Christoph Hellwig
- cleanup block device inode syncing,
Christoph Hellwig
- more bdev_nr_sectors / bdev_nr_bytes conversions,
Christoph Hellwig
- [PATCH v2] block - ataflop.c: fix breakage introduced at blk-mq refactoring,
Michael Schmitz
- [bug report] WARNING: CPU: 109 PID: 739473 at block/blk-stat.c:218 blk_free_queue_stats+0x3c/0x80,
Yi Zhang
- [bug report] WARNING: CPU: 4 PID: 10482 at block/mq-deadline.c:597 dd_exit_sched+0x198/0x1d0,
Yi Zhang
- [PATCH v3 -next 0/2] blk-cgroup: synchoronize blkg creation against policy deactivation,
Yu Kuai
- Re: 💥 PANICKED: Waiting for review: Test report for kernel 5.15.0-rc6 (block, 1983520d),
Yi Zhang
- Re: [PATCH linux-next] cdrom: Remove redundant variable and its assignment.,
Phillip Potter
- <Possible follow-ups>
- Re: [PATCH linux-next] cdrom: Remove redundant variable and its assignment., Phillip Potter
[PATCH RFC] block - ataflop.c: fix breakage introduced at blk-mq refactoring,
Michael Schmitz
[PATCH 0/3] blk_mq_rq_ctx_init() optimisations,
Pavel Begunkov
[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
[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]