Age | Commit message (Expand) | Author | Files | Lines |
2015-04-15 | VFS: Impose ordering on accesses of d_inode and d_flags | David Howells | 1 | -18/+3 |
2015-04-15 | VFS: Add owner-filesystem positive/negative dentry checks | David Howells | 1 | -0/+38 |
2015-04-15 | nfs: generic_write_checks() shouldn't be done on swapout... | Al Viro | 1 | -2/+1 |
2015-04-12 | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 1 | -0/+15 |
2015-04-12 | switch generic_write_checks() to iocb and iter | Al Viro | 1 | -1/+1 |
2015-04-12 | Merge branch 'for-linus' into for-next | Al Viro | 1 | -1/+1 |
2015-04-12 | generic_write_checks(): drop isblk argument | Al Viro | 1 | -1/+1 |
2015-04-12 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2 | -2/+2 |
2015-04-12 | Remove rw from dax_{do_,}io() | Omar Sandoval | 1 | -2/+2 |
2015-04-12 | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 1 | -10/+12 |
2015-04-12 | new helper: iov_iter_rw() | Omar Sandoval | 1 | -0/+8 |
2015-04-12 | ->aio_read and ->aio_write removed | Al Viro | 1 | -2/+0 |
2015-04-12 | kill do_sync_read/do_sync_write | Al Viro | 1 | -2/+0 |
2015-04-12 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
2015-04-12 | new helper: __vfs_write() | Al Viro | 1 | -0/+1 |
2015-04-12 | 9p: switch p9_client_read() to passing struct iov_iter * | Al Viro | 1 | -2/+1 |
2015-04-12 | 9p: switch p9_client_write() to passing it struct iov_iter * | Al Viro | 1 | -2/+3 |
2015-04-12 | net/9p: switch the guts of p9_client_{read,write}() to iov_iter | Al Viro | 1 | -1/+1 |
2015-04-12 | Merge branch 'for-davem' into for-next | Al Viro | 150 | -1179/+2676 |
2015-04-12 | Merge branch 'iov_iter' into for-next | Al Viro | 1 | -0/+14 |
2015-04-12 | Merge branch 'iocb' into for-next | Al Viro | 3 | -70/+23 |
2015-04-12 | VFS: Add iov_iter_fault_in_multipages_readable() | Anton Altaparmakov | 1 | -0/+1 |
2015-04-12 | switch security_inode_getattr() to struct path * | Al Viro | 1 | -4/+3 |
2015-04-12 | kill struct filename.separate | Al Viro | 1 | -1/+1 |
2015-04-11 | new helper: msg_data_left() | Al Viro | 1 | -0/+5 |
2015-04-11 | Merge remote-tracking branch 'dh/afs' into for-davem | Al Viro | 1 | -1/+2 |
2015-04-11 | get rid of the size argument of sock_sendmsg() | Al Viro | 1 | -1/+1 |
2015-04-09 | net: switch importing msghdr from userland to {compat_,}import_iovec() | Al Viro | 1 | -1/+1 |
2015-04-09 | Merge branch 'iov_iter' into for-davem | Al Viro | 1 | -0/+14 |
2015-04-09 | Merge branch 'iocb' into for-davem | Al Viro | 3 | -70/+23 |
2015-04-07 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2 | -13/+17 |
2015-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -18/+30 |
2015-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 4 | -17/+10 |
2015-04-07 | fix mremap() vs. ioctx_kill() race | Al Viro | 1 | -1/+1 |
2015-04-06 | tc: bpf: add checksum helpers | Alexei Starovoitov | 1 | -1/+37 |
2015-04-06 | ipv6: protect skb->sk accesses from recursive dereference inside the stack | hannes@stressinduktion.org | 4 | -17/+10 |
2015-04-04 | netfilter: Pass nf_hook_state through arpt_do_table(). | David S. Miller | 1 | -2/+1 |
2015-04-04 | netfilter: Pass nf_hook_state through nft_set_pktinfo*(). | David S. Miller | 3 | -10/+7 |
2015-04-04 | netfilter: Pass nf_hook_state through ip6t_do_table(). | David S. Miller | 1 | -2/+1 |
2015-04-04 | netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}(). | David S. Miller | 1 | -16/+8 |
2015-04-04 | netfilter: Pass nf_hook_state through ipt_do_table(). | David S. Miller | 1 | -2/+1 |
2015-04-04 | netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}(). | David S. Miller | 1 | -16/+8 |
2015-04-04 | netfilter: Make nf_hookfn use nf_hook_state. | David S. Miller | 1 | -3/+1 |
2015-04-04 | netfilter: Use nf_hook_state in nf_queue_entry. | David S. Miller | 1 | -5/+1 |
2015-04-04 | netfilter: Create and use nf_hook_state. | David S. Miller | 1 | -5/+23 |
2015-04-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+2 |
2015-04-04 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2015-04-03 | add fixed_phy_update_state() - update state of fixed_phy | Stas Sergeev | 1 | -0/+9 |
2015-04-03 | ebpf: add skb->priority to offset map for usage in {cls, act}_bpf | Daniel Borkmann | 1 | -0/+1 |
2015-04-03 | jhash: Update jhash_[321]words functions to use correct initval | Alexander Duyck | 1 | -6/+11 |