summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131201-2796/+3586
|\
| * treewide: Use array_size in f2fs_kvzalloc()Kees Cook2018-06-133-8/+16
| * treewide: Use array_size() in f2fs_kzalloc()Kees Cook2018-06-134-8/+16
| * treewide: Use array_size() in f2fs_kmalloc()Kees Cook2018-06-131-3/+5
| * treewide: Use array_size() in sock_kmalloc()Kees Cook2018-06-132-3/+4
| * treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-132-4/+5
| * treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-134-7/+9
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-1364-118/+164
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-1378-116/+160
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-13229-664/+847
| * treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-135-10/+11
| * treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-1320-53/+67
| * treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-138-15/+24
| * treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-1315-35/+35
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-13484-977/+1177
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-13377-748/+1014
| * mm: Introduce kvcalloc()Kees Cook2018-06-131-0/+5
| * video: uvesafb: Fix integer overflow in allocationKees Cook2018-06-131-1/+2
| * UBIFS: Fix potential integer overflow in allocationSilvio Cesare2018-06-131-2/+3
| * leds: Use struct_size() in allocationKees Cook2018-06-131-2/+1
| * Convert intel uncore to struct_sizeMatthew Wilcox2018-06-131-9/+10
| * Convert jffs2 acl to struct_sizeMatthew Wilcox2018-06-132-1/+3
| * Convert vhost to struct_sizeMatthew Wilcox2018-06-131-1/+2
| * Convert v4l2 event to struct_sizeMatthew Wilcox2018-06-131-2/+1
| * Convert infiniband uverbs to struct_sizeMatthew Wilcox2018-06-132-6/+3
| * Convert virtio_console to struct_sizeMatthew Wilcox2018-06-131-2/+1
| * test_overflow: fix an IS_ERR() vs NULL bugDan Carpenter2018-06-131-1/+1
* | Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1314-74/+2466
|\ \
| * | dm: add writecache targetMikulas Patocka2018-06-084-0/+2385
| * | dm: adjust structure members to improve alignmentMike Snitzer2018-06-089-73/+79
| * | dm: report which conflicting type caused error during table_load()Mike Snitzer2018-06-081-1/+2
* | | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-13207-3195/+939
|\ \ \
| * | | xfs: update incore per-AG inode countDarrick J. Wong2018-06-121-0/+2
| * | | xfs: replace do_mod with native operationsDave Chinner2018-06-087-50/+66
| * | | xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-06-081-3/+2
| * | | xfs: clean up MIN/MAXDave Chinner2018-06-0815-34/+32
| * | | xfs: move various type verifiers to common fileDave Chinner2018-06-089-163/+194
| * | | xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-083-1/+12
| * | | xfs: setup VFS i_rwsem lockdep state correctlyDave Chinner2018-06-081-0/+8
| * | | xfs: fix string handling in label get/set functionsArnd Bergmann2018-06-061-5/+5
| * | | xfs: convert to SPDX license tagsDave Chinner2018-06-06205-2760/+205
| * | | xfs: validate btree records on retrievalDave Chinner2018-06-064-9/+132
| * | | xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2018-06-062-8/+12
| * | | xfs: verify root inode more thoroughlyDave Chinner2018-06-061-2/+5
| * | | xfs: verify COW extent size hint is valid in inode verifierDave Chinner2018-06-061-0/+6
| * | | xfs: verify extent size hint is valid in inode verifierDave Chinner2018-06-061-1/+8
| * | | xfs: catch bad stripe alignment configurationsDave Chinner2018-06-061-0/+16
| * | | iomap: fsync swap files before iterating mappingsDarrick J. Wong2018-06-051-1/+5
| * | | xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen2018-06-051-3/+5
| * | | xfs: don't assert on corrupted unlinked inode listDarrick J. Wong2018-06-051-5/+14