aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells1-18/+3
2015-04-15VFS: Add owner-filesystem positive/negative dentry checksDavid Howells1-0/+38
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro1-2/+1
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-0/+15
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-1/+1
2015-04-11Merge branch 'for-linus' into for-nextAl Viro1-1/+1
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2-2/+2
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-10/+12
2015-04-11new helper: iov_iter_rw()Omar Sandoval1-0/+8
2015-04-11->aio_read and ->aio_write removedAl Viro1-2/+0
2015-04-11kill do_sync_read/do_sync_writeAl Viro1-2/+0
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11new helper: __vfs_write()Al Viro1-0/+1
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-2/+1
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro1-2/+3
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro1-1/+1
2015-04-11Merge branch 'for-davem' into for-nextAl Viro150-1179/+2676
2015-04-11Merge branch 'iov_iter' into for-nextAl Viro1-0/+14
2015-04-11Merge branch 'iocb' into for-nextAl Viro3-70/+23
2015-04-11VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov1-0/+1
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-4/+3
2015-04-11kill struct filename.separateAl Viro1-1/+1
2015-04-11new helper: msg_data_left()Al Viro1-0/+5
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro1-1/+2
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro1-1/+1
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro1-1/+1
2015-04-09Merge branch 'iov_iter' into for-davemAl Viro1-0/+14
2015-04-09Merge branch 'iocb' into for-davemAl Viro3-70/+23
2015-04-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-13/+17
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-18/+30
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-17/+10
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro1-1/+1
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov1-1/+37
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org4-17/+10
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller3-10/+7
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller1-16/+8
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller1-16/+8
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-3/+1
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller1-5/+1
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller1-5/+23
2015-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2015-04-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-04-03add fixed_phy_update_state() - update state of fixed_phyStas Sergeev1-0/+9
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann1-0/+1
2015-04-03jhash: Update jhash_[321]words functions to use correct initvalAlexander Duyck1-6/+11