summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-05-19nbd: Fix NULL pointer in flush_workqueueSun Ke1-1/+2
2021-05-19block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal1-2/+10
2021-05-19block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal1-1/+1
2021-05-14drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong1-0/+1
2021-05-14ataflop: fix off by one in ataflop_probe()Dan Carpenter1-1/+4
2021-05-14ataflop: potential out of bounds in do_format()Dan Carpenter1-6/+5
2021-05-14block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov1-5/+1
2021-05-14xen-blkback: fix compatibility bug with single page ringsPaul Durrant2-22/+17
2021-05-12block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim1-3/+7
2021-05-12block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim1-1/+3
2021-04-16null_blk: fix command timeout completion handlingDamien Le Moal2-5/+22
2021-03-30xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich1-1/+1
2021-03-30umem: fix error return code in mm_pci_probe()Wei Yongjun1-1/+4
2021-03-17zram: fix broken page writebackMinchan Kim1-3/+3
2021-03-17zram: fix return value on writeback_storeMinchan Kim1-3/+8
2021-03-17block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai1-0/+1
2021-03-09rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter1-3/+5
2021-03-07nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik1-13/+19
2021-03-04floppy: reintroduce O_NDELAY fixJiri Kosina1-15/+15
2021-03-04zsmalloc: account the number of compacted pages correctlyRokudo Yan1-1/+1
2021-02-23xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich1-10/+16
2021-02-23xen-blkback: don't "handle" error by BUG()Jan Beulich1-4/+2
2021-01-30Merge 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/kern...Linus Torvalds1-13/+7
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-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-04block: 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
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-12-18Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-4/+2
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+6
2020-12-17nbd: Respect max_part for all partition scansJosh Triplett1-3/+6
2020-12-17block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim1-4/+13
2020-12-17block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim2-27/+43
2020-12-17block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim4-6/+22
2020-12-17block/rnbd: Fix typosJack Wang1-3/+3
2020-12-17block/rnbd-srv: Protect dev session sysfs removalMd Haris Iqbal1-1/+2
2020-12-17block/rnbd-clt: Fix possible memleakJack Wang1-2/+3
2020-12-17block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal1-2/+1
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds16-207/+418
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds22-707/+603
2020-12-16Merge tag 'for-linus-5.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+3
2020-12-16xen-blkfront: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-15zram: break the strict dependency from lzoRui Salvaterra3-2/+44