summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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 Wenruo1-0/+103
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 Kravetz1-3/+14
2018-12-08hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz1-3/+12
2018-12-08libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-12-08libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-2/+2
2018-12-08udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-12-08Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2018-12-08btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2018-12-08kernfs: Replace strncpy with memcpyGuenter Roeck1-1/+1
2018-12-05btrfs: release metadata before running delayed refsJosef Bacik1-3/+3
2018-12-05ext2: fix potential use after freePan Bian1-1/+1
2018-12-05fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1