Linux Block Development
[Prev Page][Next Page]
- [PATCH V13 05/19] block: introduce multi-page bvec helpers, (continued)
- [PATCH V13 05/19] block: introduce multi-page bvec helpers, Ming Lei
- [PATCH V13 06/19] block: introduce bio_for_each_bvec() and rq_for_each_bvec(), Ming Lei
- [PATCH V13 07/19] block: use bio_for_each_bvec() to compute multi-page bvec count, Ming Lei
- [PATCH V13 08/19] block: use bio_for_each_bvec() to map sg, Ming Lei
- [PATCH V13 09/19] block: introduce bvec_last_segment(), Ming Lei
- [PATCH V13 10/19] fs/buffer.c: use bvec iterator to truncate the bio, Ming Lei
- [PATCH V13 11/19] btrfs: use bvec_last_segment to get bio's last page, Ming Lei
- [PATCH V13 12/19] block: loop: pass multi-page bvec to iov_iter, Ming Lei
- [PATCH V13 13/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages(), Ming Lei
- [PATCH V13 14/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec, Ming Lei
- [PATCH V13 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE, Ming Lei
- [PATCH V13 19/19] block: kill BLK_MQ_F_SG_MERGE, Ming Lei
- [PATCH V13 17/19] block: document usage of bio iterator helpers, Ming Lei
- [PATCH V13 16/19] block: always define BIO_MAX_PAGES as 256, Ming Lei
- [PATCH V13 15/19] block: enable multipage bvecs, Ming Lei
- Re: [PATCH V13 00/19] block: support multi-page bvec, Jens Axboe
- [PATCH] block/blk-core.c: Remove doc about request_count argument, Marcos Paulo de Souza
- [PATCH] fs/direct-io: Avoid duplicating the check whether or not locking is required, Bart Van Assche
- [GIT PULL] nvme fixes for 5.0,
Christoph Hellwig
- [PATCH v1] : Switch to use new generic UUID API,
Andy Shevchenko
- [PATCH 0/3] Fix virtio-blk issue with SWIOTLB,
Joerg Roedel
- [PATCH blktests v2 00/16] Implement zoned block device support,
Shin'ichiro Kawasaki
- [PATCH blktests v2 01/16] config: Introduce ZONED variable, Shin'ichiro Kawasaki
- [PATCH blktests v2 02/16] common: Introduce _test_dev_is_zoned() helper function, Shin'ichiro Kawasaki
- [PATCH blktests v2 03/16] common: Move set_scheduler() function definition, Shin'ichiro Kawasaki
- [PATCH blktests v2 04/16] common: Introduce _have_fio_zbd_zonemode() helper function, Shin'ichiro Kawasaki
- [PATCH blktests v2 05/16] block/004: Adjust fio conditions for zoned block device, Shin'ichiro Kawasaki
- [PATCH blktests v2 06/16] block/013: Skip for zoned block devices, Shin'ichiro Kawasaki
- [PATCH blktests v2 07/16] block/018,024: Skip when ZONED is set, Shin'ichiro Kawasaki
- [PATCH blktests v2 08/16] check: Introduce group_exit() function, Shin'ichiro Kawasaki
- [PATCH blktests v2 09/16] src: Introduce zbdioctl program, Shin'ichiro Kawasaki
- [PATCH blktests v2 10/16] common: Introduce _dd() helper function, Shin'ichiro Kawasaki
- [PATCH blktests v2 11/16] tests: Introduce zbd test group, Shin'ichiro Kawasaki
- [PATCH blktests v2 12/16] zbd/001: sysfs and ioctl consistency test, Shin'ichiro Kawasaki
- [PATCH blktests v2 13/16] zbd/002: report zone test, Shin'ichiro Kawasaki
- [PATCH blktests v2 14/16] zbd/003: Test sequential zones reset, Shin'ichiro Kawasaki
- [PATCH blktests v2 15/16] zbd/004: Check write split accross sequential zones, Shin'ichiro Kawasaki
- [PATCH blktests v2 16/16] zbd/005: Test write ordering, Shin'ichiro Kawasaki
- Re: [PATCH blktests v2 00/16] Implement zoned block device support, Omar Sandoval
- [PATCH] loop: drop caches if offset or block_size are changed,
Jaegeuk Kim
- [PATCHSET v2] io_uring IO interface,
Jens Axboe
- [PATCH 01/15] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 02/15] block: wire up block device iopoll method, Jens Axboe
- [PATCH 03/15] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 04/15] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 05/15] Add io_uring IO interface, Jens Axboe
- [PATCH 06/15] io_uring: support for IO polling, Jens Axboe
- [PATCH 07/15] io_uring: add submission side request cache, Jens Axboe
- [PATCH 08/15] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 09/15] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 10/15] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 11/15] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 12/15] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 14/15] io_uring: add submission polling, Jens Axboe
- [PATCH 13/15] io_uring: support kernel side submission, Jens Axboe
- [PATCH 15/15] io_uring: add io_uring_event cache hit information, Jens Axboe
- Re: [PATCHSET v2] io_uring IO interface, Roman Penyaev
- [PATCH] block: fix kerneldoc comment for blk_attempt_plug_merge(),
Jonathan Corbet
- [PATCH v2 0/4] Write-hint for FS journal,
Kanchan Joshi
- Message not available
- Message not available
- Message not available
- Re: [PATCH v2 0/4] Write-hint for FS journal, Javier González
- Re: [PATCH v2 0/4] Write-hint for FS journal, Jan Kara
- Re: [PATCH v2 0/4] Write-hint for FS journal, Keith Busch
[PATCH blktests v2] src/sg/syzkaller1.c: fix portability problem for syscall(__NR_mmap, ...), Theodore Ts'o
[PATCH blktests 00/14] Implement zoned block device support,
Damien Le Moal
- [PATCH blktests 01/14] config: Introduce ZONED variable, Damien Le Moal
- [PATCH blktests 02/14] common: Introduce _test_dev_is_zoned() helper function, Damien Le Moal
- [PATCH blktests 03/14] common: Move set_scheduler() function from multipath-over-rdma to rc, Damien Le Moal
- [PATCH blktests 04/14] block/004: Adjust fio conditions for zoned block device, Damien Le Moal
- [PATCH blktests 05/14] block/013: Skip for zoned block devices, Damien Le Moal
- [PATCH blktests 06/14] block/018,024: Skip when ZONED is set, Damien Le Moal
- [PATCH blktests 07/14] check: Introduce group_exit() function, Damien Le Moal
- [PATCH blktests 08/14] src: Introduce zbdioctl program, Damien Le Moal
- [PATCH blktests 09/14] tests: Introduce zbd test group, Damien Le Moal
- [PATCH blktests 10/14] zbd/001: sysfs and ioctl consistency test, Damien Le Moal
- [PATCH blktests 11/14] zbd/002: report zone test, Damien Le Moal
- [PATCH blktests 12/14] zbd/003: Test sequential zones reset, Damien Le Moal
- [PATCH blktests 13/14] zbd/004: Check write split accross sequential zones, Damien Le Moal
- [PATCH blktests 14/14] zbd/005: Test write ordering, Damien Le Moal
[patch] block: clarify documentation for blk_{start|finish}_plug,
Jeff Moyer
[PATCH] block: doc: add slice_idle_us to bfq documentation,
John Pittman
[PATCH] scsi: isci: initialize shost fully before calling scsi_add_host(),
Logan Gunthorpe
[PATCH] bio-integrity: use struct_size() in kmalloc(), Gustavo A. R. Silva
[PATCH AUTOSEL 4.20 035/117] block: use rcu_work instead of call_rcu to avoid sleep in softirq, Sasha Levin
[PATCH AUTOSEL 4.19 27/97] block: use rcu_work instead of call_rcu to avoid sleep in softirq, Sasha Levin
[PATCHSET v1] io_uring IO interface,
Jens Axboe
- [PATCH 01/16] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 02/16] block: wire up block device iopoll method, Jens Axboe
- [PATCH 04/16] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 03/16] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 05/16] Add io_uring IO interface, Jens Axboe
- [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
[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
[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
[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
[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
[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
[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
[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
[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]