index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-21
FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n
David Howells
1
-0
/
+1
2009-11-21
SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE
David Howells
1
-0
/
+1
2009-11-21
SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()
David Howells
1
-1
/
+1
2009-11-19
CacheFiles: Don't log lookup/create failing with ENOBUFS
David Howells
1
-2
/
+3
2009-11-19
CacheFiles: Catch an overly long wait for an old active object
David Howells
7
-25
/
+90
2009-11-19
CacheFiles: Better showing of debugging information in active object problems
David Howells
1
-27
/
+75
2009-11-19
CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happy
David Howells
1
-2
/
+2
2009-11-19
CacheFiles: Handle truncate unlocking the page we're reading
David Howells
1
-6
/
+93
2009-11-19
CacheFiles: Don't write a full page if there's only a partial page to cache
David Howells
3
-7
/
+39
2009-11-19
FS-Cache: Actually requeue an object when requested
David Howells
1
-2
/
+1
2009-11-19
FS-Cache: Start processing an object's operations on that object's death
David Howells
6
-61
/
+75
2009-11-19
FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failure
David Howells
1
-5
/
+12
2009-11-19
FS-Cache: Add a retirement stat counter
David Howells
3
-2
/
+7
2009-11-19
FS-Cache: Handle pages pending storage that get evicted under OOM conditions
David Howells
10
-35
/
+152
2009-11-19
FS-Cache: Handle read request vs lookup, creation or other cache failure
David Howells
4
-2
/
+11
2009-11-19
FS-Cache: Don't delete pending pages from the page-store tracking tree
David Howells
2
-4
/
+5
2009-11-19
FS-Cache: Fix lock misorder in fscache_write_op()
David Howells
6
-19
/
+52
2009-11-19
FS-Cache: The object-available state can't rely on the cookie to be available
David Howells
1
-2
/
+7
2009-11-19
FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phase
David Howells
5
-39
/
+115
2009-11-19
FS-Cache: Use radix tree preload correctly in tracking of pages to be stored
David Howells
2
-1
/
+6
2009-11-19
FS-Cache: Clear netfs pointers in cookie after detaching object, not before
David Howells
1
-4
/
+4
2009-11-19
FS-Cache: Add counters for entry/exit to/from cache operation functions
David Howells
7
-9
/
+134
2009-11-19
FS-Cache: Allow the current state of all objects to be dumped
David Howells
14
-3
/
+578
2009-11-19
FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work items
David Howells
4
-6
/
+103
2009-11-19
SLOW_WORK: Allow a requeueable work item to sleep till the thread is needed
David Howells
3
-9
/
+132
2009-11-19
SLOW_WORK: Allow the owner of a work item to determine if it is queued or not
David Howells
2
-0
/
+34
2009-11-19
SLOW_WORK: Allow the work items to be viewed through a /proc file
David Howells
7
-12
/
+413
2009-11-19
SLOW_WORK: Add delayed_slow_work support
Jens Axboe
3
-3
/
+171
2009-11-19
SLOW_WORK: Add support for cancellation of slow work
Jens Axboe
3
-7
/
+88
2009-11-19
SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional
Jens Axboe
2
-21
/
+17
2009-11-19
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
David Howells
8
-16
/
+150
2009-11-19
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
7
-32
/
+70
2009-11-19
strcmp: fix overflow and possibly signedness error
Linus Torvalds
1
-6
/
+14
2009-11-19
Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-6
/
+5
2009-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-2
/
+2
2009-11-19
agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()
David Woodhouse
1
-6
/
+5
2009-11-19
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-49
/
+48
2009-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
5
-3
/
+14
2009-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
49
-490
/
+432
2009-11-19
ima: replace GFP_KERNEL with GFP_NOFS
Mimi Zohar
1
-2
/
+2
2009-11-18
OMAP: cs should be positive in gpmc_cs_free()
Roel Kluin
1
-1
/
+1
2009-11-18
omap: fix unlikely(x) < y
Roel Kluin
1
-1
/
+1
2009-11-18
Merge branch 'fix/asoc' into for-linus
Takashi Iwai
3
-3
/
+4
2009-11-18
Merge branch 'fix/hda' into for-linus
Takashi Iwai
1
-0
/
+1
2009-11-18
Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-2
/
+3
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
9
-22
/
+78
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2
-0
/
+24
2009-11-18
ASoC: tlv320aic23 fix rate selection
Troy Kisky
1
-1
/
+1
2009-11-18
ASoC: OMAP3 Pandora: update for TWL4030 codec changes
Grazvydas Ignotas
1
-1
/
+2
2009-11-18
ASoC: Modifying the license string GPLv2 for OMAP3 EVM
Anuj Aggarwal
1
-1
/
+1
[next]