summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2015-04-033-0/+10
| | * | | | Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk2015-04-031-1/+1
| | * | | | Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann2015-04-021-6/+19
| | * | | | Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-023-54/+65
| | * | | | Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg2015-04-022-51/+58
| | * | | | Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg2015-04-022-7/+0
| | * | | | Bluetooth: Remove unneeded recv_event variableJohan Hedberg2015-04-023-16/+0
| | * | | | Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg2015-04-022-14/+15
| | * | | | Bluetooth: Add second hci_request callback option for full skbJohan Hedberg2015-04-025-44/+84
| | * | | | Bluetooth: Add clarifying comment to command status handlingJohan Hedberg2015-04-021-0/+6
| | * | | | Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann2015-04-021-9/+34
| | * | | | Bluetooth: Export ECDH selftest result in debugfsMarcel Holtmann2015-04-021-4/+31
| | * | | | Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann2015-04-021-1/+11
| | * | | | Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
| | * | | | Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
| | * | | | Bluetooth: Remove unneeded extra ( ) in valid flags checkMarcel Holtmann2015-04-021-1/+1
| | * | | | Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann2015-04-021-0/+26
| | * | | | Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-305-16/+22
| | * | | | Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-304-32/+32
| | * | | | Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann2015-03-291-1/+0
| | * | | | Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann2015-03-291-37/+34