aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
* Remove rw from dax_{do_,}io()Omar Sandoval2015-04-11
* Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-11
* new helper: iov_iter_rw()Omar Sandoval2015-04-11
* ->aio_read and ->aio_write removedAl Viro2015-04-11
* pcm: another weird API abuseAl Viro2015-04-11
* infinibad: weird APIs switched to ->write_iter()Al Viro2015-04-11
* kill do_sync_read/do_sync_writeAl Viro2015-04-11
* fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-11
* fuse: switch to ->read_iter/->write_iterAl Viro2015-04-11
* switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro2015-04-11
* make new_sync_{read,write}() staticAl Viro2015-04-11
* coredump: accept any write methodAl Viro2015-04-11
* switch /dev/loop to vfs_iter_write()Al Viro2015-04-11
* serial2002: switch to __vfs_read/__vfs_writeAl Viro2015-04-11
* ashmem: use __vfs_read()Al Viro2015-04-11
* export __vfs_read()Al Viro2015-04-11
* autofs: switch to __vfs_write()Al Viro2015-04-11
* new helper: __vfs_write()Al Viro2015-04-11
* Merge branch '9p-iov_iter' into for-nextAl Viro2015-04-11
|\
| * net/9p: remove (now-)unused helpersAl Viro2015-04-11
| * p9_client_attach(): set fid->uid correctlyAl Viro2015-04-11
| * 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-11
| * 9p: switch to ->read_iter/->write_iterAl Viro2015-04-11
| * 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-11
| * 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-11
| * 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-11
| * 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-11
| * 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-11
| * 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-11
| * net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-11
* | switch hugetlbfs to ->read_iter()Al Viro2015-04-11
* | coda: switch to ->read_iter/->write_iterAl Viro2015-04-11
* | ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-11
|/
* nommu: use __vfs_read()Al Viro2015-04-11
* acct: check FMODE_CAN_WRITEAl Viro2015-04-11
* aio_run_iocb(): kill dead checkAl Viro2015-04-11
* ioctx_alloc(): remove pointless checkAl Viro2015-04-11
* lustre: kill unused members of struct vvp_thread_infoAl Viro2015-04-11
* expand __fuse_direct_write() in both callersAl Viro2015-04-11
* fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro2015-04-11
* cuse: switch to iov_iterAl Viro2015-04-11
* Merge branch 'for-davem' into for-nextAl Viro2015-04-11
|\
| * new helper: msg_data_left()Al Viro2015-04-11
| * Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-11
| |\
| | * kafs: Add more "unified AFS" error codesNathaniel Wesley Filardo2015-04-01
| | * RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-01
| | * AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-01
| | * RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells2015-04-01
| | * RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells2015-04-01