Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fca16f9a02d9c44d8231ee52f84de3d57422bc3d
/
fs
/
nfsd
/
vfs.c
a3c6cbc
nfsd: special case truncates some more
by Christoph Hellwig
· 8 years ago
9bdd39c
nfsd: minor nfsd_setattr cleanup
by Christoph Hellwig
· 8 years ago
29ae7f9
NFSD: Implement the COPY call
by Anna Schumaker
· 8 years ago
502aa0a
nfsd: fix dentry refcounting on create
by Josef Bacik
· 8 years ago
2b11885
nfsd: remove some dead code in nfsd_create_locked()
by Dan Carpenter
· 8 years ago
fa08139
nfsd: drop unnecessary MAY_EXEC check from create
by J. Bruce Fields
· 8 years ago
71423274
nfsd: clean up bad-type check in nfsd_create_locked
by J. Bruce Fields
· 8 years ago
d03d9fe
nfsd: remove unnecessary positive-dentry check
by J. Bruce Fields
· 8 years ago
b44061d
nfsd: reorganize nfsd_create
by J. Bruce Fields
· 8 years ago
e75b23f
nfsd: check d_can_lookup in fh_verify of directories
by J. Bruce Fields
· 8 years ago
12391d0
nfsd: remove redundant zero-length check from create
by J. Bruce Fields
· 8 years ago
7eed34f
nfsd: Make creates return EEXIST instead of EACCES
by Oleg Drokin
· 8 years ago
24368aa
nfsd: use RWF_SYNC
by Christoph Hellwig
· 9 years ago
793b80e
vfs: pass a flags argument to vfs_readv/vfs_writev
by Christoph Hellwig
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
cc80fe0
Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
6e8b50d
nfsd: add new io class tracepoint
by Jeff Layton
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
bbddca8
nfsd: don't hold i_mutex over userspace upcalls
by NeilBrown
· 9 years ago
ffa0160
nfsd: implement the NFSv4.2 CLONE operation
by Christoph Hellwig
· 9 years ago
aaf91ec
nfsd: switch unsigned char flags in svc_fh to bools
by Jeff Layton
· 9 years ago
ead8fb8
NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1
by Kinglong Mee
· 9 years ago
af90f70
nfsd: take struct file setup fully into nfs4_preprocess_stateid_op
by Christoph Hellwig
· 9 years ago
e749a46
nfsd: clean up raparams handling
by Christoph Hellwig
· 9 years ago
cc26508
nfsd: Disable NFSv2 timestamp workaround for NFSv3+
by Andreas Gruenbacher
· 10 years ago
fd89145
nfsd: remove nfsd_close
by Christoph Hellwig
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
0b233b7
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
779fb0f
sunrpc: move rq_splice_ok flag into rq_flags
by Jeff Layton
· 10 years ago
7501cc2
sunrpc: move rq_local field to rq_flags
by Jeff Layton
· 10 years ago
6f4e0d5
nfsd_vfs_write(): use file_inode()
by Al Viro
· 10 years ago
95d871f
nfsd: Add ALLOCATE support
by Anna Schumaker
· 10 years ago
ac7576f
vfs: make first argument of dir_context.actor typed
by Miklos Szeredi
· 10 years ago
e77a7b4
nfsd: fix inclusive vfs_fsync_range() end
by Zach Brown
· 10 years ago
5e40d33
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
f0c6312
nfsd: update mtime on truncate
by Christoph Hellwig
· 10 years ago
3034a14
ima: pass 'opened' flag to identify newly created files
by Dmitry Kasatkin
· 10 years ago
8519f99
NFSD: Put file after ima_file_check fail in nfsd_open()
by Kinglong Mee
· 10 years ago
722b620
nfsd: properly convert return from commit_metadata to __be32
by Jeff Layton
· 10 years ago
0f3a24b
nfsd: Ensure that nfsd_create_setattr commits files to stable storage
by Trond Myklebust
· 10 years ago
1e444f5
NFSD: Remove iattr parameter from nfsd_symlink()
by Kinglong Mee
· 10 years ago
52ee043
nfsd: let nfsd_symlink assume null-terminated data
by J. Bruce Fields
· 10 years ago
e2afc81
nfsd: nfsd_splice_read and nfsd_readv should return __be32
by Jeff Layton
· 10 years ago
bf18f16
NFSD: Using exp_get for export getting
by Kinglong Mee
· 10 years ago
3c7aa15
NFSD: Using min/max/min_t/max_t for calculate
by Kinglong Mee
· 10 years ago
b52bd7b
nfsd: remove unused function nfsd_read_file
by Christoph Hellwig
· 10 years ago
dc97618
nfsd4: separate splice and readv cases
by J. Bruce Fields
· 11 years ago
02fe470
nfsd4: nfsd_vfs_read doesn't use file handle parameter
by J. Bruce Fields
· 11 years ago
8658452
nfsd: Only set PF_LESS_THROTTLE when really needed.
by NeilBrown
· 10 years ago
368fe39
NFSD: Don't clear SUID/SGID after root writing data
by Kinglong Mee
· 11 years ago
75ff24f
Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
520c8b1
vfs: add renameat2 syscall
by Miklos Szeredi
· 11 years ago
fbb74a3
nfsd: typo in nfsd_rename comment
by J. Bruce Fields
· 11 years ago
9f67f18
nfsd: notify_change needs elevated write count
by J. Bruce Fields
· 11 years ago
1406b91
nfsd: fix lost nfserrno() call in nfsd_setattr()
by J. R. Okajima
· 11 years ago
d9894c2
Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
4335723
nfsd4: fix delegation-unlink/rename race
by J. Bruce Fields
· 11 years ago
4ac7249
nfsd: use get_acl and ->set_acl
by Christoph Hellwig
· 11 years ago
208d0ac
nfsd4: break only delegations when appropriate
by J. Bruce Fields
· 13 years ago
c4fa6d7
nfsd: revoking of suid/sgid bits after chown() in a consistent way
by Stanislav Kholmanskikh
· 11 years ago
987da47
nfsd: make sure to balance get/put_write_access
by Christoph Hellwig
· 11 years ago
818e5a2
nfsd: split up nfsd_setattr
by Christoph Hellwig
· 11 years ago
27ac0ff
locks: break delegations on any attribute modification
by J. Bruce Fields
· 13 years ago
146a859
locks: break delegations on link
by J. Bruce Fields
· 13 years ago
8e6d782
locks: break delegations on rename
by J. Bruce Fields
· 13 years ago
b21996e
locks: break delegations on unlink
by J. Bruce Fields
· 13 years ago
a6a9f18
nfsd: switch to %p[dD]
by Al Viro
· 11 years ago
e4daf1f
nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct file
by Harshula Jayasuriya
· 11 years ago
0ff08ba
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
ac6614b
[readdir] constify ->actor
by Al Viro
· 11 years ago
5c0ba4e
[readdir] introduce iterate_dir() and dir_context
by Al Viro
· 11 years ago
18032ca
NFSD: Server implementation of MAC Labeling
by David Quigley
· 12 years ago
aa387d6c
nfsd: fix EXDEV checking in rename
by J. Bruce Fields
· 12 years ago
e49dbbf
nfsd: fix bad offset use
by Kent Overstreet
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
6fab877
nfsd: Properly compare and initialize kuids and kgids
by Eric W. Biederman
· 12 years ago
10532b5
Revert "nfsd: warn on odd reply state in nfsd_vfs_read"
by J. Bruce Fields
· 12 years ago
afc5940
nfsd4: cleanup: replace rq_resused count by rq_next_page pointer
by J. Bruce Fields
· 12 years ago
79f77bf
nfsd: warn on odd reply state in nfsd_vfs_read
by J. Bruce Fields
· 12 years ago
7007c90
nfsd: avoid permission checks on EXCLUSIVE_CREATE replay
by Neil Brown
· 12 years ago
face150
nfsd: use vfs_fsync_range(), not O_SYNC, for stable writes
by J. Bruce Fields
· 12 years ago
fae5096
nfsd: assume writeable exportabled filesystems have f_sync
by J. Bruce Fields
· 12 years ago
f474af7
nfs: disintegrate UAPI for nfs
by J. Bruce Fields
· 12 years ago
5f3a4a2
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
by Eric W. Biederman
· 12 years ago
fac7a17
nfsd4: cast readlink() bug argument
by J. Bruce Fields
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
08843b7
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
4a55c10
nfsd: Push mnt_want_write() outside of i_mutex
by Jan Kara
· 12 years ago
765927b
switch dentry_open() to struct path, make it grab references itself
by Al Viro
· 12 years ago
312b63f
don't pass nameidata * to vfs_create()
by Al Viro
· 12 years ago
d91d0b5
nfsd: allow owner_override only for regular files
by J. Bruce Fields
· 12 years ago
b108fe6
nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseek
by Jeff Layton
· 13 years ago
9dc4e6c
nfsd: don't fail unchecked creates of non-special files
by J. Bruce Fields
· 13 years ago
71db34f
Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
68ac123
switch touch_atime to struct path
by Al Viro
· 13 years ago
06effdb
nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)
by Bernd Schubert
· 13 years ago
999448a
nfsd: rename 'int access' to 'int may_flags' in nfsd_open()
by Bernd Schubert
· 13 years ago
0b48d42
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
Next »