summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-12-08udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-12-08btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2018-12-08btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo1-5/+3
2018-12-08userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli1-0/+15
2018-12-08kernfs: Replace strncpy with memcpyGuenter Roeck1-1/+1
2018-12-05f2fs: fix missing up_readJaegeuk Kim1-1/+3
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: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2018-12-05xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-12-05f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2-4/+16
2018-12-05f2fs: fix to do sanity check with i_extra_isizeChao Yu1-3/+15
2018-12-05f2fs: fix to do sanity check with block address in main areaChao Yu7-11/+83
2018-12-05f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-12-05f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-12-05f2fs: fix to do sanity check with extra_attr featureChao Yu1-4/+14
2018-12-05f2fs: Add sanity_check_inode() functionBen Hutchings1-0/+11
2018-12-05f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-12-05f2fs: introduce and spread verify_blkaddrChao Yu9-28/+61
2018-12-05f2fs: clean up with is_valid_blkaddr()Chao Yu9-27/+25
2018-12-05f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim1-7/+64
2018-12-05f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2018-12-05f2fs: check blkaddr more accuratly before issue a bioYunlei He4-8/+25
2018-12-05btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2018-12-05btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2018-12-05btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2018-12-05btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo1-1/+14
2018-12-05btrfs: tree-checker: Verify block_group_itemQu Wenruo3-1/+103
2018-12-05btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba1-1/+2
2018-12-05btrfs: tree-checker: use %zu format string for size_tArnd Bergmann1-1/+1
2018-12-05btrfs: tree-checker: Add checker for dir itemQu Wenruo1-0/+141
2018-12-05btrfs: tree-checker: Fix false panic for sanity testQu Wenruo3-8/+43
2018-12-05btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo1-7/+61
2018-12-05btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo4-282/+340
2018-12-05btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2018-12-05btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo1-0/+103
2018-12-05btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2018-12-05btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2018-12-05btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2018-12-05btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2018-12-05libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-3/+50
2018-12-01gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price1-1/+1
2018-12-01bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6
2018-12-01v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet1-11/+0
2018-11-27fs/exofs: fix potential memory leak in mount option parsingChengguang Xu1-1/+4
2018-11-27hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-11-27hfs: prevent btree data loss on root splitErnesto A. Fernández1-0/+4