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: fix bug in backported patchJuergen Gross2021-12-291-4/+0
* xen/blkfront: harden blkfront against event channel stormsJuergen Gross2021-12-221-2/+10
* xen/blkfront: don't trust the backend response data blindlyJuergen Gross2021-12-081-11/+46
* xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross2021-12-081-12/+26
* 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
* floppy: fix lock_fdc() signal handlingJiri Kosina2021-03-171-16/+19
* 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
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2021-03-033-11/+0
* xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-231-8/+14
* xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-231-4/+2
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2021-01-301-0/+1
* block: rsxx: select CONFIG_CRC32Arnd Bergmann2021-01-171-0/+1
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-291-1/+2
* 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/+9
* 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-291-1/+0
* 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
* 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: reject attach of unsuitable uuids even if connectedLars Ellenberg2019-12-052-3/+22
* 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
* 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
* xsysace: Fix error handling in ace_setupGuenter Roeck2019-05-161-0/+2
* Revert "block/loop: Use global lock for ioctl() operation."Greg Kroah-Hartman2019-05-162-21/+22
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2019-02-201-1/+5
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2019-02-201-7/+8
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2019-02-201-1/+1
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2019-02-201-5/+6
* sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao2019-02-201-0/+5
* Revert "loop: Fold __loop_release into loop_release"Greg Kroah-Hartman2019-02-061-7/+9