index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-18
floppy: use blk_cleanup_disk()
Luis Chamberlain
2021-10-18
floppy: fix add_disk() assumption on exit due to new developments
Luis Chamberlain
2021-10-18
block/swim3: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
rbd: add add_disk() error handling
Luis Chamberlain
2021-10-18
cdrom/gdrom: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
pf: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
block/sx8: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
block/rsxx: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
pktcdvd: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
mtip32xx: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
pd: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
pcd: capture errors on cdrom_register()
Luis Chamberlain
2021-10-18
pcd: fix ordering of unregister_cdrom()
Luis Chamberlain
2021-10-18
pcd: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
pd: cleanup initialization
Christoph Hellwig
2021-10-18
pf: cleanup initialization
Christoph Hellwig
2021-10-18
pcd: cleanup initialization
Christoph Hellwig
2021-10-18
pcd: move the identify buffer into pcd_identify
Christoph Hellwig
2021-10-18
n64cart: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
drbd: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
aoe: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
nbd: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
loop: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
null_blk: poll queue support
Jens Axboe
2021-10-18
nvme: wire up completion batching for the IRQ path
Jens Axboe
2021-10-18
io_uring: utilize the io batching infrastructure for more efficient polled IO
Jens Axboe
2021-10-18
nvme: add support for batched completion of polled IO
Jens Axboe
2021-10-18
block: add support for blk_mq_end_request_batch()
Jens Axboe
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
2021-10-18
block: provide helpers for rq_list manipulation
Jens Axboe
2021-10-18
block: remove some blk_mq_hw_ctx debugfs entries
Jens Axboe
2021-10-18
block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes
Jens Axboe
2021-10-18
block: cache rq_flags inside blk_mq_rq_ctx_init()
Pavel Begunkov
2021-10-18
block: blk_mq_rq_ctx_init cache ctx/q/hctx
Pavel Begunkov
2021-10-18
block: skip elevator fields init for non-elv queue
Pavel Begunkov
2021-10-18
block: store elevator state in request
Jens Axboe
2021-10-18
block: only mark bio as tracked if it really is tracked
Jens Axboe
2021-10-18
block: improve layout of struct request
Jens Axboe
2021-10-18
block: move update request helpers into blk-mq.c
Jens Axboe
2021-10-18
block: remove useless caller argument to print_req_error()
Jens Axboe
2021-10-18
block: don't bother iter advancing a fully done bio
Jens Axboe
2021-10-18
block: convert the rest of block to bdev_get_queue
Pavel Begunkov
2021-10-18
block: use bdev_get_queue() in blk-core.c
Pavel Begunkov
2021-10-18
block: use bdev_get_queue() in bio.c
Pavel Begunkov
2021-10-18
block: use bdev_get_queue() in bdev.c
Pavel Begunkov
2021-10-18
block: cache request queue in bdev
Pavel Begunkov
2021-10-18
block: handle fast path of bio splitting inline
Jens Axboe
2021-10-18
block: use flags instead of bit fields for blkdev_dio
Jens Axboe
2021-10-18
block: cache bdev in struct file for raw bdev IO
Pavel Begunkov
[next]