index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
9p
/
vfs_addr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfs, 9p, afs, ceph: Use folios
David Howells
2021-11-10
1
-37
/
+46
*
9p: fix a bunch of checkpatch warnings
Dominique Martinet
2021-11-04
1
-2
/
+4
*
9p: fix file headers
Dominique Martinet
2021-11-03
1
-2
/
+0
*
9p: Convert to using the netfs helper lib to do reads and caching
David Howells
2021-11-03
1
-99
/
+96
*
9p: Fix a bunch of kerneldoc warnings shown up by W=1
David Howells
2021-10-04
1
-5
/
+9
*
9p: pass the correct prototype to read_cache_page
Christoph Hellwig
2019-07-12
1
-2
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-2
/
+2
*
9p: set page uptodate when required in write_end()
Alexander Levin
2017-10-11
1
-3
/
+7
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-17
1
-11
/
+4
|
\
|
*
9p: saner ->write_end() on failing copy into non-uptodate page
Al Viro
2016-12-10
1
-11
/
+4
*
|
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
2016-11-01
1
-0
/
+1
|
/
*
missed comment updates from ->direct_IO() prototype change
Al Viro
2016-05-29
1
-1
/
+0
*
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2016-05-01
1
-1
/
+2
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-9
/
+9
*
Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2015-04-18
1
-2
/
+0
|
\
|
*
9p: kerneldoc warning fixes
Fabian Frederick
2015-03-20
1
-2
/
+0
*
|
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
2015-04-11
1
-2
/
+1
*
|
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
2015-04-11
1
-1
/
+1
*
|
9p: get rid of v9fs_direct_file_read()
Al Viro
2015-04-11
1
-11
/
+10
*
|
9p: switch p9_client_read() to passing struct iov_iter *
Al Viro
2015-04-11
1
-11
/
+9
*
|
9p: get rid of v9fs_direct_file_write()
Al Viro
2015-04-11
1
-9
/
+15
*
|
9p: switch ->writepage() to direct use of p9_client_write()
Al Viro
2015-04-11
1
-22
/
+13
*
|
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-25
1
-1
/
+1
|
/
*
9p: switch to %p[dD]
Al Viro
2014-10-09
1
-2
/
+2
*
pass iov_iter to ->direct_IO()
Al Viro
2014-05-06
1
-3
/
+2
*
9P: introduction of a new cache=mmap model.
Dominique Martinet
2014-01-10
1
-0
/
+7
*
mm: change invalidatepage prototype to accept length
Lukas Czerner
2013-05-21
1
-2
/
+3
*
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
1
-0
/
+1
*
9p: Reduce object size with CONFIG_NET_9P_DEBUG
Joe Perches
2012-01-05
1
-7
/
+6
*
fs/9p: Add direct IO support in cached mode
Aneesh Kumar K.V
2011-03-15
1
-2
/
+3
*
fs/9p: Move writeback fid to v9fs_inode
Aneesh Kumar K.V
2011-03-15
1
-5
/
+9
*
fs/9p: Add buffered write support for v9fs.
Aneesh Kumar K.V
2011-03-15
1
-15
/
+168
*
fs/9p: [fscache] wait for page write in cached mode
Aneesh Kumar K.V
2011-03-15
1
-0
/
+2
*
9p: Add a Direct IO support for non-cached operations.
jvrao
2010-10-28
1
-0
/
+30
*
9p: Add fscache support to 9p
Abhishek Kulkarni
2009-09-23
1
-1
/
+87
*
9p: Fix incorrect parameters to v9fs_file_readn.
Abhishek Kulkarni
2009-07-14
1
-1
/
+1
*
9p: move readn meta-function from client to fs layer
Eric Van Hensbergen
2008-10-17
1
-4
/
+1
*
9p: Documentation updates
Eric Van Hensbergen
2008-05-14
1
-1
/
+1
*
9p: Reorganization of 9p file system code
Latchesar Ionkov
2007-07-14
1
-43
/
+14
*
Detach sched.h from mm.h
Alexey Dobriyan
2007-05-21
1
-0
/
+1
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
9p: implement optional loose read cache
Eric Van Hensbergen
2007-02-18
1
-0
/
+2
*
[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
2006-12-08
1
-1
/
+1
*
v9fs: do not include linux/version.h
Paul Collins
2006-06-30
1
-1
/
+0
*
[PATCH] mark address_space_operations const
Christoph Hellwig
2006-06-28
1
-1
/
+1
*
[PATCH] v9fs: update license boilerplate
Eric Van Hensbergen
2006-03-25
1
-3
/
+2
*
[PATCH] v9fs: add readpage support
Eric Van Hensbergen
2006-01-18
1
-0
/
+109