summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Linux 4.9.144v4.9.144Greg Kroah-Hartman1-1/+1
2018-12-08hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz1-3/+7
2018-12-08xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-12-08f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2-4/+16
2018-12-08f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim1-1/+4
2018-12-08f2fs: fix to do sanity check with block address in main area v2Chao Yu2-5/+16
2018-12-08f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-12-08f2fs: fix to do sanity check with block address in main areaChao Yu7-6/+75
2018-12-08f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-12-08f2fs: Add sanity_check_inode() functionBen Hutchings1-0/+12
2018-12-08f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-12-08f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-12-08f2fs: introduce and spread verify_blkaddrChao Yu9-27/+60
2018-12-08f2fs: clean up with is_valid_blkaddr()Chao Yu9-17/+23
2018-12-08f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim1-7/+64
2018-12-08f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2018-12-08f2fs: check blkaddr more accuratly before issue a bioYunlei He4-8/+25
2018-12-08f2fs: return error during fill_superJaegeuk Kim2-8/+30
2018-12-08f2fs: detect wrong layoutJaegeuk Kim2-0/+13
2018-12-08f2fs: fix race condition in between free nid allocator/initializerChao Yu1-19/+43
2018-12-08f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He1-1/+4
2018-12-08btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2018-12-08btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2018-12-08btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2018-12-08btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo1-1/+14
2018-12-08btrfs: tree-checker: Verify block_group_itemQu Wenruo3-1/+103
2018-12-08btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba1-1/+2
2018-12-08btrfs: tree-checker: use %zu format string for size_tArnd Bergmann1-1/+1
2018-12-08btrfs: tree-checker: Add checker for dir itemQu Wenruo1-0/+141
2018-12-08btrfs: tree-checker: Fix false panic for sanity testQu Wenruo3-8/+43
2018-12-08btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo1-7/+61
2018-12-08btrfs: struct-funcs, constify readersJeff Mahoney4-89/+91
2018-12-08btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo4-281/+340
2018-12-08btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2018-12-08btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2-0/+104
2018-12-08btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2018-12-08btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2018-12-08btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2018-12-08btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2018-12-08hugetlbfs: check for pgoff value overflowMike Kravetz2-3/+20
2018-12-08hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz1-3/+12
2018-12-08mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz1-1/+3
2018-12-08wil6210: missing length check in wmi_set_ieLior David1-1/+7
2018-12-08bpf: Prevent memory disambiguation attackAlexei Starovoitov2-4/+59
2018-12-08bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings1-9/+9
2018-12-08bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings1-5/+3
2018-12-08libceph: check authorizer reply/challenge length before readingIlya Dryomov1-0/+7
2018-12-08libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov1-2/+4
2018-12-08libceph: implement CEPHX_V2 calculation modeIlya Dryomov2-18/+59
2018-12-08libceph: add authorizer challengeIlya Dryomov9-7/+140