index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-02
nfsd: deal with DELEGRETURN racing with CB_RECALL
Andrew Elble
1
-0
/
+3
2015-09-01
nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM case
J. Bruce Fields
1
-3
/
+4
2015-08-31
nfsd: ensure that delegation stateid hash references are only put once
Jeff Layton
1
-9
/
+17
2015-08-31
nfsd: ensure that the ol stateid hash reference is only put once
Jeff Layton
1
-22
/
+36
2015-08-31
nfsd: allow more than one laundry job to run at a time
Jeff Layton
1
-1
/
+1
2015-08-13
lockd: NLM grace period shouldn't block NFSv4 opens
J. Bruce Fields
1
-3
/
+5
2015-08-10
Merge branch 'for-4.2' into for-4.3
J. Bruce Fields
1
-6
/
+6
2015-08-10
nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked}
Kinglong Mee
1
-10
/
+6
2015-08-10
nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockowner
Kinglong Mee
1
-4
/
+4
2015-08-10
nfsd: Remove macro LOFF_OVERFLOW
Kinglong Mee
1
-5
/
+2
2015-08-10
nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat()
Kinglong Mee
1
-2
/
+0
2015-08-10
nfsd: Remove unused values in nfs4_setlease()
Kinglong Mee
1
-2
/
+1
2015-08-10
nfsd: Remove nfs4_set_claim_prev()
Kinglong Mee
1
-7
/
+1
2015-08-10
nfsd: Drop duplicate checking of seqid in nfsd4_create_session()
Kinglong Mee
1
-5
/
+3
2015-08-10
nfsd: Add missing gen_confirm in nfsd4_setclientid()
Kinglong Mee
1
-2
/
+3
2015-08-10
nfsd: New counter for generating client confirm verifier
Kinglong Mee
1
-1
/
+1
2015-08-10
nfsd: Fix memory leak of so_owner.data in nfs4_stateowner
Kinglong Mee
1
-4
/
+11
2015-08-10
nfsd: Add layouts checking in client_has_state()
Kinglong Mee
1
-0
/
+3
2015-08-10
nfsd: Fix a memory leak of struct file_lock
Kinglong Mee
1
-0
/
+1
2015-07-31
nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid
Jeff Layton
1
-6
/
+6
2015-06-22
nfsd: take struct file setup fully into nfs4_preprocess_stateid_op
Christoph Hellwig
1
-11
/
+49
2015-06-19
nfsd: refactor nfs4_preprocess_stateid_op
Christoph Hellwig
1
-45
/
+52
2015-05-29
nfsd: work around a gcc-5.1 warning
Arnd Bergmann
1
-2
/
+1
2015-05-04
nfsd: remove nfsd_close
Christoph Hellwig
1
-1
/
+1
2015-05-04
nfsd: fix callback restarts
Christoph Hellwig
1
-1
/
+0
2015-05-04
nfsd: fix pNFS return on close semantics
Sachin Bhamare
1
-7
/
+118
2015-05-04
nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op
Christoph Hellwig
1
-10
/
+11
2015-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2015-04-24
Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-3
/
+2
2015-04-21
nfsd: eliminate NFSD_DEBUG
Mark Salter
1
-1
/
+1
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-2
/
+2
2015-04-03
locks: change lm_get_owner and lm_put_owner prototypes
Jeff Layton
1
-8
/
+10
2015-03-31
nfsd: remove unused status arg to nfsd4_cleanup_open_state
Jeff Layton
1
-1
/
+1
2015-03-31
nfsd: remove bogus setting of status in nfsd4_process_open2
Jeff Layton
1
-1
/
+0
2015-03-26
nfsd: return correct lockowner when there is a race on hash insert
J. Bruce Fields
1
-1
/
+1
2015-03-26
nfsd: return correct openowner when there is a race to put one in the hash
Jeff Layton
1
-1
/
+1
2015-02-26
nfsd: fix clp->cl_revoked list deletion causing softlock in nfsd
Andrew Elble
1
-1
/
+1
2015-02-02
nfsd: implement pNFS layout recalls
Christoph Hellwig
1
-0
/
+1
2015-02-02
nfsd: implement pNFS operations
Christoph Hellwig
1
-1
/
+15
2015-02-02
nfsd: make find_any_file available outside nfs4state.c
Christoph Hellwig
1
-1
/
+1
2015-02-02
nfsd: make find/get/put file available outside nfs4state.c
Christoph Hellwig
1
-8
/
+2
2015-02-02
nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c
Christoph Hellwig
1
-4
/
+4
2015-02-02
nfsd: move nfsd_fh_match to nfsfh.h
Christoph Hellwig
1
-10
/
+2
2015-02-02
fs: track fl_owner for leases
Christoph Hellwig
1
-1
/
+1
2015-02-02
Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20
J. Bruce Fields
1
-8
/
+13
2015-01-23
nfsd: fix year-2038 nfs4 state problem
J. Bruce Fields
1
-1
/
+6
2015-01-17
locks: clean up the lm_change prototype
Jeff Layton
1
-1
/
+2
2015-01-17
locks: add a dedicated spinlock to protect i_flctx lists
Jeff Layton
1
-2
/
+2
2015-01-17
locks: convert posix locks to file_lock_context
Jeff Layton
1
-7
/
+11
2015-01-15
nfsd: nfs4state: Remove unused function
Rickard Strandqvist
1
-10
/
+0
[next]