| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | nfsd4: keep a reference count on client while in use | Benny Halevy | 2010-05-13 | 3 | -4/+27 |
* | | nfsd4: mark_client_expired | Benny Halevy | 2010-05-13 | 2 | -1/+23 |
* | | nfsd4: introduce nfs4_client.cl_refcount | Benny Halevy | 2010-05-13 | 2 | -1/+5 |
* | | nfsd4: refactor expire_client | Benny Halevy | 2010-05-11 | 1 | -11/+18 |
* | | nfsd4: extend the client_lock to cover cl_lru | Benny Halevy | 2010-05-11 | 1 | -15/+26 |
* | | nfsd4: use list_move in move_to_confirmed | Benny Halevy | 2010-05-11 | 1 | -2/+1 |
* | | nfsd4: fold release_session into expire_client | Benny Halevy | 2010-05-11 | 1 | -10/+4 |
* | | nfsd4: rename sessionid_lock to client_lock | Benny Halevy | 2010-05-11 | 1 | -12/+14 |
* | | nfsd4: fix bare destroy_session null dereference | J. Bruce Fields | 2010-05-07 | 1 | -2/+8 |
* | | Merge commit 'v2.6.34-rc6' | J. Bruce Fields | 2010-05-04 | 13 | -5/+19 |
|\ \
| |/ |
|
| * | nfsd4: bug in read_buf | Neil Brown | 2010-04-26 | 1 | -4/+4 |
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 13 | -0/+14 |
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
| |\ |
|
| | * | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 1 | -1/+1 |
* | | | nfsd4: use local variable in nfs4svc_encode_compoundres | Benny Halevy | 2010-05-04 | 1 | -2/+2 |
* | | | nfsd4: fix unlikely race in session replay case | J. Bruce Fields | 2010-05-03 | 3 | -8/+10 |
* | | | nfsd: potential ERR_PTR dereference on exp_export() error paths. | Dan Carpenter | 2010-04-22 | 1 | -2/+2 |
* | | | nfsd4: complete enforcement of 4.1 op ordering | J. Bruce Fields | 2010-04-22 | 2 | -14/+43 |
* | | | nfsd4: allow 4.0 clients to change callback path | J. Bruce Fields | 2010-04-22 | 3 | -14/+24 |
* | | | nfsd4: rearrange cb data structures | J. Bruce Fields | 2010-04-22 | 3 | -28/+28 |
* | | | nfsd4: cl_count is unused | J. Bruce Fields | 2010-04-22 | 3 | -17/+2 |
* | | | nfsd4: don't sleep in lease-break callback | J. Bruce Fields | 2010-04-22 | 3 | -20/+73 |
* | | | nfsd4: indentation cleanup | J. Bruce Fields | 2010-04-19 | 1 | -3/+2 |
* | | | nfsd4: consistent session flag setting | J. Bruce Fields | 2010-04-16 | 1 | -6/+6 |
* | | | nfsd4: remove probe task's reference on client | J. Bruce Fields | 2010-04-02 | 1 | -8/+1 |
* | | | nfsd4: remove dprintk | J. Bruce Fields | 2010-04-02 | 1 | -3/+0 |
* | | | nfsd4: shutdown callbacks on expiry | J. Bruce Fields | 2010-04-02 | 1 | -3/+3 |
* | | | nfsd4: preallocate nfs4_rpc_args | J. Bruce Fields | 2010-04-02 | 2 | -15/+13 |
* | | | nfsd: don't break lease while servicing a COMMIT | Jeff Layton | 2010-03-22 | 2 | -3/+6 |
* | | | nfsd: factor out hash functions for export caches. | NeilBrown | 2010-03-16 | 1 | -17/+23 |
* | | | Merge commit 'v2.6.34-rc1' into for-2.6.35-incoming | J. Bruce Fields | 2010-03-09 | 3 | -9/+13 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-03-06 | 6 | -92/+100 |
| |\ \ |
|
| * | | | vfs: take f_lock on modifying f_mode after open time | Wu Fengguang | 2010-03-06 | 1 | -0/+2 |
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-03-05 | 1 | -4/+0 |
| |\ \ \ |
|
| | * | | | dquot: move dquot initialization responsibility into the filesystem | Christoph Hellwig | 2010-03-05 | 1 | -4/+0 |
| * | | | | fix NFS4 handling of mountpoint stat | Al Viro | 2010-03-03 | 1 | -3/+9 |
| * | | | | Switch may_open() and break_lease() to passing O_... | Al Viro | 2010-03-03 | 1 | -2/+2 |
| |/ / / |
|
* | | | | nfsd4: document lease/grace-period limits | J. Bruce Fields | 2010-03-06 | 1 | -3/+12 |
* | | | | nfsd4: allow setting grace period time | J. Bruce Fields | 2010-03-06 | 3 | -1/+21 |
* | | | | nfsd4: reshuffle lease-setting code to allow reuse | J. Bruce Fields | 2010-03-06 | 1 | -12/+17 |
* | | | | nfsd4: remove unnecessary lease-setting function | J. Bruce Fields | 2010-03-06 | 2 | -13/+1 |
* | | | | nfsd4: simplify lease/grace interaction | J. Bruce Fields | 2010-03-06 | 1 | -21/+11 |
* | | | | nfsd4: simplify references to nfsd4 lease time | J. Bruce Fields | 2010-03-06 | 5 | -23/+13 |
| |/ /
|/| | |
|
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming | J. Bruce Fields | 2010-03-04 | 2 | -10/+3 |
|\ \ \
| |/ / |
|
| * | | vfs: don't call ima_file_check() unconditionally in nfsd_open() | Chuck Ebbert | 2010-02-20 | 1 | -1/+2 |
| * | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-02-08 | 1 | -9/+1 |
| |\ \ |
|
| | * | | Revert "nfsd4: fix error return when pseudoroot missing" | J. Bruce Fields | 2010-02-08 | 1 | -9/+1 |
| * | | | ima: rename ima_path_check to ima_file_check | Mimi Zohar | 2010-02-07 | 1 | -1/+1 |
| * | | | fix ima breakage | Mimi Zohar | 2010-02-07 | 1 | -2/+1 |
| * | | | Take ima_path_check() in nfsd past dentry_open() in nfsd_open() | Al Viro | 2010-02-07 | 1 | -1/+2 |
| | |/
| |/| |
|