summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2018-12-054-8/+25
* btrfs: tree-checker: Fix misleading group system informationShaokun Zhang2018-12-051-1/+1
* btrfs: tree-checker: Check level for leaves and nodesQu Wenruo2018-12-051-0/+14
* btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo2018-12-051-1/+27
* btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo2018-12-051-1/+14
* btrfs: tree-checker: Verify block_group_itemQu Wenruo2018-12-053-1/+103
* btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba2018-12-051-1/+2
* btrfs: tree-checker: use %zu format string for size_tArnd Bergmann2018-12-051-1/+1
* btrfs: tree-checker: Add checker for dir itemQu Wenruo2018-12-051-0/+141
* btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2018-12-053-8/+43
* btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo2018-12-051-7/+61
* btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo2018-12-054-282/+340
* btrfs: Add checker for EXTENT_CSUMQu Wenruo2018-12-051-0/+24
* btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2018-12-051-0/+103
* btrfs: Check if item pointer overlaps with the item itselfQu Wenruo2018-12-051-0/+7
* btrfs: Refactor check_leaf function for later expansionQu Wenruo2018-12-051-23/+27
* btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo2018-12-051-1/+57
* btrfs: validate type when reading a chunkGu Jinxiang2018-12-051-0/+28
* libceph: add authorizer challengeIlya Dryomov2018-12-051-0/+11
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-12-011-3/+50
* gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-12-011-1/+1
* bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-12-011-3/+6
* v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet2018-12-011-11/+0
* fs/exofs: fix potential memory leak in mount option parsingChengguang Xu2018-11-271-1/+4
* hfsplus: prevent btree data loss on root splitErnesto A. Fernández2018-11-271-0/+4
* hfs: prevent btree data loss on root splitErnesto A. Fernández2018-11-271-0/+4
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-11-271-0/+7
* cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-271-5/+6
* cifs: don't dereference smb_file_target before null checkColin Ian King2018-11-271-2/+5
* ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi2018-11-211-0/+4
* gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-211-1/+2
* configfs: replace strncpy with memcpyGuenter Roeck2018-11-211-1/+1
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-211-1/+3
* nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew2018-11-211-0/+3
* mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2018-11-211-1/+1
* mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2018-11-211-2/+8
* mount: Retest MNT_LOCKED in do_umountEric W. Biederman2018-11-211-2/+8
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin2018-11-211-2/+5
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-211-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-211-0/+2
* ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin2018-11-211-1/+3
* ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-211-0/+1
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-211-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-211-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-211-1/+3
* ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin2018-11-211-2/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-211-0/+4