summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-22NFSv4: Add tracepoints for debugging file lockingTrond Myklebust2-2/+82
2013-08-22NFSv4: Add tracepoints for debugging file openTrond Myklebust2-0/+129
2013-08-22NFSv4: Add tracepoints for debugging state management problemsTrond Myklebust4-1/+245
2013-08-22NFS: Add tracepoints for debugging NFS hard linksTrond Myklebust2-0/+72
2013-08-22NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust3-0/+146
2013-08-22NFS: Add tracepoints for debugging directory changesTrond Myklebust2-1/+104
2013-08-22NFS: Add tracepoints for debugging generic file create eventsTrond Myklebust2-0/+72
2013-08-22NFS: Add event tracing for generic NFS lookupsTrond Myklebust3-0/+203
2013-08-22NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookupTrond Myklebust1-1/+3
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust7-11/+231
2013-08-22NFS: refactor code for calculating the crc32 hash of a filehandleTrond Myklebust2-2/+21
2013-08-22NFS: Clean up nfs_sillyrename()Trond Myklebust1-10/+16
2013-08-22NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_typeTrond Myklebust1-1/+1
2013-08-22NFSv4: Deal with a sparse warning in nfs_idmap_get_key()Trond Myklebust1-1/+1
2013-08-22NFSv4: Deal with some more sparse warningsTrond Myklebust2-7/+7
2013-08-22NFSv4: Deal with a sparse warning in nfs4_opendata_allocTrond Myklebust1-1/+1
2013-08-21NFSv3: Deal with a sparse warning in nfs3_proc_createTrond Myklebust1-2/+2
2013-08-20NFS: Remove the NFSv4 "open optimisation" from nfs_permissionTrond Myklebust1-5/+0
2013-08-08NFSv4.1 Use clientid management rpc_clnt for secinfo_no_nameAndy Adamson1-1/+6
2013-08-08NFSv4.1 Use clientid management rpc_clnt for secinfoAndy Adamson1-1/+6
2013-08-07NFSv4.1 Increase NFS4_DEF_SLOT_TABLE_SIZEAndy Adamson1-1/+1
2013-08-07NFS Remove unused authflavour parameter from init_clientAndy Adamson4-10/+6
2013-08-07NFS: Never use user credentials for lease renewalChuck Lever4-58/+11
2013-08-07NFS: Use root's credential for lease management when keytab is missingChuck Lever1-1/+18
2013-08-07NFSv4: Refuse mount attempts with proto=udpTrond Myklebust1-0/+12
2013-08-07nfs: verify open flags before allowing an atomic openJeff Layton1-0/+4
2013-07-24NFSv4: Fix nfs4_init_uniform_client_string for net namespacesTrond Myklebust1-2/+6
2013-07-23NFSv4.1 Use the mount point rpc_clnt for layoutreturnAndy Adamson1-1/+1
2013-07-23NFS: Fix return type of nfs4_end_drain_session() stubChuck Lever1-1/+1
2013-07-23rpc_pipe: convert back to simple_dir_inode_operationsJeff Layton1-18/+1
2013-07-23nfs: fix open(O_RDONLY|O_TRUNC) in NFS4.0Nadav Shemer1-2/+2
2013-07-23NFSv4: encode_attrs should not backfill the bitmap and attribute lengthTrond Myklebust1-72/+53
2013-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds16-180/+381
2013-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-44/+26
2013-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-15/+36
2013-07-23NFSv4: Fix brainfart in attribute length calculationTrond Myklebust1-1/+1
2013-07-22Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds14-155/+166
2013-07-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-6/+12
2013-07-22Merge tag 'gpio-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+71
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds47-1550/+3183
2013-07-22Thermal: Fix lockup of cpu_down()Steven Rostedt1-1/+0
2013-07-21Linux 3.11-rc2v3.11-rc2Linus Torvalds1-1/+1
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-28/+137
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+2
2013-07-20ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-20ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-20Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds155-91617/+22
2013-07-20drivers: gpio: msm: Fix the error condition for reading ngpioRohit Vaswani1-1/+1
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-18/+15
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-21/+60