summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-18nfs: remove redundant call to nfs_context_set_write_error()Benjamin Coddington1-4/+0
2018-10-18nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington1-19/+21
2018-10-05NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia1-3/+3
2018-09-30NFSv4: Fix lookup revalidate of regular filesTrond Myklebust1-40/+39
2018-09-30NFS: Refactor nfs_lookup_revalidate()Trond Myklebust1-96/+126
2018-09-30NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust1-3/+12
2018-09-30NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust2-13/+10
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2-1/+10
2018-09-30NFSv4: Split out NFS v4.2 copy completion functionsAnna Schumaker1-15/+26
2018-09-30NFS: Reduce indentation of nfs4_recovery_handle_error()Anna Schumaker1-32/+32
2018-09-30NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Anna Schumaker1-37/+33
2018-09-30NFS: Split out the body of nfs4_reclaim_open_state()Anna Schumaker1-36/+47
2018-09-30nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesTigran Mkrtchyan1-1/+1
2018-09-30NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-09-30NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust3-9/+9
2018-09-30NFSv4: Convert open state lookup to use RCUTrond Myklebust2-6/+7
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust5-38/+55
2018-09-30NFS: Simplify internal check for whether file is open for writeTrond Myklebust1-9/+1
2018-09-30NFS: Convert lookups of the lock context to RCUTrond Myklebust1-13/+12
2018-09-30pNFS: Don't allocate more pages than we need to fit a layoutget responseTrond Myklebust4-0/+10
2018-09-30pNFS: Don't zero out the array in nfs4_alloc_pages()Trond Myklebust1-2/+2
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust1-1/+3
2018-09-30Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-0/+1
2018-09-27Merge tag 'for_v4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Greg Kroah-Hartman1-1/+1
2018-09-27dax: Fix deadlock in dax_lock_mapping_entry()Jan Kara1-0/+1
2018-09-25erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-11/+2
2018-09-21Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/linux-ubifsGreg Kroah-Hartman2-25/+6
2018-09-20ocfs2: fix ocfs2 read block panicJunxiao Bi1-0/+1
2018-09-20fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet1-0/+1
2018-09-20Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger1-24/+0
2018-09-20ubifs: drop false positive assertionSascha Hauer1-1/+3
2018-09-20ubifs: Check for name being NULL while mountingRichard Weinberger1-0/+3
2018-09-19ext2, dax: set ext2_dax_aops for dax filesToshi Kani1-1/+1
2018-09-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman8-26/+72
2018-09-15ext4, dax: set ext4_dax_aops for dax filesToshi Kani1-1/+1
2018-09-15ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani1-0/+1
2018-09-15ext4: don't mark mmp buffer head dirtyLi Dongyang1-1/+0
2018-09-15ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers1-0/+2
2018-09-14Merge tag '4.19-rc3-smb3-cifs' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-17/+43
2018-09-14Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-24/+39
2018-09-14NFS: Don't open code clearing of delegation stateTrond Myklebust1-9/+12
2018-09-14NFSv4.1 fix infinite loop on I/O.Trond Myklebust2-3/+9
2018-09-14NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust1-1/+1
2018-09-14pNFS: Ensure we return the error if someone kills a waiting layoutgetTrond Myklebust1-10/+16
2018-09-14NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust1-1/+1
2018-09-13Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-15/+44
2018-09-13Merge tag 'pstore-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+14
2018-09-13pstore: Fix incorrect persistent ram buffer mappingBin Yang1-3/+14
2018-09-12cifs: read overflow in is_valid_oplock_break()Dan Carpenter1-0/+8
2018-09-12cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2