summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2018-12-3114-1043/+609
|\
| * alpha: Remove some unused variablesMatt Turner2018-12-211-2/+1
| * alpha: rtc: simplify alpha_rtc_initAlexandre Belloni2018-12-211-12/+10
| * alpha: Fix a typo on ptrace.hDaniel Bristot de Oliveira2018-12-211-1/+1
| * alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVEColin Ian King2018-12-211-1/+1
| * alpha: generate uapi header and syscall table header filesFiroz Khan2018-12-215-1001/+9
| * alpha: add system call table generation supportFiroz Khan2018-12-214-0/+559
| * alpha: add __NR_syscalls along with NR_SYSCALLSFiroz Khan2018-12-212-1/+5
| * alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan2018-12-212-8/+6
| * alpha: move __IGNORE* entries to non uapi headerFiroz Khan2018-12-212-21/+21
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-311-34/+9
|\ \
| * | sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2018-12-301-34/+9
* | | Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2018-12-311-9/+7
|\ \ \
| * | | dax: Use non-exclusive wait in wait_entry_unlocked()Dan Williams2018-12-211-9/+7
* | | | Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-12-3121-366/+542
|\ \ \ \
| * | | | f2fs: sanity check of xattr entry sizeJaegeuk Kim2018-12-261-5/+13
| * | | | f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala2018-12-261-12/+15
| * | | | f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-2613-54/+50
| * | | | f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2018-12-261-3/+3
| * | | | f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim2018-12-261-5/+2
| * | | | f2fs: fix to dirty inode synchronouslyChao Yu2018-12-261-1/+1
| * | | | f2fs: clean up structure extent_nodeChao Yu2018-12-261-10/+2
| * | | | f2fs: fix block address for __check_sit_bitmapQiuyang Sun2018-12-261-1/+1
| * | | | f2fs: fix sbi->extent_list corruption issueSahitya Tummala2018-12-262-2/+11
| * | | | f2fs: clean up checkpoint flowChao Yu2018-12-261-13/+5
| * | | | f2fs: flush stale issued discard candidatesJaegeuk Kim2018-12-261-0/+4
| * | | | f2fs: correct wrong spelling, issing_*Jaegeuk Kim2018-12-263-20/+20
| * | | | f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim2018-12-2611-70/+76
| * | | | f2fs: remove redundant comment of unused wio_mutexYunlong Song2018-12-261-1/+0
| * | | | f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu2018-12-144-8/+12
| * | | | f2fs: clear PG_writeback if IPU failedSheng Yong2018-12-141-0/+2
| * | | | f2fs: add an ioctl() to explicitly trigger fsck laterJaegeuk Kim2018-12-142-0/+8
| * | | | f2fs: avoid frequent costly fsck triggersJaegeuk Kim2018-11-281-1/+5
| * | | | f2fs: fix m_may_create to make OPU DIO write correctlyJia Zhu2018-11-262-1/+8
| * | | | f2fs: fix to update new block address correctly for OPUJia Zhu2018-11-261-1/+3
| * | | | f2fs: adjust trace print in f2fs_get_victim() to cover all pathsSahitya Tummala2018-11-261-2/+3
| * | | | f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala2018-11-261-2/+1
| * | | | f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan2018-11-262-2/+2
| * | | | f2fs: read page index before freeingPan Bian2018-11-261-1/+3
| * | | | f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2018-11-261-6/+8
| * | | | f2fs: avoid build warn of fall_throughJaegeuk Kim2018-11-261-0/+1
| * | | | f2fs: fix race between write_checkpoint and write_beginSheng Yong2018-11-261-2/+10
| * | | | f2fs: check memory boundary by insane namelenJaegeuk Kim2018-11-261-1/+11
| * | | | f2fs: only flush the single temp bio cache which owns the target pageYunlong Song2018-11-261-27/+10
| * | | | f2fs: fix out-place-update DIO writeChao Yu2018-11-263-14/+32
| * | | | f2fs: fix to be aware discard/preflush/dio command in is_idle()Chao Yu2018-11-261-1/+5
| * | | | f2fs: add to account direct IOChao Yu2018-11-263-1/+64
| * | | | f2fs: move dir data flush to write checkpoint processYunlei He2018-11-261-0/+3
| * | | | f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-261-12/+1
| * | | | f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song2018-11-261-1/+1