summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'iocb' into for-nextAl Viro2015-04-1168-271/+201
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-2563-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-1210-38/+28
* | NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble2015-04-111-1/+1
* | dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields2015-04-111-1/+1
* | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2015-04-112-477/+308
* | VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov2015-04-112-0/+27
* | drop bogus check in file_open_root()Al Viro2015-04-111-3/+0
* | switch security_inode_getattr() to struct path *Al Viro2015-04-1110-35/+24
* | constify tomoyo_realpath_from_path()Al Viro2015-04-112-4/+4
* | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-116-21/+0
* | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-116-8/+0
* | remove incorrect comment in lookup_one_len()Al Viro2015-04-111-3/+1
* | namei.c: fold do_path_lookup() into both callersAl Viro2015-04-111-24/+24
* | kill struct filename.separateAl Viro2015-04-112-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
| * | | ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca2015-03-201-5/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-03-237-15/+141
|\ \ \ \
| * | | | sparc64: Fix several bugs in memmove().David S. Miller2015-03-231-3/+32
| * | | | sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern2015-03-191-0/+4
| * | | | sparc: perf: Add support M7 processorDavid Ahern2015-03-195-0/+102
| * | | | sparc: perf: Make counting mode actually workDavid Ahern2015-03-191-8/+3
| * | | | sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern2015-03-191-4/+0
| |/ / /
* | | | Linux 4.0-rc5v4.0-rc5Linus Torvalds2015-03-221-1/+1
* | | | Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2015-03-222-3/+2
|\ \ \ \
| * | | | md: fix problems with freeing private data after ->run failure.NeilBrown2015-03-212-3/+2