| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-01-15 | 1 | -18/+47 |
|\ |
|
| * | nfsd: use to_delayed_work | Geliang Tang | 2016-01-07 | 1 | -2/+1 |
| * | nfsd4: fix gss-proxy 4.1 mounts for some AD principals | J. Bruce Fields | 2015-11-24 | 1 | -1/+9 |
| * | nfsd: fix unlikely NULL deref in mach_creds_match | J. Bruce Fields | 2015-11-24 | 1 | -0/+9 |
| * | nfsd: minor consolidation of mach_cred handling code | J. Bruce Fields | 2015-11-24 | 1 | -7/+10 |
| * | nfsd: helper for dup of possibly NULL string | J. Bruce Fields | 2015-11-24 | 1 | -6/+15 |
| * | nfsd: fix a warning message | Dan Carpenter | 2015-11-23 | 1 | -1/+2 |
| * | nfsd: constify nfsd4_callback_ops structure | Julia Lawall | 2015-11-23 | 1 | -2/+2 |
* | | nfsd: Pass filehandle to nfs4_preprocess_stateid_op() | Anna Schumaker | 2015-12-08 | 1 | -3/+2 |
|/ |
|
* | nfsd: fix race with open / open upgrade stateids | Andrew Elble | 2015-11-10 | 1 | -25/+53 |
* | nfsd: eliminate sending duplicate and repeated delegations | Andrew Elble | 2015-11-10 | 1 | -10/+84 |
* | nfsd: ensure that seqid morphing operations are atomic wrt to copies | Jeff Layton | 2015-10-23 | 1 | -15/+19 |
* | nfsd: improve client_has_state to check for unused openowners | J. Bruce Fields | 2015-10-23 | 1 | -8/+12 |
* | nfsd: fix clid_inuse on mount with security change | J. Bruce Fields | 2015-10-23 | 1 | -2/+8 |
* | nfsd: serialize state seqid morphing operations | Jeff Layton | 2015-10-12 | 1 | -5/+28 |
* | nfsd: deal with DELEGRETURN racing with CB_RECALL | Andrew Elble | 2015-09-02 | 1 | -0/+3 |
* | nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM case | J. Bruce Fields | 2015-09-01 | 1 | -3/+4 |
* | nfsd: ensure that delegation stateid hash references are only put once | Jeff Layton | 2015-08-31 | 1 | -9/+17 |
* | nfsd: ensure that the ol stateid hash reference is only put once | Jeff Layton | 2015-08-31 | 1 | -22/+36 |
* | nfsd: allow more than one laundry job to run at a time | Jeff Layton | 2015-08-31 | 1 | -1/+1 |
* | lockd: NLM grace period shouldn't block NFSv4 opens | J. Bruce Fields | 2015-08-13 | 1 | -3/+5 |
* | Merge branch 'for-4.2' into for-4.3 | J. Bruce Fields | 2015-08-10 | 1 | -6/+6 |
|\ |
|
| * | nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid | Jeff Layton | 2015-07-31 | 1 | -6/+6 |
* | | nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked} | Kinglong Mee | 2015-08-10 | 1 | -10/+6 |
* | | nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockowner | Kinglong Mee | 2015-08-10 | 1 | -4/+4 |
* | | nfsd: Remove macro LOFF_OVERFLOW | Kinglong Mee | 2015-08-10 | 1 | -5/+2 |
* | | nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat() | Kinglong Mee | 2015-08-10 | 1 | -2/+0 |
* | | nfsd: Remove unused values in nfs4_setlease() | Kinglong Mee | 2015-08-10 | 1 | -2/+1 |
* | | nfsd: Remove nfs4_set_claim_prev() | Kinglong Mee | 2015-08-10 | 1 | -7/+1 |
* | | nfsd: Drop duplicate checking of seqid in nfsd4_create_session() | Kinglong Mee | 2015-08-10 | 1 | -5/+3 |
* | | nfsd: Add missing gen_confirm in nfsd4_setclientid() | Kinglong Mee | 2015-08-10 | 1 | -2/+3 |
* | | nfsd: New counter for generating client confirm verifier | Kinglong Mee | 2015-08-10 | 1 | -1/+1 |
* | | nfsd: Fix memory leak of so_owner.data in nfs4_stateowner | Kinglong Mee | 2015-08-10 | 1 | -4/+11 |
* | | nfsd: Add layouts checking in client_has_state() | Kinglong Mee | 2015-08-10 | 1 | -0/+3 |
* | | nfsd: Fix a memory leak of struct file_lock | Kinglong Mee | 2015-08-10 | 1 | -0/+1 |
|/ |
|
* | nfsd: take struct file setup fully into nfs4_preprocess_stateid_op | Christoph Hellwig | 2015-06-22 | 1 | -11/+49 |
* | nfsd: refactor nfs4_preprocess_stateid_op | Christoph Hellwig | 2015-06-19 | 1 | -45/+52 |
* | nfsd: work around a gcc-5.1 warning | Arnd Bergmann | 2015-05-29 | 1 | -2/+1 |
* | nfsd: remove nfsd_close | Christoph Hellwig | 2015-05-04 | 1 | -1/+1 |
* | nfsd: fix callback restarts | Christoph Hellwig | 2015-05-04 | 1 | -1/+0 |
* | nfsd: fix pNFS return on close semantics | Sachin Bhamare | 2015-05-04 | 1 | -7/+118 |
* | nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op | Christoph Hellwig | 2015-05-04 | 1 | -10/+11 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 1 | -2/+2 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | | Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-04-24 | 1 | -3/+2 |
|\ \ |
|
| * | | nfsd: eliminate NFSD_DEBUG | Mark Salter | 2015-04-21 | 1 | -1/+1 |
| * | | nfsd: remove unused status arg to nfsd4_cleanup_open_state | Jeff Layton | 2015-03-31 | 1 | -1/+1 |
| * | | nfsd: remove bogus setting of status in nfsd4_process_open2 | Jeff Layton | 2015-03-31 | 1 | -1/+0 |
| |/ |
|
* / | locks: change lm_get_owner and lm_put_owner prototypes | Jeff Layton | 2015-04-03 | 1 | -8/+10 |
|/ |
|
* | nfsd: return correct lockowner when there is a race on hash insert | J. Bruce Fields | 2015-03-26 | 1 | -1/+1 |