summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-05-25nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust1-3/+8
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-25NFSv4: Fix an rcu lock leakTrond Myklebust1-2/+4
2017-05-25pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connectTrond Myklebust1-1/+1
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-25dax: fix data corruption when fault races with writeJan Kara1-16/+16
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-20pstore: Use dynamic spinlock initializerKees Cook1-1/+1
2017-05-20fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers3-5/+5
2017-05-20fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
2017-05-20f2fs: Make flush bios explicitely syncJan Kara3-3/+3
2017-05-20f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim4-20/+31
2017-05-20f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong1-7/+6
2017-05-20f2fs: fix fs corruption due to zero inode pageJaegeuk Kim2-11/+11
2017-05-20Revert "f2fs: put allocate_segment after refresh_sit_entry"Jaegeuk Kim1-5/+4
2017-05-20f2fs: fix wrong max cost initializationJaegeuk Kim1-1/+1
2017-05-20dax: fix PMD data corruption when fault races with writeRoss Zwisler1-14/+14
2017-05-20ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara1-4/+17
2017-05-20mm: fix data corruption due to stale mmap readsJan Kara1-1/+1
2017-05-20dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-29/+0
2017-05-20ovl: do not set overlay.opaque on non-dir createAmir Goldstein1-1/+1
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-20Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu1-1/+2
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-20fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-10/+8
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-20jbd2: fix dbench4 performance regression for 'nobarrier' mountsJan Kara1-1/+1
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov1-1/+0
2017-05-14f2fs: sanity check segment countJin Qian1-0/+7
2017-04-28Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+7
2017-04-27Merge tag 'nfsd-4.11-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-8/+51