summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-153-18/+49
|\
| * null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONEDJens Axboe2019-07-121-1/+1
| * block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-112-4/+2
| * nbd: add netlink reconfigure resize supportMike Christie2019-07-101-16/+32
| * nbd: fix crash when the blksize is zeroXiubo Li2019-07-101-3/+20
* | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ | |/ |/|
| * docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-098-92/+17
|\ \
| * \ Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-013-10/+3
| |\ \
| * | | block: never take page references for ITER_BVECChristoph Hellwig2019-06-291-12/+4
| * | | block: skd_main.c: Remove call to memset after dma_alloc_coherentFuqian Huang2019-06-291-1/+0
| * | | block: mtip32xx: Remove call to memset after dma_alloc_coherentFuqian Huang2019-06-291-5/+0
| * | | null_blk: fix type mismatch null_handle_cmd()Chaitanya Kulkarni2019-06-291-1/+1
| * | | block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-66/+5
| * | | null_blk: remove duplicate 0 initializationChaitanya Kulkarni2019-06-201-1/+0
| * | | floppy: fix harmless clang build warningArnd Bergmann2019-06-201-1/+1
| * | | block: null_blk: fix race condition for null_del_devBob Liu2019-06-151-5/+6
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | signal/drbd: Use send_sig not force_sigEric W. Biederman2019-05-273-3/+3
* | | | 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
|\ \ \ \