summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2017-06-05fuse: add missing FR_FORCEMiklos Szeredi
2017-06-05NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust
2017-06-05nfsd: special case truncates some moreChristoph Hellwig
2017-06-05nfsd: minor nfsd_setattr cleanupChristoph Hellwig
2017-06-05nfsd: update mtime on truncateChristoph Hellwig
2017-06-05ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-06-05NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust
2017-06-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-06-05jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o
2017-06-05ext4: fix inline data error pathsTheodore Ts'o
2017-06-05ext4: fix data corruption in data=journal modeJan Kara
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2017-06-05ext4: trim allocation requests to group sizeJan Kara
2017-06-05ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o
2017-06-05ext4: avoid deadlock when expanding inode sizeJan Kara
2017-04-04aio: mark AIO pseudo-fs noexecJann Horn
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2017-04-04fs/nfs: fix new compiler warning about boolean in switchAndre Przywara
2017-04-04fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner
2017-03-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi