summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pcm: another weird API abuseAl Viro2015-04-121-19/+20
* infinibad: weird APIs switched to ->write_iter()Al Viro2015-04-122-15/+23
* kill do_sync_read/do_sync_writeAl Viro2015-04-122-40/+0Star
* fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-121-24/+17Star
* fuse: switch to ->read_iter/->write_iterAl Viro2015-04-121-12/+14
* switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro2015-04-121-9/+9
* make new_sync_{read,write}() staticAl Viro2015-04-1259-153/+11Star
* coredump: accept any write methodAl Viro2015-04-121-1/+1
* switch /dev/loop to vfs_iter_write()Al Viro2015-04-121-5/+7
* serial2002: switch to __vfs_read/__vfs_writeAl Viro2015-04-121-12/+6Star
* ashmem: use __vfs_read()Al Viro2015-04-121-1/+1
* export __vfs_read()Al Viro2015-04-121-8/+5Star
* autofs: switch to __vfs_write()Al Viro2015-04-122-2/+2
* new helper: __vfs_write()Al Viro2015-04-122-12/+17
* Merge branch '9p-iov_iter' into for-nextAl Viro2015-04-1212-627/+355Star
|\
| * net/9p: remove (now-)unused helpersAl Viro2015-04-122-43/+1Star
| * p9_client_attach(): set fid->uid correctlyAl Viro2015-04-121-0/+1
| * 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-121-0/+2
| * 9p: switch to ->read_iter/->write_iterAl Viro2015-04-121-44/+39Star
| * 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-122-51/+12Star
| * 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-127-183/+108Star
| * 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-122-82/+17Star
| * 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-122-49/+30Star
| * 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-121-22/+13Star
| * 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-124-97/+62Star
| * net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-124-133/+147
* | switch hugetlbfs to ->read_iter()Al Viro2015-04-121-58/+34Star
* | coda: switch to ->read_iter/->write_iterAl Viro2015-04-121-25/+15Star
* | ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-123-63/+37Star
|/
* nommu: use __vfs_read()Al Viro2015-04-121-2/+2
* acct: check FMODE_CAN_WRITEAl Viro2015-04-121-1/+1
* aio_run_iocb(): kill dead checkAl Viro2015-04-121-7/+0Star
* ioctx_alloc(): remove pointless checkAl Viro2015-04-121-2/+1Star
* lustre: kill unused members of struct vvp_thread_infoAl Viro2015-04-121-2/+0Star
* expand __fuse_direct_write() in both callersAl Viro2015-04-121-25/+17Star
* fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro2015-04-121-17/+12Star
* cuse: switch to iov_iterAl Viro2015-04-121-17/+10Star
* Merge branch 'for-davem' into for-nextAl Viro2015-04-121537-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/+1Star
| | * RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells2015-04-011-13/+11Star
| | * RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells2015-04-011-19/+19
| | * RxRPC: Fix the conversion to iov_iterDavid Howells2015-04-011-2/+2
| * | get rid of the size argument of sock_sendmsg()Al Viro2015-04-113-15/+16
| * | switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro2015-04-091-17/+3Star
| * | net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-093-31/+20Star
| * | net: switch sendto() and recvfrom() to import_single_range()Al Viro2015-04-091-16/+8Star