aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-6/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 13-55/+55
2016-03-26nfs: use file_dentry()Gravatar Miklos Szeredi 3-6/+6
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-25/+238
2016-03-22Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 13-106/+187
2016-03-21nfs/blocklayout: make sure making a aligned read requestGravatar Kinglong Mee 1-6/+7
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-14/+11
2016-03-18nfs/blocklayout: add SCSI layout supportGravatar Christoph Hellwig 5-25/+238
2016-03-16nfs4: nfs4_ff_layout_prepare_ds should return NULL if connection failedGravatar Jeff Layton 1-0/+2
2016-03-16nfs: remove nfs_inode_dio_waitGravatar Christoph Hellwig 3-7/+3
2016-03-16nfs: remove nfs4_file_fsyncGravatar Christoph Hellwig 3-36/+7
2016-03-14replace d_add_unique() with saner primitiveGravatar Al Viro 1-6/+7
2016-03-14nfs_lookup: don't bother with d_instantiate(dentry, NULL)Gravatar Al Viro 1-8/+4
2016-02-22Merge branch 'multipath'Gravatar Trond Myklebust 2-6/+71
2016-02-22Merge branch 'nfsv41_cb'Gravatar Trond Myklebust 6-51/+97
2016-02-22NFSv4.x/pnfs: Fix a race between layoutget and bulk recallsGravatar Trond Myklebust 1-11/+6
2016-02-22NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layoutGravatar Trond Myklebust 1-2/+22
2016-02-17pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageGravatar Kinglong Mee 1-2/+8
2016-02-17nfs4: fix stateid handling for the NFS v4.2 operationsGravatar Christoph Hellwig 1-43/+76
2016-02-17NFSv4: Fix a dentry leak on alias useGravatar Benjamin Coddington 1-2/+2
2016-02-15pNFS: Always set NFS_LAYOUT_RETURN_REQUESTED with lo->plh_return_iomodeGravatar Trond Myklebust 1-2/+1
2016-02-15pNFS: Fix pnfs_mark_matching_lsegs_return()Gravatar Trond Myklebust 1-2/+13
2016-02-05NFS add callback_ops to nfs4_proc_bind_conn_to_session_callbackGravatar Andy Adamson 1-0/+10
2016-02-05pnfs/NFSv4.1: Add multipath capabilities to pNFS flexfiles servers over NFSv3Gravatar Trond Myklebust 1-3/+13
2016-02-05NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connectionsGravatar Trond Myklebust 1-3/+48
2016-02-01NFSv4.x: Fix NFS4ERR_RETRY_UNCACHED_REP in nfs4_callback_sequenceGravatar Trond Myklebust 1-7/+10
2016-01-27NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSEGravatar Trond Myklebust 4-9/+9
2016-01-26pNFS: Fix missing layoutreturn callsGravatar Trond Myklebust 1-62/+56
2016-01-25NFSv4.x: Allow multiple callbacks in flightGravatar Trond Myklebust 5-22/+69
2016-01-24NFSv4.x: Fix wraparound issues when validing the callback sequence idGravatar Trond Myklebust 1-26/+17
2016-01-24NFSv4.x: Enforce the ca_maxresponsesize_cached on the back channelGravatar Trond Myklebust 1-3/+6
2016-01-24NFSv4.x: CB_SEQUENCE should return NFS4ERR_DELAY if still executingGravatar Trond Myklebust 1-0/+2
2016-01-24NFSv4.x: Remove hard coded slotids in callback channelGravatar Trond Myklebust 2-4/+4
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-32/+32
2016-01-23Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-69/+47
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 6-32/+32
2016-01-22Merge branch 'bugfixes'Gravatar Trond Myklebust 2-63/+42
2016-01-22pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnGravatar Trond Myklebust 1-4/+2
2016-01-21NFS: Simplify nfs_request_add_commit_list() argumentsGravatar Anna Schumaker 3-6/+5
2016-01-21pNFS/flexfiles: Improve merging of errors in LAYOUTRETURNGravatar Trond Myklebust 1-59/+40
2016-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 22-417/+1148
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-14Make sure that highmem pages are not added to symlink page cacheGravatar Al Viro 1-3/+2
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-77/+10
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-38/+41
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-15/+50
2016-01-08NFS: Fix a compile warning about unused variable in nfs_generic_pg_pgios()Gravatar Trond Myklebust 1-3/+0
2016-01-08NFSv4: Fix a compile warning about no prototype for nfs4_ioctl()Gravatar Trond Myklebust 1-1/+1
2016-01-07Merge branch 'bugfixes'Gravatar Trond Myklebust 7-25/+92