summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | NFSv4: Add tracepoints for debugging the idmapperTrond Myklebust2013-08-222-0/+51
| * | | | | | NFSv4: Add tracepoints for debugging delegationsTrond Myklebust2013-08-224-0/+79
| * | | | | | NFSv4: Add tracepoints for debugging renameTrond Myklebust2013-08-222-4/+49
| * | | | | | NFSv4: Add tracepoints for debugging inode manipulationsTrond Myklebust2013-08-222-14/+73
| * | | | | | NFSv4: Add tracepoints for debugging lookup/create operationsTrond Myklebust2013-08-222-14/+72
| * | | | | | NFSv4: Add tracepoints for debugging file lockingTrond Myklebust2013-08-222-2/+82
| * | | | | | NFSv4: Add tracepoints for debugging file openTrond Myklebust2013-08-222-0/+129
| * | | | | | NFSv4: Add tracepoints for debugging state management problemsTrond Myklebust2013-08-224-1/+245
| * | | | | | NFS: Add tracepoints for debugging NFS hard linksTrond Myklebust2013-08-222-0/+72
| * | | | | | NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust2013-08-223-0/+146
| * | | | | | NFS: Add tracepoints for debugging directory changesTrond Myklebust2013-08-222-1/+104
| * | | | | | NFS: Add tracepoints for debugging generic file create eventsTrond Myklebust2013-08-222-0/+72
| * | | | | | NFS: Add event tracing for generic NFS lookupsTrond Myklebust2013-08-223-0/+203
| * | | | | | NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookupTrond Myklebust2013-08-221-1/+3
| * | | | | | NFS: Add event tracing for generic NFS eventsTrond Myklebust2013-08-227-11/+231
| * | | | | | NFS: refactor code for calculating the crc32 hash of a filehandleTrond Myklebust2013-08-222-2/+21
| * | | | | | NFS: Clean up nfs_sillyrename()Trond Myklebust2013-08-221-10/+16
| * | | | | | NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_typeTrond Myklebust2013-08-221-1/+1
| * | | | | | NFSv4: Deal with a sparse warning in nfs_idmap_get_key()Trond Myklebust2013-08-221-1/+1
| * | | | | | NFSv4: Deal with some more sparse warningsTrond Myklebust2013-08-222-7/+7
| * | | | | | NFSv4: Deal with a sparse warning in nfs4_opendata_allocTrond Myklebust2013-08-221-1/+1
| * | | | | | NFSv3: Deal with a sparse warning in nfs3_proc_createTrond Myklebust2013-08-211-2/+2
| * | | | | | NFS: Remove the NFSv4 "open optimisation" from nfs_permissionTrond Myklebust2013-08-201-5/+0
| * | | | | | NFSv4.1 Use clientid management rpc_clnt for secinfo_no_nameAndy Adamson2013-08-081-1/+6
| * | | | | | NFSv4.1 Use clientid management rpc_clnt for secinfoAndy Adamson2013-08-081-1/+6
| * | | | | | NFSv4.1 Increase NFS4_DEF_SLOT_TABLE_SIZEAndy Adamson2013-08-071-1/+1
| * | | | | | NFS Remove unused authflavour parameter from init_clientAndy Adamson2013-08-074-10/+6
| * | | | | | NFS: Never use user credentials for lease renewalChuck Lever2013-08-074-58/+11
| * | | | | | NFS: Use root's credential for lease management when keytab is missingChuck Lever2013-08-071-1/+18
| * | | | | | NFSv4: Refuse mount attempts with proto=udpTrond Myklebust2013-08-071-0/+12
| * | | | | | nfs: verify open flags before allowing an atomic openJeff Layton2013-08-071-0/+4
| * | | | | | NFSv4: Fix nfs4_init_uniform_client_string for net namespacesTrond Myklebust2013-07-241-2/+6
| * | | | | | NFSv4.1 Use the mount point rpc_clnt for layoutreturnAndy Adamson2013-07-231-1/+1
| * | | | | | NFS: Fix return type of nfs4_end_drain_session() stubChuck Lever2013-07-231-1/+1
| * | | | | | rpc_pipe: convert back to simple_dir_inode_operationsJeff Layton2013-07-231-18/+1
| * | | | | | nfs: fix open(O_RDONLY|O_TRUNC) in NFS4.0Nadav Shemer2013-07-231-2/+2
| * | | | | | NFSv4: encode_attrs should not backfill the bitmap and attribute lengthTrond Myklebust2013-07-231-72/+53
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-09-095-8/+29
|\ \ \ \ \ \ \
| * | | | | | | fuse: use list_for_each_entry() for list traversingDong Fang2013-09-041-4/+2
| * | | | | | | fuse: readdir: check for slash in namesMiklos Szeredi2013-09-031-0/+4
| * | | | | | | fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-09-034-3/+17
| * | | | | | | fuse: invalidate inode attributes on xattr modificationAnand Avati2013-09-031-0/+4
| * | | | | | | fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-09-031-1/+2
* | | | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-097-77/+99
|\ \ \ \ \ \ \ \
| * | | | | | | | GFS2: dirty inode correctly in gfs2_write_endBenjamin Marzinski2013-09-052-3/+10
| * | | | | | | | GFS2: Don't flag consistency error if first mounter is a spectatorBob Peterson2013-09-051-2/+51
| * | | | | | | | GFS2: Remove unnecessary memory barrierBob Peterson2013-09-041-1/+0
| * | | | | | | | GFS2: Merge ordered and writeback writepageSteven Whitehouse2013-08-271-31/+4
| * | | | | | | | GFS2: Take glock reference in examine_bucket()Steven Whitehouse2013-08-201-7/+5
| * | | | | | | | GFS2: Move gfs2_sync_meta to lops.cSteven Whitehouse2013-08-193-33/+29