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
*
xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros
Jeff Liu
2013-04-16
1
-1
/
+0
*
xfs: don't free EFIs before the EFDs are committed
Dave Chinner
2013-04-05
3
-19
/
+23
*
xfs: Add ratelimited printk for different alert levels
Rich Johnston
2013-04-03
2
-0
/
+27
*
xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()
Jan Kara
2013-03-22
1
-6
/
+6
*
xfs: xfs_iomap_prealloc_size() tracepoint
Brian Foster
2013-03-22
2
-0
/
+27
*
xfs: add quota-driven speculative preallocation throttling
Brian Foster
2013-03-22
1
-0
/
+82
*
xfs: xfs_dquot prealloc throttling watermarks and low free space
Brian Foster
2013-03-22
4
-7
/
+57
*
xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t
Brian Foster
2013-03-22
4
-11
/
+12
*
xfs: push rounddown_pow_of_two() to after prealloc throttle
Brian Foster
2013-03-22
1
-2
/
+17
*
xfs: reorganize xfs_iomap_prealloc_size to remove indentation
Brian Foster
2013-03-22
1
-31
/
+32
*
xfs: take inode version into account in XFS_LITINO
Christoph Hellwig
2013-03-14
5
-10
/
+13
*
xfs: ensure we capture IO errors correctly
Dave Chinner
2013-03-14
1
-0
/
+6
*
xfs: Remove obsoleted m_inode_shrink from xfs_mount structure
Jeff Liu
2013-03-14
1
-1
/
+0
*
xfs: rearrange some code in xfs_bmap for better locality
Dave Chinner
2013-03-07
1
-2206
/
+2069
*
xfs: rename random32() to prandom_u32()
Akinobu Mita
2013-03-07
4
-4
/
+4
*
xfs: don't verify buffers after IO errors
Dave Chinner
2013-03-07
1
-1
/
+3
*
xfs: fix xfs_iomap_eof_prealloc_initial_size type
Mark Tinguely
2013-03-07
1
-1
/
+1
*
xfs: increase prealloc size to double that of the previous extent
Brian Foster
2013-03-07
1
-1
/
+1
*
xfs: fix potential infinite loop in xfs_iomap_prealloc_size()
Brian Foster
2013-03-07
1
-1
/
+1
*
Linux 3.9-rc1
v3.9-rc1
Linus Torvalds
2013-03-03
1
-2
/
+2
*
Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...
Linus Torvalds
2013-03-03
8
-254
/
+284
|
\
|
*
UAPI: (Scripted) Disintegrate include/video
David Howells
2012-12-20
8
-254
/
+284
*
|
Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2013-03-03
5
-49
/
+57
|
\
\
|
*
|
xenbus: fix compile failure on ARM with Xen enabled
Steven Noonan
2013-03-01
1
-0
/
+1
|
*
|
xen/pci: We don't do multiple MSI's.
Konrad Rzeszutek Wilk
2013-03-01
1
-0
/
+9
|
*
|
xen/pat: Disable PAT using pat_enabled value.
Konrad Rzeszutek Wilk
2013-02-28
1
-1
/
+9
|
*
|
xen/acpi: xen cpu hotplug minor updates
Liu Jinsong
2013-02-25
1
-22
/
+12
|
*
|
xen/acpi: xen memory hotplug minor updates
Liu Jinsong
2013-02-25
1
-26
/
+26
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-03
26
-171
/
+108
|
\
\
\
|
*
|
|
constify path_get/path_put and fs_struct.c stuff
Al Viro
2013-03-01
5
-10
/
+10
|
*
|
|
fix nommu breakage in shmem.c
Al Viro
2013-03-01
1
-3
/
+2
|
*
|
|
cache the value of file_inode() in struct file
Al Viro
2013-03-01
3
-2
/
+6
|
*
|
|
9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry
Al Viro
2013-02-28
1
-3
/
+17
|
*
|
|
9p: make sure ->lookup() adds fid to the right dentry
Al Viro
2013-02-28
1
-2
/
+5
|
*
|
|
9p: untangle ->lookup() a bit
Al Viro
2013-02-28
1
-18
/
+9
|
*
|
|
9p: double iput() in ->lookup() if d_materialise_unique() fails
Al Viro
2013-02-28
1
-1
/
+0
|
*
|
|
9p: v9fs_fid_add() can't fail now
Al Viro
2013-02-28
4
-22
/
+11
|
*
|
|
v9fs: get rid of v9fs_dentry
Al Viro
2013-02-28
3
-51
/
+9
|
*
|
|
9p: turn fid->dlist into hlist
Al Viro
2013-02-27
4
-11
/
+9
|
*
|
|
9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...
Al Viro
2013-02-27
2
-7
/
+6
|
*
|
|
more file_inode() open-coded instances
Al Viro
2013-02-27
10
-45
/
+38
|
*
|
|
selinux: opened file can't have NULL or negative ->f_path.dentry
Al Viro
2013-02-27
1
-9
/
+0
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-03-03
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
btrfs/raid56: Add missing #include <linux/vmalloc.h>
Geert Uytterhoeven
2013-03-03
1
-0
/
+1
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2013-03-03
17
-144
/
+172
|
\
\
\
\
\
|
*
|
|
|
|
s390/module: fix compile warning
Heiko Carstens
2013-02-28
1
-1
/
+1
|
*
|
|
|
|
qdio: remove unused parameters
Stefan Raspl
2013-02-28
3
-7
/
+7
|
*
|
|
|
|
s390/uaccess: fix kernel ds access for page table walk
Heiko Carstens
2013-02-28
1
-28
/
+77
|
*
|
|
|
|
s390/uaccess: fix strncpy_from_user string length check
Heiko Carstens
2013-02-28
2
-46
/
+34
|
*
|
|
|
|
input: disable i8042 PC Keyboard controller for s390
Heiko Carstens
2013-02-28
1
-1
/
+1
[next]