summaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoechr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-08aio: kill ki_retryKent Overstreet2-165/+85
2013-05-08aio: kill ki_keyKent Overstreet2-7/+9
2013-05-08aio: give shared kioctx fields their own cachelinesKent Overstreet1-12/+15
2013-05-08aio: kill struct aio_ring_infoKent Overstreet1-81/+74
2013-05-08aio: kill batch allocationKent Overstreet2-102/+15
2013-05-08aio: change reqs_active to include unreaped completionsKent Overstreet1-15/+32
2013-05-08aio: use cancellation list lazilyKent Overstreet3-55/+81
2013-05-08aio: use flush_dcache_page()Kent Overstreet1-28/+17
2013-05-08aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet1-150/+90
2013-05-08wait: add wait_event_hrtimeout()Kent Overstreet1-0/+86
2013-05-08aio: refcounting cleanupKent Overstreet1-153/+119
2013-05-08aio: make aio_put_req() locklessKent Overstreet2-54/+36
2013-05-08aio: do fget() after aio_get_req()Kent Overstreet1-13/+9
2013-05-08aio: dprintk() -> pr_debug()Kent Overstreet1-33/+24
2013-05-08aio: move private stuff out of aio.hKent Overstreet3-61/+62
2013-05-08aio: add kiocb_cancel()Kent Overstreet1-36/+43
2013-05-08aio: kill return value of aio_complete()Kent Overstreet2-18/+11
2013-05-08char: add aio_{read,write} to /dev/{null,zero}Zach Brown1-0/+35
2013-05-08aio: remove retry-based AIOZach Brown5-379/+31
2013-05-08gadget: remove only user of aio retryZach Brown1-9/+29
2013-05-08aio: remove dead code from aio.hZach Brown1-24/+0
2013-05-08mm: remove old aio use_mm() commentZach Brown1-3/+0
2013-05-08mm/vmalloc.c: add vfree commentAndrew Morton1-0/+2
2013-05-08remove unused random32() and srandom32()Akinobu Mita1-7/+0
2013-05-08drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton4-6/+6
2013-05-08drivers/net: rename random32() to prandom_u32()Akinobu Mita7-9/+9
2013-05-08hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi4-22/+34
2013-05-08parisc: remove the second argument of kmap_atomic()Zhao Hongjiang1-3/+3
2013-05-08drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach1-0/+5
2013-05-08include/linux/mm.h: complete the mm_walk definitionAndrew Morton1-7/+13
2013-05-08mm, memcg: add rss_huge stat to memory.statDavid Rientjes2-11/+29
2013-05-08mm/SPARC: use common help functions to free reserved pagesJiang Liu3-68/+12
2013-05-08arm: fix mismerge of arch/arm/mach-omap2/timer.cLinus Torvalds1-0/+4
2013-05-08rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso1-1/+3
2013-05-08kref: minor cleanupAnatol Pomozov2-4/+7
2013-05-07parisc: tlb flush counting fix for SMP and UPHelge Deller4-19/+5
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller5-4/+86
2013-05-07parisc: implement irq stacksHelge Deller4-2/+94
2013-05-07parisc: add kernel stack overflow checkHelge Deller4-4/+42
2013-05-07proc: Use PDE attribute setting accessor functionsGeert Uytterhoeven2-2/+2
2013-05-07parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin1-5/+9
2013-05-07libata: change maintainerTejun Heo1-2/+2
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan1-6/+10
2013-05-07e1000e: fix scheduling while atomic bugBruce Allan1-1/+1
2013-05-07rwsem: no need for explicit signed longsDavidlohr Bueso1-5/+3
2013-05-07x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse1-7/+21
2013-05-07rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse1-2/+8
2013-05-07rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse1-32/+32
2013-05-07rwsem: simplify __rwsem_do_wakeMichel Lespinasse2-30/+19
2013-05-07rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse1-8/+9