Linux Block Development
[Prev Page][Next Page]
- [PATCH 06/16] io_uring: support for IO polling, (continued)
- [PATCH 06/16] io_uring: support for IO polling, Jens Axboe
- [PATCH 07/16] io_uring: add submission side request cache, Jens Axboe
- [PATCH 10/16] io_uring: split kiocb init from allocation, Jens Axboe
- [PATCH 08/16] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 11/16] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 09/16] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 12/16] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 16/16] io_uring: add io_uring_event cache hit information, Jens Axboe
- [PATCH 15/16] io_uring: add submission polling, Jens Axboe
- [PATCH 14/16] io_uring: support kernel side submission, Jens Axboe
- [PATCH 13/16] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- Re: [PATCHSET v1] io_uring IO interface, Matthew Wilcox
- [PATCH] uapi: fix ioctl documentation,
Damien Le Moal
- [PATCH v5 1/2] xen/blkback: add stack variable 'blkif' in connect_ring(),
Dongli Zhang
- Kernel v5.0-rc1 and blk-mq,
Bart Van Assche
- [PATCH blktests] src/sg/syzkaller1.c: fix portability problem for syscall(__NR_mmap, ...),
Theodore Ts'o
- Regression in v5.0-rc1: Panic at boot,
Logan Gunthorpe
- [PATCH] null_blk: enable discard support by default, John Pittman
- [PATCH] block: don't show io_timeout if driver has no timeout handler,
Weiping Zhang
- [PATCH v4 1/2] xen/blkback: add stack variable 'blkif' in connect_ring(),
Dongli Zhang
- Re: 047fb56f7e ("blk-mq: fix changelog"): BUG: unable to handle kernel NULL pointer dereference at 00000030, Greg Kroah-Hartman
- [GIT PULL] Block fixes,
Jens Axboe
- [PATCH v2] null_blk: add zoned config support information,
John Pittman
- KASAN: use-after-free Read in disk_map_sector_rcu, syzbot
- [PATCH] null_blk: add zoned config support information,
John Pittman
- [PATCH] block: return NULL if request_module() failed in elevator_get(), Chengguang Xu
- [PATCH] block: sunvdc: don't run hw queue synchronously from irq context,
Ming Lei
- [GIT PULL] Late block changes for this merge window,
Jens Axboe
- [GIT PULL] libata change for this merge window,
Jens Axboe
- block: only use __set_current_state() for polled IO,
Jens Axboe
- failed command: WRITE FPDMA QUEUED with Samsung 860 EVO,
Sitsofe Wheeler
- Re: [PATCH 1/3] blktests: add cgroup2 infrastructure,
Bart Van Assche
- [PATCH] block: add sanity check for uid in syscall of ioprio_get(), Chengguang Xu
- [PATCH] block/swim3: Fix regression on PowerBook G3,
Finn Thain
- [PATCH] block/amiflop: Don't log error message on invalid ioctl,
Finn Thain
- [PATCH] block/swim3: Fix -EBUSY error when re-opening device after unmount,
Finn Thain
- [PATCH] block/swim3: Remove dead return statement,
Finn Thain
- Re: [PATCH v5 1/2] lib: add crc64 calculation routines,
NeilBrown
- Re: [PATCHv4 0/3] scsi timeout handling updates, Hannes Reinecke
- [PATCH] blk-throttle: limit bios to fix amount of pages entering writeback prematurely,
Xiaoguang Wang
- DMA memory from block layer vs pci_alloc_consistent, Kieran Kunhya
- [git pull] device mapper changes for 4.21,
Mike Snitzer
- [PATCH 0/2] blk-mq: small optimization for accessing of queue map,
Jianchao Wang
- [PATCH] block: add prio data check for IOPRIO_CLASS_IDLE,
Chengguang Xu
- [PATCH] block: fix a typo in description of ioprio, Chengguang Xu
- [PATCH 0/1] second wave bcache fixes for Linux v4.21,
Coly Li
- [PATCH v4] block: add documentation for io_timeout,
Weiping Zhang
- Re: [PATCH v3] block: add documentation for io_timeout, Weiping Zhang
- [PATCH] block: Add secure discard check in blk_ioctl_discard,
zhengbin
- [PATCH] block: change return type to bool from int, Chengguang Xu
- [PATCH 00/11] fixes for setting values via sysfs interface,
Coly Li
- [PATCH 01/11] bcache: fix input integer overflow of congested threshold, Coly Li
- [PATCH 02/11] bcache: fix input overflow to sequential_cutoff, Coly Li
- [PATCH 03/11] bcache: add sysfs_strtoul_bool() for setting bit-field variables, Coly Li
- [PATCH 04/11] bcache: use sysfs_strtoul_bool() to set bit-field variables, Coly Li
- [PATCH 05/11] bcache: fix input overflow to writeback_delay, Coly Li
- [PATCH 06/11] bcache: fix potential div-zero error of writeback_rate_i_term_inverse, Coly Li
- [PATCH 07/11] bcache: fix potential div-zero error of writeback_rate_p_term_inverse, Coly Li
- [PATCH 08/11] bcache: fix input overflow to writeback_rate_minimum, Coly Li
- [PATCH 09/11] bcache: fix input overflow to journal_delay_ms, Coly Li
- [PATCH 10/11] bcache: fix input overflow to cache set io_error_limit, Coly Li
- [PATCH 11/11] bcache: fix input overflow to cache set sysfs file io_error_halflife, Coly Li
- Re: [PATCH] lightnvm: pblk: fix use-after-free bug,
Matias Bjørling
- [PATCH] block: sunvdc: remvoe redundant code,
Chengguang Xu
- [PATCH] block: loop: remvoe redundant code,
Chengguang Xu
- [PATCHSET v10] Support for polled and buffered aio (and more),
Jens Axboe
- [PATCH 01/22] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 03/22] block: wire up block device iopoll method, Jens Axboe
- [PATCH 04/22] block: use REQ_HIPRI_ASYNC for non-sync polled IO, Jens Axboe
- [PATCH 05/22] block: use bio_set_polled() helper for O_DIRECT, Jens Axboe
- [PATCH 06/22] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 07/22] aio: add io_setup2() system call, Jens Axboe
- [PATCH 02/22] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 11/22] aio: use fget/fput_many() for file references, Jens Axboe
- [PATCH 12/22] aio: split iocb init from allocation, Jens Axboe
- [PATCH 14/22] aio: split old ring complete out from aio_complete(), Jens Axboe
- [PATCH 13/22] aio: batch aio_kiocb allocation, Jens Axboe
- [PATCH 15/22] aio: pass in user index to __io_submit_one(), Jens Axboe
- [PATCH 22/22] aio: add my copyright, Jens Axboe
- [PATCH 21/22] aio: utilize io_event->res2 for CQ ring, Jens Axboe
- [PATCH 17/22] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 20/22] aio: enable polling for IOCTX_FLAG_SQTHREAD, Jens Axboe
- [PATCH 16/22] aio: add support for submission/completion rings, Jens Axboe
- [PATCH 18/22] aio: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 19/22] aio: support kernel side submission for aio with SCQRING, Jens Axboe
- [PATCH 09/22] aio: add submission side request cache, Jens Axboe
- [PATCH 10/22] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 08/22] aio: support for IO polling, Jens Axboe
- [PATCH] blkcg: add rcu lock to bio_clone_blkg_association(),
Dennis Zhou
- linux-next test error: WARNING in __bio_associate_blkg, syzbot
- [GIT PULL] Aio changes for 4.21-rc,
Jens Axboe
- [GIT PULL] libata changes for 4.21-rc,
Jens Axboe
- [GIT PULL] Block changes for 4.21-rc,
Jens Axboe
- Re: [PATCH 1/2] blktests: add cgroup2 infrastructure, Omar Sandoval
- [PATCH blktests v2 0/2] Add scsi-stress-remove to blktests,
Dennis Zhou
- [PATCH v2] bsg: deprecate BIDI support in bsg,
Christoph Hellwig
- [PATCH 00/17] DRBD updates for 4.21,
Lars Ellenberg
- Re: [PATCH 00/17] DRBD updates for 4.21, Jens Axboe
- [PATCH 01/17] drbd: narrow rcu_read_lock in drbd_sync_handshake, Lars Ellenberg
- [PATCH 09/17] drbd: fix comment typos, Lars Ellenberg
- [PATCH 03/17] drbd: centralize printk reporting of new size into drbd_set_my_capacity(), Lars Ellenberg
- [PATCH 05/17] drbd: disconnect, if the wrong UUIDs are attached on a connected peer, Lars Ellenberg
- [PATCH 07/17] drbd: attach on connected diskless peer must not shrink a consistent device, Lars Ellenberg
- [PATCH 04/17] drbd: ignore "all zero" peer volume sizes in handshake, Lars Ellenberg
- [PATCH 08/17] drbd: reject attach of unsuitable uuids even if connected, Lars Ellenberg
- [PATCH 06/17] drbd: fix confusing error message during attach, Lars Ellenberg
- [PATCH 02/17] drbd: must not use connection after kref_put(&connection->kref), Lars Ellenberg
- [PATCH 10/17] drbd: do not block when adjusting "disk-options" while IO is frozen, Lars Ellenberg
- [PATCH 11/17] drbd: avoid spurious self-outdating with concurrent disconnect / down, Lars Ellenberg
- [PATCH 12/17] drbd: fix print_st_err()'s prototype to match the definition, Lars Ellenberg
- [PATCH 14/17] drbd: skip spurious timeout (ping-timeo) when failing promote, Lars Ellenberg
- [PATCH 15/17] drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire"), Lars Ellenberg
- [PATCH 13/17] drbd: don't retry connection if peers do not agree on "authentication" settings, Lars Ellenberg
- [PATCH 16/17] drbd: Avoid Clang warning about pointless switch statment, Lars Ellenberg
- [PATCH 17/17] drbd: Change drbd_request_detach_interruptible's return type to int, Lars Ellenberg
- [PATCHSET v2] Fix kyber hang,
Jens Axboe
- [PATCHSET] Fix kyber hang,
Jens Axboe
- [PATCH] zram: avoid calling bio_endio() before io complete, Huijin Park
- v4.20-rc6: Sporadic use-after-free in bt_iter(),
Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), jianchao.wang
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), jianchao.wang
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), jianchao.wang
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Jens Axboe
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Evan Green
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Bart Van Assche
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Evan Green
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), jianchao.wang
- Re: v4.20-rc6: Sporadic use-after-free in bt_iter(), Ming Lei
- [PATCH] blkcg: remove unused __blkg_release_rcu(),
Dennis Zhou
- [PATCH] blkcg: clean up blkg_tryget_closest(),
Dennis Zhou
- [PATCH] block: save irq state in blkg_lookup_create(),
Ming Lei
- [PATCH] dm: don't reuse bio for flushes,
Jens Axboe
- Re: remove exofs, the T10 OSD code and block/scsi bidi support V3,
Christoph Hellwig
- [PATCH] bsg: deprecate BIDI support in bsg,
Christoph Hellwig
- [GIT PULL] third batch of nvme updates for 4.21,
Christoph Hellwig
- [PATCH v3 1/1] xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront,
Dongli Zhang
- block: percpu ref (blkg_release) <= 0 (0) after switching to atomic,
Ming Lei
- Re: [PATCH 2/2] loop: Better discard support for block devices, Evan Green
- Re: [PATCH] blktests: make block/026 run in constant time, Omar Sandoval
- [GIT PULL] Single block fix for 4.20-final,
Jens Axboe
- [PATCH] loop: Fix potential Spectre v1 vulnerability, Gustavo A. R. Silva
- [PATCH 1/2] bcache: export backing_dev_name via sysfs,
Coly Li
- confusion about nr of pending I/O requests,
Paolo Valente
- [PATCH V3 0/2] Replace all open encodings for NUMA_NO_NODE,
Anshuman Khandual
- Re: [PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io,
Paolo Valente
- [PATCH V2] blk-mq: Set request mapping to NULL in blk_mq_put_driver_tag,
Kashyap Desai
- [PATCH] bcache: treat stale && dirty keys as bad keys,
Junhui Tang
- [PATCH v4 1/2] export trace.c helper functions to other modules,
yupeng
- [PATCH] blk-mq: enable IO poll if .nr_queues of type poll > 0,
Ming Lei
- [PATCH v2 1/1] xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront,
Dongli Zhang
- Upcoming merge window,
Jens Axboe
- [PATCH] blk-mq: skip zero-queue maps in blk_mq_map_swqueue,
Ming Lei
- Re: [PATCH v2] drbd: Avoid Clang warning about pointless switch statment,
Nathan Chancellor
- [PATCH v3] block: fix blk-iolatency accounting underflow,
Dennis Zhou
- [PATCH V3 0/4] blk-mq: queue mapping fix & improvement,
Ming Lei
- [PATCH 1/2] blk-mq: only dispatch to non-defauly queue maps if they have queues,
Christoph Hellwig
- [PATCH V2 0/4] blk-mq: queue mapping fix & improvement,
Ming Lei
- [PATCH v3 1/2] share nvme trace event helper functions with other modules,
yupeng
- [PATCH] block: mq-deadline: Fix write completion handling,
Damien Le Moal
- [PATCH blktests] blktests: Fix compilation warning,
Damien Le Moal
- [PATCH V2 0/2] block: support debugfs on rq_qos & wbt,
Ming Lei
- Re: [PATCH v2] block: update documentation,
Damien Le Moal
- [PATCH] block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add(),
Chengguang Xu
- [PATCH] aoe: add __exit annotation,
Chengguang Xu
- [PATCH 0/4] blk-mq: queue mapping fix & improvement,
Ming Lei
- [PATCH v2 1/2] share nvme trace event helper functions with multiple nvme modules,
yupeng
- Re: [PATCH v2] bcache: set max writeback rate when I/O request is idle,
Coly Li
- [PATCH] loop: drop caches if offset is changed,
Jaegeuk Kim
- [GIT PULL] Storage fixes for 4.20-rc6,
Jens Axboe
- [PATCH v4 0/6] restore nvme-rdma polling,
Sagi Grimberg
- [PATCH] block: clear REQ_HIPRI if polling is not supported,
Christoph Hellwig
- Question on t10_pi_ref_tag(),
John Garry
- [PATCH 0/2] block: support debugfs on rq_qos & wbt,
Ming Lei
- [PATCH] partitions: fix coding style,
jotun9935
- RE: +AFs-PATCH+AF0- blk-mq: Set request mapping to NULL in blk+AF8-mq+AF8-put+AF8-driver+AF8-tag, Kashyap Desai
- [PATCH V14 0/3] blk-mq: refactor and fix the code of issue directly,
Jianchao Wang
- [PATCH v3 0/6] restore nvme-rdma polling,
Sagi Grimberg
- Re: [git pull] device mapper fixes for 4.20, pr-tracker-bot
- Unintuitive scheduling results using BFQ,
Madhav Ancha
- misc block cleanups,
Christoph Hellwig
- [GIT PULL] second batch of nvme updates for 4.21,
Christoph Hellwig
- Re: [PATCH v2] block: fix iolat timestamp and restore accounting semantics,
Jens Axboe
- Re: [PATCH 2/2] scsi: ufs: add inline crypto support to UFS HCD,
Ladvine D Almeida
- [PATCHSET v8] Support for polled and buffered aio (and more),
Jens Axboe
- [PATCH 01/26] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 02/26] block: add REQ_HIPRI_ASYNC, Jens Axboe
- [PATCH 03/26] block: wire up block device iopoll method, Jens Axboe
- [PATCH 04/26] block: use REQ_HIPRI_ASYNC for non-sync polled IO, Jens Axboe
- [PATCH 05/26] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 06/26] aio: use assigned completion handler, Jens Axboe
- [PATCH 08/26] aio: don't zero entire aio_kiocb aio_get_req(), Jens Axboe
- [PATCH 07/26] aio: separate out ring reservation from req allocation, Jens Axboe
- [PATCH 09/26] aio: only use blk plugs for > 2 depth submissions, Jens Axboe
- [PATCH 10/26] aio: use iocb_put() instead of open coding it, Jens Axboe
- [PATCH 11/26] aio: split out iocb copy from io_submit_one(), Jens Axboe
- [PATCH 12/26] aio: abstract out io_event filler helper, Jens Axboe
- [PATCH 13/26] aio: add io_setup2() system call, Jens Axboe
- [PATCH 14/26] aio: support for IO polling, Jens Axboe
- [PATCH 15/26] aio: add submission side request cache, Jens Axboe
- [PATCH 16/26] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 17/26] aio: use fget/fput_many() for file references, Jens Axboe
- [PATCH 18/26] aio: split iocb init from allocation, Jens Axboe
- [PATCH 19/26] aio: batch aio_kiocb allocation, Jens Axboe
- [PATCH 20/26] aio: split old ring complete out from aio_complete(), Jens Axboe
- [PATCH 21/26] aio: add support for submission/completion rings, Jens Axboe
- [PATCH 22/26] block: add BIO_HOLD_PAGES flag, Jens Axboe
- [PATCH 23/26] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 24/26] fs: add support for mapping an ITER_BVEC for O_DIRECT, Jens Axboe
- [PATCH 25/26] aio: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 26/26] aio: support kernel side submission for aio with SCQRING, Jens Axboe
- Re: [PATCHSET v8] Support for polled and buffered aio (and more), Christoph Hellwig
- remove the "clustering" flag V2,
Christoph Hellwig
- [PATCH 01/10] scsi: make sure all drivers set the use_clustering flag, Christoph Hellwig
- [PATCH 02/10] scsi: flip the default on use_clustering, Christoph Hellwig
- [PATCH 03/10] scsi: introduce a max_segment_size host_template parameters, Christoph Hellwig
- [PATCH 04/10] cumana_2: remove the explicit use_clustering setting, Christoph Hellwig
- [PATCH 05/10] powertec: remove the explicit use_clustering setting, Christoph Hellwig
- [PATCH 06/10] xen-scsifront: remove DISABLE_CLUSTERING, Christoph Hellwig
- [PATCH 07/10] mesh: remove DISABLE_CLUSTERING, Christoph Hellwig
- [PATCH 08/10] mac53c94: remove DISABLE_CLUSTERING, Christoph Hellwig
- [PATCH 09/10] scsi: remove the use_clustering flag, Christoph Hellwig
- [PATCH 10/10] block: remove the cluster flag, Christoph Hellwig
- Re: remove the "clustering" flag V2, Christoph Hellwig
- [PATCH 00/12] bcache patches for Linux v4.21,
Coly Li
- [PATCH 01/12] bcache: add comment for cache_set->fill_iter, Coly Li
- [PATCH 02/12] bcache: do not check if debug dentry is ERR or NULL explicitly on remove, Coly Li
- [PATCH 03/12] bcache: update comment for bch_data_insert, Coly Li
- [PATCH 04/12] bcache: update comment in sysfs.c, Coly Li
- [PATCH 05/12] bcache: do not mark writeback_running until backing dev attached to cache_set, Coly Li
- [PATCH 06/12] bcache: cannot set writeback_running via sysfs if no writeback kthread created, Coly Li
- [PATCH 07/12] bcache: introduce force_wake_up_gc(), Coly Li
- [PATCH 08/12] bcache: option to automatically run gc thread after writeback accomplished, Coly Li
- [PATCH 09/12] bcache: add MODULE_DESCRIPTION information, Coly Li
- [PATCH 10/12] bcache: make cutoff_writeback and cutoff_writeback_sync tunnable, Coly Li
- [PATCH 11/12] bcache: set writeback_percent in a flexible range, Coly Li
[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]