summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-05-25nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields1-4/+4
2017-05-25nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi1-1/+2
2017-05-25NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington1-4/+11
2017-05-25NFS: Fix use after free in write error pathFred Isaman1-1/+1
2017-05-25NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust1-1/+3
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers3-5/+5
2017-05-25f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim4-20/+31
2017-05-25proc: Fix unbalanced hard link numbersTakashi Iwai1-0/+1
2017-05-25fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein1-8/+18
2017-05-20pstore: Shut down worker when unregisteringKees Cook1-1/+9
2017-05-20fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
2017-05-20CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2-0/+7
2017-05-20cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp1-0/+2
2017-05-20CIFS: fix oplock break deadlocksRabin Vincent4-5/+18
2017-05-20cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp1-0/+2
2017-05-20cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp1-0/+1
2017-05-20CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke1-2/+2
2017-05-20SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-05-20Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-05-20Fix match_prepath()Sachin Prabhu1-8/+6
2017-05-20fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin1-6/+5
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-05-20fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2017-05-20orangefs: do not check possibly stale size on truncateMartin Brandenburg1-2/+1
2017-05-20orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg1-2/+0
2017-05-20orangefs: clean up oversize xattr validationMartin Brandenburg1-17/+7
2017-05-20orangefs: fix bounds check for listxattrMartin Brandenburg1-1/+1
2017-05-20ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov1-1/+0
2017-05-14f2fs: sanity check segment countJin Qian1-0/+7
2017-05-149p: fix a potential acl leakCong Wang1-0/+2
2017-05-08ceph: try getting buffer capability for readahead/fadviseYan, Zheng4-11/+73
2017-05-08Handle mismatched open callsSachin Prabhu8-8/+135
2017-05-08timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2017-05-03ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-05-03nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2-0/+6
2017-05-03nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2-8/+9
2017-05-03nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-04-27ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger1-0/+7
2017-04-27ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau1-3/+0
2017-04-27CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-04-27cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2017-04-21CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-04-21CIFS: reconnect thread reschedule itselfGermano Percossi1-1/+9
2017-04-21orangefs: free superblock when mount failsMartin Brandenburg3-9/+24
2017-04-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov1-1/+8
2017-04-18orangefs: fix buffer size mis-match between kernel space and user space.Mike Marshall1-2/+1
2017-04-18orangefs: Dan Carpenter influenced cleanups...Mike Marshall2-9/+11
2017-04-18orangefs: fix memory leak of string 'new' on exit pathColin Ian King1-1/+3