index
:
kernel_google_bluecross.git
master
p9.0
kernel_google_bluecross
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v4.9.165' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...
Josh Chasky
2019-03-23
3
-3
/
+16
|
\
|
*
nfsd: fix wrong check in write_v4_end_grace()
Yihao Wu
2019-03-23
1
-1
/
+1
|
*
nfsd: fix memory corruption caused by readdir
NeilBrown
2019-03-23
2
-2
/
+15
*
|
Merge tag 'v4.9.157' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...
Josh Chasky
2019-02-15
3
-8
/
+64
|
\
|
|
*
nfsd4: catch some false session retries
J. Bruce Fields
2019-02-15
2
-1
/
+37
|
*
nfsd4: fix cached replies to solo SEQUENCE compounds
J. Bruce Fields
2019-02-15
3
-7
/
+27
*
|
Merge tag 'v4.9.156' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...
Josh Chasky
2019-02-13
1
-0
/
+2
|
\
|
|
*
nfsd4: fix crash on writing v4_end_grace before nfsd startup
J. Bruce Fields
2019-02-12
1
-0
/
+2
*
|
BACKPORT: treewide: kzalloc() -> kcalloc()
Kees Cook
2019-01-07
1
-2
/
+3
*
|
BACKPORT: treewide: kmalloc() -> kmalloc_array()
Kees Cook
2019-01-07
2
-10
/
+15
|
/
*
nfsd: COPY and CLONE operations require the saved filehandle to be set
Scott Mayhew
2018-11-21
1
-0
/
+3
*
nfsd: fix corrupted reply to badly ordered compound
J. Bruce Fields
2018-10-03
1
-0
/
+1
*
nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
Scott Mayhew
2018-08-03
1
-0
/
+2
*
nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
Scott Mayhew
2018-07-03
1
-2
/
+3
*
nfsd: remove blocked locks on client teardown
Jeff Layton
2018-03-28
1
-19
/
+43
*
nfsd4: permit layoutget of executable-only files
Benjamin Coddington
2018-03-24
1
-3
/
+3
*
NFS: don't try to cross a mountpount when there isn't one there.
NeilBrown
2018-03-24
1
-4
/
+20
*
lockd: fix "list_add double add" caused by legacy signal interface
Vasily Averin
2018-02-03
1
-3
/
+4
*
nfsd: check for use of the closed special stateid
Andrew Elble
2018-02-03
1
-2
/
+5
*
nfsd: Ensure we check stateid validity in the seqid operation checks
Trond Myklebust
2018-02-03
1
-9
/
+3
*
nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
Trond Myklebust
2018-02-03
1
-0
/
+8
*
nfsd: auth: Fix gid sorting when rootsquash enabled
Ben Hutchings
2018-01-31
1
-3
/
+3
*
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
2018-01-10
1
-0
/
+3
*
NFSD: fix nfsd_reset_versions for NFSv4.
NeilBrown
2017-12-20
1
-15
/
+12
*
NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)
NeilBrown
2017-12-20
1
-1
/
+2
*
nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat
Naofumi Honda
2017-12-05
1
-2
/
+2
*
nfsd: Fix another OPEN stateid race
Trond Myklebust
2017-12-05
1
-15
/
+13
*
nfsd: Fix stateid races between OPEN and CLOSE
Trond Myklebust
2017-12-05
1
-8
/
+59
*
nfsd: deal with revoked delegations appropriately
Andrew Elble
2017-11-30
1
-1
/
+24
*
nfsd/callback: Cleanup callback cred on shutdown
Kinglong Mee
2017-10-21
3
-4
/
+15
*
nfsd: Limit end of page list when decoding NFSv4 WRITE
Chuck Lever
2017-08-30
1
-4
/
+2
*
fs: add i_blocksize()
Fabian Frederick
2017-06-14
1
-3
/
+3
*
nfsd: Fix up the "supattr_exclcreat" attributes
Trond Myklebust
2017-06-14
1
-3
/
+10
*
nfsd4: fix null dereference on replay
J. Bruce Fields
2017-06-14
1
-7
/
+6
*
nfsd: encoders mustn't use unitialized values in error cases
J. Bruce Fields
2017-05-25
1
-4
/
+4
*
nfsd: fix undefined behavior in nfsd4_layout_verify
Ari Kauppi
2017-05-25
1
-1
/
+2
*
nfsd: stricter decoding of write-like NFSv2/v3 ops
J. Bruce Fields
2017-05-03
2
-0
/
+6
*
nfsd4: minor NFSv2/v3 write decoding cleanup
J. Bruce Fields
2017-05-03
2
-8
/
+9
*
nfsd: check for oversized NFSv2/v3 arguments
J. Bruce Fields
2017-05-03
1
-0
/
+36
*
nfsd: map the ENOKEY to nfserr_perm for avoiding warning
Kinglong Mee
2017-04-08
1
-0
/
+1
*
nfsd: special case truncates some more
Christoph Hellwig
2017-03-12
1
-6
/
+26
*
nfsd: minor nfsd_setattr cleanup
Christoph Hellwig
2017-03-12
1
-17
/
+12
*
NFSD: Fix a null reference case in find_or_create_lock_stateid()
Kinglong Mee
2017-02-09
3
-15
/
+13
*
nfsd: Fix general protection fault in release_lock_stateid()
Chuck Lever
2016-11-01
1
-6
/
+4
*
nfsd: move blocked lock handling under a dedicated spinlock
Jeff Layton
2016-10-24
2
-13
/
+20
*
Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2016-10-13
16
-49
/
+511
|
\
|
*
NFSD: Implement the COPY call
Anna Schumaker
2016-10-07
5
-13
/
+181
|
*
nfsd: handle EUCLEAN
J. Bruce Fields
2016-10-07
1
-0
/
+1
|
*
nfsd: only WARN once on unmapped errors
J. Bruce Fields
2016-10-07
1
-1
/
+1
|
*
nfsd4: setclientid_confirm with unmatched verifier should fail
J. Bruce Fields
2016-09-26
1
-2
/
+3
[next]