summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * NFSD: Fill in WCC data for REMOVE, RMDIR, MKNOD, and MKDIRChuck Lever2010-07-071-2/+4
| * nfsd4: comment nitpickJ. Bruce Fields2010-07-061-1/+1
| * nfsd4: fix delegation recall race use-after-freeJ. Bruce Fields2010-06-241-0/+1
| * nfsd4: fix deleg leak on callback errorJ. Bruce Fields2010-06-241-1/+3
| * nfsd4: remove some debugging codeJ. Bruce Fields2010-06-221-2/+0
| * nfsd: nfs4callback encode_stateid helper functionBenny Halevy2010-06-221-3/+13
| * nfsd4: translate memory errors to delay, not serverfaultJ. Bruce Fields2010-06-221-3/+3
| * nfsd4; fix session reference count leakJ. Bruce Fields2010-06-222-1/+1
| * nfsd4: don't bother storing callback reply tagJ. Bruce Fields2010-05-311-6/+5
| * nfsd4: fix use of op_share_accessJ. Bruce Fields2010-05-311-4/+12
| * nfsd4: treat more recall errors as failuresJ. Bruce Fields2010-05-311-9/+8
| * nfsd4: remove extra put() on callback errorsJ. Bruce Fields2010-05-311-5/+1
* | Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-06-092-3/+2
|\ \ | |/ |/|
| * Merge branch 'for-2.6.34-incoming' into for-2.6.35-incomingJ. Bruce Fields2010-06-081-2/+1
| |\
| | * nfsd: nfsd_setattr needs to call commit_metadataChristoph Hellwig2010-06-011-2/+1
| * | nfsd4: shut down callback queue outside state lockJ. Bruce Fields2010-06-081-1/+1
* | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-2/+2
* | | sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-212-6/+5
* | | nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig2010-05-211-45/+42
|/ /
* | Revert "nfsd4: distinguish expired from stale stateids"J. Bruce Fields2010-05-181-45/+11
* | nfsd: safer initialization order in find_file()Pavel Emelyanov2010-05-181-3/+3
* | nfs4: minor callback code simplification, commentJ. Bruce Fields2010-05-181-2/+8
* | NFSD: don't report compiled-out versions as presentPavel Emelyanov2010-05-141-1/+1
* | nfsd4: implement reclaim_completeJ. Bruce Fields2010-05-134-4/+52
* | nfsd4: nfsd4_destroy_session must set callback client under the state lockBenny Halevy2010-05-132-0/+3
* | nfsd4: keep a reference count on client while in useBenny Halevy2010-05-133-4/+27
* | nfsd4: mark_client_expiredBenny Halevy2010-05-132-1/+23
* | nfsd4: introduce nfs4_client.cl_refcountBenny Halevy2010-05-132-1/+5
* | nfsd4: refactor expire_clientBenny Halevy2010-05-111-11/+18
* | nfsd4: extend the client_lock to cover cl_lruBenny Halevy2010-05-111-15/+26
* | nfsd4: use list_move in move_to_confirmedBenny Halevy2010-05-111-2/+1
* | nfsd4: fold release_session into expire_clientBenny Halevy2010-05-111-10/+4
* | nfsd4: rename sessionid_lock to client_lockBenny Halevy2010-05-111-12/+14
* | nfsd4: fix bare destroy_session null dereferenceJ. Bruce Fields2010-05-071-2/+8
* | Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-0413-5/+19
|\|
| * nfsd4: bug in read_bufNeil Brown2010-04-261-4/+4
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3013-0/+14
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | nfsd4: use local variable in nfs4svc_encode_compoundresBenny Halevy2010-05-041-2/+2
* | | nfsd4: fix unlikely race in session replay caseJ. Bruce Fields2010-05-033-8/+10
* | | nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter2010-04-221-2/+2
* | | nfsd4: complete enforcement of 4.1 op orderingJ. Bruce Fields2010-04-222-14/+43
* | | nfsd4: allow 4.0 clients to change callback pathJ. Bruce Fields2010-04-223-14/+24
* | | nfsd4: rearrange cb data structuresJ. Bruce Fields2010-04-223-28/+28
* | | nfsd4: cl_count is unusedJ. Bruce Fields2010-04-223-17/+2
* | | nfsd4: don't sleep in lease-break callbackJ. Bruce Fields2010-04-223-20/+73
* | | nfsd4: indentation cleanupJ. Bruce Fields2010-04-191-3/+2
* | | nfsd4: consistent session flag settingJ. Bruce Fields2010-04-161-6/+6
* | | nfsd4: remove probe task's reference on clientJ. Bruce Fields2010-04-021-8/+1