summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones1-5/+8
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones1-1/+0
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones1-13/+11
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones1-3/+4
2021-04-06block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones1-1/+1
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones1-3/+5
2021-04-03Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+22
2021-04-01null_blk: fix command timeout completion handlingDamien Le Moal2-5/+22
2021-03-30Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2021-03-29mtip32xx: use LIST_HEAD() for list_headShixin Liu1-5/+2
2021-03-29mtip32xx: use DEFINE_SPINLOCK() for spinlockShixin Liu1-3/+1
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig1-11/+0
2021-03-26xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich1-1/+1
2021-03-24drivers/block: remove the umem driverDavidlohr Bueso4-1280/+0
2021-03-24rsxx: remove extraneous 'const' qualifierArnd Bergmann1-1/+1
2021-03-23xsysace: Remove SYSACE driverMichal Simek3-1280/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+11
2021-03-13zram: fix broken page writebackMinchan Kim1-3/+3
2021-03-13zram: fix return value on writeback_storeMinchan Kim1-3/+8
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-03-10block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai1-0/+1
2021-03-09umem: fix error return code in mm_pci_probe()Wei Yongjun1-1/+4
2021-03-03rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter1-3/+5
2021-03-02rsxx: remove unused including <linux/version.h>Tian Tao1-1/+0
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-16/+23
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)1-3/+1
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-1/+1
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...Linus Torvalds3-0/+185
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-1/+1
2021-02-23virtio-blk: support per-device queue depthJoseph Qi1-4/+7
2021-02-22nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik1-13/+19
2021-02-22loop: fix I/O error on fsync() in detached loop devicesMauricio Faria de Oliveira1-0/+3
2021-02-22n64: store dev instance into disk private dataChaitanya Kulkarni1-3/+2
2021-02-22n64: cleanup n64cart_probe()Chaitanya Kulkarni1-22/+11
2021-02-22n64: cosmetics changesChaitanya Kulkarni1-4/+2
2021-02-22n64: remove curly bracketsChaitanya Kulkarni1-2/+1
2021-02-22n64: use sector SECTOR_SHIFT instead 512Chaitanya Kulkarni1-1/+1
2021-02-22n64: use enums for regChaitanya Kulkarni1-5/+7
2021-02-22n64: move module param at the topChaitanya Kulkarni1-10/+11
2021-02-22n64: move module info at the endChaitanya Kulkarni1-4/+4
2021-02-22n64: use pr_fmt to avoid duplicate stringChaitanya Kulkarni1-2/+3
2021-02-22block: Add n64 cart driverLauri Kasanen3-0/+196
2021-02-22Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus 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