summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-01-26pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)
2019-01-26jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos
2019-01-26xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2019-01-26btrfs: wait on ordered extents on abort cleanupJosef Bacik
2019-01-26proc: Remove empty line in /proc/self/statusGwendal Grignou
2019-01-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2019-01-26f2fs: fix missing up_readJaegeuk Kim
2019-01-26f2fs: fix invalid memory accessChao Yu
2019-01-26f2fs: fix to do sanity check with cp_pack_start_sumChao Yu
2019-01-26f2fs: fix to do sanity check with block address in main area v2Chao Yu
2019-01-26f2fs: fix to do sanity check with block address in main areaChao Yu
2019-01-26f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu
2019-01-26f2fs: fix to do sanity check with node footer and iblocksChao Yu
2019-01-26f2fs: Add sanity_check_inode() functionBen Hutchings
2019-01-26f2fs: fix to do sanity check with user_block_countChao Yu
2019-01-26f2fs: fix to do sanity check with secs_per_zoneChao Yu
2019-01-26f2fs: introduce and spread verify_blkaddrChao Yu
2019-01-26f2fs: clean up with is_valid_blkaddr()Chao Yu
2019-01-26f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim
2019-01-26f2fs: sanity check on sit entryJaegeuk Kim
2019-01-26f2fs: check blkaddr more accuratly before issue a bioYunlei He
2019-01-26f2fs: return error during fill_superJaegeuk Kim
2019-01-26f2fs: fix race condition in between free nid allocator/initializerChao Yu
2019-01-26f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim
2019-01-26f2fs: detect wrong layoutJaegeuk Kim
2019-01-26f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim
2019-01-26f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim
2019-01-26f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang
2019-01-26f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim
2019-01-26f2fs: avoid unneeded loop in build_sit_entriesChao Yu
2019-01-26f2fs: not allow to write illegal blkaddrYunlei He
2019-01-26f2fs: fix to avoid reading out encrypted data in page cacheChao Yu
2019-01-26f2fs: fix inode cache leakChao Yu
2019-01-26f2fs: factor out fsync inode entry operationsChao Yu
2019-01-26f2fs: remove an obsolete variableJaegeuk Kim
2019-01-26f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim
2019-01-26f2fs: fix to convert inline directory correctlyChao Yu
2019-01-26f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin
2019-01-26f2fs: cover more area with nat_tree_lockJaegeuk Kim
2019-01-26f2fs: clean up argument of recover_dataChao Yu
2019-01-16ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o
2019-01-16cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-01-16CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky
2019-01-16btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2019-01-16btrfs: tree-checker: Check level for leaves and nodesQu Wenruo
2019-01-16btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2019-01-16btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2019-01-16btrfs: validate type when reading a chunkGu Jinxiang
2019-01-16btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2019-01-16btrfs: tree-checker: Verify block_group_itemQu Wenruo