index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
state.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-08
nfsd4: add refcount for nfsd4_blocked_lock
Vasily Averin
1
-0
/
+1
2022-01-08
nfsd: improve stateid access bitmask documentation
J. Bruce Fields
1
-0
/
+4
2021-04-19
nfsd: track filehandle aliasing in nfs4_files
J. Bruce Fields
1
-0
/
+2
2021-04-19
nfsd: hash nfs4_files by inode number
J. Bruce Fields
1
-1
/
+0
2021-03-22
nfsd: report client confirmation status in "info" file
NeilBrown
1
-0
/
+4
2021-01-28
nfsd: simplify nfsd4_check_open_reclaim
J. Bruce Fields
1
-2
/
+1
2020-09-25
nfsd: remove fault injection code
J. Bruce Fields
1
-27
/
+0
2020-05-20
NFSD: Add tracepoints to the NFSD state management code
Chuck Lever
1
-7
/
+0
2019-12-19
nfsd: use boottime for lease expiry calculation
Arnd Bergmann
1
-5
/
+5
2019-12-19
nfsd: fix jiffies/time_t mixup in LRU list
Arnd Bergmann
1
-1
/
+1
2019-12-19
nfsd: print 64-bit timestamps in client_info_show
Arnd Bergmann
1
-1
/
+1
2019-12-09
NFSD add nfs4 inter ssc to nfsd4_copy
Olga Kornievskaia
1
-0
/
+3
2019-12-09
NFSD add COPY_NOTIFY operation
Olga Kornievskaia
1
-3
/
+28
2019-11-08
nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()
Trond Myklebust
1
-0
/
+1
2019-09-10
nfsd: add support for upcall version 2
Scott Mayhew
1
-1
/
+2
2019-08-19
nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
Jeff Layton
1
-1
/
+1
2019-08-19
nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
Jeff Layton
1
-3
/
+3
2019-08-19
nfsd: convert nfs4_file->fi_fds array to use nfsd_files
Jeff Layton
1
-1
/
+1
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-03
nfsd: decode implementation id
J. Bruce Fields
1
-0
/
+4
2019-07-03
nfsd: add nfsd/clients directory
J. Bruce Fields
1
-1
/
+5
2019-07-03
nfsd4: use reference count to free client
J. Bruce Fields
1
-0
/
+1
2019-07-03
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-25
NFSD introduce async copy feature
Olga Kornievskaia
1
-0
/
+9
2018-09-25
NFSD CB_OFFLOAD xdr
Olga Kornievskaia
1
-0
/
+1
2018-08-22
nfsd: Remove callback_cred
Chuck Lever
1
-2
/
+0
2017-11-07
fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_t
Elena Reshetova
1
-2
/
+2
2017-11-07
fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-11-07
fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+2
2017-11-07
nfsd4: catch some false session retries
J. Bruce Fields
1
-0
/
+1
2017-11-07
nfsd4: fix cached replies to solo SEQUENCE compounds
J. Bruce Fields
1
-0
/
+1
2017-02-17
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-15
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-07
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-12
nfsd: serialize state seqid morphing operations
Jeff Layton
1
-9
/
+10
[next]