| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: make 2 functions static | Adrian Bunk | 2006-08-03 | 2 | -2/+2 |
* | NFS: Release dcache_lock in an error path of nfs_path | Josh Triplett | 2006-08-03 | 1 | -1/+3 |
* | Merge branch 'locks' | Trond Myklebust | 2006-07-05 | 1 | -33/+41 |
|\ |
|
| * | NLM,NFSv4: Wait on local locks before we put RPC calls on the wire | Trond Myklebust | 2006-07-05 | 1 | -11/+24 |
| * | NFSv4: Ensure nfs4_lock_expired() caches delegated locks | Trond Myklebust | 2006-07-05 | 1 | -3/+5 |
| * | NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock | Trond Myklebust | 2006-07-05 | 1 | -19/+12 |
* | | NFS: Optimise away an excessive GETATTR call when a file is symlinked | Trond Myklebust | 2006-07-05 | 1 | -1/+3 |
* | | NFS: Fix NFS page_state usage | Trond Myklebust | 2006-07-05 | 1 | -3/+17 |
|/ |
|
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-07-03 | 12 | -19/+6 |
|\ |
|
| * | [PATCH] nfs: non-procfs build fix | Dominik Hackl | 2006-07-02 | 1 | -2/+2 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-30 | 11 | -11/+0 |
| |\ |
|
| | * | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 11 | -11/+0 |
| * | | [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter | Christoph Lameter | 2006-06-30 | 1 | -4/+2 |
| * | | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter | Christoph Lameter | 2006-06-30 | 2 | -2/+2 |
| |/ |
|
* | | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-06-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [PATCH] mark address_space_operations const | Christoph Hellwig | 2006-06-28 | 1 | -1/+1 |
* | | Revert "Merge branch 'odirect'" | Trond Myklebust | 2006-06-28 | 1 | -234/+201 |
|/ |
|
* | [PATCH] fix static linking of NFS | David Brownell | 2006-06-27 | 6 | -9/+9 |
* | Fix NFS2 compile error | Linus Torvalds | 2006-06-25 | 1 | -2/+0 |
* | nfs: remove nfs_put_link() | Alexey Dobriyan | 2006-06-25 | 1 | -10/+1 |
* | nfs-build-fix-99 | Andrew Morton | 2006-06-25 | 1 | -0/+4 |
* | git-nfs-build-fixes | Andrew Morton | 2006-06-25 | 3 | -8/+19 |
* | Merge branch 'odirect' | Trond Myklebust | 2006-06-25 | 1 | -201/+234 |
* | NFS: alloc nfs_read/write_data as direct I/O is scheduled | Chuck Lever | 2006-06-24 | 1 | -145/+65 |
* | NFS: Eliminate nfs_get_user_pages() | Chuck Lever | 2006-06-24 | 1 | -94/+111 |
* | NFS: refactor nfs_direct_free_user_pages | Chuck Lever | 2006-06-24 | 1 | -8/+15 |
* | NFS: remove user_addr, user_count, and pos from nfs_direct_req | Chuck Lever | 2006-06-24 | 1 | -21/+8 |
* | NFS: "open code" the NFS direct write rescheduler | Chuck Lever | 2006-06-24 | 1 | -8/+43 |
* | NFS: Separate functions for counting outstanding NFS direct I/Os | Chuck Lever | 2006-06-24 | 1 | -19/+20 |
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-06-24 | 3 | -68/+105 |
|\ |
|
| * | [PATCH] vfs: add lock owner argument to flush operation | Miklos Szeredi | 2006-06-23 | 1 | -2/+2 |
| * | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -2/+3 |
| * | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -38/+58 |
* | | NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mounts | Trond Myklebust | 2006-06-09 | 1 | -0/+29 |
* | | NFS: Split fs/nfs/inode.c | David Howells | 2006-06-09 | 16 | -1802/+1993 |
* | | NFS: Fix typo in nfs_do_clone_mount() | Trond Myklebust | 2006-06-09 | 1 | -2/+2 |
* | | NFS: Fix compile errors introduced by referrals patches | Trond Myklebust | 2006-06-09 | 1 | -11/+26 |
* | | NFSv4: Ensure that referral mounts bind to a reserved port | Trond Myklebust | 2006-06-09 | 1 | -0/+2 |
* | | NFSv4: A root pathname is sent as a zero component4 | Andy Adamson | 2006-06-09 | 1 | -1/+10 |
* | | NFSv4: Follow a referral | Manoj Naik | 2006-06-09 | 3 | -2/+58 |
* | | NFSv4: Ensure client submounts when following a referral | Manoj Naik | 2006-06-09 | 1 | -3/+267 |
* | | NFS: Expand clone mounts to include other servers | Manoj Naik | 2006-06-09 | 1 | -47/+64 |
* | | NFSv4: Create NFSv4 transport and client | Manoj Naik | 2006-06-09 | 1 | -58/+73 |
* | | NFSv4: Define an fs_locations bitmap | Manoj Naik | 2006-06-09 | 3 | -2/+30 |
* | | NFSv4: GETATTR attributes on referral | Manoj Naik | 2006-06-09 | 1 | -2/+2 |
* | | NFSv4: Decode mounted_on_fileid attribute in getattr. | Manoj Naik | 2006-06-09 | 1 | -0/+21 |
* | | NFSv4: convert fs-locations-components to conform to RFC3530 | Manoj Naik | 2006-06-09 | 3 | -12/+74 |
* | | NFSv4: Implement the fs_locations function call | Trond Myklebust | 2006-06-09 | 3 | -2/+141 |
* | | NFS: Add timeout to submounts | Trond Myklebust | 2006-06-09 | 3 | -1/+37 |
* | | NFS: Ensure the client submounts, when it crosses a server mountpoint. | Trond Myklebust | 2006-06-09 | 6 | -5/+409 |