aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04nfsd: fix callback restartsChristoph Hellwig1-1/+0
2015-05-04nfsd: fix pNFS return on close semanticsSachin Bhamare1-7/+118
2015-05-04nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-10/+11
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-24Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+2
2015-04-21nfsd: eliminate NFSD_DEBUGMark Salter1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-03locks: change lm_get_owner and lm_put_owner prototypesJeff Layton1-8/+10
2015-03-31nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton1-1/+1
2015-03-31nfsd: remove bogus setting of status in nfsd4_process_open2Jeff Layton1-1/+0
2015-03-25nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields1-1/+1
2015-03-25nfsd: return correct openowner when there is a race to put one in the hashJeff Layton1-1/+1
2015-02-26nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble1-1/+1
2015-02-02nfsd: implement pNFS layout recallsChristoph Hellwig1-0/+1
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-1/+15
2015-02-02nfsd: make find_any_file available outside nfs4state.cChristoph Hellwig1-1/+1
2015-02-02nfsd: make find/get/put file available outside nfs4state.cChristoph Hellwig1-8/+2
2015-02-02nfsd: make lookup/alloc/unhash_stid available outside nfs4state.cChristoph Hellwig1-4/+4
2015-02-02nfsd: move nfsd_fh_match to nfsfh.hChristoph Hellwig1-10/+2
2015-02-02fs: track fl_owner for leasesChristoph Hellwig1-1/+1
2015-02-02Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20J. Bruce Fields1-8/+13
2015-01-23nfsd: fix year-2038 nfs4 state problemJ. Bruce Fields1-1/+6
2015-01-16locks: clean up the lm_change prototypeJeff Layton1-1/+2
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton1-2/+2
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton1-7/+11
2015-01-15nfsd: nfs4state: Remove unused functionRickard Strandqvist1-10/+0
2015-01-07nfsd: fi_delegees doesn't need to be an atomic_tJeff Layton1-4/+4
2015-01-07nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton1-1/+1
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-31/+37
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-3/+3
2014-12-09fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-11-07nfsd: convert nfs4_file searches to use RCUJeff Layton1-22/+29
2014-10-23NFSD: Always initialize cl_cb_addrChuck Lever1-1/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-45/+59
2014-10-07locks: give lm_break a return valueJeff Layton1-8/+9
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton1-3/+3
2014-10-07locks: define a lm_setup handler for leasesJeff Layton1-4/+2
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton1-2/+2
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton1-9/+4
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton1-1/+1
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton1-2/+5
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton1-3/+0
2014-09-26nfsd: introduce nfsd4_callback_opsChristoph Hellwig1-5/+46
2014-09-26nfsd: split nfsd4_callback initialization and useChristoph Hellwig1-3/+5
2014-09-26nfsd: introduce a generic nfsd4_cbChristoph Hellwig1-1/+3
2014-09-17nfsd4: clarify how grace period endsJ. Bruce Fields1-0/+20
2014-09-17nfsd4: stop grace_time update at end of grace periodJ. Bruce Fields1-6/+0
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton1-2/+2
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton1-1/+1
2014-09-17nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton1-0/+3