summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells2015-04-151-18/+3
* VFS: Add owner-filesystem positive/negative dentry checksDavid Howells2015-04-151-0/+38
* nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2015-04-151-2/+1
* mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-0/+15
* switch generic_write_checks() to iocb and iterAl Viro2015-04-111-1/+1
* Merge branch 'for-linus' into for-nextAl Viro2015-04-111-1/+1
|\
| * fix mremap() vs. ioctx_kill() raceAl Viro2015-04-061-1/+1
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-112-2/+2
* | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-111-2/+2
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-10/+12
* | new helper: iov_iter_rw()Omar Sandoval2015-04-111-0/+8
* | ->aio_read and ->aio_write removedAl Viro2015-04-111-2/+0
* | kill do_sync_read/do_sync_writeAl Viro2015-04-111-2/+0
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | new helper: __vfs_write()Al Viro2015-04-111-0/+1
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-111-2/+1
* | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-111-2/+3
* | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-111-1/+1
* | Merge branch 'for-davem' into for-nextAl Viro2015-04-11150-1179/+2676
|\ \
| * | new helper: msg_data_left()Al Viro2015-04-111-0/+5
| * | Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-111-1/+2
| |\ \
| | * | RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-011-1/+2
| * | | get rid of the size argument of sock_sendmsg()Al Viro2015-04-111-1/+1
| * | | net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-091-1/+1
| * | | Merge branch 'iov_iter' into for-davemAl Viro2015-04-091-0/+14
| |\ \ \
| * \ \ \ Merge branch 'iocb' into for-davemAl Viro2015-04-093-70/+23
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-04-072-13/+17
| |\ \ \ \ \
| | * | | | | Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-021-3/+0
| | * | | | | Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg2015-04-021-2/+0
| | * | | | | Bluetooth: Remove unneeded recv_event variableJohan Hedberg2015-04-021-1/+0
| | * | | | | Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg2015-04-021-0/+1
| | * | | | | Bluetooth: Add second hci_request callback option for full skbJohan Hedberg2015-04-021-0/+3
| | * | | | | Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-301-4/+10
| | * | | | | Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-301-4/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-067-18/+30
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-064-17/+10
| | |\ \ \ \ \ \
| | | * | | | | | ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-064-17/+10
| | * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-04-031-1/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | Input: add MT_TOOL_PALMCharlie Mooney2015-03-201-1/+2
| | * | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-031-0/+1
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | * | | | | | | block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2015-03-311-0/+1
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Merge tag 'irqchip-fixes-4.0-2' of git://git.infradead.org/users/jcooper/linuxLinus Torvalds2015-04-021-0/+17
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | irqchip: gicv3-its: Use non-cacheable accesses when no shareabilityMarc Zyngier2015-03-291-0/+4
| | | * | | | | | irqchip: gicv3-its: Fix PROP/PEND and BASE/CBASE confusionMarc Zyngier2015-03-291-0/+13
| * | | | | | | | tc: bpf: add checksum helpersAlexei Starovoitov2015-04-061-1/+37
| * | | | | | | | netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2015-04-041-2/+1
| * | | | | | | | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-043-10/+7
| * | | | | | | | netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller2015-04-041-2/+1
| * | | | | | | | netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller2015-04-041-16/+8