summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/mat...Linus Torvalds2013-07-2316-180/+381
|\
| * alpha: Use handle_percpu_irq for the timer interruptRichard Henderson2013-07-191-1/+1
| * alpha: Force the user-visible HZ to a constant 1024.Richard Henderson2013-07-192-10/+5
| * alpha: Don't if-out dp264_device_interrupt.Richard Henderson2013-07-191-8/+0
| * alpha: Use __builtin_alpha_rpccRichard Henderson2013-07-191-3/+1
| * alpha: Fix type compatibility warning for marvel_map_irqRichard Henderson2013-07-191-1/+2
| * alpha: Generate dwarf2 unwind info for various kernel entry points.Richard Henderson2013-07-191-111/+288
| * alpha: Implement atomic64_dec_if_positiveRichard Henderson2013-07-192-0/+29
| * alpha: Improve atomic_add_unlessRichard Henderson2013-07-191-23/+37
| * alpha: Modernize lib/mpi/longlong.hRichard Henderson2013-07-191-10/+7
| * alpha: Add kcmp and finit_module syscallsRichard Henderson2013-07-193-2/+5
| * alpha: locks: remove unused arch_*_relax operationsWill Deacon2013-07-191-4/+0
| * alpha: kernel: typo issue, using '1' instead of '11'Chen Gang2013-07-191-1/+1
| * alpha: kernel: using memcpy() instead of strcpy()Chen Gang2013-07-191-1/+2
| * alpha: Convert print_symbol to %pSRJoe Perches2013-07-191-5/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2013-07-234-44/+26
|\ \
| * | vhost: Remove custom vhost rcu usageAsias He2013-07-114-26/+12
| * | vhost-scsi: Always access vq->private_data under vq mutexAsias He2013-07-111-7/+4
| * | vhost-net: Always access vq->private_data under vq mutexAsias He2013-07-111-11/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-07-231-15/+36
|\ \ \
| * | | fuse: readdirplus: cleanupMiklos Szeredi2013-07-171-3/+1
| * | | fuse: readdirplus: change attributes onceMiklos Szeredi2013-07-171-3/+4
| * | | fuse: readdirplus: fix instantiateMiklos Szeredi2013-07-171-4/+13
| * | | fuse: readdirplus: sanity checksMiklos Szeredi2013-07-171-1/+11
| * | | fuse: readdirplus: fix dentry leakNiels de Vos2013-07-171-5/+8
* | | | NFSv4: Fix brainfart in attribute length calculationTrond Myklebust2013-07-231-1/+1
* | | | Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-2214-155/+166
|\ \ \ \