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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-06-12
102
-2028
/
+1796
|
\
|
*
lock_parent: don't step on stale ->d_parent of all-but-freed one
Al Viro
2014-06-12
1
-1
/
+3
|
*
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
Al Viro
2014-06-12
599
-3790
/
+7374
|
|
\
|
*
|
kill generic_file_splice_write()
Al Viro
2014-06-12
2
-126
/
+0
|
*
|
ceph: switch to iter_file_splice_write()
Al Viro
2014-06-12
1
-1
/
+1
|
*
|
shmem: switch to iter_file_splice_write()
Al Viro
2014-06-12
1
-1
/
+1
|
*
|
nfs: switch to iter_splice_write_file()
Al Viro
2014-06-12
3
-34
/
+2
|
*
|
fs/splice.c: remove unneeded exports
Al Viro
2014-06-12
2
-20
/
+5
|
*
|
ocfs2: switch to iter_file_splice_write()
Al Viro
2014-06-12
1
-80
/
+2
|
*
|
->splice_write() via ->write_iter()
Al Viro
2014-06-12
16
-56
/
+156
|
*
|
bio_vec-backed iov_iter
Al Viro
2014-05-06
5
-44
/
+385
|
*
|
optimize copy_page_{to,from}_iter()
Al Viro
2014-05-06
1
-0
/
+8
|
*
|
bury generic_file_aio_{read,write}
Al Viro
2014-05-06
2
-37
/
+8
|
*
|
lustre: get rid of messing with iovecs
Al Viro
2014-05-06
7
-163
/
+46
|
*
|
ceph: switch to ->write_iter()
Al Viro
2014-05-06
1
-31
/
+26
|
*
|
ceph_sync_direct_write: stop poking into iov_iter guts
Al Viro
2014-05-06
1
-26
/
+23
|
*
|
ceph_sync_read: stop poking into iov_iter guts
Al Viro
2014-05-06
3
-61
/
+22
|
*
|
new helper: copy_page_from_iter()
Al Viro
2014-05-06
3
-110
/
+99
|
*
|
fuse: switch to ->write_iter()
Al Viro
2014-05-06
1
-16
/
+11
|
*
|
btrfs: switch to ->write_iter()
Al Viro
2014-05-06
1
-14
/
+10
|
*
|
ocfs2: switch to ->write_iter()
Al Viro
2014-05-06
1
-18
/
+12
|
*
|
xfs: switch to ->write_iter()
Al Viro
2014-05-06
1
-20
/
+9
|
*
|
afs: switch to ->write_iter()
Al Viro
2014-05-06
3
-10
/
+8
|
*
|
gfs2: switch to ->write_iter()
Al Viro
2014-05-06
1
-10
/
+8
|
*
|
nfs: switch to ->write_iter()
Al Viro
2014-05-06
3
-12
/
+10
|
*
|
ubifs: switch to ->write_iter()
Al Viro
2014-05-06
1
-12
/
+7
|
*
|
bury __generic_file_aio_write()
Al Viro
2014-05-06
2
-12
/
+0
|
*
|
cifs: switch to ->write_iter()
Al Viro
2014-05-06
3
-42
/
+35
|
*
|
udf: switch to ->write_iter()
Al Viro
2014-05-06
1
-6
/
+5
|
*
|
convert ext4 to ->write_iter()
Al Viro
2014-05-06
1
-18
/
+11
|
*
|
Merge ext4 changes in ext4_file_write() into for-next
Al Viro
2014-05-06
9
-250
/
+244
|
|
\
\
|
*
|
|
blkdev_aio_write() - turn into blkdev_write_iter()
Al Viro
2014-05-06
3
-14
/
+9
|
*
|
|
write_iter variants of {__,}generic_file_aio_write()
Al Viro
2014-05-06
29
-79
/
+94
|
*
|
|
ceph: switch to ->read_iter()
Al Viro
2014-05-06
1
-11
/
+7
|
*
|
|
nfs: switch to ->read_iter()
Al Viro
2014-05-06
3
-14
/
+9
|
*
|
|
fs/block_dev.c: switch to ->read_iter()
Al Viro
2014-05-06
1
-10
/
+6
|
*
|
|
shmem: switch to ->read_iter()
Al Viro
2014-05-06
1
-10
/
+5
|
*
|
|
pipe: switch to ->read_iter()
Al Viro
2014-05-06
1
-11
/
+5
|
*
|
|
cifs: switch to ->read_iter()
Al Viro
2014-05-06
3
-32
/
+22
|
*
|
|
fuse_file_aio_read(): convert to ->read_iter()
Al Viro
2014-05-06
1
-6
/
+5
|
*
|
|
ocfs2: switch to ->read_iter()
Al Viro
2014-05-06
1
-11
/
+10
|
*
|
|
ecryptfs: switch to ->read_iter()
Al Viro
2014-05-06
1
-5
/
+4
|
*
|
|
xfs: switch to ->read_iter()
Al Viro
2014-05-06
1
-12
/
+7
|
*
|
|
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
2014-05-06
35
-75
/
+75
|
*
|
|
new methods: ->read_iter() and ->write_iter()
Al Viro
2014-05-06
7
-13
/
+121
|
*
|
|
replace checking for ->read/->aio_read presence with check in ->f_mode
Al Viro
2014-05-06
6
-11
/
+23
|
*
|
|
xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()
Al Viro
2014-05-06
1
-19
/
+14
|
*
|
|
blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten()
Al Viro
2014-05-06
1
-3
/
+6
|
*
|
|
iov_iter_truncate()
Al Viro
2014-05-06
7
-42
/
+40
|
*
|
|
btrfs: switch check_direct_IO() to iov_iter
Al Viro
2014-05-06
1
-25
/
+15
[next]