summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-251-4/+4
* nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi2017-05-251-1/+2
* NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington2017-05-251-4/+11
* NFS: Fix use after free in write error pathFred Isaman2017-05-251-1/+1
* NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust2017-05-251-1/+3
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-253-5/+5
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-254-20/+31
* proc: Fix unbalanced hard link numbersTakashi Iwai2017-05-251-0/+1
* fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein2017-05-251-8/+18
* pstore: Shut down worker when unregisteringKees Cook2017-05-201-1/+9
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-201-19/+68
* 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 oplock break deadlocksRabin Vincent2017-05-204-5/+18
* cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-201-0/+2
* cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-201-0/+1
* 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
* Fix match_prepath()Sachin Prabhu2017-05-201-8/+6
* 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
* orangefs: do not check possibly stale size on truncateMartin Brandenburg2017-05-201-2/+1
* orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg2017-05-201-2/+0
* orangefs: clean up oversize xattr validationMartin Brandenburg2017-05-201-17/+7
* orangefs: fix bounds check for listxattrMartin Brandenburg2017-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
* ceph: try getting buffer capability for readahead/fadviseYan, Zheng2017-05-084-11/+73
* Handle mismatched open callsSachin Prabhu2017-05-088-8/+135
* timerfd: Protect the might cancel mechanism properThomas Gleixner2017-05-081-3/+14
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-05-031-12/+10
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-05-032-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-05-032-8/+9
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-031-0/+36
* ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-271-0/+7
* ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau2017-04-271-3/+0
* 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
* CIFS: reconnect thread reschedule itselfGermano Percossi2017-04-211-1/+9
* orangefs: free superblock when mount failsMartin Brandenburg2017-04-213-9/+24
* thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-211-1/+8
* orangefs: fix buffer size mis-match between kernel space and user space.Mike Marshall2017-04-181-2/+1
* orangefs: Dan Carpenter influenced cleanups...Mike Marshall2017-04-182-9/+11
* orangefs: fix memory leak of string 'new' on exit pathColin Ian King2017-04-181-1/+3