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
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-14
2
-3
/
+3
|
\
|
*
seqcount: Add lockdep functionality to seqcount/seqlock structures
John Stultz
2013-11-06
2
-3
/
+3
|
*
Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...
Ingo Molnar
2013-11-06
2
-0
/
+3
|
|
\
*
|
\
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-11-14
1
-0
/
+4
|
\
\
\
|
*
|
|
jffs2: do not support the MLC nand
Huang Shijie
2013-10-27
1
-0
/
+4
*
|
|
|
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-11-14
3
-2
/
+49
|
\
\
\
\
|
*
|
|
|
block: Consolidate duplicated bio_trim() implementations
Kent Overstreet
2013-11-08
1
-0
/
+46
|
*
|
|
|
block: Replace __get_cpu_var uses
Christoph Lameter
2013-11-08
1
-1
/
+1
|
*
|
|
|
bdi: test bdi_init failure
Mikulas Patocka
2013-11-08
1
-1
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts
Al Viro
2013-11-13
1
-3
/
+6
*
|
|
|
fix unpaired rcu lock in prepend_path()
Li Zhong
2013-11-13
1
-0
/
+4
*
|
|
|
locks: missing unlock on error in generic_add_lease()
Dan Carpenter
2013-11-13
1
-0
/
+1
*
|
|
|
aio: checking for NULL instead of IS_ERR
Dan Carpenter
2013-11-13
1
-2
/
+2
*
|
|
|
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2013-11-13
37
-206
/
+601
|
\
\
\
\
|
*
|
|
|
devpts: plug the memory leak in kill_sb
Ilija Hadzic
2013-11-13
1
-0
/
+1
|
*
|
|
|
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
2013-11-13
1
-0
/
+6
|
*
|
|
|
kcore: add Kconfig help text
Randy Dunlap
2013-11-13
1
-0
/
+4
|
*
|
|
|
procfs: clean up proc_reg_get_unmapped_area for 80-column limit
HATAYAMA Daisuke
2013-11-13
1
-6
/
+10
|
*
|
|
|
hfsplus: implement attributes file creation functionality
Vyacheslav Dubeyko
2013-11-13
3
-2
/
+151
|
*
|
|
|
hfsplus: implement attributes file's header node initialization code
Vyacheslav Dubeyko
2013-11-13
2
-0
/
+68
|
*
|
|
|
hfsplus: add metadata file's clump size calculation functionality
Vyacheslav Dubeyko
2013-11-13
2
-0
/
+113
|
*
|
|
|
fs/hfs/btree.h: remove duplicate defines
Michael Opdenacker
2013-11-13
2
-9
/
+4
|
*
|
|
|
epoll: do not take global 'epmutex' for simple topologies
Jason Baron
2013-11-13
1
-26
/
+69
|
*
|
|
|
epoll: optimize EPOLL_CTL_DEL using rcu
Jason Baron
2013-11-13
1
-24
/
+32
|
*
|
|
|
debugfs: use list_next_entry() in debugfs_remove_recursive()
Oleg Nesterov
2013-11-13
1
-2
/
+1
|
*
|
|
|
cramfs: mark as obsolete
Michael Opdenacker
2013-11-13
1
-1
/
+4
|
*
|
|
|
mm: factor commit limit calculation
Jerome Marchand
2013-11-13
1
-4
/
+1
|
*
|
|
|
writeback: do not sync data dirtied after sync start
Jan Kara
2013-11-13
3
-18
/
+32
|
*
|
|
|
/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line
Naoya Horiguchi
2013-11-13
1
-0
/
+3
|
*
|
|
|
mm, mempolicy: make mpol_to_str robust and always succeed
David Rientjes
2013-11-13
1
-8
/
+6
|
*
|
|
|
mm: use pgdat_end_pfn() to simplify the code in others
Xishi Qiu
2013-11-13
1
-2
/
+1
|
*
|
|
|
ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()
Jan Kara
2013-11-13
1
-17
/
+2
|
*
|
|
|
ocfs2: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2013-11-13
1
-4
/
+4
|
*
|
|
|
ocfs2: fix possible double free in ocfs2_write_begin_nolock
Xue jiufei
2013-11-13
1
-2
/
+6
|
*
|
|
|
ocfs2: add missing errno in ocfs2_ioctl_move_extents()
Younger Liu
2013-11-13
1
-2
/
+6
|
*
|
|
|
ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()
Younger Liu
2013-11-13
1
-3
/
+6
|
*
|
|
|
ocfs2: rollback transaction in ocfs2_group_add()
Younger Liu
2013-11-13
1
-0
/
+3
|
*
|
|
|
ocfs2: break useless while loop
Junxiao Bi
2013-11-13
1
-1
/
+3
|
*
|
|
|
ocfs2: use find_last_bit()
Akinobu Mita
2013-11-13
1
-16
/
+2
|
*
|
|
|
ocfs2: delay migration when the lockres is in migration state
Xue jiufei
2013-11-13
1
-0
/
+4
|
*
|
|
|
ocfs2: skip locks in the blocked list
Xue jiufei
2013-11-13
1
-0
/
+7
|
*
|
|
|
ocfs2: use bitmap_weight()
Akinobu Mita
2013-11-13
1
-15
/
+7
|
*
|
|
|
ocfs2: don't spam on -EDQUOT
Joel Becker
2013-11-13
1
-1
/
+2
|
*
|
|
|
ocfs2: add necessary check in case sb_getblk() fails
Rui Xiang
2013-11-13
2
-0
/
+11
|
*
|
|
|
ocfs2: return ENOMEM when sb_getblk() fails
Rui Xiang
2013-11-13
9
-16
/
+18
|
*
|
|
|
fs/ocfs2/file.c: fix wrong comment
Junxiao Bi
2013-11-13
1
-1
/
+1
|
*
|
|
|
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits
Goldwyn Rodrigues
2013-11-13
7
-29
/
+16
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-11-13
103
-1944
/
+1731
|
\
\
\
\
\
|
*
|
|
|
|
ecryptfs: ->f_op is never NULL
Al Viro
2013-11-09
1
-1
/
+1
|
*
|
|
|
|
locks: break delegations on any attribute modification
J. Bruce Fields
2013-11-09
8
-14
/
+66
[next]