1. 86109c9 f2fs: don't trigger read IO for beyond EOF page by Chao Yu · 6 years ago
  2. 240a591 f2fs: fix to add refcount once page is tagged PG_private by Chao Yu · 6 years ago
  3. 25720cc f2fs: remove wrong comment in f2fs_invalidate_page() by Chao Yu · 6 years ago
  4. 2a6a7e7 f2fs: fix to use kvfree instead of kzfree by Chao Yu · 6 years ago
  5. 76630f2 f2fs: print more parameters in trace_f2fs_map_blocks by Chao Yu · 6 years ago
  6. 559e87c f2fs: trace f2fs_ioc_shutdown by Chao Yu · 6 years ago
  7. 4843298 f2fs: fix to avoid deadlock of atomic file operations by Chao Yu · 6 years ago
  8. ca597bd f2fs: fix to dirty inode for i_mode recovery by Chao Yu · 6 years ago
  9. 428e3bc f2fs: give random value to i_generation by Jaegeuk Kim · 6 years ago
  10. 613f3dc f2fs: no need to take page lock in readdir by Gao Xiang · 6 years ago
  11. e46f6bd f2fs: fix to update iostat correctly in IPU path by Chao Yu · 6 years ago
  12. 6492a33 f2fs: fix encrypted page memory leak by Chao Yu · 6 years ago
  13. dc37910 f2fs: make fault injection covering __submit_flush_wait() by Chao Yu · 6 years ago
  14. aa2c8c4 f2fs: fix to retry fill_super only if recovery failed by Chao Yu · 6 years ago
  15. bc73a4b f2fs: silence VM_WARN_ON_ONCE in mempool_alloc by Gao Xiang · 6 years ago
  16. 68b79cd f2fs: correct spelling mistake by Zeng Guangyue · 6 years ago
  17. 0af725f f2fs: fix wrong #endif by Jaegeuk Kim · 6 years ago
  18. fb40d61 f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG by Jaegeuk Kim · 6 years ago
  19. 6d52e13 f2fs: don't allow negative ->write_io_size_bits by Chao Yu · 6 years ago
  20. 500e0b2 f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  21. 9083977 f2fs: do not use mutex lock in atomic context by Sahitya Tummala · 6 years ago
  22. c42d28c f2fs: fix potential data inconsistence of checkpoint by Chao Yu · 6 years ago
  23. 025cdb16 f2fs: jump to label 'free_node_inode' when failing from d_make_root() by Chengguang Xu · 6 years ago
  24. 7321dd9 f2fs: fix to document inline_xattr_size option by Chao Yu · 6 years ago
  25. a0770e1 f2fs: fix to data block override node segment by mistake by zhengliang · 6 years ago
  26. 1ffdc38 f2fs: fix typos in code comments by Geliang Tang · 6 years ago
  27. eecfa42 f2fs: use xattr_prefix to wrap up by Gao Xiang · 6 years ago
  28. 812a959 f2fs: sync filesystem after roll-forward recovery by Jaegeuk Kim · 6 years ago
  29. 0e0667b f2fs: flush quota blocks after turnning it off by Jaegeuk Kim · 6 years ago
  30. 11ac8ef f2fs: avoid null pointer exception in dcc_info by Jaegeuk Kim · 6 years ago
  31. b460866 f2fs: don't wake up too frequently, if there is lots of IOs by Jaegeuk Kim · 6 years ago
  32. b862325 f2fs: try to keep CP_TRIMMED_FLAG after successful umount by Jaegeuk Kim · 6 years ago
  33. db610a6 f2fs: add quick mode of checkpoint=disable for QA by Jaegeuk Kim · 6 years ago
  34. 03f2c02 f2fs: run discard jobs when put_super by Jaegeuk Kim · 6 years ago
  35. 2010987 f2fs: fix to set sbi dirty correctly by Chao Yu · 6 years ago
  36. f9aa52a f2fs: fix to initialize variable to avoid UBSAN/smatch warning by Chao Yu · 6 years ago
  37. ac92985 f2fs: UBSAN: set boolean value iostat_enable correctly by Sheng Yong · 6 years ago
  38. 2f84bab f2fs: add brackets for macros by Sheng Yong · 6 years ago
  39. 720db06 f2fs: check if file namelen exceeds max value by Sheng Yong · 6 years ago
  40. ddf06b7 f2fs: fix to trigger fsck if dirent.name_len is zero by Chao Yu · 6 years ago
  41. c20e57b f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  42. 5d53924 f2fs: export FS_NOCOW_FL flag to user by Jaegeuk Kim · 6 years ago
  43. 36c5733 f2fs: check inject_rate validity during configuring by Chao Yu · 6 years ago
  44. 8e11403 f2fs: remove set but not used variable 'err' by YueHaibing · 6 years ago
  45. 539cd35 f2fs: fix compile warnings: 'struct *' declared inside parameter list by Zhikang Zhang · 6 years ago
  46. f365c6c f2fs: change error code to -ENOMEM from -EINVAL by Chengguang Xu · 6 years ago
  47. 7c77bf7 f2fs: don't access node/meta inode mapping after iput by Jaegeuk Kim · 6 years ago
  48. 31867b2 f2fs: wait on atomic writes to count F2FS_CP_WB_DATA by Jaegeuk Kim · 6 years ago
  49. 3bd6e94 arch: restore generic-y += shmparam.h for some architectures by Masahiro Yamada · 6 years ago
  50. bfeffd1 Linux 5.0-rc1 by Linus Torvalds · 6 years ago
  51. 85e1ffb Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  52. ac5eed2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  53. 574823bf Change mincore() to count "mapped" pages rather than "cached" pages by Linus Torvalds · 6 years ago
  54. 94bd8a0 Fix 'acccess_ok()' on alpha and SH by Linus Torvalds · 6 years ago
  55. baa6707 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 6 years ago
  56. 2152404 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  57. e2b745f Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  58. 1213325 Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 6 years ago
  59. 66e012f Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteproc by Linus Torvalds · 6 years ago
  60. 8094c3c fscrypt: add Adiantum support by Eric Biggers · 6 years ago
  61. b5aef86 Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  62. 15b215e Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 6 years ago
  63. d7252d0 Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  64. 0fe4e2d Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  65. 3954e1d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  66. a8a6b11 Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  67. 7671c14 Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  68. 926b02d Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  69. cf26057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 6 years ago
  70. 1686cc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 6 years ago
  71. d86271a kconfig: rename generated .*conf-cfg to *conf-cfg by Masahiro Yamada · 6 years ago
  72. f7de64b kbuild: remove unnecessary stubs for archheader and archscripts by Masahiro Yamada · 6 years ago
  73. ba97df4 kbuild: use assignment instead of define ... endef for filechk_* rules by Masahiro Yamada · 6 years ago
  74. d6e4b3e arch: remove redundant UAPI generic-y defines by Masahiro Yamada · 6 years ago
  75. 9199873 kbuild: generate asm-generic wrappers if mandatory headers are missing by Masahiro Yamada · 6 years ago
  76. d4ce545 arch: remove stale comments "UAPI Header export list" by Masahiro Yamada · 6 years ago
  77. 8c4fa8b riscv: remove redundant kernel-space generic-y by Masahiro Yamada · 6 years ago
  78. ad77408 kbuild: change filechk to surround the given command with { } by Masahiro Yamada · 6 years ago
  79. 172caf1 kbuild: remove redundant target cleaning on failure by Masahiro Yamada · 6 years ago
  80. f568866 kbuild: clean up rule_dtc_dt_yaml by Masahiro Yamada · 6 years ago
  81. 786ac51 kbuild: remove UIMAGE_IN and UIMAGE_OUT by Masahiro Yamada · 6 years ago
  82. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  83. 72d3ebb kallsyms: lower alignment on ARM by Mathias Krause · 6 years ago
  84. c300331 scripts: coccinelle: boolinit: drop warnings on named constants by Julia Lawall · 6 years ago
  85. dc7884f scripts: coccinelle: check for redeclaration by Julia Lawall · 6 years ago
  86. a500357 kconfig: remove unused "file" field of yylval union by Masahiro Yamada · 6 years ago
  87. 5c0ab28 nds32: remove redundant kernel-space generic-y by Masahiro Yamada · 6 years ago
  88. fd8658b nios2: remove unneeded HAS_DMA define by Masahiro Yamada · 6 years ago
  89. 5c4a608 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago
  90. c280230 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
  91. a670124 Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  92. 7e928df Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  93. 3cd6d49 Merge tag 'iomap-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  94. acda9ef Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  95. c7eaf34 Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  96. 35004f2 lib/genalloc.c: include vmalloc.h by Olof Johansson · 6 years ago
  97. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  98. 9b286ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  99. 47f3f4e Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  100. f1c2f88 Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago