summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds-48/+93
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+2
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-2/+6
2020-12-17nbd: Respect max_part for all partition scansJosh Triplett-3/+6
2020-12-16block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim-4/+13
2020-12-16block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim-27/+43
2020-12-16block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim-6/+22
2020-12-16block/rnbd: Fix typosJack Wang-3/+3
2020-12-16block/rnbd-srv: Protect dev session sysfs removalMd Haris Iqbal-1/+2
2020-12-16block/rnbd-clt: Fix possible memleakJack Wang-2/+3
2020-12-16block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal-2/+1
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-207/+418
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-707/+603
2020-12-16Merge tag 'for-linus-5.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+3
2020-12-16xen-blkfront: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-12-15zram: break the strict dependency from lzoRui Salvaterra-2/+44
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim-2/+5
2020-12-15zram: support page writebackMinchan Kim-4/+17
2020-12-14libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov-2/+6
2020-12-14xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz-0/+1
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park-1/+2
2020-12-12block: drop dead assignments in loop_init()Lukas Bulwahn-6/+2
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross-79/+20
2020-12-07null_blk: Move driver into its own directoryDamien Le Moal-16/+28
2020-12-07null_blk: Allow controlling max_hw_sectors limitDamien Le Moal-1/+20
2020-12-07null_blk: discard zones on resetDamien Le Moal-2/+7
2020-12-07null_blk: cleanup discard handlingDamien Le Moal-21/+22
2020-12-07null_blk: Improve implicit zone closeDamien Le Moal-5/+18
2020-12-07null_blk: improve zone lockingDamien Le Moal-120/+188
2020-12-07null_blk: Fail zone append to conventional zonesDamien Le Moal-1/+4
2020-12-07null_blk: Fix zone size initializationDamien Le Moal-8/+15
2020-12-07block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King-1/+1
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal-7/+23
2020-12-04block/rnbd: call kobject_put in the failure pathGuoqing Jiang-13/+19
2020-12-04block/rnbd-srv: close a mapped device from server side.Lutz Pogrell-4/+57
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang-5/+12
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal-1/+6
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König-4/+2
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig-30/+8
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig-3/+3
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig-3/+4
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-5/+2
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig-7/+5
2020-12-01block: remove ->bd_containsChristoph Hellwig-1/+1
2020-12-01block: remove i_bdevChristoph Hellwig-5/+3
2020-12-01loop: do not call set_blocksizeChristoph Hellwig-3/+0
2020-12-01zram: do not call set_blocksizeChristoph Hellwig-11/+1
2020-12-01mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig-17/+0
2020-11-16virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig-1/+0