aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-119p: get rid of v9fs_direct_file_write()Al Viro2-82/+17
2015-04-119p: fold v9fs_file_write_internal() into the callerAl Viro2-49/+30
2015-04-119p: switch ->writepage() to direct use of p9_client_write()Al Viro1-22/+13
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro4-97/+62
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro4-133/+147
2015-04-11nommu: use __vfs_read()Al Viro1-2/+2
2015-04-11acct: check FMODE_CAN_WRITEAl Viro1-1/+1
2015-04-11aio_run_iocb(): kill dead checkAl Viro1-7/+0
2015-04-11ioctx_alloc(): remove pointless checkAl Viro1-2/+1
2015-04-11lustre: kill unused members of struct vvp_thread_infoAl Viro1-2/+0
2015-04-11expand __fuse_direct_write() in both callersAl Viro1-25/+17
2015-04-11fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro1-17/+12
2015-04-11cuse: switch to iov_iterAl Viro1-17/+10
2015-04-11sg_start_req(): use import_iovec()Al Viro1-11/+5
2015-04-11sg_start_req(): make sure that there's not too many elements in iovecAl Viro1-0/+3
2015-04-11blk_rq_map_user(): use import_single_range()Al Viro1-3/+3
2015-04-11sg_io(): use import_iovec()Al Viro1-7/+5
2015-04-11process_vm_access: switch to {compat_,}import_iovec()Al Viro1-23/+12
2015-04-11switch keyctl_instantiate_key_common() to iov_iterAl Viro3-72/+40
2015-04-11switch {compat_,}do_readv_writev() to {compat_,}import_iovec()Al Viro1-16/+16
2015-04-11aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Al Viro1-19/+9
2015-04-11vmsplice_to_user(): switch to import_iovec()Al Viro1-16/+11
2015-04-11kill aio_setup_single_vector()Al Viro1-17/+1
2015-04-11aio: simplify arguments of aio_setup_..._rw()Al Viro1-28/+17
2015-04-11aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro1-6/+11
2015-04-11lift iov_iter into {compat_,}do_readv_writev()Al Viro1-31/+23
2015-04-11NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble1-1/+1
2015-04-11dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields1-1/+1
2015-04-11NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2-477/+308
2015-04-11VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov2-0/+27
2015-04-11drop bogus check in file_open_root()Al Viro1-3/+0
2015-04-11switch security_inode_getattr() to struct path *Al Viro10-35/+24
2015-04-11constify tomoyo_realpath_from_path()Al Viro2-4/+4
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro6-21/+0
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro6-8/+0
2015-04-11remove incorrect comment in lookup_one_len()Al Viro1-3/+1
2015-04-11namei.c: fold do_path_lookup() into both callersAl Viro1-24/+24
2015-04-11kill struct filename.separateAl Viro2-14/+17
2015-04-11new helper: msg_data_left()Al Viro8-23/+27
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro3-15/+16
2015-04-09switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Al Viro1-17/+3
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro3-31/+20
2015-04-09net: switch sendto() and recvfrom() to import_single_range()Al Viro1-16/+8
2015-04-06Linux 4.0-rc7Linus Torvalds1-1/+1
2015-04-06net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein1-1/+2
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2-17/+10
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong1-0/+1
2015-04-06virtio: document queue state logicMichael S. Tsirkin1-5/+9
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov5-5/+220
2015-04-06mvneta: dont call mvneta_adjust_link() manuallyStas Sergeev1-6/+1