summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-241-2/+1
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-241-2/+7
* ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-241-0/+1
* fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz2017-11-081-1/+4
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-081-6/+18
* cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-11-081-2/+3
* SMB3: Validate negotiate request must always be signedSteve French2017-11-021-0/+3
* Fix encryption labels and lengths for SMB3.1.1Steve French2017-11-022-14/+20
* CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel2017-11-021-2/+2
* cifs: Select all required crypto modulesBenjamin Gilbert2017-11-021-0/+5
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
* ovl: do not cleanup unsupported index entriesAmir Goldstein2017-11-022-10/+8
* ovl: handle ENOENT on index lookupAmir Goldstein2017-11-021-0/+4
* ovl: fix EIO from lookup of non-indexed upperAmir Goldstein2017-11-023-17/+26
* ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa2017-11-021-0/+3
* ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-11-021-1/+4
* xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann2017-10-271-24/+24
* xfs: trim writepage mapping to within eofBrian Foster2017-10-273-0/+25
* xfs: cancel dirty pages on invalidationDave Chinner2017-10-271-12/+22
* xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-271-0/+8
* xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-271-0/+2
* xfs: don't change inode mode if ACL update failsDave Chinner2017-10-271-6/+16
* xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-273-0/+27
* xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-273-58/+50
* xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-271-1/+8
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-271-2/+22
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-10-271-1/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-10-271-2/+10
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-10-275-19/+28
* xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-10-271-1/+1
* fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-10-271-1/+1
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-10-271-1/+13
* xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-10-271-3/+5
* iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra2017-10-271-7/+7
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+7
* ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2017-10-272-8/+25
* fscrypt: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+5
* direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-10-181-1/+2
* fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-182-5/+15
* nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew2017-10-181-1/+2
* NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington2017-10-181-1/+1
* Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh2017-10-121-1/+1
* btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli2017-10-121-1/+1
* ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2017-10-122-8/+22
* ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein2017-10-124-24/+22
* ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein2017-10-121-2/+4
* ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein2017-10-121-1/+4
* ovl: fix error value printed in ovl_lookup_index()Amir Goldstein2017-10-121-0/+1
* lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2017-10-121-1/+1
* userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli2017-10-121-10/+56
OpenPOWER on IntegriCloud