index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-24
knfsd: clear both setuid and setgid whenever a chown is done
Jeff Layton
1
-13
/
+14
2008-04-24
knfsd: get rid of imode variable in nfsd_setattr
Jeff Layton
1
-3
/
+1
2008-04-24
nfsd: fix sparse warning in vfs.c
Harvey Harrison
1
-1
/
+1
2008-04-24
make nfsd_create_setattr() static
Adrian Bunk
1
-1
/
+1
2008-04-19
[PATCH] r/o bind mounts: check mnt instead of superblock directly
Dave Hansen
1
-2
/
+3
2008-04-19
[PATCH] r/o bind mounts: elevate write count for xattr_permission() callers
Dave Hansen
1
-0
/
+4
2008-04-19
[PATCH] r/o bind mounts: get write access for vfs_rename() callers
Dave Hansen
1
-4
/
+13
2008-04-19
[PATCH] r/o bind mounts: write counts for link/symlink
Dave Hansen
1
-1
/
+13
2008-04-19
[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()
Dave Hansen
1
-2
/
+22
2008-04-19
[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.
Dave Hansen
1
-1
/
+7
2008-02-15
Use struct path in struct svc_export
Jan Blunck
1
-6
/
+7
2008-02-02
nfsd: allow root to set uid and gid on create
J. Bruce Fields
1
-19
/
+28
2008-02-02
NFSD: Adjust filename length argument of nfsd_lookup
Chuck Lever
1
-2
/
+2
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-3
/
+3
2007-10-19
knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly set
Jeff Layton
1
-6
/
+15
2007-10-17
Implement file posix capabilities
Serge E. Hallyn
1
-2
/
+2
2007-10-17
r/o bind mounts: create cleanup helper svc_msnfs()
Dave Hansen
1
-4
/
+11
2007-10-16
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-7
/
+6
2007-10-10
nfsd: remove IS_ISMNDLCK macro
J. Bruce Fields
1
-7
/
+6
2007-10-10
Cleanup macros for distinguishing mandatory locks
Pavel Emelyanov
1
-1
/
+1
2007-10-10
nfsd: fix horrible indentation in nfsd_setattr
Christoph Hellwig
1
-17
/
+26
2007-09-11
knfsd: Fixed problem with NFS exporting directories which are mounted on.
Neil Brown
1
-1
/
+2
2007-08-01
knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVE
Jeff Layton
1
-1
/
+4
2007-07-19
knfsd: clean up EX_RDONLY
J. Bruce Fields
1
-10
/
+3
2007-07-19
knfsd: move EX_RDONLY out of header
J. Bruce Fields
1
-0
/
+12
2007-07-19
nfsd: remove unnecessary NULL checks from nfsd_cross_mnt
J. Bruce Fields
1
-2
/
+2
2007-07-19
nfsd: fix possible read-ahead cache and export table corruption
J. Bruce Fields
1
-1
/
+1
2007-07-17
knfsd: nfsd4: make readonly access depend on pseudoflavor
J. Bruce Fields
1
-6
/
+7
2007-07-17
knfsd: nfsd4: return nfserr_wrongsec
Andy Adamson
1
-0
/
+4
2007-07-17
knfsd: nfsd: factor nfsd_lookup into 2 pieces
J. Bruce Fields
1
-19
/
+36
2007-07-17
knfsd: nfsd: provide export lookup wrappers which take a svc_rqst
J. Bruce Fields
1
-3
/
+2
2007-07-17
knfsd: nfsd: remove superfluous assignment from nfsd_lookup
J. Bruce Fields
1
-2
/
+0
2007-07-17
knfsd: nfsd: make all exp_finding functions return -errno's on err
J. Bruce Fields
1
-5
/
+4
2007-07-17
knfsd: nfsd4: fix handling of acl errrors
J. Bruce Fields
1
-15
/
+7
2007-07-14
nfsd: fix nfsd_vfs_read() splice actor setup
Jens Axboe
1
-0
/
+1
2007-07-10
pipe: change the ->pin() operation to ->confirm()
Jens Axboe
1
-1
/
+1
2007-07-10
splice: divorce the splice structure/function definitions from the pipe header
Jens Axboe
1
-1
/
+1
2007-07-10
sendfile: convert nfsd to splice_direct_to_actor()
Jens Axboe
1
-16
/
+31
2007-02-16
[PATCH] knfsd: nfsd4: fix error return on unsupported acl
J. Bruce Fields
1
-1
/
+4
2007-01-30
[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...
NeilBrown
1
-1
/
+0
2007-01-27
[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd
NeilBrown
1
-2
/
+2
2007-01-27
[PATCH] knfsd: Don't mess with the 'mode' when storing a exclusive-create cookie
Peter Staubach
1
-16
/
+5
2007-01-27
[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads
NeilBrown
1
-1
/
+2
2006-12-13
[PATCH] knfsd: nfsd: don't drop silently on upcall deferral
J.Bruce Fields
1
-1
/
+1
2006-12-08
[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL check
Yan Burman
1
-19
/
+18
2006-12-08
[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-8
/
+8
2006-11-09
[PATCH] nfsd: fix spurious error return from nfsd_create in async case
J. Bruce Fields
1
-1
/
+1
2006-11-09
[PATCH] nfsd4: fix open-create permissions
J. Bruce Fields
1
-1
/
+3
2006-10-20
[PATCH] nfsd: vfs.c endianness annotations
Al Viro
1
-142
/
+157
2006-10-04
[PATCH] knfsd: nfsd4: acls: fix handling of zero-length acls
J.Bruce Fields
1
-6
/
+4
[next]