summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-12-21fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-12-21userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli
2018-12-21aio: fix spectre gadget in lookup_ioctxJeff Moyer
2018-12-17flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan
2018-12-17ocfs2: fix potential use after freePan Bian
2018-12-17hfsplus: do not free node before usingPan Bian
2018-12-17hfs: do not free node before usingPan Bian
2018-12-17ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen
2018-12-17fscache, cachefiles: remove redundant variable 'cache'Colin Ian King
2018-12-17fscache: fix race between enablement and dropping of objectNeilBrown
2018-12-17pstore/ram: Correctly calculate usable PRZ bytesKees Cook
2018-12-17cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri
2018-12-17exportfs: do not read dentry after freePan Bian
2018-12-17Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko
2018-12-17sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing
2018-12-13cifs: Fix separator when building path from dentryPaulo Alcantara
2018-12-13f2fs: fix to do sanity check with block address in main area v2Chao Yu
2018-12-13flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan
2018-12-08udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-12-08btrfs: Always try all copies when reading extent buffersNikolay Borisov
2018-12-08btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo
2018-12-08userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli
2018-12-08kernfs: Replace strncpy with memcpyGuenter Roeck
2018-12-05f2fs: fix missing up_readJaegeuk Kim
2018-12-05btrfs: release metadata before running delayed refsJosef Bacik
2018-12-05ext2: fix potential use after freePan Bian
2018-12-05fs: fix lost error code in dio_completeMaximilian Heyne
2018-12-05btrfs: relocation: set trans to be NULL after ending transactionPan Bian
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-12-05xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2018-12-05f2fs: fix to do sanity check with cp_pack_start_sumChao Yu
2018-12-05f2fs: fix to do sanity check with i_extra_isizeChao Yu
2018-12-05f2fs: fix to do sanity check with block address in main areaChao Yu
2018-12-05f2fs: fix to do sanity check with node footer and iblocksChao Yu
2018-12-05f2fs: fix to do sanity check with user_block_countChao Yu
2018-12-05f2fs: fix to do sanity check with extra_attr featureChao Yu
2018-12-05f2fs: Add sanity_check_inode() functionBen Hutchings
2018-12-05f2fs: fix to do sanity check with secs_per_zoneChao Yu
2018-12-05f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-05f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-12-05f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim
2018-12-05f2fs: sanity check on sit entryJaegeuk Kim
2018-12-05f2fs: check blkaddr more accuratly before issue a bioYunlei He
2018-12-05btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2018-12-05btrfs: tree-checker: Check level for leaves and nodesQu Wenruo
2018-12-05btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2018-12-05btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2018-12-05btrfs: tree-checker: Verify block_group_itemQu Wenruo
2018-12-05btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba
2018-12-05btrfs: tree-checker: use %zu format string for size_tArnd Bergmann