summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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...Guoqing Jiang2-5/+12
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal2-1/+6
2020-11-16z2ram: use separate gendisk for the different modesChristoph Hellwig1-42/+58
2020-11-16z2ram: reindentChristoph Hellwig1-257/+236
2020-11-16ataflop: use a separate gendisk for each media formatChristoph Hellwig1-49/+86
2020-11-16amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig1-43/+55
2020-11-16floppy: use a separate gendisk for each media formatChristoph Hellwig1-57/+97
2020-11-16loop: use __register_blkdev to allocate devices on demandChristoph Hellwig1-22/+8
2020-11-16brd: use __register_blkdev to allocate devices on demandChristoph Hellwig1-28/+11
2020-11-16swim: don't call blk_register_regionChristoph Hellwig1-17/+0
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+4
2020-11-16loop: use set_disk_roChristoph Hellwig1-1/+1
2020-11-16rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-36/+4
2020-11-12loop: Fix occasional uevent dropPetr Vorel1-1/+2
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig1-0/+1
2020-11-06null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal2-17/+32
2020-10-29xsysace: use platform_get_resource() and platform_get_irq_optional()Andy Shevchenko1-23/+26
2020-10-29null_blk: Fix locking in zoned modeDamien Le Moal2-25/+82
2020-10-29null_blk: Fix zone reset all tracingDamien Le Moal1-3/+8
2020-10-29nbd: don't update block size after device is startedMing Lei1-4/+5
2020-10-27null_blk: synchronization fix for zoned deviceKanchan Joshi2-4/+19
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+31
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds5-42/+57
2020-10-22null_blk: use zone status for max active/openKeith Busch1-26/+43
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+4
2020-10-21xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park1-5/+15
2020-10-21xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park1-6/+16
2020-10-20Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+19
2020-10-20xen/blkback: use lateeoi irq bindingJuergen Gross2-8/+19
2020-10-19zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra1-3/+5
2020-10-17skd_main: remove unused including <linux/version.h>Tian Tao1-1/+0
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2020-10-14nbd: make the config put is called before the notifying the waiterXiubo Li1-1/+1
2020-10-13block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim1-1/+3
2020-10-13block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang1-5/+0
2020-10-13block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang1-5/+5
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds4-59/+289
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds24-217/+105