index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
aoe
/
aoechr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
aio: kill ki_retry
Kent Overstreet
2
-165
/
+85
2013-05-08
aio: kill ki_key
Kent Overstreet
2
-7
/
+9
2013-05-08
aio: give shared kioctx fields their own cachelines
Kent Overstreet
1
-12
/
+15
2013-05-08
aio: kill struct aio_ring_info
Kent Overstreet
1
-81
/
+74
2013-05-08
aio: kill batch allocation
Kent Overstreet
2
-102
/
+15
2013-05-08
aio: change reqs_active to include unreaped completions
Kent Overstreet
1
-15
/
+32
2013-05-08
aio: use cancellation list lazily
Kent Overstreet
3
-55
/
+81
2013-05-08
aio: use flush_dcache_page()
Kent Overstreet
1
-28
/
+17
2013-05-08
aio: make aio_read_evt() more efficient, convert to hrtimers
Kent Overstreet
1
-150
/
+90
2013-05-08
wait: add wait_event_hrtimeout()
Kent Overstreet
1
-0
/
+86
2013-05-08
aio: refcounting cleanup
Kent Overstreet
1
-153
/
+119
2013-05-08
aio: make aio_put_req() lockless
Kent Overstreet
2
-54
/
+36
2013-05-08
aio: do fget() after aio_get_req()
Kent Overstreet
1
-13
/
+9
2013-05-08
aio: dprintk() -> pr_debug()
Kent Overstreet
1
-33
/
+24
2013-05-08
aio: move private stuff out of aio.h
Kent Overstreet
3
-61
/
+62
2013-05-08
aio: add kiocb_cancel()
Kent Overstreet
1
-36
/
+43
2013-05-08
aio: kill return value of aio_complete()
Kent Overstreet
2
-18
/
+11
2013-05-08
char: add aio_{read,write} to /dev/{null,zero}
Zach Brown
1
-0
/
+35
2013-05-08
aio: remove retry-based AIO
Zach Brown
5
-379
/
+31
2013-05-08
gadget: remove only user of aio retry
Zach Brown
1
-9
/
+29
2013-05-08
aio: remove dead code from aio.h
Zach Brown
1
-24
/
+0
2013-05-08
mm: remove old aio use_mm() comment
Zach Brown
1
-3
/
+0
2013-05-08
mm/vmalloc.c: add vfree comment
Andrew Morton
1
-0
/
+2
2013-05-08
remove unused random32() and srandom32()
Akinobu Mita
1
-7
/
+0
2013-05-08
drivers/infiniband/hw: rename random32() to prandom_u32()
Andrew Morton
4
-6
/
+6
2013-05-08
drivers/net: rename random32() to prandom_u32()
Akinobu Mita
7
-9
/
+9
2013-05-08
hugetlbfs: fix mmap failure in unaligned size request
Naoya Horiguchi
4
-22
/
+34
2013-05-08
parisc: remove the second argument of kmap_atomic()
Zhao Hongjiang
1
-3
/
+3
2013-05-08
drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driver
Lucas Stach
1
-0
/
+5
2013-05-08
include/linux/mm.h: complete the mm_walk definition
Andrew Morton
1
-7
/
+13
2013-05-08
mm, memcg: add rss_huge stat to memory.stat
David Rientjes
2
-11
/
+29
2013-05-08
mm/SPARC: use common help functions to free reserved pages
Jiang Liu
3
-68
/
+12
2013-05-08
arm: fix mismerge of arch/arm/mach-omap2/timer.c
Linus Torvalds
1
-0
/
+4
2013-05-08
rwsem: check counter to avoid cmpxchg calls
Davidlohr Bueso
1
-1
/
+3
2013-05-08
kref: minor cleanup
Anatol Pomozov
2
-4
/
+7
2013-05-07
parisc: tlb flush counting fix for SMP and UP
Helge Deller
4
-19
/
+5
2013-05-07
parisc: more irq statistics in /proc/interrupts
Helge Deller
5
-4
/
+86
2013-05-07
parisc: implement irq stacks
Helge Deller
4
-2
/
+94
2013-05-07
parisc: add kernel stack overflow check
Helge Deller
4
-4
/
+42
2013-05-07
proc: Use PDE attribute setting accessor functions
Geert Uytterhoeven
2
-2
/
+2
2013-05-07
parisc: only re-enable interrupts if we need to schedule or deliver signals w...
John David Anglin
1
-5
/
+9
2013-05-07
libata: change maintainer
Tejun Heo
1
-2
/
+2
2013-05-07
menuconfig: fix NULL pointer dereference when searching a symbol
Li Zefan
1
-6
/
+10
2013-05-07
e1000e: fix scheduling while atomic bug
Bruce Allan
1
-1
/
+1
2013-05-07
rwsem: no need for explicit signed longs
Davidlohr Bueso
1
-5
/
+3
2013-05-07
x86 rwsem: avoid taking slow path when stealing write lock
Michel Lespinasse
1
-7
/
+21
2013-05-07
rwsem: do not block readers at head of queue if other readers are active
Michel Lespinasse
1
-2
/
+8
2013-05-07
rwsem: implement support for write lock stealing on the fastpath
Michel Lespinasse
1
-32
/
+32
2013-05-07
rwsem: simplify __rwsem_do_wake
Michel Lespinasse
2
-30
/
+19
2013-05-07
rwsem: skip initial trylock in rwsem_down_write_failed
Michel Lespinasse
1
-8
/
+9
[next]