aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+7
2021-02-25Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-0/+185
2021-02-23virtio-blk: support per-device queue depthJoseph Qi1-4/+7
2021-02-21n64: store dev instance into disk private dataChaitanya Kulkarni1-3/+2
2021-02-21n64: cleanup n64cart_probe()Chaitanya Kulkarni1-22/+11
2021-02-21n64: cosmetics changesChaitanya Kulkarni1-4/+2
2021-02-21n64: remove curly bracketsChaitanya Kulkarni1-2/+1
2021-02-21n64: use sector SECTOR_SHIFT instead 512Chaitanya Kulkarni1-1/+1
2021-02-21n64: use enums for regChaitanya Kulkarni1-5/+7
2021-02-21n64: move module param at the topChaitanya Kulkarni1-10/+11
2021-02-21n64: move module info at the endChaitanya Kulkarni1-4/+4
2021-02-21n64: use pr_fmt to avoid duplicate stringChaitanya Kulkarni1-2/+3
2021-02-21block: Add n64 cart driverLauri Kasanen3-0/+196
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-14/+18
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds16-4110/+91
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds20-76/+32
2021-02-15xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich1-10/+16
2021-02-15xen-blkback: don't "handle" error by BUG()Jan Beulich1-4/+2
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross1-1/+1
2021-02-10block: Replace lkml.org links with loreKees Cook1-1/+1
2021-02-10nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang1-24/+4
2021-02-10nullb: use blk_queue_set_zoned() to setup zoned devicesDamien Le Moal1-4/+4
2021-02-04block: remove skd driverDamien Le Moal4-4004/+0
2021-02-04floppy: reintroduce O_NDELAY fixJiri Kosina1-15/+15
2021-01-31drbd: Avoid comma separated statementsJoe Perches1-2/+4
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+17
2021-01-29null_blk: cleanup zoned mode initializationDamien Le Moal1-7/+9
2021-01-28Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-13/+7
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig3-14/+8
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig4-17/+2
2021-01-26rsxx: remove redundant NULL checkYang Li1-2/+1
2021-01-26zram: fix NULL check before some freeing functions is not neededTian Tao1-2/+1
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang3-10/+6
2021-01-26mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas1-8/+3
2021-01-26mtip32xx: use PCI #defines instead of numbersBjorn Helgaas1-2/+2
2021-01-26loop: scale loop device by introducing per device lockPavel Tatashin2-40/+54
2021-01-26xen-blkfront: allow discard-* nodes to be optionalRoger Pau Monne1-13/+7
2021-01-25nbd: freeze the queue while we're adding connectionsJosef Bacik1-0/+8
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang4-4/+4
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-2/+2
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig9-11/+11
2021-01-24brd: remove the end of device check in brd_do_bvecChristoph Hellwig1-5/+1
2021-01-24rbd: remove the ->set_read_only methodChristoph Hellwig1-19/+0
2021-01-08block/rnbd-clt: avoid module unload race with close confirmationJack Wang1-1/+2
2021-01-08block/rnbd: Adding name to the Contributors ListSwapnil Ingle1-0/+1
2021-01-08block/rnbd-clt: Fix sg table use after freeGuoqing Jiang1-8/+7
2021-01-08block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang1-3/+5
2021-01-08block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang1-0/+1
2021-01-03block: rsxx: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds6-48/+93