summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
2017-09-15CIFS: Improve readdir verbosityPavel Shilovsky
2017-09-15configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger
2017-09-15excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro
2017-09-15ufs: set correct ->s_maxsizeAl Viro
2017-09-15ufs: restore maintaining ->i_blocksAl Viro
2017-09-15fix ufs_isblockset()Al Viro
2017-09-15fs/ufs: Set UFS default maximum bytes per fileRichard Narron
2017-09-15btrfs: fix memory leak in update_space_info failure pathJeff Mahoney
2017-09-15btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba
2017-09-15ext4: fix fdatasync(2) after extent manipulation operationsJan Kara
2017-09-15ext4: fix data corruption for mmap writesJan Kara
2017-09-15xfs: Fix missed holes in SEEK_HOLE implementationJan Kara
2017-09-15xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan
2017-09-15ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov
2017-09-15ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov
2017-09-15ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-09-15ext4: fix SEEK_HOLEJan Kara
2017-09-15btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King
2017-09-15SMB2: Fix share type handlingChristophe JAILLET
2017-08-26timerfd: Protect the might cancel mechanism properThomas Gleixner
2017-08-26dentry name snapshotsAl Viro
2017-08-26fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko
2017-08-26ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-08-26SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French
2017-08-26CIFS: fix oplock break deadlocksRabin Vincent
2017-08-26Set unicode flag on cifs echo request to avoid Mac errorSteve French
2017-08-26cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter
2017-08-26ext4: evict inline data when writing to memory mapEric Biggers
2017-08-26fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein
2017-08-26NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington
2017-08-26ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin
2017-07-18fs/exec.c: account for argv/envp pointersKees Cook
2017-07-18ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2017-07-18cifs: Do not send echoes before Negotiate is completeSachin Prabhu
2017-07-18CIFS: remove bad_network_name flagGermano Percossi
2017-07-18Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski
2017-07-18CIFS: Handle mismatched open callsPavel Shilovsky
2017-07-18ext4: lock the xattr block before checksuming itTheodore Ts'o
2017-07-18ext4: mark inode dirty after converting inline directoryEric Biggers
2017-07-18NFSv4: fix a reference leak caused WARNING messagesKinglong Mee
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins
2017-06-05nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields
2017-06-05nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields
2017-06-05nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields
2017-06-05NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson
2017-06-05NFSv4: fix getacl head length estimationJ. Bruce Fields
2017-06-05f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang
2017-06-05f2fs: use for_each_set_bit to simplify the codeChao Yu