summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-011-1/+1
* NFS: change sign of nfs_fh lengthFrank Sorenson2018-10-231-1/+1
* nfs: remove redundant call to nfs_context_set_write_error()Benjamin Coddington2018-10-181-4/+0
* nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington2018-10-181-19/+21
* NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia2018-10-051-3/+3
* NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2018-09-301-40/+39
* NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2018-09-301-96/+126
* NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust2018-09-301-3/+12
* NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust2018-09-302-13/+10
* NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2018-09-302-1/+10
* NFSv4: Split out NFS v4.2 copy completion functionsAnna Schumaker2018-09-301-15/+26
* NFS: Reduce indentation of nfs4_recovery_handle_error()Anna Schumaker2018-09-301-32/+32
* NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Anna Schumaker2018-09-301-37/+33
* NFS: Split out the body of nfs4_reclaim_open_state()Anna Schumaker2018-09-301-36/+47
* nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesTigran Mkrtchyan2018-09-301-1/+1
* NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-09-301-7/+9
* NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust2018-09-303-9/+9
* NFSv4: Convert open state lookup to use RCUTrond Myklebust2018-09-302-6/+7
* NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-305-38/+55
* NFS: Simplify internal check for whether file is open for writeTrond Myklebust2018-09-301-9/+1
* NFS: Convert lookups of the lock context to RCUTrond Myklebust2018-09-301-13/+12
* pNFS: Don't allocate more pages than we need to fit a layoutget responseTrond Myklebust2018-09-304-0/+10
* pNFS: Don't zero out the array in nfs4_alloc_pages()Trond Myklebust2018-09-301-2/+2
* SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-1/+3
* Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-09-301-0/+1
|\
| * dax: Fix deadlock in dax_lock_mapping_entry()Jan Kara2018-09-271-0/+1
* | Merge tag 'for_v4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Greg Kroah-Hartman2018-09-271-1/+1
|\ \
| * | ext2, dax: set ext2_dax_aops for dax filesToshi Kani2018-09-191-1/+1
* | | erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-251-11/+2
|\ \ \ | |_|/ |/| |
| * | filesystem-dax: Fix use of zero pageMatthew Wilcox2018-09-111-11/+2
* | | Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/linux-ubifsGreg Kroah-Hartman2018-09-212-25/+6
|\ \ \
| * | | Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger2018-09-201-24/+0
| * | | ubifs: drop false positive assertionSascha Hauer2018-09-201-1/+3
| * | | ubifs: Check for name being NULL while mountingRichard Weinberger2018-09-201-0/+3
| | |/ | |/|
* | | ocfs2: fix ocfs2 read block panicJunxiao Bi2018-09-201-0/+1
* | | fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet2018-09-201-0/+1
|/ /
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-09-178-26/+72
|\ \
| * | ext4, dax: set ext4_dax_aops for dax filesToshi Kani2018-09-151-1/+1
| * | ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani2018-09-151-0/+1
| * | ext4: don't mark mmp buffer head dirtyLi Dongyang2018-09-151-1/+0
| * | ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-151-0/+2
| * | ext4: close race between direct IO and ext4_break_layouts()Ross Zwisler2018-09-111-6/+3
| * | ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-031-1/+2
| * | ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-031-0/+20
| * | ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-011-0/+2
| * | ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o2018-09-012-2/+9
| * | ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-08-272-12/+12
| * | ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-08-271-0/+6
| * | ext4: add nonstring annotations to ext4.hTheodore Ts'o2018-08-271-3/+14
* | | Merge tag '4.19-rc3-smb3-cifs' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-09-145-17/+43
|\ \ \