summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2021-03-03rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter-3/+5
2021-03-02rsxx: remove unused including <linux/version.h>Tian Tao-1/+0
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+23
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)-3/+1
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan-1/+1
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+7
2021-02-25Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-0/+185
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro-1/+1
2021-02-23virtio-blk: support per-device queue depthJoseph Qi-4/+7
2021-02-22nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik-13/+19
2021-02-22loop: fix I/O error on fsync() in detached loop devicesMauricio Faria de Oliveira-0/+3
2021-02-21n64: store dev instance into disk private dataChaitanya Kulkarni-3/+2
2021-02-21n64: cleanup n64cart_probe()Chaitanya Kulkarni-22/+11
2021-02-21n64: cosmetics changesChaitanya Kulkarni-4/+2
2021-02-21n64: remove curly bracketsChaitanya Kulkarni-2/+1
2021-02-21n64: use sector SECTOR_SHIFT instead 512Chaitanya Kulkarni-1/+1
2021-02-21n64: use enums for regChaitanya Kulkarni-5/+7
2021-02-21n64: move module param at the topChaitanya Kulkarni-10/+11
2021-02-21n64: move module info at the endChaitanya Kulkarni-4/+4
2021-02-21n64: use pr_fmt to avoid duplicate stringChaitanya Kulkarni-2/+3
2021-02-21block: Add n64 cart driverLauri Kasanen-0/+196
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+18
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-4110/+91
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-76/+32
2021-02-15xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich-10/+16
2021-02-15xen-blkback: don't "handle" error by BUG()Jan Beulich-4/+2
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross-1/+1
2021-02-10block: Replace lkml.org links with loreKees Cook-1/+1
2021-02-10nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang-24/+4
2021-02-10nullb: use blk_queue_set_zoned() to setup zoned devicesDamien Le Moal-4/+4
2021-02-04block: remove skd driverDamien Le Moal-4004/+0
2021-02-04floppy: reintroduce O_NDELAY fixJiri Kosina-15/+15
2021-01-31drbd: Avoid comma separated statementsJoe Perches-2/+4
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+17
2021-01-29null_blk: cleanup zoned mode initializationDamien Le Moal-7/+9
2021-01-28Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-13/+7
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig-14/+8
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig-17/+2
2021-01-26rsxx: remove redundant NULL checkYang Li-2/+1
2021-01-26zram: fix NULL check before some freeing functions is not neededTian Tao-2/+1
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang-10/+6
2021-01-26mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas-8/+3
2021-01-26mtip32xx: use PCI #defines instead of numbersBjorn Helgaas-2/+2
2021-01-26loop: scale loop device by introducing per device lockPavel Tatashin-40/+54
2021-01-26xen-blkfront: allow discard-* nodes to be optionalRoger Pau Monne-13/+7
2021-01-25nbd: freeze the queue while we're adding connectionsJosef Bacik-0/+8
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang-4/+4
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang-2/+2