Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
db2e747b14991a4c6a5c98b0e5f552a193237c03
/
fs
/
nfsd
/
vfs.c
db2e747
[patch 5/5] vfs: remove mode parameter from vfs_symlink()
by Miklos Szeredi
· 16 years ago
07cad1d
nfsd: clean up mnt_want_write calls
by Miklos Szeredi
· 16 years ago
8837abc
nfsd: rename MAY_ flags
by Miklos Szeredi
· 16 years ago
ca45625
knfsd: clear both setuid and setgid whenever a chown is done
by Jeff Layton
· 17 years ago
dee3209
knfsd: get rid of imode variable in nfsd_setattr
by Jeff Layton
· 17 years ago
3ba1514
nfsd: fix sparse warning in vfs.c
by Harvey Harrison
· 17 years ago
f2b0dee
make nfsd_create_setattr() static
by Adrian Bunk
· 17 years ago
2c463e9
[PATCH] r/o bind mounts: check mnt instead of superblock directly
by Dave Hansen
· 17 years ago
18f335a
[PATCH] r/o bind mounts: elevate write count for xattr_permission() callers
by Dave Hansen
· 17 years ago
9079b1e
[PATCH] r/o bind mounts: get write access for vfs_rename() callers
by Dave Hansen
· 17 years ago
75c3f29
[PATCH] r/o bind mounts: write counts for link/symlink
by Dave Hansen
· 17 years ago
463c319
[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()
by Dave Hansen
· 17 years ago
0622753
[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.
by Dave Hansen
· 17 years ago
5477549
Use struct path in struct svc_export
by Jan Blunck
· 17 years ago
5c002b3
nfsd: allow root to set uid and gid on create
by J. Bruce Fields
· 17 years ago
5a022fc
NFSD: Adjust filename length argument of nfsd_lookup
by Chuck Lever
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
8a0ce7d
knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly set
by Jeff Layton
· 17 years ago
b537677
Implement file posix capabilities
by Serge E. Hallyn
· 17 years ago
a8754be
r/o bind mounts: create cleanup helper svc_msnfs()
by Dave Hansen
· 17 years ago
541010e
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 17 years ago
5e7fc43
nfsd: remove IS_ISMNDLCK macro
by J. Bruce Fields
· 17 years ago
a16877c
Cleanup macros for distinguishing mandatory locks
by Pavel Emelyanov
· 17 years ago
9c85fca
nfsd: fix horrible indentation in nfsd_setattr
by Christoph Hellwig
· 18 years ago
a1033be
knfsd: Fixed problem with NFS exporting directories which are mounted on.
by Neil Brown
· 17 years ago
749997e
knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVE
by Jeff Layton
· 17 years ago
c7d5140
knfsd: clean up EX_RDONLY
by J. Bruce Fields
· 17 years ago
e22841c
knfsd: move EX_RDONLY out of header
by J. Bruce Fields
· 17 years ago
5d3dbbe
nfsd: remove unnecessary NULL checks from nfsd_cross_mnt
by J. Bruce Fields
· 17 years ago
a280df3
nfsd: fix possible read-ahead cache and export table corruption
by J. Bruce Fields
· 17 years ago
0ec757d
knfsd: nfsd4: make readonly access depend on pseudoflavor
by J. Bruce Fields
· 17 years ago
32c1eb0
knfsd: nfsd4: return nfserr_wrongsec
by Andy Adamson
· 17 years ago
6c0a654
knfsd: nfsd: factor nfsd_lookup into 2 pieces
by J. Bruce Fields
· 17 years ago
0989a78
knfsd: nfsd: provide export lookup wrappers which take a svc_rqst
by J. Bruce Fields
· 17 years ago
87548c3
knfsd: nfsd: remove superfluous assignment from nfsd_lookup
by J. Bruce Fields
· 17 years ago
2d3bb25
knfsd: nfsd: make all exp_finding functions return -errno's on err
by J. Bruce Fields
· 17 years ago
4b2ca38
knfsd: nfsd4: fix handling of acl errrors
by J. Bruce Fields
· 17 years ago
4fbef20
nfsd: fix nfsd_vfs_read() splice actor setup
by Jens Axboe
· 17 years ago
cac36bb
pipe: change the ->pin() operation to ->confirm()
by Jens Axboe
· 17 years ago
d6b29d7
splice: divorce the splice structure/function definitions from the pipe header
by Jens Axboe
· 17 years ago
cf8208d
sendfile: convert nfsd to splice_direct_to_actor()
by Jens Axboe
· 17 years ago
f34f924
[PATCH] knfsd: nfsd4: fix error return on unsupported acl
by J. Bruce Fields
· 18 years ago
34e9a63
[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external events
by NeilBrown
· 18 years ago
a0ad13e
[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd
by NeilBrown
· 18 years ago
c397852
[PATCH] knfsd: Don't mess with the 'mode' when storing a exclusive-create cookie
by Peter Staubach
· 18 years ago
250f391
[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads
by NeilBrown
· 18 years ago
e0bb89e
[PATCH] knfsd: nfsd: don't drop silently on upcall deferral
by J.Bruce Fields
· 18 years ago
4b3bb06
[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL check
by Yan Burman
· 18 years ago
7eaa36e
[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
088406b
[PATCH] nfsd: fix spurious error return from nfsd_create in async case
by J. Bruce Fields
· 18 years ago
81ac95c
[PATCH] nfsd4: fix open-create permissions
by J. Bruce Fields
· 18 years ago
6264d69
[PATCH] nfsd: vfs.c endianness annotations
by Al Viro
· 18 years ago
b66285c
[PATCH] knfsd: nfsd4: acls: fix handling of zero-length acls
by J.Bruce Fields
· 18 years ago
fce1456
[PATCH] knfsd: make nfsd readahead params cache SMP-friendly
by Greg Banks
· 18 years ago
4452435
[PATCH] knfsd: Replace two page lists in struct svc_rqst with one
by NeilBrown
· 18 years ago
12fd352
[PATCH] nfsd: lockdep annotation
by Peter Zijlstra
· 18 years ago
22a3e23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
5c04c46
[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case
by J. Bruce Fields
· 18 years ago
9ecb6a0
[PATCH] knfsd: nfsd4: fix open flag passing
by J. Bruce Fields
· 18 years ago
270d56e
[PATCH] knfsd: nfsd: fix misplaced fh_unlock() in nfsd_link()
by David M. Richter
· 18 years ago
a56f393
[PATCH] knfsd: improve the test for cross-device-rename in nfsd
by NeilBrown
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
9ccfc29
[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()
by Florin Malita
· 18 years ago
b5872b0
[PATCH] knfsd: nfsd4: fix acl xattr length return
by NeilBrown
· 19 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
45bd3b3
[PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.c
by NeilBrown
· 19 years ago
d75f2b9
[PATCH] nfsd/vfs.c: endianness fixes
by Al Viro
· 19 years ago
7e8f059
[PATCH] nfsd: remove inline from a couple of large NFS functions
by NeilBrown
· 19 years ago
f193fba
[PATCH] nfsd: check error status from nfsd_sync_dir
by YAMAMOTO Takashi
· 19 years ago
5be196e
[PATCH] add vfs_* helpers for xattr operations
by Christoph Hellwig
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
9f708e4
[PATCH] knfsd: reduce stack consumption
by Neil Brown
· 19 years ago
a334de2
[PATCH] knfsd: check error status from vfs_getattr and i_op->fsync
by David Shaw
· 19 years ago
15b7a1b
[PATCH] knfsd: fix setattr-on-symlink error return
by NeilBrown
· 19 years ago
0eeca28
[PATCH] inotify
by Robert Love
· 19 years ago
a6ccbbb
[PATCH] nfsd4: fix sync'ing of recovery directory
by NeilBrown
· 19 years ago
334a13e
[PATCH] really remove xattr_acl.h
by Christoph Hellwig
· 19 years ago
9a59f45
[PATCH] remove <linux/xattr_acl.h>
by Christoph Hellwig
· 19 years ago
a257cdd
[PATCH] NFSD: Add server support for NFSv3 ACLs.
by Andreas Gruenbacher
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago