index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
CIFS: Fix oops while mounting with prefixpath
Pavel Shilovsky
2011-07-25
1
-1
/
+1
|
*
|
|
|
|
[CIFS] Redundant null check after dereference
Steve French
2011-07-25
1
-5
/
+0
|
*
|
|
|
|
cifs: use cifs_dirent in cifs_save_resume_key
Christoph Hellwig
2011-07-25
2
-58
/
+10
|
*
|
|
|
|
cifs: use cifs_dirent to replace cifs_get_name_from_search_buf
Christoph Hellwig
2011-07-25
1
-86
/
+23
|
*
|
|
|
|
cifs: introduce cifs_dirent
Christoph Hellwig
2011-07-25
1
-69
/
+125
|
*
|
|
|
|
cifs: cleanup cifs_filldir
Christoph Hellwig
2011-07-25
1
-44
/
+36
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2011-07-26
2
-149
/
+963
|
\
\
\
\
\
|
*
|
|
|
|
ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is not
Steven Rostedt
2011-07-15
1
-12
/
+7
|
*
|
|
|
|
ktest: Keep fonud configs separate from default configs
Steven Rostedt
2011-07-15
1
-4
/
+8
|
*
|
|
|
|
ktest: Add prompt to use OUTPUT_MIN_CONFIG
Steven Rostedt
2011-07-15
2
-14
/
+59
|
*
|
|
|
|
ktest: Use Kconfig dependencies to shorten time to make min_config
Steven Rostedt
2011-07-15
2
-22
/
+273
|
*
|
|
|
|
ktest: Add test type make_min_config
Steven Rostedt
2011-07-15
2
-4
/
+301
|
*
|
|
|
|
ktest: Require one TEST_START in config file
Steven Rostedt
2011-06-14
1
-0
/
+11
|
*
|
|
|
|
ktest: Add helper function to avoid duplicate code
Steven Rostedt
2011-06-14
1
-26
/
+20
|
*
|
|
|
|
ktest: Add IGNORE_WARNINGS to ignore warnings in some patches
Steven Rostedt
2011-06-14
2
-2
/
+20
|
*
|
|
|
|
ktest: Fix tar extracting of modules to target
Steven Rostedt
2011-06-14
1
-1
/
+1
|
*
|
|
|
|
ktest: Have the testing tmp dir include machine name
Steven Rostedt
2011-06-14
2
-3
/
+3
|
*
|
|
|
|
ktest: Add POST/PRE_BUILD options
Steven Rostedt
2011-06-14
2
-3
/
+60
|
*
|
|
|
|
ktest: Allow initrd processing without modules defined
Steven Rostedt
2011-06-13
1
-6
/
+12
|
*
|
|
|
|
ktest: Have LOG_FILE evaluate options as well
Steven Rostedt
2011-06-13
1
-58
/
+68
|
*
|
|
|
|
ktest: Have wait on stdio honor bug timeout
Steven Rostedt
2011-06-13
1
-1
/
+10
|
*
|
|
|
|
ktest: Implement our own force min config
Steven Rostedt
2011-06-13
1
-13
/
+61
|
*
|
|
|
|
ktest: Add TEST_NAME option
Steven Rostedt
2011-06-13
2
-2
/
+22
|
*
|
|
|
|
ktest: Add CONFIG_BISECT_GOOD option
Steven Rostedt
2011-06-13
2
-7
/
+18
|
*
|
|
|
|
ktest: Add detection of triple faults
Steven Rostedt
2011-06-13
2
-0
/
+30
|
*
|
|
|
|
ktest: Notify reason to break out of monitoring boot
Steven Rostedt
2011-06-13
1
-2
/
+10
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...
Linus Torvalds
2011-07-26
15
-286
/
+747
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mm: properly reflect task dirty limits in dirty_exceeded logic
Jan Kara
2011-07-24
1
-6
/
+20
|
*
|
|
|
|
|
writeback: don't busy retry writeback on new/freeing inodes
Wu Fengguang
2011-07-24
1
-1
/
+1
|
*
|
|
|
|
|
writeback: scale IO chunk size up to half device bandwidth
Wu Fengguang
2011-07-09
2
-13
/
+21
|
*
|
|
|
|
|
writeback: trace global_dirty_state
Wu Fengguang
2011-07-09
2
-0
/
+47
|
*
|
|
|
|
|
writeback: introduce max-pause and pass-good dirty limits
Wu Fengguang
2011-07-09
2
-0
/
+54
|
*
|
|
|
|
|
writeback: introduce smoothed global dirty limit
Wu Fengguang
2011-07-09
3
-3
/
+79
|
*
|
|
|
|
|
writeback: consolidate variable names in balance_dirty_pages()
Wu Fengguang
2011-07-09
1
-10
/
+11
|
*
|
|
|
|
|
writeback: show bdi write bandwidth in debugfs
Wu Fengguang
2011-07-09
1
-11
/
+13
|
*
|
|
|
|
|
writeback: bdi write bandwidth estimation
Wu Fengguang
2011-07-09
5
-0
/
+120
|
*
|
|
|
|
|
writeback: account per-bdi accumulated written pages
Jan Kara
2011-07-09
3
-2
/
+10
|
*
|
|
|
|
|
writeback: make writeback_control.nr_to_write straight
Wu Fengguang
2011-07-09
6
-129
/
+148
|
*
|
|
|
|
|
writeback: skip tmpfs early in balance_dirty_pages_ratelimited_nr()
Wu Fengguang
2011-06-20
1
-3
/
+4
|
*
|
|
|
|
|
writeback: trace event writeback_queue_io
Wu Fengguang
2011-06-08
2
-4
/
+35
|
*
|
|
|
|
|
writeback: trace event writeback_single_inode
Wu Fengguang
2011-06-08
2
-0
/
+74
|
*
|
|
|
|
|
writeback: remove .nonblocking and .encountered_congestion
Wu Fengguang
2011-06-08
4
-9
/
+4
|
*
|
|
|
|
|
writeback: remove writeback_control.more_io
Wu Fengguang
2011-06-08
4
-16
/
+5
|
*
|
|
|
|
|
writeback: skip balance_dirty_pages() for in-memory fs
Wu Fengguang
2011-06-08
1
-6
/
+4
|
*
|
|
|
|
|
writeback: add bdi_dirty_limit() kernel-doc
Wu Fengguang
2011-06-08
1
-2
/
+9
|
*
|
|
|
|
|
writeback: avoid extra sync work at enqueue time
Wu Fengguang
2011-06-08
2
-16
/
+3
|
*
|
|
|
|
|
writeback: elevate queue_io() into wb_writeback()
Wu Fengguang
2011-06-08
1
-17
/
+12
|
*
|
|
|
|
|
writeback: split inode_wb_list_lock into bdi_writeback.list_lock
Christoph Hellwig
2011-06-08
8
-68
/
+85
|
*
|
|
|
|
|
writeback: refill b_io iff empty
Wu Fengguang
2011-06-08
1
-2
/
+3
|
*
|
|
|
|
|
writeback: the kupdate expire timestamp should be a moving target
Wu Fengguang
2011-06-08
1
-5
/
+6
[prev]
[next]