Age | Commit message (Expand) | Author | Files | Lines |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2019-07-04 | nfsd: decode implementation id | J. Bruce Fields | 1 | -0/+4 |
2019-07-04 | nfsd: add nfsd/clients directory | J. Bruce Fields | 1 | -1/+5 |
2019-07-04 | nfsd4: use reference count to free client | J. Bruce Fields | 1 | -0/+1 |
2019-07-04 | nfsd: rename cl_refcount | J. Bruce Fields | 1 | -1/+1 |
2019-07-03 | nfsd: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -2/+2 |
2019-04-24 | nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char array | Scott Mayhew | 1 | -4/+4 |
2019-04-08 | nfsd: Don't release the callback slot unless it was actually held | Trond Myklebust | 1 | -0/+1 |
2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -1/+1 |
2018-09-26 | NFSD introduce async copy feature | Olga Kornievskaia | 1 | -0/+9 |
2018-09-26 | NFSD CB_OFFLOAD xdr | Olga Kornievskaia | 1 | -0/+1 |
2018-08-23 | nfsd: Remove callback_cred | Chuck Lever | 1 | -2/+0 |
2017-11-08 | fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_t | Elena Reshetova | 1 | -2/+2 |
2017-11-08 | fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+1 |
2017-11-08 | fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+2 |
2017-11-08 | nfsd4: catch some false session retries | J. Bruce Fields | 1 | -0/+1 |
2017-11-08 | nfsd4: fix cached replies to solo SEQUENCE compounds | J. Bruce Fields | 1 | -0/+1 |
2017-02-18 | nfsd/callback: Cleanup callback cred on shutdown | Kinglong Mee | 1 | -0/+1 |
2017-01-31 | NFSD: Fix a null reference case in find_or_create_lock_stateid() | Kinglong Mee | 1 | -2/+2 |
2016-09-26 | nfsd: add a LRU list for blocked locks | Jeff Layton | 1 | -0/+2 |
2016-09-26 | nfsd: have nfsd4_lock use blocking locks for v4.1+ locks | Jeff Layton | 1 | -3/+9 |
2016-09-26 | nfsd: plumb in a CB_NOTIFY_LOCK operation | Jeff Layton | 1 | -0/+7 |
2016-09-16 | nfsd: eliminate cb_minorversion field | Jeff Layton | 1 | -1/+0 |
2016-07-13 | nfsd: implement machine credential support for some operations | Andrew Elble | 1 | -0/+1 |
2016-06-16 | nfsd: Always lock state exclusively. | Oleg Drokin | 1 | -1/+1 |
2016-05-13 | nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateid | Jeff Layton | 1 | -0/+5 |
2016-01-15 | Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+2 |
2015-12-08 | nfsd: Pass filehandle to nfs4_preprocess_stateid_op() | Anna Schumaker | 1 | -2/+2 |
2015-11-23 | nfsd: constify nfsd4_callback_ops structure | Julia Lawall | 1 | -2/+2 |
2015-10-23 | nfsd: ensure that seqid morphing operations are atomic wrt to copies | Jeff Layton | 1 | -15/+8 |
2015-10-23 | nfsd: serialize layout stateid morphing operations | Jeff Layton | 1 | -0/+1 |
2015-10-13 | nfsd: serialize state seqid morphing operations | Jeff Layton | 1 | -9/+10 |
2015-08-13 | nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errors | Kinglong Mee | 1 | -1/+1 |
2015-06-22 | nfsd: take struct file setup fully into nfs4_preprocess_stateid_op | Christoph Hellwig | 1 | -3/+3 |
2015-06-04 | nfsd: Update callback sequnce id only CB_SEQUENCE success | Kinglong Mee | 1 | -0/+1 |
2015-05-04 | nfsd: fix callback restarts | Christoph Hellwig | 1 | -3/+1 |
2015-05-04 | nfsd: split transport vs operation errors for callbacks | Christoph Hellwig | 1 | -0/+1 |
2015-05-04 | nfsd: fix pNFS return on close semantics | Sachin Bhamare | 1 | -0/+14 |
2015-02-02 | nfsd: implement pNFS layout recalls | Christoph Hellwig | 1 | -0/+6 |
2015-02-02 | nfsd: implement pNFS operations | Christoph Hellwig | 1 | -0/+21 |
2015-02-02 | nfsd: make find_any_file available outside nfs4state.c | Christoph Hellwig | 1 | -0/+1 |
2015-02-02 | nfsd: make find/get/put file available outside nfs4state.c | Christoph Hellwig | 1 | -0/+7 |
2015-02-02 | nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c | Christoph Hellwig | 1 | -0/+6 |
2015-01-07 | nfsd: fi_delegees doesn't need to be an atomic_t | Jeff Layton | 1 | -1/+1 |
2014-11-08 | nfsd: convert nfs4_file searches to use RCU | Jeff Layton | 1 | -1/+4 |
2014-10-23 | nfsd: clean up comments over nfs4_file definition | Jeff Layton | 1 | -5/+9 |
2014-10-11 | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 1 | -1/+0 |
2014-10-07 | nfsd: don't keep a pointer to the lease in nfs4_file | Jeff Layton | 1 | -1/+0 |
2014-10-01 | nfsd: eliminate "to_delegation" define | Jeff Layton | 1 | -0/+3 |
2014-09-27 | nfsd: introduce nfsd4_callback_ops | Christoph Hellwig | 1 | -4/+8 |