1. 7b525dd f2fs: clean up with is_valid_blkaddr() by Chao Yu · 7 years ago
  2. 5ad2544 f2fs: fix to initialize min_mtime with ULLONG_MAX by Chao Yu · 7 years ago
  3. e7a4feb f2fs: fix to let checkpoint guarantee atomic page persistence by Chao Yu · 7 years ago
  4. 1c41e680 f2fs: fix to initialize i_current_depth according to inode type by Chao Yu · 7 years ago
  5. 299254d Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc" by Chao Yu · 7 years ago
  6. 868de61 f2fs: don't drop any page on f2fs_cp_error() case by Jaegeuk Kim · 7 years ago
  7. 4580038 f2fs: fix spelling mistake: "extenstion" -> "extension" by Colin Ian King · 7 years ago
  8. 0cfe75c f2fs: enhance sanity_check_raw_super() to avoid potential overflows by Jaegeuk Kim · 7 years ago
  9. b4c3ca8 f2fs: treat volatile file's data as hot one by Chao Yu · 7 years ago
  10. af8ff65 f2fs: introduce release_discard_addr() for cleanup by Chao Yu · 7 years ago
  11. a9af3fd f2fs: fix potential overflow by Chao Yu · 7 years ago
  12. b2532c6 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 7 years ago
  13. b82f6e3 f2fs: move mnt_want_write_file after range check by Yunlei He · 7 years ago
  14. cba41be f2fs: fix missing clear FI_NO_PREALLOC in some error case by Yunlei He · 7 years ago
  15. ade990f f2fs: enforce fsync_mode=strict for renamed directory by Jaegeuk Kim · 7 years ago
  16. 8a29c12 f2fs: sanity check for total valid node blocks by Jaegeuk Kim · 7 years ago
  17. b2ca374 f2fs: sanity check on sit entry by Jaegeuk Kim · 7 years ago
  18. 5d64600 f2fs: avoid bug_on on corrupted inode by Jaegeuk Kim · 7 years ago
  19. a4f843b f2fs: give message and set need_fsck given broken node id by Jaegeuk Kim · 7 years ago
  20. 9ac19fa f2fs: fix features filename in sysfs documentation by Eric Biggers · 7 years ago
  21. cf52b27 f2fs: clean up commit_inmem_pages() by Chao Yu · 7 years ago
  22. eff15c2 f2fs: do not check F2FS_INLINE_DOTS in recover by Sheng Yong · 7 years ago
  23. a515d12 f2fs: remove duplicated dquot_initialize and fix error handling by Sheng Yong · 7 years ago
  24. c22aecd f2fs: fix to detect failure of dquot_initialize by Chao Yu · 7 years ago
  25. d618477 f2fs: stop issue discard if something wrong with f2fs by Yunlei He · 7 years ago
  26. b169c3c f2fs: fix return value in f2fs_ioc_commit_atomic_write by Chao Yu · 7 years ago
  27. 054afda f2fs: allocate hot_data for atomic write more strictly by Yunlei He · 7 years ago
  28. d0891e8 f2fs: check if inmem_pages list is empty correctly by Sheng Yong · 7 years ago
  29. 27319ba f2fs: fix race in between GC and atomic open by Chao Yu · 7 years ago
  30. ea4d479 fs: f2fs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  31. d696494 f2fs: change le32 to le16 of f2fs_inode->i_extra_size by Zhikang Zhang · 7 years ago
  32. 56b07e7 f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries by Zhikang Zhang · 7 years ago
  33. 3d165dc f2fs: correct return value of f2fs_trim_fs by Chao Yu · 7 years ago
  34. 7648115 f2fs: fix to show missing bits in FS_IOC_GETFLAGS by Chao Yu · 7 years ago
  35. c807a7c f2fs: remove unneeded F2FS_PROJINHERIT_FL by Chao Yu · 7 years ago
  36. 81114ba f2fs: don't use GFP_ZERO for page caches by Chao Yu · 7 years ago
  37. 241b493 f2fs: issue all big range discards in umount process by Yunlei He · 7 years ago
  38. 47cca3d f2fs: remove redundant block plug by Chao Yu · 7 years ago
  39. 8045249 f2fs: remove unmatched zero_user_segment when convert inline dentry by Yunlong Song · 7 years ago
  40. 59c8440 f2fs: introduce private inode status mapping by Chao Yu · 7 years ago
  41. e555da9 f2fs: run fstrim asynchronously if runtime discard is on by Jaegeuk Kim · 7 years ago
  42. cba6084 f2fs: turn down IO priority of discard from background by Chao Yu · 7 years ago
  43. 377224c f2fs: don't split checkpoint in fstrim by Chao Yu · 7 years ago
  44. 8bb4f25 f2fs: issue discard commands proactively in high fs utilization by Jaegeuk Kim · 7 years ago
  45. d629081 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 7 years ago
  46. 9a99718 f2fs: let fstrim issue discard commands in lower priority by Jaegeuk Kim · 7 years ago
  47. 5b19d28 f2fs: avoid fsync() failure caused by EAGAIN in writepage() by Jaegeuk Kim · 7 years ago
  48. 17c5003 f2fs: clear PageError on writepage by Jaegeuk Kim · 7 years ago
  49. a90a0884 f2fs: check cap_resource only for data blocks by Jaegeuk Kim · 7 years ago
  50. b87078a Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 7 years ago
  51. ab3835a f2fs: call unlock_new_inode() before d_instantiate() by Eric Biggers · 7 years ago
  52. 6dbb179 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 7 years ago
  53. 0cb8dae fscrypt: allow synchronous bio decryption by Eric Biggers · 7 years ago
  54. 2d618bdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 7 years ago
  55. 330e261 hexagon: export csum_partial_copy_nocheck by Arnd Bergmann · 7 years ago
  56. a57ab96 hexagon: add memset_io() helper by Arnd Bergmann · 7 years ago
  57. f212599 Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  58. fff75eb Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  59. 8188fc8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  60. 00ad691 sparc: vio: use put_device() instead of kfree() by Arvind Yadav · 7 years ago
  61. d3c68d0 sparc64: Fix mistake in oradax license text by Rob Gardner · 7 years ago
  62. 6da6c0d Linux v4.17-rc3 by Linus Torvalds · 7 years ago
  63. c61a56a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  64. 65f4d6d Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. 810fb07 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. 7d9e55f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. cdface5 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  68. 19b9ad6 <linux/stringhash.h>: fix end_name_hash() for 64bit long by Amir Goldstein · 7 years ago
  69. bf8f5de MAINTAINERS: add myself as maintainer of AFFS by David Sterba · 7 years ago
  70. a97d8ef Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  71. 6e041ff Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  72. cac2642 Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  73. 0d95cfa Merge tag 'powerpc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  74. 46dc111 rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  75. 19b522d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  76. 7b87308 Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  77. 64ebe31 Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  78. d8a3327 Merge tag 'char-misc-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  79. ee3748b Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  80. b52c85a Merge tag 'tty-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  81. 5e62493 x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI by KarimAllah Ahmed · 7 years ago
  82. 79a17dd9 Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  83. 1993cbf0 Merge tag 'usb-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  84. 7ff5000 Merge tag 'sound-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  85. ee7141c Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  86. 245131e Merge tag 'mtd/fixes-for-4.17-rc3' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  87. 0f940fa Merge tag 'drm-fixes-for-v4.17-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  88. a468f2d kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use by Junaid Shahid · 7 years ago
  89. 8bb2610 x86/entry/64/compat: Preserve r8-r11 in int $0x80 by Andy Lutomirski · 7 years ago
  90. 1a512c0 x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds by Arnd Bergmann · 7 years ago
  91. 3db3eb2 x86/setup: Do not reserve a crash kernel region if booted on Xen PV by Petr Tesarik · 7 years ago
  92. b4678df1 errseq: Always report a writeback error once by Matthew Wilcox · 7 years ago
  93. 2a01046 i2c: sprd: Fix the i2c count issue by Baolin Wang · 7 years ago
  94. da33aa0 i2c: sprd: Prevent i2c accesses after suspend is called by Baolin Wang · 7 years ago
  95. 23a2772 i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr() by Alexander Popov · 7 years ago
  96. 3789c12 arm64: avoid instrumenting atomic_ll_sc.o by Mark Rutland · 7 years ago
  97. 4ea3f05 Merge tag 'arm-soc/for-4.17/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into fixes by Arnd Bergmann · 7 years ago
  98. b2d7ecb powerpc/kvm/booke: Fix altivec related build break by Laurentiu Tudor · 7 years ago
  99. 6029755 powerpc: Fix deadlock with multiple calls to smp_send_stop by Nicholas Piggin · 7 years ago
  100. c0f7f5b cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interrupt by Shilpasri G Bhat · 7 years ago