summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-23f2fs: Always enable discard for zoned blocks devicesDamien Le Moal2-7/+12
2016-11-23f2fs: Suppress discard warning message for zoned block devicesDamien Le Moal1-1/+1
2016-11-23f2fs: Check zoned block feature for host-managed zoned block devicesDamien Le Moal1-0/+20
2016-11-23f2fs: Use generic zoned block device terminologyDamien Le Moal3-5/+5
2016-11-23f2fs: Add missing break in switch-caseDamien Le Moal1-0/+1
2016-11-23f2fs: avoid infinite loop in the EIO case on recover_orphan_inodesJaegeuk Kim1-0/+7
2016-11-23f2fs: report error of f2fs_fill_dentriesChao Yu3-12/+17
2016-11-23f2fs: hide a maybe-uninitialized warningArnd Bergmann1-1/+1
2016-11-23f2fs: remove percpu_count due to performance regressionJaegeuk Kim3-23/+17
2016-11-23f2fs: make clean inodes when flushing inode pageJaegeuk Kim2-2/+6
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim10-44/+49
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim5-22/+8
2016-11-23f2fs: declare static function for __build_free_nidsJaegeuk Kim1-1/+1
2016-11-23f2fs: call f2fs_balance_fs for setattrJaegeuk Kim1-1/+4
2016-11-23f2fs: count dirty inodes to flush node pages during checkpointJaegeuk Kim1-4/+5
2016-11-23f2fs: avoid casted negative value as shrink countChao Yu1-4/+6
2016-11-23f2fs: don't interrupt free nids building during nid allocationChao Yu4-15/+13
2016-11-23f2fs: clean up free nid list operationsJaegeuk Kim1-30/+26
2016-11-23f2fs: split free nid listChao Yu5-68/+108
2016-11-23f2fs: clear nlink if fail to add_linkChao Yu1-0/+14
2016-11-23f2fs: fix sparse warningsEric Biggers5-6/+7
2016-11-23f2fs: fix error handling in fsync_node_pagesChao Yu1-2/+3
2016-11-23f2fs: fix to update largest extent under lockChao Yu1-4/+7
2016-11-23f2fs: be aware of extent beyond EOF in fiemapChao Yu1-14/+4
2016-11-23f2fs: don't miss any f2fs_balance_fs casesChao Yu1-8/+3
2016-11-23f2fs: add missing f2fs_balance_fs in f2fs_zero_rangeChao Yu1-0/+3
2016-11-23f2fs: give a chance to detach from dirty listChao Yu6-6/+16
2016-11-23f2fs: fix to release discard entries during checkpointChao Yu2-4/+6
2016-11-23f2fs: exclude free nids building and allocationChao Yu1-3/+8
2016-11-23f2fs: fix overflow due to condition check orderJaegeuk Kim1-1/+1
2016-11-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-38/+50
2016-11-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-5/+1
2016-11-22Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds1-1/+8
2016-11-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-9/+27
2016-11-22Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-4/+16
2016-11-22Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+31
2016-11-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-33/+95
2016-11-22perf/x86/intel/uncore: Allow only a single PMU/box within an events groupPeter Zijlstra1-4/+4
2016-11-22perf/x86/intel: Cure bogus unwind from PEBS entriesPeter Zijlstra2-13/+24
2016-11-22perf/x86: Restore TASK_SIZE check on frame pointerJohannes Weiner1-8/+2
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov3-0/+22
2016-11-22sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov1-11/+12
2016-11-22crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu1-4/+0
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu1-1/+1
2016-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+4
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds17-83/+948
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds63-560/+1020
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal1-1/+3
2016-11-21net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng1-1/+1
2016-11-21ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoCPeter Robinson1-1/+1