aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds26-192/+1004
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-07-01nfs: Remove invalid tk_pid from debug messageKinglong Mee3-6/+4
2015-07-01nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfhKinglong Mee1-7/+0
2015-07-01nfs: Drop bad comment in nfs41_walk_client_list()Kinglong Mee1-1/+0
2015-07-01nfs: Remove unneeded micro checking of CONFIG_PROC_FSKinglong Mee1-7/+3
2015-07-01nfs: Don't setting FILE_CREATED flags alwaysKinglong Mee1-3/+0
2015-07-01nfs: Use remove_proc_subtree() instead remove_proc_entry()Kinglong Mee1-18/+7
2015-07-01nfs: Remove unused argument in nfs_server_set_fsinfo()Kinglong Mee1-2/+1
2015-07-01nfs: Fix a memory leak when meeting an unsupported state protectKinglong Mee1-6/+8
2015-07-01nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton1-0/+2
2015-06-29NFSv4: When returning a delegation, don't reclaim an incompatible open mode.NeilBrown1-0/+7
2015-06-27NFSv4.2: LAYOUTSTATS is optional to implementTrond Myklebust3-3/+13
2015-06-27NFSv4.2: Fix up a decoding error in layoutstatsTrond Myklebust1-17/+1
2015-06-26pNFS/flexfiles: Fix the reset of struct pgio_header when resendingTrond Myklebust1-1/+1
2015-06-26pNFS/flexfiles: Turn off layoutcommit for servers that don't need itTrond Myklebust2-1/+18
2015-06-26Merge branch 'layoutstats'Trond Myklebust10-17/+755
2015-06-26pnfs/flexfiles: protect ktime manipulation with mirror lockPeng Tao1-19/+12
2015-06-26nfs: provide pnfs_report_layoutstat when NFS42 is disabledPeng Tao2-2/+12
2015-06-25nfs: verify open flags before allowing openBenjamin Coddington1-0/+4
2015-06-25nfs: always update creds in mirror, even when we have an already connected dsJeff Layton1-2/+2
2015-06-25nfs: fix potential credential leak in ff_layout_update_mirror_credJeff Layton1-1/+2
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+4
2015-06-24pnfs/flexfiles: report layoutstat regularlyPeng Tao2-5/+28
2015-06-24nfs42: serialize LAYOUTSTATS calls of the same filePeng Tao2-0/+10
2015-06-24pnfs/flexfiles: encode LAYOUTSTATS flexfiles specific dataPeng Tao2-2/+177
2015-06-24pnfs/flexfiles: add ff_layout_prepare_layoutstatsPeng Tao1-0/+71
2015-06-24pNFS/flexfiles: track when layout is first usedPeng Tao2-3/+8
2015-06-24pNFS/flexfiles: add layoutstats trackingTrond Myklebust2-11/+203
2015-06-24pNFS/flexfiles: Remove unused struct members user_name, group_nameTrond Myklebust1-2/+0
2015-06-24pnfs: add pnfs_report_layoutstat helper functionPeng Tao3-0/+56
2015-06-24pNFS: fill in nfs42_layoutstat_opsPeng Tao1-0/+47
2015-06-24NFSv.2/pnfs Add a LAYOUTSTATS rpc functionTrond Myklebust6-3/+161
2015-06-23make simple_positive() publicAl Viro1-1/+1
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+6
2015-06-22Merge branch 'bugfixes'Trond Myklebust4-15/+28
2015-06-18nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror()Yijing Wang1-1/+4
2015-06-17NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2-0/+2
2015-06-17pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust1-0/+2
2015-06-16NFSv4: Fix stateid recovery on revoked delegationsTrond Myklebust1-15/+3
2015-06-16Recover from stateid-type error on SETATTROlga Kornievskaia1-1/+7
2015-06-16nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumesKinglong Mee1-5/+7
2015-06-16nfs: make nfs4_init_uniform_client_string use a dynamically allocated bufferJeff Layton1-35/+77
2015-06-16nfs: make nfs4_init_nonuniform_client_string use a dynamically allocated bufferJeff Layton1-23/+51
2015-06-16nfs: update maxsz values for SETCLIENTID and EXCHANGE_IDJeff Layton1-2/+4
2015-06-16nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_idJeff Layton2-8/+21
2015-06-16pnfs/flexfiles: use swap() in ff_layout_sort_mirrors()Fabian Frederick1-6/+3
2015-06-11NFS: Ensure that we update the sequence id under the slot table lockTrond Myklebust1-5/+5
2015-06-11nfs: Initialize cb_sequenceres information before validate_seqid()Kinglong Mee1-7/+7