index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
state.h
Age
Commit message (
Expand
)
Author
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-03
nfsd: decode implementation id
J. Bruce Fields
2019-07-03
nfsd: add nfsd/clients directory
J. Bruce Fields
2019-07-03
nfsd4: use reference count to free client
J. Bruce Fields
2019-07-03
nfsd: rename cl_refcount
J. Bruce Fields
2019-07-03
nfsd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-04-24
nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char array
Scott Mayhew
2019-04-08
nfsd: Don't release the callback slot unless it was actually held
Trond Myklebust
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-09-25
NFSD introduce async copy feature
Olga Kornievskaia
2018-09-25
NFSD CB_OFFLOAD xdr
Olga Kornievskaia
2018-08-22
nfsd: Remove callback_cred
Chuck Lever
2017-11-07
fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_t
Elena Reshetova
2017-11-07
fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_t
Elena Reshetova
2017-11-07
fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_t
Elena Reshetova
2017-11-07
nfsd4: catch some false session retries
J. Bruce Fields
2017-11-07
nfsd4: fix cached replies to solo SEQUENCE compounds
J. Bruce Fields
2017-02-17
nfsd/callback: Cleanup callback cred on shutdown
Kinglong Mee
2017-01-31
NFSD: Fix a null reference case in find_or_create_lock_stateid()
Kinglong Mee
2016-09-26
nfsd: add a LRU list for blocked locks
Jeff Layton
2016-09-26
nfsd: have nfsd4_lock use blocking locks for v4.1+ locks
Jeff Layton
2016-09-26
nfsd: plumb in a CB_NOTIFY_LOCK operation
Jeff Layton
2016-09-16
nfsd: eliminate cb_minorversion field
Jeff Layton
2016-07-13
nfsd: implement machine credential support for some operations
Andrew Elble
2016-06-15
nfsd: Always lock state exclusively.
Oleg Drokin
2016-05-13
nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateid
Jeff Layton
2016-01-15
Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2015-12-07
nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
Anna Schumaker
2015-11-23
nfsd: constify nfsd4_callback_ops structure
Julia Lawall
2015-10-23
nfsd: ensure that seqid morphing operations are atomic wrt to copies
Jeff Layton
2015-10-23
nfsd: serialize layout stateid morphing operations
Jeff Layton
2015-10-12
nfsd: serialize state seqid morphing operations
Jeff Layton
2015-08-13
nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errors
Kinglong Mee
2015-06-22
nfsd: take struct file setup fully into nfs4_preprocess_stateid_op
Christoph Hellwig
2015-06-04
nfsd: Update callback sequnce id only CB_SEQUENCE success
Kinglong Mee
2015-05-04
nfsd: fix callback restarts
Christoph Hellwig
2015-05-04
nfsd: split transport vs operation errors for callbacks
Christoph Hellwig
2015-05-04
nfsd: fix pNFS return on close semantics
Sachin Bhamare
2015-02-02
nfsd: implement pNFS layout recalls
Christoph Hellwig
2015-02-02
nfsd: implement pNFS operations
Christoph Hellwig
2015-02-02
nfsd: make find_any_file available outside nfs4state.c
Christoph Hellwig
2015-02-02
nfsd: make find/get/put file available outside nfs4state.c
Christoph Hellwig
2015-02-02
nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c
Christoph Hellwig
2015-01-07
nfsd: fi_delegees doesn't need to be an atomic_t
Jeff Layton
2014-11-07
nfsd: convert nfs4_file searches to use RCU
Jeff Layton
2014-10-23
nfsd: clean up comments over nfs4_file definition
Jeff Layton
2014-10-11
Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux
Linus Torvalds
2014-10-07
nfsd: don't keep a pointer to the lease in nfs4_file
Jeff Layton
2014-10-01
nfsd: eliminate "to_delegation" define
Jeff Layton
2014-09-26
nfsd: introduce nfsd4_callback_ops
Christoph Hellwig
[next]