summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-08fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz1-1/+4
2017-11-08ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2017-11-08cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-2/+3
2017-11-02SMB3: Validate negotiate request must always be signedSteve French1-0/+3
2017-11-02Fix encryption labels and lengths for SMB3.1.1Steve French2-14/+20
2017-11-02CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel1-2/+2
2017-11-02cifs: Select all required crypto modulesBenjamin Gilbert1-0/+5
2017-11-02fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2017-11-02ovl: do not cleanup unsupported index entriesAmir Goldstein2-10/+8
2017-11-02ovl: handle ENOENT on index lookupAmir Goldstein1-0/+4
2017-11-02ovl: fix EIO from lookup of non-indexed upperAmir Goldstein3-17/+26
2017-11-02ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa1-0/+3
2017-11-02ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton1-1/+4
2017-10-27xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann1-24/+24
2017-10-27xfs: trim writepage mapping to within eofBrian Foster3-0/+25
2017-10-27xfs: cancel dirty pages on invalidationDave Chinner1-12/+22
2017-10-27xfs: handle error if xfs_btree_get_bufs failsEric Sandeen1-0/+8
2017-10-27xfs: reinit btree pointer on attr tree inactivation walkBrian Foster1-0/+2
2017-10-27xfs: don't change inode mode if ACL update failsDave Chinner1-6/+16
2017-10-27xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner3-0/+27
2017-10-27xfs: Don't log uninitialised fields in inode structuresDave Chinner3-58/+50
2017-10-27xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig1-1/+8
2017-10-27xfs: always swap the cow forks when swapping extentsDarrick J. Wong1-2/+22
2017-10-27xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino1-1/+1
2017-10-27xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-10-27xfs: update i_size after unwritten conversion in dio completionEryu Guan5-19/+28
2017-10-27xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan1-1/+1
2017-10-27fs/xfs: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-10-27xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong1-1/+13
2017-10-27xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong1-3/+5
2017-10-27iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra1-7/+7
2017-10-27FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2017-10-27ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-8/+25
2017-10-27fscrypt: fix dereference of NULL user_key_payloadEric Biggers1-0/+5
2017-10-18direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher1-1/+2
2017-10-18fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2-5/+15
2017-10-18nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew1-1/+2
2017-10-18NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington1-1/+1
2017-10-12Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh1-1/+1
2017-10-12btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli1-1/+1
2017-10-12ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2-8/+22
2017-10-12ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein4-24/+22
2017-10-12ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein1-2/+4
2017-10-12ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein1-1/+4
2017-10-12ovl: fix error value printed in ovl_lookup_index()Amir Goldstein1-0/+1
2017-10-12lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler1-1/+1
2017-10-12userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli1-10/+56
2017-10-05btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-10-05btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-10-05btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota1-0/+8