| Commit message (Expand) | Author | Age | Files | Lines |
* | nbd: Fix hung when signal interrupts nbd_start_device_ioctl() | Shigeru Yoshida | 2022-10-26 | 1 | -2/+4 |
* | loop: Check for overflow while configuring loop | Siddh Raman Pant | 2022-09-05 | 1 | -0/+5 |
* | xen/blkfront: force data bouncing when backend is untrusted | Roger Pau Monne | 2022-07-07 | 1 | -15/+27 |
* | xen/blkfront: fix leaking data in shared pages | Roger Pau Monne | 2022-07-07 | 1 | -3/+4 |
* | nbd: fix io hung while disconnecting device | Yu Kuai | 2022-06-14 | 1 | -1/+1 |
* | nbd: fix race between nbd_alloc_config() and module removal | Yu Kuai | 2022-06-14 | 1 | -9/+19 |
* | nbd: call genl_unregister_family() first in nbd_cleanup() | Yu Kuai | 2022-06-14 | 1 | -1/+6 |
* | drbd: remove usage of list iterator variable after loop | Jakob Koschel | 2022-05-25 | 1 | -2/+5 |
* | floppy: use a statically allocated error counter | Willy Tarreau | 2022-05-25 | 1 | -10/+7 |
* | block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicit | Lee Jones | 2022-05-15 | 1 | -5/+8 |
* | floppy: disable FDRAWCMD by default | Willy Tarreau | 2022-05-12 | 2 | -11/+48 |
* | drbd: Fix five use after free bugs in get_initial_state | Lv Yunlong | 2022-04-20 | 4 | -33/+42 |
* | loop: use sysfs_emit() in the sysfs xxx show() | Chaitanya Kulkarni | 2022-04-20 | 1 | -5/+5 |
* | drbd: fix potential silent data corruption | Lars Ellenberg | 2022-04-20 | 1 | -1/+2 |
* | virtio-blk: Use blk_validate_block_size() to validate block size | Xie Yongji | 2022-04-20 | 1 | -2/+10 |
* | xen/blkfront: don't use gnttab_query_foreign_access() for mapped status | Juergen Gross | 2022-03-11 | 1 | -28/+39 |
* | floppy: Add max size check for user space request | Xiongwei Song | 2022-01-27 | 1 | -1/+3 |
* | floppy: Fix hang in watchdog when disk is ejected | Tasos Sahanidis | 2022-01-27 | 1 | -1/+1 |
* | xen/blkfront: harden blkfront against event channel storms | Juergen Gross | 2021-12-22 | 1 | -3/+12 |
* | xen/blkfront: don't trust the backend response data blindly | Juergen Gross | 2021-12-08 | 1 | -17/+53 |
* | xen/blkfront: don't take local copy of a request from the ring page | Juergen Gross | 2021-12-08 | 1 | -10/+15 |
* | xen/blkfront: read response from backend only once | Juergen Gross | 2021-12-08 | 1 | -17/+18 |
* | cryptoloop: add a deprecation warning | Christoph Hellwig | 2021-09-22 | 2 | -2/+4 |
* | Revert "floppy: reintroduce O_NDELAY fix" | Denis Efremov | 2021-09-03 | 1 | -14/+13 |
* | virtio-blk: Fix memory leak among suspend/resume procedure | Xie Yongji | 2021-07-20 | 1 | -0/+2 |
* | xen-blkback: don't leak persistent grants from xen_blkbk_map() | Jan Beulich | 2021-03-30 | 1 | -1/+1 |
* | block: rsxx: fix error return code of rsxx_pci_probe() | Jia-Ju Bai | 2021-03-17 | 1 | -0/+1 |
* | rsxx: Return -EFAULT if copy_to_user() fails | Dan Carpenter | 2021-03-11 | 1 | -3/+5 |
* | zsmalloc: account the number of compacted pages correctly | Rokudo Yan | 2021-03-07 | 1 | -1/+1 |
* | floppy: reintroduce O_NDELAY fix | Jiri Kosina | 2021-03-03 | 1 | -13/+14 |
* | xen-blkback: fix error handling in xen_blkbk_map() | Jan Beulich | 2021-02-23 | 1 | -10/+14 |
* | xen-blkback: don't "handle" error by BUG() | Jan Beulich | 2021-02-23 | 1 | -4/+2 |
* | xen-blkfront: allow discard-* nodes to be optional | Roger Pau Monne | 2021-02-03 | 1 | -13/+7 |
* | nbd: freeze the queue while we're adding connections | Josef Bacik | 2021-02-03 | 1 | -0/+8 |
* | block: rsxx: select CONFIG_CRC32 | Arnd Bergmann | 2021-01-17 | 1 | -0/+1 |
* | xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() | SeongJae Park | 2020-12-29 | 1 | -1/+2 |
* | xen-blkback: set ring->xenblkd to NULL after kthread_stop() | Pawel Wieczorkiewicz | 2020-12-29 | 1 | -0/+1 |
* | xen/blkback: use lateeoi irq binding | Juergen Gross | 2020-11-18 | 2 | -8/+19 |
* | nbd: fix a block_device refcount leak in nbd_release | Christoph Hellwig | 2020-11-18 | 1 | -0/+1 |
* | nbd: don't update block size after device is started | Ming Lei | 2020-11-18 | 1 | -4/+5 |
* | nbd: make the config put is called before the notifying the waiter | Xiubo Li | 2020-11-05 | 1 | -1/+1 |
* | rbd: require global CAP_SYS_ADMIN for mapping and unmapping | Ilya Dryomov | 2020-09-23 | 1 | -0/+12 |
* | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> | Bart Van Assche | 2020-09-09 | 4 | -13/+0 |
* | null_blk: fix passing of REQ_FUA flag in null_handle_rq | Hou Pu | 2020-09-03 | 1 | -1/+1 |
* | Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()" | Wade Mealing | 2020-07-22 | 1 | -1/+2 |
* | nbd: Fix memory leak in nbd_add_socket | Zheng Bin | 2020-07-22 | 1 | -10/+15 |
* | virtio-blk: free vblk-vqs in error path of virtblk_probe() | Hou Tao | 2020-07-09 | 1 | -0/+1 |
* | loop: replace kill_bdev with invalidate_bdev | Zheng Bin | 2020-06-30 | 1 | -3/+3 |
* | ps3disk: use the default segment boundary | Emmanuel Nicolet | 2020-06-25 | 1 | -1/+0 |
* | virtio-blk: handle block_device_operations callbacks after hot unplug | Stefan Hajnoczi | 2020-05-20 | 1 | -8/+78 |