summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* cryptoloop: add a deprecation warningChristoph Hellwig2021-09-222-2/+4
* Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov2021-09-031-14/+13
* virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji2021-07-201-0/+2
* drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong2021-05-221-0/+1
* xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-301-1/+1
* block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai2021-03-171-0/+1
* rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter2021-03-111-3/+5
* virtio-blk: modernize sysfs attribute creationHannes Reinecke2021-03-111-29/+39
* zram: register default groups with device_add_disk()Hannes Reinecke2021-03-111-21/+7
* aoe: register default groups with device_add_disk()Hannes Reinecke2021-03-113-16/+7
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-119-9/+9
* Revert "zram: close udev startup race condition as default groups"Jeffle Xu2021-03-111-6/+20
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-1/+1
* floppy: reintroduce O_NDELAY fixJiri Kosina2021-03-041-13/+14
* xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-231-10/+14
* xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-231-4/+2
* xen-blkfront: allow discard-* nodes to be optionalRoger Pau Monne2021-02-031-13/+7
* nbd: freeze the queue while we're adding connectionsJosef Bacik2021-02-031-0/+8
* block: rsxx: select CONFIG_CRC32Arnd Bergmann2021-01-171-0/+1
* null_blk: Fix zone size initializationDamien Le Moal2021-01-061-7/+13
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-301-1/+2
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2020-12-301-0/+1
* nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig2020-11-181-0/+1
* nbd: don't update block size after device is startedMing Lei2020-11-181-4/+5
* nbd: make the config put is called before the notifying the waiterXiubo Li2020-11-051-1/+1
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-11-052-8/+19
* rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov2020-09-171-0/+12
* block: loop: set discard granularity and alignment for block device backed loopMing Lei2020-09-031-15/+18
* null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu2020-09-031-1/+1
* loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain2020-08-191-0/+4
* Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Wade Mealing2020-07-221-1/+2
* nbd: Fix memory leak in nbd_add_socketZheng Bin2020-07-161-10/+15
* virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao2020-07-091-0/+1
* loop: replace kill_bdev with invalidate_bdevZheng Bin2020-06-301-3/+3
* ps3disk: use the default segment boundaryEmmanuel Nicolet2020-06-251-1/+0
* null_blk: return error for invalid zone sizeChaitanya Kulkarni2020-06-071-0/+4
* virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi2020-05-201-8/+78
* virtio-blk: improve virtqueue error to BLK_STSHalil Pasic2020-04-291-2/+7
* loop: Better discard support for block devicesEvan Green2020-04-291-11/+31
* rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov2020-04-231-4/+4
* rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov2020-04-231-4/+13
* xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross2020-04-171-5/+12
* null_blk: fix spurious IO errors after failed past-wp accessAlexey Dobriyan2020-04-171-0/+2
* null_blk: Handle null_add_dev() failures properlyBart Van Assche2020-04-171-1/+6
* null_blk: Fix the null_add_dev() error pathBart Van Assche2020-04-171-0/+1
* virtio-blk: fix hw_queue stopped on arbitrary errorHalil Pasic2020-03-181-3/+5
* floppy: check FDC index for errors before assigning itLinus Torvalds2020-02-281-2/+5
* brd: check and limit max_part parZhiqiang Liu2020-02-241-2/+20
* rbd: work around -Wuninitialized warningArnd Bergmann2020-02-241-1/+1
* nbd: add a flush_workqueue in nbd_start_deviceSun Ke2020-02-241-0/+10