aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus 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-16block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim1-4/+13
2020-12-16block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim2-27/+43
2020-12-16block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim4-6/+22
2020-12-16block/rnbd: Fix typosJack Wang1-3/+3
2020-12-16block/rnbd-srv: Protect dev session sysfs removalMd Haris Iqbal1-1/+2
2020-12-16block/rnbd-clt: Fix possible memleakJack Wang1-2/+3
2020-12-16block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal1-2/+1
2020-12-16Merge 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/kernel/git/xen/tipLinus 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
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim2-2/+5
2020-12-15zram: support page writebackMinchan Kim1-4/+17
2020-12-14libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov1-2/+6
2020-12-14xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz1-0/+1
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park1-1/+2
2020-12-12block: drop dead assignments in loop_init()Lukas Bulwahn1-6/+2
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross3-79/+20
2020-12-07null_blk: Move driver into its own directoryDamien Le Moal9-16/+28
2020-12-07null_blk: Allow controlling max_hw_sectors limitDamien Le Moal2-1/+20
2020-12-07null_blk: discard zones on resetDamien Le Moal3-2/+7
2020-12-07null_blk: cleanup discard handlingDamien Le Moal1-21/+22
2020-12-07null_blk: Improve implicit zone closeDamien Le Moal2-5/+18
2020-12-07null_blk: improve zone lockingDamien Le Moal2-120/+188
2020-12-07null_blk: Fail zone append to conventional zonesDamien Le Moal1-1/+4
2020-12-07null_blk: Fix zone size initializationDamien Le Moal1-8/+15
2020-12-07block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King1-1/+1
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal3-7/+23
2020-12-04block/rnbd: call kobject_put in the failure pathGuoqing Jiang2-13/+19
2020-12-04block/rnbd-srv: close a mapped device from server side.Lutz Pogrell3-4/+57
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different serversGuoqing Jiang2-5/+12
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal2-1/+6
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2-4/+2
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig3-30/+8
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig3-3/+3
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig3-3/+4
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig3-5/+2
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig1-7/+5