index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
muldi3.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
swim: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
swim: add a floppy registration bool which triggers del_gendisk()
Luis Chamberlain
1
-3
/
+6
2021-10-18
swim: add helper for disk cleanup
Luis Chamberlain
1
-8
/
+13
2021-10-18
swim: simplify using blk_cleanup_disk() on swim_remove()
Luis Chamberlain
1
-2
/
+1
2021-10-18
amiflop: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+5
2021-10-18
floppy: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+4
2021-10-18
floppy: fix calling platform_device_unregister() on invalid drives
Luis Chamberlain
1
-2
/
+7
2021-10-18
floppy: use blk_cleanup_disk()
Luis Chamberlain
1
-5
/
+1
2021-10-18
floppy: fix add_disk() assumption on exit due to new developments
Luis Chamberlain
1
-13
/
+0
2021-10-18
block/swim3: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
rbd: add add_disk() error handling
Luis Chamberlain
1
-1
/
+5
2021-10-18
cdrom/gdrom: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+6
2021-10-18
pf: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
block/sx8: add error handling support for add_disk()
Luis Chamberlain
1
-4
/
+9
2021-10-18
block/rsxx: add error handling support for add_disk()
Luis Chamberlain
2
-4
/
+12
2021-10-18
pktcdvd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
mtip32xx: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+3
2021-10-18
pd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
pcd: capture errors on cdrom_register()
Luis Chamberlain
1
-1
/
+3
2021-10-18
pcd: fix ordering of unregister_cdrom()
Luis Chamberlain
1
-1
/
+1
2021-10-18
pcd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
pd: cleanup initialization
Christoph Hellwig
1
-70
/
+70
2021-10-18
pf: cleanup initialization
Christoph Hellwig
1
-124
/
+99
2021-10-18
pcd: cleanup initialization
Christoph Hellwig
1
-159
/
+127
2021-10-18
pcd: move the identify buffer into pcd_identify
Christoph Hellwig
1
-8
/
+8
2021-10-18
n64cart: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+10
2021-10-18
drbd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
aoe: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
nbd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
loop: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+7
2021-10-18
null_blk: poll queue support
Jens Axboe
2
-4
/
+108
2021-10-18
nvme: wire up completion batching for the IRQ path
Jens Axboe
1
-1
/
+5
2021-10-18
io_uring: utilize the io batching infrastructure for more efficient polled IO
Jens Axboe
1
-2
/
+6
2021-10-18
nvme: add support for batched completion of polled IO
Jens Axboe
3
-12
/
+51
2021-10-18
block: add support for blk_mq_end_request_batch()
Jens Axboe
4
-19
/
+99
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
2
-3
/
+52
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
16
-25
/
+39
2021-10-18
block: provide helpers for rq_list manipulation
Jens Axboe
2
-14
/
+34
2021-10-18
block: remove some blk_mq_hw_ctx debugfs entries
Jens Axboe
3
-93
/
+0
2021-10-18
block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes
Jens Axboe
4
-68
/
+1
2021-10-18
block: cache rq_flags inside blk_mq_rq_ctx_init()
Pavel Begunkov
1
-6
/
+8
2021-10-18
block: blk_mq_rq_ctx_init cache ctx/q/hctx
Pavel Begunkov
1
-5
/
+9
2021-10-18
block: skip elevator fields init for non-elv queue
Pavel Begunkov
1
-14
/
+14
2021-10-18
block: store elevator state in request
Jens Axboe
3
-20
/
+29
2021-10-18
block: only mark bio as tracked if it really is tracked
Jens Axboe
1
-2
/
+3
2021-10-18
block: improve layout of struct request
Jens Axboe
1
-44
/
+46
2021-10-18
block: move update request helpers into blk-mq.c
Jens Axboe
3
-145
/
+146
2021-10-18
block: remove useless caller argument to print_req_error()
Jens Axboe
1
-5
/
+4
2021-10-18
block: don't bother iter advancing a fully done bio
Jens Axboe
2
-15
/
+24
2021-10-18
block: convert the rest of block to bdev_get_queue
Pavel Begunkov
8
-22
/
+22
[next]