summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-1131-59/+42
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-1122-69/+69
* | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-115-21/+20
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-1120-74/+67
* | new helper: iov_iter_rw()Omar Sandoval2015-04-111-0/+8
* | ->aio_read and ->aio_write removedAl Viro2015-04-118-54/+9
* | pcm: another weird API abuseAl Viro2015-04-111-19/+20
* | infinibad: weird APIs switched to ->write_iter()Al Viro2015-04-112-15/+23
* | kill do_sync_read/do_sync_writeAl Viro2015-04-112-40/+0
* | fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-111-24/+17
* | fuse: switch to ->read_iter/->write_iterAl Viro2015-04-111-12/+14
* | switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro2015-04-111-9/+9
* | make new_sync_{read,write}() staticAl Viro2015-04-1159-153/+11
* | coredump: accept any write methodAl Viro2015-04-111-1/+1
* | switch /dev/loop to vfs_iter_write()Al Viro2015-04-111-5/+7
* | serial2002: switch to __vfs_read/__vfs_writeAl Viro2015-04-111-12/+6
* | ashmem: use __vfs_read()Al Viro2015-04-111-1/+1
* | export __vfs_read()Al Viro2015-04-111-8/+5
* | autofs: switch to __vfs_write()Al Viro2015-04-112-2/+2
* | new helper: __vfs_write()Al Viro2015-04-112-12/+17
* | Merge branch '9p-iov_iter' into for-nextAl Viro2015-04-1112-627/+355
|\ \
| * | net/9p: remove (now-)unused helpersAl Viro2015-04-112-43/+1
| * | p9_client_attach(): set fid->uid correctlyAl Viro2015-04-111-0/+1
| * | 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-111-0/+2
| * | 9p: switch to ->read_iter/->write_iterAl Viro2015-04-111-44/+39
| * | 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-112-51/+12
| * | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-117-183/+108
| * | 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-112-82/+17
| * | 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-112-49/+30
| * | 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-111-22/+13
| * | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-114-97/+62
| * | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-114-133/+147
* | | switch hugetlbfs to ->read_iter()Al Viro2015-04-111-58/+34
* | | coda: switch to ->read_iter/->write_iterAl Viro2015-04-111-25/+15
* | | ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-113-63/+37
|/ /
* | nommu: use __vfs_read()Al Viro2015-04-111-2/+2
* | acct: check FMODE_CAN_WRITEAl Viro2015-04-111-1/+1
* | aio_run_iocb(): kill dead checkAl Viro2015-04-111-7/+0
* | ioctx_alloc(): remove pointless checkAl Viro2015-04-111-2/+1
* | lustre: kill unused members of struct vvp_thread_infoAl Viro2015-04-111-2/+0
* | expand __fuse_direct_write() in both callersAl Viro2015-04-111-25/+17
* | fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro2015-04-111-17/+12
* | cuse: switch to iov_iterAl Viro2015-04-111-17/+10
* | Merge branch 'for-davem' into for-nextAl Viro2015-04-111537-28671/+47630
|\ \
| * | new helper: msg_data_left()Al Viro2015-04-118-23/+27
| * | Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-117-35/+166
| |\ \
| | * | kafs: Add more "unified AFS" error codesNathaniel Wesley Filardo2015-04-011-1/+15
| | * | RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-014-2/+124
| | * | AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-011-4/+1
| | * | RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells2015-04-011-13/+11
OpenPOWER on IntegriCloud