summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* switch keyctl_instantiate_key_common() to iov_iterAl Viro2015-04-123-72/+40
* switch {compat_,}do_readv_writev() to {compat_,}import_iovec()Al Viro2015-04-121-16/+16
* aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Al Viro2015-04-121-19/+9
* vmsplice_to_user(): switch to import_iovec()Al Viro2015-04-121-16/+11
* kill aio_setup_single_vector()Al Viro2015-04-121-17/+1
* Merge branch 'iov_iter' into for-nextAl Viro2015-04-122-0/+71
|\
| * saner iov_iter initialization primitivesAl Viro2015-03-302-0/+71
* | aio: simplify arguments of aio_setup_..._rw()Al Viro2015-04-121-28/+17
* | aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro2015-04-121-6/+11
* | lift iov_iter into {compat_,}do_readv_writev()Al Viro2015-04-121-31/+23
* | Merge branch 'iocb' into for-nextAl Viro2015-04-1268-271/+201
|\ \
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-2663-86/+55
| * | fs: split generic and aio kiocbChristoph Hellwig2015-03-137-77/+81
| * | fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-135-57/+12
| * | fuse: handle synchronous iocbs internallyChristoph Hellwig2015-03-132-20/+32
| * | fs: remove ki_nbytesChristoph Hellwig2015-03-1310-38/+28
* | | NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble2015-04-121-1/+1
* | | dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields2015-04-121-1/+1
* | | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2015-04-122-477/+308
* | | VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov2015-04-122-0/+27
* | | drop bogus check in file_open_root()Al Viro2015-04-121-3/+0
* | | switch security_inode_getattr() to struct path *Al Viro2015-04-1210-35/+24
* | | constify tomoyo_realpath_from_path()Al Viro2015-04-122-4/+4
* | | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-126-21/+0
* | | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-126-8/+0
* | | remove incorrect comment in lookup_one_len()Al Viro2015-04-121-3/+1
* | | namei.c: fold do_path_lookup() into both callersAl Viro2015-04-121-24/+24
* | | kill struct filename.separateAl Viro2015-04-122-14/+17
* | | switch path_init() to struct filenameAl Viro2015-03-241-8/+8
* | | switch path_mountpoint() to struct filenameAl Viro2015-03-241-10/+11
* | | switch path_lookupat() to struct filenameAl Viro2015-03-241-7/+6
* | | getname_flags(): clean up a bitAl Viro2015-03-241-28/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-2321-75/+238
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-2210-13/+61
| |\ \ \
| | * | | netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso2015-03-221-0/+6
| | * | | netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso2015-03-201-2/+2
| | * | | netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-195-10/+44
| | * | | netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso2015-03-171-1/+4
| | * | | netfilter: Fix potential crash in nft_hash walkerHerbert Xu2015-03-131-0/+2
| | * | | netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson2015-03-121-0/+3
| * | | | cx82310_eth: wait for firmware to become readyOndrej Zary2015-03-211-6/+24
| * | | | net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2015-03-201-0/+4
| * | | | net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-03-201-0/+7
| * | | | Merge branch 'be2net'David S. Miller2015-03-204-44/+108
| |\ \ \ \
| | * | | | be2net: use PCI MMIO read instead of config read for errorsSuresh Reddy2015-03-202-11/+23
| | * | | | be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy2015-03-201-9/+5
| | * | | | be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam2015-03-204-24/+80
| |/ / / /
| * | | | tcp: fix tcp fin memory accountingJosh Hunt2015-03-201-5/+1
| * | | | ipv6: fix backtracking for throw routesSteven Barth2015-03-201-0/+1
| * | | | net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras2015-03-201-2/+29