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
*
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
|
\
|
*
ext4: fix locking for O_APPEND writes
Theodore Ts'o
2014-04-21
1
-16
/
+26
|
*
ext4: factor out common code in ext4_file_write()
Theodore Ts'o
2014-04-21
1
-34
/
+22
|
*
ext4: move ext4_file_dio_write() into ext4_file_write()
Theodore Ts'o
2014-04-21
1
-74
/
+64
|
*
ext4: inline generic_file_aio_write() into ext4_file_write()
Theodore Ts'o
2014-04-21
1
-4
/
+16
|
*
ext4: rename uninitialized extents to unwritten
Lukas Czerner
2014-04-20
9
-163
/
+163
|
*
ext4: get rid of EXT4_MAP_UNINIT flag
Lukas Czerner
2014-04-20
4
-13
/
+7
*
|
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
[next]