index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
n64cart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+1
2022-03-21
n64cart: convert bi_disk to bi_bdev->bd_disk fix build
Jackie Liu
1
-1
/
+1
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
1
-1
/
+1
2021-10-18
n64cart: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+10
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-7
/
+5
2021-09-09
n64cart: fix return value check in n64cart_probe()
Yang Yingliang
1
-2
/
+2
2021-08-04
n64cart: fix the dma address in n64cart_do_bvec
Christoph Hellwig
1
-1
/
+1
2021-06-01
n64cart: convert to blk_alloc_disk
Christoph Hellwig
1
-5
/
+1
2021-06-01
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-1
/
+1
2021-02-21
n64: store dev instance into disk private data
Chaitanya Kulkarni
1
-3
/
+2
2021-02-21
n64: cleanup n64cart_probe()
Chaitanya Kulkarni
1
-22
/
+11
2021-02-21
n64: cosmetics changes
Chaitanya Kulkarni
1
-4
/
+2
2021-02-21
n64: remove curly brackets
Chaitanya Kulkarni
1
-2
/
+1
2021-02-21
n64: use sector SECTOR_SHIFT instead 512
Chaitanya Kulkarni
1
-1
/
+1
2021-02-21
n64: use enums for reg
Chaitanya Kulkarni
1
-5
/
+7
2021-02-21
n64: move module param at the top
Chaitanya Kulkarni
1
-10
/
+11
2021-02-21
n64: move module info at the end
Chaitanya Kulkarni
1
-4
/
+4
2021-02-21
n64: use pr_fmt to avoid duplicate string
Chaitanya Kulkarni
1
-2
/
+3
2021-02-21
block: Add n64 cart driver
Lauri Kasanen
1
-0
/
+189