aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-11NFS: various changes relating to reporting IO errors.Gravatar NeilBrown 1-0/+7
2017-09-08NFS: Fix 2 use after free issues in the I/O codeGravatar Trond Myklebust 1-1/+0
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-3/+5
2017-07-13nfs: add export operationsGravatar Peng Tao 1-0/+2
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-5/+5
2017-07-13NFS: convert flags to boolGravatar Benjamin Coddington 1-3/+3
2017-07-13sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-2/+2
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-3/+3
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeGravatar J. Bruce Fields 1-2/+0
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 1-0/+1
2017-06-03nfs: Mark unnecessarily extern functions as staticGravatar Jan Kara 1-2/+0
2017-05-15sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-2/+2
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-3/+3
2017-05-08NFS append COMMIT after synchronous COPYGravatar Olga Kornievskaia 1-1/+0
2017-04-26NFS: Add a few more fatal I/O errors to nfs_error_is_fatal()Gravatar Trond Myklebust 1-0/+4
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectGravatar Weston Andros Adamson 1-0/+2
2016-12-19NFS: Clean up cache validity checkingGravatar Trond Myklebust 1-0/+1
2016-12-02NFS: Allow getattr to also report readdirplus cache hitsGravatar Trond Myklebust 1-0/+1
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Gravatar Anna Schumaker 1-5/+3
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-4/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2016-10-07mm: remove page_file_indexGravatar Huang Ying 1-3/+3
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Gravatar Al Viro 1-2/+0
2016-09-27pNFS: Fix atime updates on pNFS clientsGravatar Trond Myklebust 1-1/+0
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-1/+2
2016-09-20nfs: cover ->migratepage with CONFIG_MIGRATIONGravatar Chao Yu 1-3/+0
2016-09-19NFS pnfs data server multipath session trunkingGravatar Andy Adamson 1-0/+3
2016-08-16NFS: Allow the mount option retrans=0Gravatar Trond Myklebust 1-1/+4
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-11/+51
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-1/+1
2016-07-24Merge branch 'writeback'Gravatar Trond Myklebust 1-0/+40
2016-07-19nfs4: flexfiles: respect noresvport when establishing connections to DSesGravatar Tigran Mkrtchyan 1-1/+1
2016-07-19nfs4: clnt: respect noresvport when establishing connections to DSesGravatar Tigran Mkrtchyan 1-1/+1
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsGravatar Scott Mayhew 1-1/+1
2016-07-05NFSv4.2: Fix writeback races in nfs4_copy_file_rangeGravatar Trond Myklebust 1-0/+3
2016-07-05NFS: Do not aggressively cache file attributes in the case of O_DIRECTGravatar Trond Myklebust 1-0/+5
2016-07-05NFS: Do not serialise O_DIRECT reads and writesGravatar Trond Myklebust 1-0/+8
2016-07-05NFS: Ensure we reset the write verifier 'committed' value on resend.Gravatar Trond Myklebust 1-0/+17
2016-07-05NFS: Fix O_DIRECT verifier problemsGravatar Trond Myklebust 1-0/+7
2016-06-30NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSGravatar Trond Myklebust 1-8/+8
2016-05-17NFS: Add nfs_commit_file()Gravatar Anna Schumaker 1-0/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-3/+3
2016-03-16nfs: remove nfs_inode_dio_waitGravatar Christoph Hellwig 1-4/+0
2016-03-16nfs: remove nfs4_file_fsyncGravatar Christoph Hellwig 1-1/+1
2016-01-21NFS: Simplify nfs_request_add_commit_list() argumentsGravatar Anna Schumaker 1-1/+1
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadGravatar Benjamin Coddington 1-7/+2
2016-01-04Merge branch 'pnfs_generic'Gravatar Trond Myklebust 1-1/+6
2015-12-31NFS: Relax requirements in nfs_flush_incompatibleGravatar Trond Myklebust 1-0/+6
2015-12-31NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsGravatar Trond Myklebust 1-1/+0