summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* floppy: Add max size check for user space requestXiongwei Song2022-01-271-1/+3
* floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis2022-01-271-1/+1
* xen/blkfront: harden blkfront against event channel stormsJuergen Gross2021-12-221-3/+12
* xen/blkfront: don't trust the backend response data blindlyJuergen Gross2021-12-081-17/+53
* xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross2021-12-081-10/+15
* xen/blkfront: read response from backend only onceJuergen Gross2021-12-081-17/+18
* 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
* 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
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-1/+1
* floppy: reintroduce O_NDELAY fixJiri Kosina2021-03-031-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
* block: rsxx: select CONFIG_CRC32Arnd Bergmann2021-01-171-0/+1
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2021-01-091-1/+2
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2020-12-291-0/+1
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-11-182-8/+19
* rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov2020-09-231-0/+12
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2020-09-123-11/+0
* virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao2020-07-091-0/+1
* ps3disk: use the default segment boundaryEmmanuel Nicolet2020-06-301-1/+0
* virtio-blk: fix hw_queue stopped on arbitrary errorHalil Pasic2020-03-201-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-281-2/+20
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-291-0/+2
* xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2020-01-231-2/+2
* xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park2020-01-121-0/+2
* xen-blkback: prevent premature module unloadPaul Durrant2020-01-121-0/+10
* rsxx: add missed destroy_workqueue calls in removeChuhong Yuan2019-12-211-0/+2
* drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2019-12-051-1/+1
* drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2019-12-051-8/+29
* drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2019-12-052-3/+22
* drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2019-12-051-3/+30
* block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter2019-12-051-1/+0
* amiflop: clean up on errors during setupOmar Sandoval2019-11-281-44/+40
* loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-10-291-0/+1
* floppy: fix usercopy directionJann Horn2019-09-211-2/+2
* xen/blkback: fix memory leaksWenwen Wang2019-09-061-3/+3
* drbd: dynamically allocate shash descriptorArnd Bergmann2019-08-251-2/+12
* floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-08-041-2/+4
* floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-08-041-3/+8
* floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-08-041-0/+18
* floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-08-041-0/+5
* take floppy compat ioctls to sodding floppy.cAl Viro2019-08-041-0/+328
* virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang2019-05-101-0/+2
* xsysace: Fix error handling in ace_setupGuenter Roeck2019-05-081-0/+2
* Revert "block/loop: Use global lock for ioctl() operation."Greg Kroah-Hartman2019-05-022-21/+22