Age | Commit message (Expand) | Author | Files | Lines |
2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig | 1 | -2/+0 |
2024-02-19 | n64cart: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 1 | -3/+5 |
2024-02-19 | block: pass a queue_limits argument to blk_alloc_disk | Christoph Hellwig | 1 | -2/+4 |
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 |