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
/
nfsfh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-16
nfsd: Add tracing to nfsd_set_fh_dentry()
Trond Myklebust
1
-3
/
+10
2018-08-09
nfsd: use true and false for boolean values
Gustavo A. R. Silva
1
-3
/
+3
2018-03-19
nfsd: don't require low ports for gss requests
J. Bruce Fields
1
-1
/
+11
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-08-04
nfsd: check d_can_lookup in fh_verify of directories
J. Bruce Fields
1
-4
/
+10
2016-07-13
nfsd: Fix some indent inconsistancy
Christophe JAILLET
1
-1
/
+1
2016-07-13
nfsd: Correct a comment for NFSD_MAY_ defines location
Oleg Drokin
1
-1
/
+1
2016-04-10
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
1
-1
/
+1
2015-10-12
nfsd: switch unsigned char flags in svc_fh to bools
Jeff Layton
1
-4
/
+1
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-10
/
+10
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
1
-4
/
+4
2014-12-09
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
1
-1
/
+1
2014-09-03
NFSD: Put export if prepare_creds() fail
Kinglong Mee
1
-2
/
+4
2014-06-23
nfsd: add appropriate __force directives to filehandle generation code
Jeff Layton
1
-1
/
+8
2014-06-23
NFSD: Using exp_get for export getting
Kinglong Mee
1
-2
/
+1
2014-05-30
SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING
Kinglong Mee
1
-3
/
+2
2014-05-08
nfsd: clean up fh_auth usage
Christoph Hellwig
1
-11
/
+9
2013-10-29
nfsd: fh_update should error out in unexpected cases
J. Bruce Fields
1
-5
/
+3
2013-10-02
nfsd: switch to %p[dD]
Al Viro
1
-15
/
+13
2012-11-07
exportfs: add FILEID_INVALID to indicate invalid fid_type
Namjae Jeon
1
-2
/
+2
2012-07-31
nfsd: Push mnt_want_write() outside of i_mutex
Jan Kara
1
-0
/
+1
2012-04-11
nfsd: use exp_put() for svc_export_cache put
Stanislav Kinsbursky
1
-1
/
+1
2012-01-03
fs: propagate umode_t, misc bits
Al Viro
1
-2
/
+2
2011-08-26
nfsd: clean up nfsd_mode_check()
J. Bruce Fields
1
-12
/
+18
2011-08-26
nfsd: open-code special directory-hardlink check
J. Bruce Fields
1
-9
/
+0
2011-04-11
nfsd4: allow fh_verify caller to skip pseudoflavor checks
J. Bruce Fields
1
-1
/
+1
2009-12-20
nfsd: fix "insecure" export option
J. Bruce Fields
1
-1
/
+1
2009-12-15
nfsd: remove pointless paths in file headers
J. Bruce Fields
1
-2
/
+0
2009-12-15
nfsd: restrict filehandles accepted in V4ROOT case
Steve Dickson
1
-0
/
+34
2009-12-14
nfsd: let "insecure" flag vary by pseudoflavor
J. Bruce Fields
1
-1
/
+3
2009-12-14
nfsd: Move private headers to source directory
Boaz Harrosh
1
-1
/
+1
2009-12-14
nfsd: Source files #include cleanups
Boaz Harrosh
1
-9
/
+0
2009-11-25
nfsd: simplify fh_verify access checks
J. Bruce Fields
1
-29
/
+21
2009-11-13
nfsd: make fs/nfsd/vfs.h for common includes
J. Bruce Fields
1
-0
/
+1
2009-09-04
nfsd4: filehandle leak or error exit from fh_compose()
J. Bruce Fields
1
-1
/
+3
2009-09-02
nfsd: move fsid_type choice out of fh_compose
J. Bruce Fields
1
-36
/
+41
2009-09-02
nfsd: move some of fh_compose into helper functions
J. Bruce Fields
1
-38
/
+45
2009-05-27
knfsd: remove unreported filehandle stats counters
Greg Banks
1
-6
/
+0
2009-01-07
NFSD: FIDs need to take precedence over UUIDs
Steve Dickson
1
-3
/
+3
2009-01-06
nfsd: update fh_verify description
J. Bruce Fields
1
-6
/
+24
2008-11-14
CRED: Inaugurate COW credentials
David Howells
1
-3
/
+8
2008-11-14
CRED: Separate task security context from task_struct
David Howells
1
-3
/
+3
2008-09-29
nfsd: permit unauthenticated stat of export root
J. Bruce Fields
1
-10
/
+20
2008-07-26
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
Al Viro
1
-1
/
+1
2008-06-30
nfsd: fix spurious EACCESS in reconnect_path()
Neil Brown
1
-3
/
+26
2008-06-23
nfsd: rename MAY_ flags
Miklos Szeredi
1
-1
/
+1
2008-04-23
nfsd: move most of fh_verify to separate function
J. Bruce Fields
1
-105
/
+123
2008-03-14
nfsd: fix oops on access from high-numbered ports
J. Bruce Fields
1
-2
/
+2
2008-02-21
Wrap buffers used for rpc debug printks into RPC_IFDEBUG
Pavel Emelyanov
1
-1
/
+1
2008-02-14
Use struct path in struct svc_export
Jan Blunck
1
-13
/
+13
[next]