summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-05-08nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields
2017-05-08nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields
2017-05-08ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim
2017-05-08ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o
2017-05-08ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o
2017-05-08ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger
2017-05-08Handle mismatched open callsSachin Prabhu
2017-05-08timerfd: Protect the might cancel mechanism properThomas Gleixner
2017-05-02nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields
2017-05-02ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o
2017-05-02f2fs: do more integrity verification for superblockChao Yu
2017-04-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2017-04-30gfs2: avoid uninitialized variable warningArnd Bergmann
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-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov
2017-04-12Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski
2017-04-12sysfs: be careful of error returns from ops->show()NeilBrown
2017-03-31fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2017-03-30xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-03-30xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen
2017-03-30xfs: don't allow di_size with high bit setDarrick J. Wong
2017-03-30ext4: mark inode dirty after converting inline directoryEric Biggers
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-03-26gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher
2017-03-22fscrypto: lock inode while setting encryption policyEric Biggers
2017-03-22fscrypt: fix renaming and linking special filesEric Biggers
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
2017-03-15fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton
2017-03-15mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman
2017-03-12NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson
2017-03-12NFSv4: fix getacl head length estimationJ. Bruce Fields
2017-03-12NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust
2017-03-12nfsd: special case truncates some moreChristoph Hellwig
2017-03-12nfsd: minor nfsd_setattr cleanupChristoph Hellwig
2017-03-12gfs2: Add missing rcu locking for glock lookupAndrew Price
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-03-12ext4: fix inline data error pathsTheodore Ts'o
2017-03-12ext4: fix data corruption in data=journal modeJan Kara
2017-03-12ext4: trim allocation requests to group sizeJan Kara
2017-03-12ext4: do not polute the extents cache while shifting extentsRoman Pen
2017-03-12ext4: Include forgotten start block on fallocate insert rangeRoman Pen
2017-03-12jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o
2017-02-23fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala
2017-02-23vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi