index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
vfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
fs/splice: Pull buf->ops->confirm() from splice_from_pipe actors
Michał Mirosław
2010-12-17
1
-4
/
+0
|
|
/
*
|
fs: dcache scale dentry refcount
Nick Piggin
2011-01-07
1
-3
/
+2
|
/
*
fs: add sync_inode_metadata
Christoph Hellwig
2010-10-25
1
-13
/
+3
*
nfsd: fix NULL dereference in nfsd_statfs()
Takashi Iwai
2010-08-26
1
-6
/
+8
*
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2010-08-10
1
-2
/
+2
|
\
|
*
fsnotify: pass a file instead of an inode to open, read, and write
Eric Paris
2010-07-28
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-08-10
1
-2
/
+8
|
\
\
|
*
|
pass a struct path to vfs_statfs
Christoph Hellwig
2010-08-09
1
-2
/
+8
|
|
/
*
|
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2010-08-07
1
-37
/
+42
|
\
\
|
|
/
|
/
|
|
*
nfsd: minor nfsd read api cleanup
J. Bruce Fields
2010-07-30
1
-9
/
+10
|
*
gcc-4.6: nfsd: fix initialized but not read warnings
Andi Kleen
2010-07-29
1
-9
/
+0
|
*
nfsd: bypass readahead cache when have struct file
J. Bruce Fields
2010-07-27
1
-24
/
+38
|
*
nfsd: remove unused assignment from nfsd_link
J. Bruce Fields
2010-07-23
1
-2
/
+1
|
*
nfsd4: comment nitpick
J. Bruce Fields
2010-07-06
1
-1
/
+1
*
|
Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2010-06-09
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'for-2.6.34-incoming' into for-2.6.35-incoming
J. Bruce Fields
2010-06-08
1
-2
/
+1
|
|
\
|
|
*
nfsd: nfsd_setattr needs to call commit_metadata
Christoph Hellwig
2010-06-01
1
-2
/
+1
*
|
|
sanitize vfs_fsync calling conventions
Christoph Hellwig
2010-05-21
1
-3
/
+2
|
/
/
*
|
Merge commit 'v2.6.34-rc6'
J. Bruce Fields
2010-05-04
1
-0
/
+1
|
\
\
|
|
/
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
nfsd: don't break lease while servicing a COMMIT
Jeff Layton
2010-03-22
1
-3
/
+5
|
/
*
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2010-03-06
1
-80
/
+73
|
\
|
*
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming
J. Bruce Fields
2010-03-04
1
-1
/
+2
|
|
\
|
*
|
commit_metadata export operation replacing nfsd_sync_dir
Ben Myers
2010-02-20
1
-54
/
+52
|
*
|
nfsd: Use vfs_fsync_range() in nfsd_commit
Trond Myklebust
2010-01-29
1
-10
/
+20
|
*
|
nfsd: use vfs_fsync for non-directories
Christoph Hellwig
2010-01-13
1
-32
/
+17
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2010-03-05
1
-4
/
+0
|
\
\
\
|
*
|
|
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
2010-03-05
1
-4
/
+0
|
|
|
/
|
|
/
|
*
|
|
Switch may_open() and break_lease() to passing O_...
Al Viro
2010-03-03
1
-2
/
+2
|
/
/
*
|
vfs: don't call ima_file_check() unconditionally in nfsd_open()
Chuck Ebbert
2010-02-20
1
-1
/
+2
*
|
ima: rename ima_path_check to ima_file_check
Mimi Zohar
2010-02-07
1
-1
/
+1
*
|
fix ima breakage
Mimi Zohar
2010-02-07
1
-2
/
+1
*
|
Take ima_path_check() in nfsd past dentry_open() in nfsd_open()
Al Viro
2010-02-07
1
-1
/
+2
|
/
*
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2010-01-06
1
-4
/
+1
|
\
|
*
nfsd: make sure data is on disk before calling ->fsync
Christoph Hellwig
2010-01-06
1
-4
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...
Linus Torvalds
2009-12-16
1
-4
/
+1
|
\
\
|
|
/
|
/
|
|
*
Untangling ima mess, part 3: kill dead code in ima
Al Viro
2009-12-16
1
-2
/
+1
|
*
Untangling ima mess, part 2: deal with counters
Al Viro
2009-12-16
1
-2
/
+0
*
|
nfsd: remove pointless paths in file headers
J. Bruce Fields
2009-12-15
1
-2
/
+0
*
|
nfsd: restrict filehandles accepted in V4ROOT case
Steve Dickson
2009-12-15
1
-6
/
+0
*
|
nfsd: filter readdir results in V4ROOT case
J. Bruce Fields
2009-12-15
1
-1
/
+1
*
|
nfsd: filter lookup results in V4ROOT case
J. Bruce Fields
2009-12-15
1
-1
/
+14
*
|
nfsd4: don't continue "under" mounts in V4ROOT case
J. Bruce Fields
2009-12-15
1
-2
/
+10
*
|
nfsd: Move private headers to source directory
Boaz Harrosh
2009-12-14
1
-8
/
+10
*
|
nfsd: Source files #include cleanups
Boaz Harrosh
2009-12-14
1
-20
/
+0
*
|
nfsd: make fs/nfsd/vfs.h for common includes
J. Bruce Fields
2009-11-13
1
-0
/
+1
*
|
nfsd: minor nfsd_lookup cleanup
J. Bruce Fields
2009-09-28
1
-24
/
+36
*
|
nfsd4: cross mountpoints when looking up parents
J. Bruce Fields
2009-09-28
1
-1
/
+1
|
/
*
Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2009-09-22
1
-1
/
+8
|
\
|
*
nfsd4: nfsv4 clients should cross mountpoints
Steve Dickson
2009-09-21
1
-1
/
+8
[prev]
[next]