summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-251-4/+4
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-05-253-13/+19
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-254-6/+6
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-254-15/+31
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-252-35/+96
* ext4 crypto: fix some error handlingDan Carpenter2017-05-251-1/+1
* ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2017-05-254-20/+39
* proc: Fix unbalanced hard link numbersTakashi Iwai2017-05-251-0/+1
* CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-202-0/+7
* cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-201-0/+2
* CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-201-2/+2
* SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-201-3/+11
* Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-201-0/+3
* fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin2017-05-201-6/+5
* ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-201-0/+3
* fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-05-201-1/+1
* ext4: evict inline data when writing to memory mapEric Biggers2017-05-201-0/+5
* block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-05-141-1/+0
* f2fs: sanity check segment countJin Qian2017-05-141-0/+7
* 9p: fix a potential acl leakCong Wang2017-05-141-0/+2
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-082-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-082-8/+8
* ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2017-05-081-0/+4
* ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o2017-05-081-3/+8
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2017-05-084-0/+75
* ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger2017-05-081-0/+3
* Handle mismatched open callsSachin Prabhu2017-05-088-8/+135
* timerfd: Protect the might cancel mechanism properThomas Gleixner2017-05-081-3/+14
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-021-0/+36
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-021-4/+28
* f2fs: do more integrity verification for superblockChao Yu2017-05-021-0/+98
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-04-304-2/+53
* gfs2: avoid uninitialized variable warningArnd Bergmann2017-04-301-2/+2
* CIFS: remove bad_network_name flagGermano Percossi2017-04-272-6/+0
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-271-0/+10
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-04-211-3/+2
* CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi2017-04-211-3/+3
* thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-211-1/+8
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-121-0/+4
* sysfs: be careful of error returns from ops->show()NeilBrown2017-04-121-2/+4
* fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-316-70/+16
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-03-301-0/+1
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2017-03-301-2/+5
* xfs: don't allow di_size with high bit setDarrick J. Wong2017-03-301-0/+8
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-301-3/+2
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-261-1/+1
* gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher2017-03-261-1/+1
* fscrypto: lock inode while setting encryption policyEric Biggers2017-03-222-1/+12
* fscrypt: fix renaming and linking special filesEric Biggers2017-03-222-0/+11
* ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-03-181-0/+4