index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
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
2006-10-04
[PATCH] knfsd: make nfsd readahead params cache SMP-friendly
Greg Banks
1
-16
/
+44
2006-10-04
[PATCH] knfsd: Replace two page lists in struct svc_rqst with one
NeilBrown
1
-6
/
+10
2006-10-02
[PATCH] nfsd: lockdep annotation
Peter Zijlstra
1
-4
/
+4
2006-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+0
2006-06-30
[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case
J. Bruce Fields
1
-1
/
+1
2006-06-30
[PATCH] knfsd: nfsd4: fix open flag passing
J. Bruce Fields
1
-1
/
+4
2006-06-30
[PATCH] knfsd: nfsd: fix misplaced fh_unlock() in nfsd_link()
David M. Richter
1
-2
/
+3
2006-06-30
[PATCH] knfsd: improve the test for cross-device-rename in nfsd
NeilBrown
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
1
-1
/
+1
2006-05-21
[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()
Florin Malita
1
-4
/
+3
2006-04-11
[PATCH] knfsd: nfsd4: fix acl xattr length return
NeilBrown
1
-5
/
+1
2006-03-28
[PATCH] mark f_ops const in the inode
Arjan van de Ven
1
-1
/
+1
2006-01-19
[PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.c
NeilBrown
1
-11
/
+6
2006-01-19
[PATCH] nfsd/vfs.c: endianness fixes
Al Viro
1
-3
/
+3
2006-01-19
[PATCH] nfsd: remove inline from a couple of large NFS functions
NeilBrown
1
-2
/
+2
2006-01-19
[PATCH] nfsd: check error status from nfsd_sync_dir
YAMAMOTO Takashi
1
-36
/
+44
2006-01-10
[PATCH] add vfs_* helpers for xattr operations
Christoph Hellwig
1
-77
/
+48
2006-01-10
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-6
/
+6
2006-01-06
[PATCH] knfsd: reduce stack consumption
Neil Brown
1
-8
/
+12
2006-01-06
[PATCH] knfsd: check error status from vfs_getattr and i_op->fsync
David Shaw
1
-7
/
+13
2005-11-07
[PATCH] knfsd: fix setattr-on-symlink error return
NeilBrown
1
-1
/
+8
2005-07-13
[PATCH] inotify
Robert Love
1
-3
/
+3
2005-07-08
[PATCH] nfsd4: fix sync'ing of recovery directory
NeilBrown
1
-1
/
+1
2005-06-29
[PATCH] really remove xattr_acl.h
Christoph Hellwig
1
-7
/
+6
2005-06-23
[PATCH] remove <linux/xattr_acl.h>
Christoph Hellwig
1
-5
/
+4
2005-06-23
[PATCH] NFSD: Add server support for NFSv3 ACLs.
Andreas Gruenbacher
1
-1
/
+106
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1859