index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
nfsd: use ktime_get_seconds() for timestamps
Arnd Bergmann
2019-12-19
1
-5
/
+5
|
*
nfsd: remove unnecessary assertion in nfsd4_encode_replay
Aditya Pakki
2019-12-19
1
-2
/
+0
|
*
nfsd: Clone should commit src file metadata too
Trond Myklebust
2019-12-19
1
-5
/
+14
|
*
nfsd4: Remove unneeded semicolon
zhengbin
2019-12-19
1
-1
/
+1
|
*
nfsd: Return the correct number of bytes written to the file
Trond Myklebust
2019-12-17
1
-0
/
+1
|
*
nfsd4: avoid NULL deference on strange COPY compounds
J. Bruce Fields
2019-12-09
1
-1
/
+2
|
*
NFSD fixing possible null pointer derefering in copy offload
Olga Kornievskaia
2019-12-09
1
-1
/
+2
|
*
NFSD fix nfserro errno mismatch
Olga Kornievskaia
2019-12-09
1
-6
/
+5
|
*
NFSD: fix seqid in copy stateid
Olga Kornievskaia
2019-12-09
1
-1
/
+1
|
*
NFSD fix mismatching type in nfsd4_set_netaddr
Olga Kornievskaia
2019-12-09
1
-1
/
+1
|
*
nfsd: unlock on error in manage_cpntf_state()
Dan Carpenter
2019-12-09
1
-2
/
+5
|
*
NFSD add nfs4 inter ssc to nfsd4_copy
Olga Kornievskaia
2019-12-09
5
-27
/
+295
|
*
NFSD: allow inter server COPY to have a STALE source server fh
Olga Kornievskaia
2019-12-09
4
-5
/
+68
|
*
NFSD generalize nfsd4_compound_state flag names
Olga Kornievskaia
2019-12-09
3
-10
/
+11
|
*
NFSD check stateids against copy stateids
Olga Kornievskaia
2019-12-09
1
-8
/
+66
|
*
NFSD add COPY_NOTIFY operation
Olga Kornievskaia
2019-12-09
4
-24
/
+173
|
*
NFSD COPY_NOTIFY xdr
Olga Kornievskaia
2019-12-09
3
-2
/
+129
|
*
NFSD add ca_source_server<> to COPY
Olga Kornievskaia
2019-12-09
2
-6
/
+71
|
*
NFSD fill-in netloc4 structure
Olga Kornievskaia
2019-12-09
1
-0
/
+32
*
|
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
2
-13
/
+12
|
/
*
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-12-08
12
-52
/
+136
|
\
|
*
nfsd: depend on CRYPTO_MD5 for legacy client tracking
Patrick Steinhardt
2019-12-07
1
-0
/
+1
|
*
NFSD fixing possible null pointer derefering in copy offload
Olga Kornievskaia
2019-12-07
1
-1
/
+2
|
*
nfsd: check for EBUSY from vfs_rmdir/vfs_unink.
NeilBrown
2019-11-30
2
-2
/
+13
|
*
nfsd: Ensure CLONE persists data and metadata changes to the target file
Trond Myklebust
2019-11-30
3
-3
/
+10
|
*
nfsd: restore NFSv3 ACL support
J. Bruce Fields
2019-11-19
1
-2
/
+1
|
*
nfsd: v4 support requires CRYPTO_SHA256
Scott Mayhew
2019-11-12
1
-1
/
+1
|
*
nfsd: Fix cld_net->cn_tfm initialization
Scott Mayhew
2019-11-12
1
-5
/
+7
|
*
nfsd: Drop LIST_HEAD where the variable it declares is never used.
Mao Wenan
2019-11-08
1
-2
/
+0
|
*
nfsd: document callback_wq serialization of callback code
J. Bruce Fields
2019-11-08
1
-0
/
+6
|
*
nfsd: mark cb path down on unknown errors
J. Bruce Fields
2019-11-08
1
-0
/
+1
|
*
nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()
Trond Myklebust
2019-11-08
2
-9
/
+59
|
*
nfsd: minor 4.1 callback cleanup
Trond Myklebust
2019-11-08
1
-10
/
+20
|
*
nfsd: remove private bin2hex implementation
Andy Shevchenko
2019-10-11
1
-8
/
+3
|
*
nfsd4: fix up replay_matches_cache()
Scott Mayhew
2019-10-09
1
-5
/
+10
|
*
nfsd: "\%s" should be "%s"
J. Bruce Fields
2019-10-08
1
-2
/
+2
|
*
nfsd: remove set but not used variable 'len'
YueHaibing
2019-10-08
1
-2
/
+0
*
|
new helper: lookup_positive_unlocked()
Al Viro
2019-11-15
2
-13
/
+2
|
/
*
Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-09-28
25
-560
/
+1933
|
\
|
*
nfsd: fix nfs read eof detection
Trond Myklebust
2019-09-23
6
-50
/
+41
|
*
nfsd: Make nfsd_reset_boot_verifier_locked static
YueHaibing
2019-09-23
1
-1
/
+1
|
*
nfsd: degraded slot-count more gracefully as allocation nears exhaustion.
NeilBrown
2019-09-20
1
-4
/
+11
|
*
nfsd: handle drc over-allocation gracefully.
NeilBrown
2019-09-20
1
-4
/
+15
|
*
nfsd: add support for upcall version 2
Scott Mayhew
2019-09-10
3
-16
/
+216
|
*
nfsd: add a "GetVersion" upcall for nfsdcld
Scott Mayhew
2019-09-10
1
-50
/
+117
|
*
nfsd: Reset the boot verifier on all write I/O errors
Trond Myklebust
2019-09-10
1
-4
/
+15
|
*
nfsd: Don't garbage collect files that might contain write errors
Trond Myklebust
2019-09-10
1
-1
/
+42
|
*
nfsd: Support the server resetting the boot verifier
Trond Myklebust
2019-09-10
5
-15
/
+48
|
*
nfsd: nfsd_file cache entries should be per net namespace
Trond Myklebust
2019-09-10
4
-14
/
+25
|
*
nfsd: eliminate an unnecessary acl size limit
J. Bruce Fields
2019-08-29
2
-9
/
+13
[prev]
[next]