Age | Commit message (Expand) | Author | Files | Lines |
2009-04-01 | mm: page_mkwrite change prototype to match fault | Nick Piggin | 1 | -1/+4 |
2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -2/+0 |
2009-03-27 | constify dentry_operations: NFS | Al Viro | 2 | -3/+3 |
2009-03-12 | NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined... | Trond Myklebust | 1 | -29/+39 |
2009-03-10 | Bug 11061, NFS mounts dropped | Ian Dall | 1 | -1/+62 |
2009-03-10 | NFS: Handle -ESTALE error in access() | Suresh Jayaraman | 1 | -1/+7 |
2009-03-10 | NFSv3: Fix posix ACL code | Trond Myklebust | 2 | -27/+34 |
2009-03-10 | NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2) | Trond Myklebust | 1 | -7/+8 |
2009-01-22 | fs/Kconfig: move nfs out | Alexey Dobriyan | 1 | -0/+86 |
2009-01-04 | fs: symlink write_begin allocation context fix | Nick Piggin | 1 | -1/+1 |
2008-12-30 | Merge branch 'devel' into next | Trond Myklebust | 16 | -1279/+1442 |
2008-12-30 | fs/nfs/nfs4proc.c: make nfs4_map_errors() static | WANG Cong | 2 | -2/+1 |
2008-12-23 | rpc: allow gss callbacks to client | Olga Kornievskaia | 1 | -5/+31 |
2008-12-23 | NFS: remove unused status from encode routines | Andy Adamson | 1 | -398/+180 |
2008-12-23 | NFS: increment number of operations in each encode routine | Andy Adamson | 1 | -170/+247 |
2008-12-23 | NFS: fix comment placement in nfs4xdr.c | Benny Halevy | 1 | -4/+4 |
2008-12-23 | NFS: fix tabs in nfs4xdr.c | Andy Adamson | 1 | -245/+245 |
2008-12-23 | NFS: remove white space from nfs4xdr.c | Andy Adamson | 1 | -33/+29 |
2008-12-23 | nfs: remove incorrect usage of nfs4 compound response hdr.status | Benny Halevy | 1 | -6/+0 |
2008-12-23 | nfs: return compound hdr.status when there are no op replies | Benny Halevy | 1 | -0/+2 |
2008-12-23 | NFSv4: Fix an infinite loop in the NFS state recovery code | Trond Myklebust | 1 | -2/+3 |
2008-12-23 | optimize attribute timeouts for "noac" and "actimeo=0" | Peter Staubach | 2 | -10/+3 |
2008-12-23 | NFSv4: Convert the open and close ops to use fmode | Trond Myklebust | 5 | -80/+90 |
2008-12-23 | NFS: Use delegations to optimise ACCESS calls | Trond Myklebust | 1 | -1/+2 |
2008-12-23 | NFSv4: Ensure that we set the verifier when revalidating delegated dentries | Trond Myklebust | 1 | -2/+4 |
2008-12-23 | NFSv4: Clean up is_atomic_open() | Trond Myklebust | 1 | -7/+8 |
2008-12-23 | NFSv4: Convert delegation->type field to fmode_t | Trond Myklebust | 3 | -6/+6 |
2008-12-23 | NFSv4: Fix up delegation callbacks | Trond Myklebust | 1 | -19/+38 |
2008-12-23 | NFSv4: Return unreferenced delegations more promptly | Trond Myklebust | 4 | -13/+49 |
2008-12-23 | NFSv4: Clean up the asynchronous delegation return | Trond Myklebust | 1 | -54/+19 |
2008-12-23 | NFSv4: Clean up nfs_expire_all_delegations() | Trond Myklebust | 4 | -34/+16 |
2008-12-23 | NFSv4: Fix a BAD_SEQUENCEID condition. | Trond Myklebust | 1 | -2/+0 |
2008-12-23 | NFSv4: Don't exit the state management if there are still tasks to do | Trond Myklebust | 1 | -2/+6 |
2008-12-23 | NFSv4: Rename the state reclaimer thread | Trond Myklebust | 4 | -25/+32 |
2008-12-23 | NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management... | Trond Myklebust | 4 | -10/+16 |
2008-12-23 | NFSv4: Clean up the support for returning multiple delegations | Trond Myklebust | 3 | -55/+52 |
2008-12-23 | NFSv4: Add recovery for individual stateids | Trond Myklebust | 3 | -10/+31 |
2008-12-23 | NFSv4: Remove nfs_client->cl_sem | Trond Myklebust | 5 | -45/+1 |
2008-12-23 | NFSv4: Ensure that file unlock requests don't conflict with state recovery | Trond Myklebust | 2 | -10/+20 |
2008-12-23 | NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover() | Trond Myklebust | 1 | -76/+75 |
2008-12-23 | NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_sem | Trond Myklebust | 1 | -1/+10 |
2008-12-23 | NFSv4: Add a recovery marking scheme for state owners | Trond Myklebust | 3 | -4/+26 |
2008-12-23 | NFSv4: Don't tell server we rebooted when not necessary | Trond Myklebust | 1 | -11/+11 |
2008-12-23 | NFSv4: Remove redundant RENEW calls if we know the lease has expired | Trond Myklebust | 3 | -19/+32 |
2008-12-23 | NFSv4: Fix state recovery when the client runs over the grace period | Trond Myklebust | 3 | -49/+155 |
2008-12-23 | NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lock | Trond Myklebust | 3 | -7/+17 |
2008-12-23 | NFSv4: Clean up for the state loss reclaimer | Trond Myklebust | 1 | -49/+81 |
2008-12-23 | NFS: Use atomic bitops when changing struct nfs_delegation->flags | Trond Myklebust | 3 | -9/+9 |
2008-12-23 | NFSv4: Fix up the dereferencing of delegation->inode | Trond Myklebust | 1 | -8/+31 |
2008-12-23 | NFSv4: Fix up another delegation related race | Trond Myklebust | 3 | -28/+60 |