| Commit message (Expand) | Author | Age |
* | nommu: use __vfs_read() | Al Viro | 2015-04-11 |
* | acct: check FMODE_CAN_WRITE | Al Viro | 2015-04-11 |
* | aio_run_iocb(): kill dead check | Al Viro | 2015-04-11 |
* | ioctx_alloc(): remove pointless check | Al Viro | 2015-04-11 |
* | lustre: kill unused members of struct vvp_thread_info | Al Viro | 2015-04-11 |
* | expand __fuse_direct_write() in both callers | Al Viro | 2015-04-11 |
* | fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() | Al Viro | 2015-04-11 |
* | cuse: switch to iov_iter | Al Viro | 2015-04-11 |
* | Merge branch 'for-davem' into for-next | Al Viro | 2015-04-11 |
|\ |
|
| * | new helper: msg_data_left() | Al Viro | 2015-04-11 |
| * | Merge remote-tracking branch 'dh/afs' into for-davem | Al Viro | 2015-04-11 |
| |\ |
|
| | * | kafs: Add more "unified AFS" error codes | Nathaniel Wesley Filardo | 2015-04-01 |
| | * | RxRPC: Handle VERSION Rx protocol packets | David Howells | 2015-04-01 |
| | * | AFS: afs_send_empty_reply() doesn't require an iovec array | David Howells | 2015-04-01 |
| | * | RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argument | David Howells | 2015-04-01 |
| | * | RxRPC: Don't call skb_add_data() if there's no data to copy | David Howells | 2015-04-01 |
| | * | RxRPC: Fix the conversion to iov_iter | David Howells | 2015-04-01 |
| * | | get rid of the size argument of sock_sendmsg() | Al Viro | 2015-04-11 |
| * | | switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec() | Al Viro | 2015-04-09 |
| * | | net: switch importing msghdr from userland to {compat_,}import_iovec() | Al Viro | 2015-04-09 |
| * | | net: switch sendto() and recvfrom() to import_single_range() | Al Viro | 2015-04-09 |
| * | | Merge branch 'iov_iter' into for-davem | Al Viro | 2015-04-09 |
| |\ \ |
|
| * \ \ | Merge branch 'iocb' into for-davem | Al Viro | 2015-04-09 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-04-07 |
| |\ \ \ \ |
|
| | * | | | | Bluetooth: Fix location of TX power field in LE advertising data | Marcel Holtmann | 2015-04-04 |
| | * | | | | Bluetooth: hidp: Use BIT(x) instead of (1 << x) | Marcel Holtmann | 2015-04-04 |
| | * | | | | Bluetooth: cmtp: Use BIT(x) instead of (1 << x) | Marcel Holtmann | 2015-04-04 |
| | * | | | | Bluetooth: bnep: Handle BNEP connection setup request | Grzegorz Kolodziejczyk | 2015-04-03 |
| | * | | | | Bluetooth: bnep: Add support to extended headers of control frames | Grzegorz Kolodziejczyk | 2015-04-03 |
| | * | | | | Bluetooth: bnep: Add support for get bnep features via ioctl | Grzegorz Kolodziejczyk | 2015-04-03 |
| | * | | | | Bluetooth: bnep: Return err value while sending cmd is not understood | Grzegorz Kolodziejczyk | 2015-04-03 |
| | * | | | | Bluetooth: Disallow LE local out-of-band data when LE privacy is used | Marcel Holtmann | 2015-04-02 |
| | * | | | | Bluetooth: Convert local OOB data reading to use HCI request | Johan Hedberg | 2015-04-02 |
| | * | | | | Bluetooth: Move hci_get_cmd_complete() to hci_event.c | Johan Hedberg | 2015-04-02 |
| | * | | | | Bluetooth: Remove unused hci_req_pending() function | Johan Hedberg | 2015-04-02 |
| | * | | | | Bluetooth: Remove unneeded recv_event variable | Johan Hedberg | 2015-04-02 |
| | * | | | | Bluetooth: Convert hci_req_sync family of function to new request API | Johan Hedberg | 2015-04-02 |
| | * | | | | Bluetooth: Add second hci_request callback option for full skb | Johan Hedberg | 2015-04-02 |
| | * | | | | Bluetooth: Add clarifying comment to command status handling | Johan Hedberg | 2015-04-02 |
| | * | | | | Bluetooth: Export SMP selftest result in debugfs | Marcel Holtmann | 2015-04-02 |
| | * | | | | Bluetooth: Export ECDH selftest result in debugfs | Marcel Holtmann | 2015-04-02 |
| | * | | | | Bluetooth: Restrict BNEP flags to only valid ones | Marcel Holtmann | 2015-04-02 |
| | * | | | | Bluetooth: Restrict HIDP flags to only valid ones | Marcel Holtmann | 2015-04-02 |
| | * | | | | Bluetooth: Restrict CMTP flags to only valid ones | Marcel Holtmann | 2015-04-02 |
| | * | | | | Bluetooth: Remove unneeded extra ( ) in valid flags check | Marcel Holtmann | 2015-04-02 |
| | * | | | | Bluetooth: Expose current Device ID information via debugfs | Marcel Holtmann | 2015-04-02 |
| | * | | | | Bluetooth: Refactor HCI request variables into own struct | Johan Hedberg | 2015-03-30 |
| | * | | | | Bluetooth: Refactor L2CAP variables into l2cap_ctrl | Johan Hedberg | 2015-03-30 |
| | * | | | | Bluetooth: Remove superfluous extra empty line between functions | Marcel Holtmann | 2015-03-29 |
| | * | | | | Bluetooth: Fix error returns for Read Local OOB Extended Data commands | Marcel Holtmann | 2015-03-29 |