| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Add event tracing for generic NFS events | Trond Myklebust | 2013-08-22 | 7 | -11/+231 |
* | NFS: refactor code for calculating the crc32 hash of a filehandle | Trond Myklebust | 2013-08-22 | 2 | -2/+21 |
* | NFS: Clean up nfs_sillyrename() | Trond Myklebust | 2013-08-22 | 1 | -10/+16 |
* | NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_type | Trond Myklebust | 2013-08-22 | 1 | -1/+1 |
* | NFSv4: Deal with a sparse warning in nfs_idmap_get_key() | Trond Myklebust | 2013-08-22 | 1 | -1/+1 |
* | NFSv4: Deal with some more sparse warnings | Trond Myklebust | 2013-08-22 | 2 | -7/+7 |
* | NFSv4: Deal with a sparse warning in nfs4_opendata_alloc | Trond Myklebust | 2013-08-22 | 1 | -1/+1 |
* | NFSv3: Deal with a sparse warning in nfs3_proc_create | Trond Myklebust | 2013-08-21 | 1 | -2/+2 |
* | NFS: Remove the NFSv4 "open optimisation" from nfs_permission | Trond Myklebust | 2013-08-20 | 1 | -5/+0 |
* | NFSv4.1 Use clientid management rpc_clnt for secinfo_no_name | Andy Adamson | 2013-08-08 | 1 | -1/+6 |
* | NFSv4.1 Use clientid management rpc_clnt for secinfo | Andy Adamson | 2013-08-08 | 1 | -1/+6 |
* | NFSv4.1 Increase NFS4_DEF_SLOT_TABLE_SIZE | Andy Adamson | 2013-08-07 | 1 | -1/+1 |
* | NFS Remove unused authflavour parameter from init_client | Andy Adamson | 2013-08-07 | 4 | -10/+6 |
* | NFS: Never use user credentials for lease renewal | Chuck Lever | 2013-08-07 | 4 | -58/+11 |
* | NFS: Use root's credential for lease management when keytab is missing | Chuck Lever | 2013-08-07 | 1 | -1/+18 |
* | NFSv4: Refuse mount attempts with proto=udp | Trond Myklebust | 2013-08-07 | 1 | -0/+12 |
* | nfs: verify open flags before allowing an atomic open | Jeff Layton | 2013-08-07 | 1 | -0/+4 |
* | NFSv4: Fix nfs4_init_uniform_client_string for net namespaces | Trond Myklebust | 2013-07-24 | 1 | -2/+6 |
* | NFSv4.1 Use the mount point rpc_clnt for layoutreturn | Andy Adamson | 2013-07-23 | 1 | -1/+1 |
* | NFS: Fix return type of nfs4_end_drain_session() stub | Chuck Lever | 2013-07-23 | 1 | -1/+1 |
* | rpc_pipe: convert back to simple_dir_inode_operations | Jeff Layton | 2013-07-23 | 1 | -18/+1 |
* | nfs: fix open(O_RDONLY|O_TRUNC) in NFS4.0 | Nadav Shemer | 2013-07-23 | 1 | -2/+2 |
* | NFSv4: encode_attrs should not backfill the bitmap and attribute length | Trond Myklebust | 2013-07-23 | 1 | -72/+53 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds | 2013-07-23 | 16 | -180/+381 |
|\ |
|
| * | alpha: Use handle_percpu_irq for the timer interrupt | Richard Henderson | 2013-07-19 | 1 | -1/+1 |
| * | alpha: Force the user-visible HZ to a constant 1024. | Richard Henderson | 2013-07-19 | 2 | -10/+5 |
| * | alpha: Don't if-out dp264_device_interrupt. | Richard Henderson | 2013-07-19 | 1 | -8/+0 |
| * | alpha: Use __builtin_alpha_rpcc | Richard Henderson | 2013-07-19 | 1 | -3/+1 |
| * | alpha: Fix type compatibility warning for marvel_map_irq | Richard Henderson | 2013-07-19 | 1 | -1/+2 |
| * | alpha: Generate dwarf2 unwind info for various kernel entry points. | Richard Henderson | 2013-07-19 | 1 | -111/+288 |
| * | alpha: Implement atomic64_dec_if_positive | Richard Henderson | 2013-07-19 | 2 | -0/+29 |
| * | alpha: Improve atomic_add_unless | Richard Henderson | 2013-07-19 | 1 | -23/+37 |
| * | alpha: Modernize lib/mpi/longlong.h | Richard Henderson | 2013-07-19 | 1 | -10/+7 |
| * | alpha: Add kcmp and finit_module syscalls | Richard Henderson | 2013-07-19 | 3 | -2/+5 |
| * | alpha: locks: remove unused arch_*_relax operations | Will Deacon | 2013-07-19 | 1 | -4/+0 |
| * | alpha: kernel: typo issue, using '1' instead of '11' | Chen Gang | 2013-07-19 | 1 | -1/+1 |
| * | alpha: kernel: using memcpy() instead of strcpy() | Chen Gang | 2013-07-19 | 1 | -1/+2 |
| * | alpha: Convert print_symbol to %pSR | Joe Perches | 2013-07-19 | 1 | -5/+3 |
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2013-07-23 | 4 | -44/+26 |
|\ \ |
|
| * | | vhost: Remove custom vhost rcu usage | Asias He | 2013-07-11 | 4 | -26/+12 |
| * | | vhost-scsi: Always access vq->private_data under vq mutex | Asias He | 2013-07-11 | 1 | -7/+4 |
| * | | vhost-net: Always access vq->private_data under vq mutex | Asias He | 2013-07-11 | 1 | -11/+10 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2013-07-23 | 1 | -15/+36 |
|\ \ \ |
|
| * | | | fuse: readdirplus: cleanup | Miklos Szeredi | 2013-07-17 | 1 | -3/+1 |
| * | | | fuse: readdirplus: change attributes once | Miklos Szeredi | 2013-07-17 | 1 | -3/+4 |
| * | | | fuse: readdirplus: fix instantiate | Miklos Szeredi | 2013-07-17 | 1 | -4/+13 |
| * | | | fuse: readdirplus: sanity checks | Miklos Szeredi | 2013-07-17 | 1 | -1/+11 |
| * | | | fuse: readdirplus: fix dentry leak | Niels de Vos | 2013-07-17 | 1 | -5/+8 |
* | | | | NFSv4: Fix brainfart in attribute length calculation | Trond Myklebust | 2013-07-23 | 1 | -1/+1 |
* | | | | Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-07-22 | 14 | -155/+166 |
|\ \ \ \ |
|