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
*
pid: replace pid bitmap implementation with IDR API
Gargi Sharma
2017-11-17
1
-1
/
+1
*
fat: remove redundant assignment of 0 to slots
Colin Ian King
2017-11-17
1
-1
/
+0
*
hfs/hfsplus: clean up unused variables in bnode.c
Christos Gkekas
2017-11-17
2
-8
/
+0
*
nilfs2: remove inode->i_version initialization
Jeff Layton
2017-11-17
1
-1
/
+0
*
nilfs2: use octal for unreadable permission macro
Ryusuke Konishi
2017-11-17
1
-1
/
+1
*
nilfs2: align block comments of nilfs_sufile_truncate_range() at *
Ryusuke Konishi
2017-11-17
1
-16
/
+16
*
fs, nilfs: convert nilfs_root.count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
2
-6
/
+7
*
nilfs2: fix race condition that causes file system corruption
Andreas Rohner
2017-11-17
1
-2
/
+4
*
fs/nilfs2: convert timers to use timer_setup()
Kees Cook
2017-11-17
2
-6
/
+6
*
pipe: add proc_dopipe_max_size() to safely assign pipe_max_size
Joe Lawrence
2017-11-17
1
-15
/
+3
*
pipe: avoid round_pipe_size() nr_pages overflow on 32-bit
Joe Lawrence
2017-11-17
1
-2
/
+15
*
pipe: match pipe_max_size data type with procfs
Joe Lawrence
2017-11-17
1
-1
/
+1
*
autofs: don't fail mount for transient error
NeilBrown
2017-11-17
1
-1
/
+14
*
epoll: remove ep_call_nested() from ep_eventpoll_poll()
Jason Baron
2017-11-17
1
-45
/
+35
*
epoll: avoid calling ep_call_nested() from ep_poll_safewake()
Jason Baron
2017-11-17
1
-29
/
+18
*
epoll: account epitem and eppoll_entry to kmemcg
Shakeel Butt
2017-11-17
1
-2
/
+2
*
proc: use do-while in name_to_int()
Alexey Dobriyan
2017-11-17
1
-2
/
+2
*
proc: : uninline name_to_int()
Alexey Dobriyan
2017-11-17
3
-22
/
+25
*
proc, coredump: add CoreDumping flag to /proc/pid/status
Roman Gushchin
2017-11-17
1
-0
/
+6
*
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-11-17
9
-135
/
+296
|
\
|
*
dax: fix PMD faults on zero-length files
Jeff Moyer
2017-11-14
1
-3
/
+3
|
*
fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax core
Dan Williams
2017-11-13
3
-5
/
+16
|
*
xfs: support for synchronous DAX faults
Christoph Hellwig
2017-11-03
2
-1
/
+19
|
*
xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()
Jan Kara
2017-11-03
2
-27
/
+4
|
*
ext4: Support for synchronous DAX faults
Jan Kara
2017-11-03
3
-1
/
+46
|
*
ext4: Simplify error handling in ext4_dax_huge_fault()
Jan Kara
2017-11-03
1
-6
/
+7
|
*
dax: Implement dax_finish_sync_fault()
Jan Kara
2017-11-03
1
-0
/
+83
|
*
dax, iomap: Add support for synchronous faults
Jan Kara
2017-11-03
1
-2
/
+37
|
*
mm: Define MAP_SYNC and VM_SYNC flags
Jan Kara
2017-11-03
1
-0
/
+1
|
*
dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
Jan Kara
2017-11-03
1
-7
/
+7
|
*
dax: Allow dax_iomap_fault() to return pfn
Jan Kara
2017-11-03
4
-10
/
+11
|
*
dax: Fix comment describing dax_iomap_fault()
Jan Kara
2017-11-03
1
-1
/
+2
|
*
dax: Inline dax_pmd_insert_mapping() into the callsite
Jan Kara
2017-11-03
1
-28
/
+19
|
*
dax: Inline dax_insert_mapping() into the callsite
Jan Kara
2017-11-03
1
-27
/
+19
|
*
dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
Jan Kara
2017-11-03
1
-2
/
+3
|
*
dax: Create local variable for VMA in dax_iomap_pte_fault()
Jan Kara
2017-11-03
1
-2
/
+3
|
*
dax: Factor out getting of pfn out of iomap
Jan Kara
2017-11-03
1
-40
/
+43
|
*
dax: Simplify arguments of dax_insert_mapping()
Jan Kara
2017-11-03
1
-16
/
+16
*
|
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2017-11-16
3
-6
/
+26
|
\
\
|
*
\
Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...
Russell King
2017-10-02
3
-6
/
+26
|
|
\
\
|
|
*
|
binfmt_elf_fdpic: fix crash on MMU system with dynamic binaries
Nicolas Pitre
2017-09-10
1
-2
/
+6
|
|
*
|
binfmt_elf: don't attempt to load FDPIC binaries
Nicolas Pitre
2017-09-10
1
-2
/
+13
|
|
*
|
ARM: enable elf_fdpic on systems with an MMU
Nicolas Pitre
2017-09-10
2
-2
/
+7
|
|
*
|
ARM: add ELF_FDPIC support
Nicolas Pitre
2017-09-10
1
-1
/
+1
*
|
|
|
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-16
20
-612
/
+1495
|
\
\
\
\
|
*
|
|
|
f2fs: deny accessing encryption policy if encryption is off
Chao Yu
2017-11-15
1
-0
/
+5
|
*
|
|
|
f2fs: inject fault in inc_valid_node_count
Chao Yu
2017-11-13
1
-0
/
+7
|
*
|
|
|
f2fs: fix to clear FI_NO_PREALLOC
Chao Yu
2017-11-13
1
-0
/
+1
|
*
|
|
|
f2fs: expose quota information in debugfs
Jaegeuk Kim
2017-11-13
2
-2
/
+19
|
*
|
|
|
f2fs: separate nat entry mem alloc from nat_tree_lock
Yunlei He
2017-11-13
1
-39
/
+59
[next]