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
path:
root
/
drivers
/
block
/
n64cart.c
Age
Commit message (
Expand
)
Author
2024-02-19
n64cart: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-03-21
n64cart: convert bi_disk to bi_bdev->bd_disk fix build
Jackie Liu
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
2021-10-18
n64cart: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
2021-09-09
n64cart: fix return value check in n64cart_probe()
Yang Yingliang
2021-08-04
n64cart: fix the dma address in n64cart_do_bvec
Christoph Hellwig
2021-06-01
n64cart: convert to blk_alloc_disk
Christoph Hellwig
2021-06-01
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-02-21
n64: store dev instance into disk private data
Chaitanya Kulkarni
2021-02-21
n64: cleanup n64cart_probe()
Chaitanya Kulkarni
2021-02-21
n64: cosmetics changes
Chaitanya Kulkarni
2021-02-21
n64: remove curly brackets
Chaitanya Kulkarni
2021-02-21
n64: use sector SECTOR_SHIFT instead 512
Chaitanya Kulkarni
2021-02-21
n64: use enums for reg
Chaitanya Kulkarni
2021-02-21
n64: move module param at the top
Chaitanya Kulkarni
2021-02-21
n64: move module info at the end
Chaitanya Kulkarni
2021-02-21
n64: use pr_fmt to avoid duplicate string
Chaitanya Kulkarni
2021-02-21
block: Add n64 cart driver
Lauri Kasanen