summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| | * | 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/+3
| * | | net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-093-31/+20
| * | | net: switch sendto() and recvfrom() to import_single_range()Al Viro2015-04-091-16/+8
| * | | Merge branch 'iov_iter' into for-davemAl Viro2015-04-092-0/+71
| |\ \ \
| * \ \ \ Merge branch 'iocb' into for-davemAl Viro2015-04-0969-266/+199
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-04-0722-338/+570
| |\ \ \ \ \
| | * | | | | Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann2015-04-041-6/+8
| | * | | | | Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-041-2/+2
| | * | | | | Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-042-3/+3
| | * | | | | Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk2015-04-033-4/+15
| | * | | | | Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk2015-04-031-10/+36
OpenPOWER on IntegriCloud