summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-11-24coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes
2017-11-24ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen
2017-11-24ocfs2: fix cluster hang after a node diesChangwei Ge
2017-11-08fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz
2017-11-08ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant
2017-11-08cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg
2017-11-02SMB3: Validate negotiate request must always be signedSteve French
2017-11-02Fix encryption labels and lengths for SMB3.1.1Steve French
2017-11-02CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel
2017-11-02cifs: Select all required crypto modulesBenjamin Gilbert
2017-11-02fuse: fix READDIRPLUS skipping an entryMiklos Szeredi
2017-11-02ovl: do not cleanup unsupported index entriesAmir Goldstein
2017-11-02ovl: handle ENOENT on index lookupAmir Goldstein
2017-11-02ovl: fix EIO from lookup of non-indexed upperAmir Goldstein
2017-11-02ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa
2017-11-02ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton
2017-10-27xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann
2017-10-27xfs: trim writepage mapping to within eofBrian Foster
2017-10-27xfs: cancel dirty pages on invalidationDave Chinner
2017-10-27xfs: handle error if xfs_btree_get_bufs failsEric Sandeen
2017-10-27xfs: reinit btree pointer on attr tree inactivation walkBrian Foster
2017-10-27xfs: don't change inode mode if ACL update failsDave Chinner
2017-10-27xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner
2017-10-27xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-10-27xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig
2017-10-27xfs: always swap the cow forks when swapping extentsDarrick J. Wong
2017-10-27xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino
2017-10-27xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong
2017-10-27xfs: update i_size after unwritten conversion in dio completionEryu Guan
2017-10-27xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan
2017-10-27fs/xfs: Use %pS printk format for direct addressesHelge Deller
2017-10-27xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong
2017-10-27xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong
2017-10-27iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra
2017-10-27FS-Cache: fix dereference of NULL user_key_payloadEric Biggers
2017-10-27ecryptfs: fix dereference of NULL user_key_payloadEric Biggers
2017-10-27fscrypt: fix dereference of NULL user_key_payloadEric Biggers
2017-10-18direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher
2017-10-18fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox
2017-10-18nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew
2017-10-18NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington
2017-10-12Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh
2017-10-12btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli
2017-10-12ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein
2017-10-12ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-10-12ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein
2017-10-12ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein
2017-10-12ovl: fix error value printed in ovl_lookup_index()Amir Goldstein
2017-10-12lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-10-12userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli