summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* floppy: check_events callback should not return a negative numberYufen Yu2019-03-231-1/+1
* Revert "loop: Fold __loop_release into loop_release"Greg Kroah-Hartman2019-03-051-7/+9
* Revert "loop: Get rid of loop_index_mutex"Greg Kroah-Hartman2019-03-051-20/+19
* Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()"Greg Kroah-Hartman2019-03-051-0/+2
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2019-02-121-1/+5
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2019-02-121-7/+8
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2019-02-121-1/+1
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2019-02-121-5/+6
* sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao2019-02-121-0/+5