summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-022-5/+22
|\
| * null_blk: fix command timeout completion handlingDamien Le Moal2021-04-012-5/+22
* | Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-301-1/+1
|\ \
| * | xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-261-1/+1
* | | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-141-6/+11
|\ \
| * | zram: fix broken page writebackMinchan Kim2021-03-131-3/+3
| * | zram: fix return value on writeback_storeMinchan Kim2021-03-131-3/+8
* | | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* | | block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai2021-03-101-0/+1
* | | umem: fix error return code in mm_pci_probe()Wei Yongjun2021-03-091-1/+4
|/ /
* | rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter2021-03-031-3/+5
* | rsxx: remove unused including <linux/version.h>Tian Tao2021-03-021-1/+0
* | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-283-16/+23
|\ \
| * | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
| * | nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik2021-02-221-13/+19
| * | loop: fix I/O error on fsync() in detached loop devicesMauricio Faria de Oliveira2021-02-221-0/+3
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-1/+1
|\ \
| * | whack-a-mole: don't open-code iminor/imajorAl Viro2021-02-231-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-261-1/+1
|\ \ \
| * | | zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-02-261-1/+1
| | |/ | |/|
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-02-251-4/+7
|\ \ \
| * | | virtio-blk: support per-device queue depthJoseph Qi2021-02-231-4/+7
* | | | Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-02-253-0/+185
|\ \ \ \ | |_|/ / |/| | |
| * | | n64: store dev instance into disk private dataChaitanya Kulkarni2021-02-211-3/+2
| * | | n64: cleanup n64cart_probe()Chaitanya Kulkarni2021-02-211-22/+11
| * | | n64: cosmetics changesChaitanya Kulkarni2021-02-211-4/+2
| * | | n64: remove curly bracketsChaitanya Kulkarni2021-02-211-2/+1
| * | | n64: use sector SECTOR_SHIFT instead 512Chaitanya Kulkarni2021-02-211-1/+1
| * | | n64: use enums for regChaitanya Kulkarni2021-02-211-5/+7
| * | | n64: move module param at the topChaitanya Kulkarni2021-02-211-10/+11
| * | | n64: move module info at the endChaitanya Kulkarni2021-02-211-4/+4
| * | | n64: use pr_fmt to avoid duplicate stringChaitanya Kulkarni2021-02-211-2/+3
| * | | block: Add n64 cart driverLauri Kasanen2021-02-213-0/+196
| | |/ | |/|
* | | Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-14/+18
|\ \ \
| * | | xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-151-10/+16
| * | | xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-151-4/+2
| | |/ | |/|
* | | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2116-4110/+91
|\ \ \
| * | | block: Replace lkml.org links with loreKees Cook2021-02-101-1/+1
| * | | nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang2021-02-101-24/+4
| * | | block: remove skd driverDamien Le Moal2021-02-044-4004/+0
| * | | floppy: reintroduce O_NDELAY fixJiri Kosina2021-02-041-15/+15
| * | | drbd: Avoid comma separated statementsJoe Perches2021-01-311-2/+4
| * | | rsxx: remove redundant NULL checkYang Li2021-01-261-2/+1
| * | | zram: fix NULL check before some freeing functions is not neededTian Tao2021-01-261-2/+1
| * | | drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang2021-01-263-10/+6
| * | | mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas2021-01-261-8/+3
| * | | mtip32xx: use PCI #defines instead of numbersBjorn Helgaas2021-01-261-2/+2
| * | | loop: scale loop device by introducing per device lockPavel Tatashin2021-01-262-40/+54
* | | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2120-76/+32
|\ \ \ \