summaryrefslogtreecommitdiff
path: root/drivers/block (follow)
Commit message (Expand)AuthorAge
* cryptoloop: add a deprecation warningChristoph Hellwig2021-09-22
* Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov2021-09-03
* virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji2021-07-20
* xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-30
* block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai2021-03-17
* floppy: fix lock_fdc() signal handlingJiri Kosina2021-03-17
* rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter2021-03-11
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-07
* floppy: reintroduce O_NDELAY fixJiri Kosina2021-03-03
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2021-03-03
* xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-23
* xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-23
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2021-01-30
* block: rsxx: select CONFIG_CRC32Arnd Bergmann2021-01-17
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-29
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-11-18
* rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov2020-09-23
* virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao2020-07-09
* ps3disk: use the default segment boundaryEmmanuel Nicolet2020-06-29
* floppy: check FDC index for errors before assigning itLinus Torvalds2020-02-28
* brd: check and limit max_part parZhiqiang Liu2020-02-28
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-29
* xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2020-01-23
* rsxx: add missed destroy_workqueue calls in removeChuhong Yuan2019-12-21
* drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2019-12-05
* drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2019-12-05
* block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter2019-12-05
* amiflop: clean up on errors during setupOmar Sandoval2019-11-28
* loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-10-29
* floppy: fix usercopy directionJann Horn2019-09-21
* floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-08-04
* floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-08-04
* floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-08-04
* floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-08-04
* take floppy compat ioctls to sodding floppy.cAl Viro2019-08-04
* xsysace: Fix error handling in ace_setupGuenter Roeck2019-05-16
* Revert "block/loop: Use global lock for ioctl() operation."Greg Kroah-Hartman2019-05-16
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2019-02-20
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2019-02-20
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2019-02-20
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2019-02-20
* sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao2019-02-20
* Revert "loop: Fold __loop_release into loop_release"Greg Kroah-Hartman2019-02-06
* Revert "loop: Get rid of loop_index_mutex"Greg Kroah-Hartman2019-02-06
* Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()"Greg Kroah-Hartman2019-02-06
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2019-01-26
* loop: Get rid of loop_index_mutexJan Kara2019-01-26
* loop: Fold __loop_release into loop_releaseJan Kara2019-01-26
* block/loop: Use global lock for ioctl() operation.Tetsuo Handa2019-01-26
* zram: close udev startup race condition as default groupsMinchan Kim2018-11-27