index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
2018-12-31
14
-1043
/
+609
|
\
|
*
alpha: Remove some unused variables
Matt Turner
2018-12-21
1
-2
/
+1
|
*
alpha: rtc: simplify alpha_rtc_init
Alexandre Belloni
2018-12-21
1
-12
/
+10
|
*
alpha: Fix a typo on ptrace.h
Daniel Bristot de Oliveira
2018-12-21
1
-1
/
+1
|
*
alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE
Colin Ian King
2018-12-21
1
-1
/
+1
|
*
alpha: generate uapi header and syscall table header files
Firoz Khan
2018-12-21
5
-1001
/
+9
|
*
alpha: add system call table generation support
Firoz Khan
2018-12-21
4
-0
/
+559
|
*
alpha: add __NR_syscalls along with NR_SYSCALLS
Firoz Khan
2018-12-21
2
-1
/
+5
|
*
alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
Firoz Khan
2018-12-21
2
-8
/
+6
|
*
alpha: move __IGNORE* entries to non uapi header
Firoz Khan
2018-12-21
2
-21
/
+21
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-31
1
-34
/
+9
|
\
\
|
*
|
sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...
Linus Torvalds
2018-12-30
1
-34
/
+9
*
|
|
Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...
Linus Torvalds
2018-12-31
1
-9
/
+7
|
\
\
\
|
*
|
|
dax: Use non-exclusive wait in wait_entry_unlocked()
Dan Williams
2018-12-21
1
-9
/
+7
*
|
|
|
Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2018-12-31
21
-366
/
+542
|
\
\
\
\
|
*
|
|
|
f2fs: sanity check of xattr entry size
Jaegeuk Kim
2018-12-27
1
-5
/
+13
|
*
|
|
|
f2fs: fix use-after-free issue when accessing sbi->stat_info
Sahitya Tummala
2018-12-27
1
-12
/
+15
|
*
|
|
|
f2fs: check PageWriteback flag for ordered case
Chao Yu
2018-12-27
13
-54
/
+50
|
*
|
|
|
f2fs: fix validation of the block count in sanity_check_raw_super
Martin Blumenstingl
2018-12-27
1
-3
/
+3
|
*
|
|
|
f2fs: fix missing unlock(sbi->gc_mutex)
Jaegeuk Kim
2018-12-27
1
-5
/
+2
|
*
|
|
|
f2fs: fix to dirty inode synchronously
Chao Yu
2018-12-27
1
-1
/
+1
|
*
|
|
|
f2fs: clean up structure extent_node
Chao Yu
2018-12-27
1
-10
/
+2
|
*
|
|
|
f2fs: fix block address for __check_sit_bitmap
Qiuyang Sun
2018-12-27
1
-1
/
+1
|
*
|
|
|
f2fs: fix sbi->extent_list corruption issue
Sahitya Tummala
2018-12-27
2
-2
/
+11
|
*
|
|
|
f2fs: clean up checkpoint flow
Chao Yu
2018-12-27
1
-13
/
+5
|
*
|
|
|
f2fs: flush stale issued discard candidates
Jaegeuk Kim
2018-12-27
1
-0
/
+4
|
*
|
|
|
f2fs: correct wrong spelling, issing_*
Jaegeuk Kim
2018-12-27
3
-20
/
+20
|
*
|
|
|
f2fs: use kvmalloc, if kmalloc is failed
Jaegeuk Kim
2018-12-27
11
-70
/
+76
|
*
|
|
|
f2fs: remove redundant comment of unused wio_mutex
Yunlong Song
2018-12-27
1
-1
/
+0
|
*
|
|
|
f2fs: fix to reorder set_page_dirty and wait_on_page_writeback
Chao Yu
2018-12-14
4
-8
/
+12
|
*
|
|
|
f2fs: clear PG_writeback if IPU failed
Sheng Yong
2018-12-14
1
-0
/
+2
|
*
|
|
|
f2fs: add an ioctl() to explicitly trigger fsck later
Jaegeuk Kim
2018-12-14
2
-0
/
+8
|
*
|
|
|
f2fs: avoid frequent costly fsck triggers
Jaegeuk Kim
2018-11-28
1
-1
/
+5
|
*
|
|
|
f2fs: fix m_may_create to make OPU DIO write correctly
Jia Zhu
2018-11-27
2
-1
/
+8
|
*
|
|
|
f2fs: fix to update new block address correctly for OPU
Jia Zhu
2018-11-27
1
-1
/
+3
|
*
|
|
|
f2fs: adjust trace print in f2fs_get_victim() to cover all paths
Sahitya Tummala
2018-11-27
1
-2
/
+3
|
*
|
|
|
f2fs: fix to allow node segment for GC by ioctl path
Sahitya Tummala
2018-11-27
1
-2
/
+1
|
*
|
|
|
f2fs: make "f2fs_fault_name[]" const char *
Alexey Dobriyan
2018-11-27
2
-2
/
+2
|
*
|
|
|
f2fs: read page index before freeing
Pan Bian
2018-11-27
1
-1
/
+3
|
*
|
|
|
f2fs: fix wrong return value of f2fs_acl_create
Tiezhu Yang
2018-11-27
1
-6
/
+8
|
*
|
|
|
f2fs: avoid build warn of fall_through
Jaegeuk Kim
2018-11-27
1
-0
/
+1
|
*
|
|
|
f2fs: fix race between write_checkpoint and write_begin
Sheng Yong
2018-11-27
1
-2
/
+10
|
*
|
|
|
f2fs: check memory boundary by insane namelen
Jaegeuk Kim
2018-11-27
1
-1
/
+11
|
*
|
|
|
f2fs: only flush the single temp bio cache which owns the target page
Yunlong Song
2018-11-27
1
-27
/
+10
|
*
|
|
|
f2fs: fix out-place-update DIO write
Chao Yu
2018-11-27
3
-14
/
+32
|
*
|
|
|
f2fs: fix to be aware discard/preflush/dio command in is_idle()
Chao Yu
2018-11-27
1
-1
/
+5
|
*
|
|
|
f2fs: add to account direct IO
Chao Yu
2018-11-27
3
-1
/
+64
|
*
|
|
|
f2fs: move dir data flush to write checkpoint process
Yunlei He
2018-11-27
1
-0
/
+3
|
*
|
|
|
f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-11-27
1
-12
/
+1
|
*
|
|
|
f2fs: change segment to section in f2fs_ioc_gc_range
Yunlong Song
2018-11-27
1
-1
/
+1
[next]