summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-05-25nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields
2017-05-25nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi
2017-05-25NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington
2017-05-25NFS: Fix use after free in write error pathFred Isaman
2017-05-25NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-25f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-05-25proc: Fix unbalanced hard link numbersTakashi Iwai
2017-05-25fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein
2017-05-20pstore: Shut down worker when unregisteringKees Cook
2017-05-20fscrypt: fix context consistency check when key(s) unavailableEric Biggers
2017-05-20CIFS: add misssing SFM mapping for doublequoteBjörn Jacke
2017-05-20cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp
2017-05-20CIFS: fix oplock break deadlocksRabin Vincent
2017-05-20cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp
2017-05-20cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp
2017-05-20CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke
2017-05-20SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French
2017-05-20Set unicode flag on cifs echo request to avoid Mac errorSteve French
2017-05-20Fix match_prepath()Sachin Prabhu
2017-05-20fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-05-20fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko
2017-05-20orangefs: do not check possibly stale size on truncateMartin Brandenburg
2017-05-20orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg
2017-05-20orangefs: clean up oversize xattr validationMartin Brandenburg
2017-05-20orangefs: fix bounds check for listxattrMartin Brandenburg
2017-05-20ext4: evict inline data when writing to memory mapEric Biggers
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov
2017-05-14f2fs: sanity check segment countJin Qian
2017-05-149p: fix a potential acl leakCong Wang
2017-05-08ceph: try getting buffer capability for readahead/fadviseYan, Zheng
2017-05-08Handle mismatched open callsSachin Prabhu
2017-05-08timerfd: Protect the might cancel mechanism properThomas Gleixner
2017-05-03ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2017-05-03nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields
2017-05-03nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields
2017-05-03nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields
2017-04-27ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger
2017-04-27ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau
2017-04-27CIFS: remove bad_network_name flagGermano Percossi
2017-04-27cifs: Do not send echoes before Negotiate is completeSachin Prabhu
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2017-04-21CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi
2017-04-21CIFS: reconnect thread reschedule itselfGermano Percossi
2017-04-21orangefs: free superblock when mount failsMartin Brandenburg
2017-04-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov
2017-04-18orangefs: fix buffer size mis-match between kernel space and user space.Mike Marshall
2017-04-18orangefs: Dan Carpenter influenced cleanups...Mike Marshall
2017-04-18orangefs: fix memory leak of string 'new' on exit pathColin Ian King