index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Btrfs: avoid IO stalls behind congested devices in a multi-device FS
Chris Mason
2009-06-10
1
-1
/
+4
|
*
Btrfs: don't allow WRITE_SYNC bios to starve out regular writes
Chris Mason
2009-06-10
1
-7
/
+15
|
*
Btrfs: fix metadata dirty throttling limits
Chris Mason
2009-06-10
1
-5
/
+2
|
*
Btrfs: reduce mount -o ssd CPU usage
Chris Mason
2009-06-10
1
-1
/
+1
|
*
Btrfs: balance btree more often
Chris Mason
2009-06-10
1
-2
/
+2
|
*
Btrfs: stop avoiding balancing at the end of the transaction.
Chris Mason
2009-06-10
1
-7
/
+4
|
*
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
Yan Zheng
2009-06-10
20
-2043
/
+6928
|
*
btrfs: Fix set/clear_extent_bit for 'end == (u64)-1'
Yan Zheng
2009-06-10
1
-4
/
+14
*
|
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2009-06-11
23
-662
/
+2813
|
\
\
|
*
|
fsnotify: allow groups to set freeing_mark to null
Eric Paris
2009-06-11
2
-8
/
+3
|
*
|
inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD
Eric Paris
2009-06-11
3
-3
/
+7
|
*
|
dnotify: do not bother to lock entry->lock when reading mask
Eric Paris
2009-06-11
1
-2
/
+1
|
*
|
dnotify: do not use ?true:false when assigning to a bool
Eric Paris
2009-06-11
1
-1
/
+1
|
*
|
fsnotify: move events should indicate the event was on a child
Eric Paris
2009-06-11
1
-8
/
+4
|
*
|
inotify: reimplement inotify using fsnotify
Eric Paris
2009-06-11
8
-448
/
+585
|
*
|
fsnotify: handle filesystem unmounts with fsnotify marks
Eric Paris
2009-06-11
3
-0
/
+77
|
*
|
fsnotify: fsnotify marks on inodes pin them in core
Eric Paris
2009-06-11
1
-0
/
+7
|
*
|
fsnotify: allow groups to add private data to events
Eric Paris
2009-06-11
3
-9
/
+68
|
*
|
fsnotify: add correlations between events
Eric Paris
2009-06-11
4
-25
/
+51
|
*
|
fsnotify: include pathnames with entries when possible
Eric Paris
2009-06-11
4
-21
/
+41
|
*
|
fsnotify: generic notification queue and waitq
Eric Paris
2009-06-11
4
-7
/
+278
|
*
|
dnotify: reimplement dnotify using fsnotify
Eric Paris
2009-06-11
7
-183
/
+398
|
*
|
fsnotify: parent event notification
Eric Paris
2009-06-11
6
-10
/
+205
|
*
|
fsnotify: add marks to inodes so groups can interpret how to handle those inodes
Eric Paris
2009-06-11
9
-3
/
+483
|
*
|
fsnotify: unified filesystem notification backend
Eric Paris
2009-06-11
9
-35
/
+705
*
|
|
Merge branch 'for-linus' of git://linux-arm.org/linux-2.6
Linus Torvalds
2009-06-11
19
-7
/
+2043
|
\
\
\
|
*
|
|
kmemleak: Add the corresponding MAINTAINERS entry
Catalin Marinas
2009-06-11
1
-0
/
+6
|
*
|
|
kmemleak: Simple testing module for kmemleak
Catalin Marinas
2009-06-11
3
-0
/
+122
|
*
|
|
kmemleak: Enable the building of the memory leak detector
Catalin Marinas
2009-06-11
2
-0
/
+23
|
*
|
|
kmemleak: Remove some of the kmemleak false positives
Catalin Marinas
2009-06-11
3
-0
/
+18
|
*
|
|
kmemleak: Add modules support
Catalin Marinas
2009-06-11
1
-0
/
+56
|
*
|
|
kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash
Catalin Marinas
2009-06-11
1
-0
/
+11
|
*
|
|
kmemleak: Add the vmalloc memory allocation/freeing hooks
Catalin Marinas
2009-06-11
1
-3
/
+27
|
*
|
|
kmemleak: Add the slub memory allocation/freeing hooks
Catalin Marinas
2009-06-11
1
-1
/
+4
|
*
|
|
kmemleak: Add the slob memory allocation/freeing hooks
Catalin Marinas
2009-06-11
1
-0
/
+7
|
*
|
|
kmemleak: Add the slab memory allocation/freeing hooks
Catalin Marinas
2009-06-11
2
-2
/
+32
|
*
|
|
kmemleak: Add documentation on the memory leak detector
Catalin Marinas
2009-06-11
2
-0
/
+146
|
*
|
|
kmemleak: Add the base support
Catalin Marinas
2009-06-11
3
-1
/
+1597
*
|
|
|
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-06-11
138
-85
/
+27406
|
\
\
\
\
|
*
\
\
\
Merge branch 'linus' into perfcounters/core
Ingo Molnar
2009-06-11
449
-8480
/
+17770
|
|
\
\
\
\
|
|
|
/
/
/
|
*
|
|
|
perf_counter: Turn off by default
Ingo Molnar
2009-06-11
1
-1
/
+0
|
*
|
|
|
perf_counter: Add counter->id to the throttle event
Peter Zijlstra
2009-06-11
2
-1
/
+4
|
*
|
|
|
perf_counter: Better align code
Ingo Molnar
2009-06-11
1
-80
/
+85
|
*
|
|
|
perf_counter: Rename L2 to LL cache
Peter Zijlstra
2009-06-11
8
-14
/
+14
|
*
|
|
|
perf_counter: Standardize event names
Peter Zijlstra
2009-06-11
15
-135
/
+136
|
*
|
|
|
perf_counter: Rename enums
Peter Zijlstra
2009-06-11
2
-31
/
+28
|
*
|
|
|
perf_counter tools: Clean up u64 usage
Ingo Molnar
2009-06-11
6
-47
/
+47
|
*
|
|
|
perf_counter: Rename perf_counter_limit sysctl
Peter Zijlstra
2009-06-11
3
-12
/
+23
|
*
|
|
|
perf_counter: More paranoia settings
Peter Zijlstra
2009-06-11
3
-6
/
+27
|
*
|
|
|
perf_counter: powerpc: Implement generalized cache events for POWER processors
Paul Mackerras
2009-06-11
8
-6
/
+294
[prev]
[next]