summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* nbd: add missing config putMike Christie2019-10-051-1/+3
* loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-10-051-0/+1
* floppy: fix usercopy directionJann Horn2019-09-211-2/+2
* xen/blkback: fix memory leaksWenwen Wang2019-09-061-3/+3
* block: aoe: Fix kernel crash due to atomic sleep when exitingHe Zhe2019-08-291-3/+10
* drbd: dynamically allocate shash descriptorArnd Bergmann2019-08-161-2/+12
* loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka2019-08-161-1/+1
* nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-08-061-1/+1
* loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-08-061-7/+9
* floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-261-2/+4
* floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-261-3/+8
* floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-07-261-0/+18
* floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-261-0/+5
* block: null_blk: fix race condition for null_del_devBob Liu2019-07-261-5/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-192-6/+2
* block/ps3vram: Use %llu to format sector_t after LBDAF removalGeert Uytterhoeven2019-06-131-1/+1
* null_blk: remove duplicate check for report zoneChaitanya Kulkarni2019-06-131-4/+0
* Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-06-081-19/+19
|\
| * xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne2019-06-031-19/+19
* | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-082-6/+2
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 349Thomas Gleixner2019-06-051-4/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 348Thomas Gleixner2019-06-051-2/+1
* | | mtip32xx: also set max_segment_size in the deviceChristoph Hellwig2019-06-051-0/+1
* | | rsxx: don't call dma_set_max_seg_sizeChristoph Hellwig2019-06-051-1/+0
* | | block: aoe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-041-14/+2
|/ /
* | Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-021-1/+17
|\ \
| * | loop: Don't change loop device under exclusive openerJan Kara2019-05-271-1/+17
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner2019-05-301-13/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-31/+3
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-120/+8
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-25/+5
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127Thomas Gleixner2019-05-301-2/+1
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-2413-169/+13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 30Thomas Gleixner2019-05-241-13/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-218-0/+8
* | Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-161-0/+6
|\ \
| * | brd: add cond_resched to brd_free_pagesMikulas Patocka2019-05-091-0/+6
* | | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-161-10/+14
|\ \ \
| * | | rbd: don't assert on writes to snapshotsIlya Dryomov2019-05-071-2/+6
| * | | rbd: client_mutex is never nestedIlya Dryomov2019-05-071-1/+1
| * | | rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann2019-05-071-6/+6
| * | | rbd: avoid clang -Wuninitialized warningArnd Bergmann2019-05-071-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-073-15/+34
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-2/+3
| |\| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-0/+13
| |\ \ \ \
| | * | | | nbd: add tracepoints for send/receive timingAndrew Hall2019-04-261-0/+8
| | * | | | nbd: trace sending nbd requestsMatt Mullins2019-04-261-0/+5
| * | | | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4