1. f573018 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 8 years ago
  2. 10aa97c f2fs: manipulate dirty file inodes when DATA_FLUSH is set by Jaegeuk Kim · 8 years ago
  3. 0879689 f2fs: add fault injection to sysfs by Sheng Yong · 8 years ago
  4. b951a4e f2fs: no need inc dirty pages under inode lock by Yunlei He · 8 years ago
  5. 8975bdf f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents by Chao Yu · 8 years ago
  6. e410384 f2fs: fix i_current_depth during inline dentry conversion by Chao Yu · 8 years ago
  7. 99e3e85 f2fs: correct return value type of f2fs_fill_super by Sheng Yong · 8 years ago
  8. ab47036 f2fs: fix deadlock when flush inline data by Chao Yu · 8 years ago
  9. 3b9b10f f2fs: avoid f2fs_bug_on during recovery by Jaegeuk Kim · 8 years ago
  10. 652be55 f2fs: show # of orphan inodes by Jaegeuk Kim · 8 years ago
  11. 6e96194 f2fs: support in batch fzero in dnode page by Chao Yu · 8 years ago
  12. 46008c6 f2fs: support in batch multi blocks preallocation by Chao Yu · 8 years ago
  13. 0fac558 f2fs: make atomic/volatile operation exclusive by Chao Yu · 8 years ago
  14. 7fb17fe f2fs: use mnt_{want,drop}_write_file in ioctl by Chao Yu · 8 years ago
  15. 0080c50 f2fs: do not preallocate block unaligned to 4KB by Jaegeuk Kim · 8 years ago
  16. 79344ef f2fs: read node blocks ahead when truncating blocks by Jaegeuk Kim · 8 years ago
  17. e12dd7b f2fs: fallocate data blocks in single locked node page by Jaegeuk Kim · 8 years ago
  18. f61cce5 f2fs: fix inode cache leak by Chao Yu · 8 years ago
  19. b5a7aef fscrypto/f2fs: allow fs-specific key prefix for fs encryption by Jaegeuk Kim · 8 years ago
  20. 09210c9 f2fs: avoid panic when truncating to max filesize by Chao Yu · 8 years ago
  21. 43473f9 f2fs: fix incorrect mapping in ->bmap by Chao Yu · 8 years ago
  22. fb58ae2 f2fs: remove an obsolete variable by Jaegeuk Kim · 8 years ago
  23. 29234b1 f2fs: don't worry about inode leak in evict_inode by Jaegeuk Kim · 8 years ago
  24. f51b4ce f2fs: shrink size of struct seg_entry by Chao Yu · 8 years ago
  25. bd933d4 f2fs: reuse get_extent_info by Chao Yu · 8 years ago
  26. e3bc808 f2fs: remove unneeded memset when updating xattr by Chao Yu · 8 years ago
  27. ae8d1db f2fs: remove unneeded readahead in find_fsync_dnodes by Chao Yu · 8 years ago
  28. 4c0c294 f2fs: retry to truncate blocks in -ENOMEM case by Jaegeuk Kim · 8 years ago
  29. 74ef924 f2fs: fix leak of orphan inode objects by Jaegeuk Kim · 8 years ago
  30. 221149c f2fs: revisit error handling flows by Jaegeuk Kim · 8 years ago
  31. cb78942 f2fs: inject ENOSPC failures by Jaegeuk Kim · 8 years ago
  32. c41f3cc3 f2fs: inject page allocation failures by Jaegeuk Kim · 8 years ago
  33. 2c63fea f2fs: inject kmalloc failure by Jaegeuk Kim · 8 years ago
  34. 73faec4 f2fs: add mount option to select fault injection ratio by Jaegeuk Kim · 8 years ago
  35. 300e129 f2fs: use f2fs_grab_cache_page instead of grab_cache_page by Jaegeuk Kim · 8 years ago
  36. 0414b00 f2fs: introduce f2fs_kmalloc to wrap kmalloc by Jaegeuk Kim · 8 years ago
  37. f00d6fa f2fs: add proc entry to show valid block bitmap by Jaegeuk Kim · 8 years ago
  38. b7a15f3 f2fs: introduce macros for proc entries by Jaegeuk Kim · 8 years ago
  39. 3f8ab27 f2fs: factor out fsync inode entry operations by Chao Yu · 8 years ago
  40. c81ced0 f2fs: fix to clear page private flag by Chao Yu · 8 years ago
  41. 23dc974 f2fs: fix to clear private data in page by Chao Yu · 8 years ago
  42. fe216c7 f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir by Yunlong Song · 8 years ago
  43. da011cc f2fs: move node pages only in victim section during GC by Chao Yu · 8 years ago
  44. a4a13f5 f2fs: be aware of invalid filename length by Chao Yu · 8 years ago
  45. ae9b9a9 MAINTAINERS: update my email address by Chao Yu · 8 years ago
  46. 6bfc491 f2fs: issue cache flush on direct IO by Jaegeuk Kim · 8 years ago
  47. 608514d f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 8 years ago
  48. c267ec1 f2fs: report unwritten status in fsync_node_pages by Jaegeuk Kim · 8 years ago
  49. 5268137 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 8 years ago
  50. e6e5f56 f2fs: avoid writing 0'th page in volatile writes by Jaegeuk Kim · 8 years ago
  51. eca76e7 f2fs: avoid needless lock for node pages when fsyncing a file by Jaegeuk Kim · 8 years ago
  52. c27753d f2fs: flush dirty pages before starting atomic writes by Jaegeuk Kim · 8 years ago
  53. 63c52d7 f2fs: don't invalidate atomic page if successful by Jaegeuk Kim · 8 years ago
  54. 58457f1 f2fs: give -E2BIG for no space in xattr by Jaegeuk Kim · 8 years ago
  55. 4da7bf5 f2fs: remove redundant condition check by Jaegeuk Kim · 8 years ago
  56. 26dc3d4 f2fs: unset atomic/volatile flag in f2fs_release_file by Jaegeuk Kim · 8 years ago
  57. de5307e f2fs: fix dropping inmemory pages in a wrong time by Jaegeuk Kim · 8 years ago
  58. ff37355 f2fs: add BUG_ON to avoid unnecessary flow by Jaegeuk Kim · 9 years ago
  59. 4a6de50 f2fs: use PGP_LOCK to check its truncation by Jaegeuk Kim · 9 years ago
  60. 675f10b f2fs: fix to convert inline directory correctly by Chao Yu · 9 years ago
  61. 8c11a53 f2fs: show current mount status by Jaegeuk Kim · 9 years ago
  62. faa0e55 f2fs: treat as a normal umount when remounting ro by Jaegeuk Kim · 9 years ago
  63. 6781eab f2fs: give -EINVAL for norecovery and rw mount by Jaegeuk Kim · 9 years ago
  64. df728b0 f2fs: recover superblock at RW remounts by Jaegeuk Kim · 9 years ago
  65. f2353d7 f2fs: give RO message when recovering superblock by Jaegeuk Kim · 9 years ago
  66. 806fdcc Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. a1f9831 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. 63a1281 Merge tag 'dm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  69. 0a3f5af Merge tag 'pwm/for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  70. c8c5285 Merge tag 'sound-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  71. a7109a2 Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  72. dfe7058 Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  73. 16382ed Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  74. 4c0b1c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  75. 9567366 dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros by Mike Snitzer · 8 years ago
  76. 51d7b12 /proc/iomem: only expose physical resource addresses to privileged users by Linus Torvalds · 8 years ago
  77. ab0fa82 pci-sysfs: use proper file capability helper function by Linus Torvalds · 8 years ago
  78. 34dbbcd Make file credentials available to the seqfile interfaces by Linus Torvalds · 8 years ago
  79. 4046d6e Revert "x86: remove the kernel code/data/bss resources from /proc/iomem" by Linus Torvalds · 8 years ago
  80. ad06fde pwm: fsl-ftm: Use flat regmap cache by Stefan Agner · 9 years ago
  81. 90de680 Merge tag 'sh-fixes-4.6-rc1' of git://git.libc.org/linux-sh by Linus Torvalds · 8 years ago
  82. 5b523ff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 8 years ago
  83. e012766 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  84. 5e1b59a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  85. a312549 x86/mce: Avoid using object after free in genpool by Tony Luck · 8 years ago
  86. c44da62 ALSA: hda - Fix inconsistent monitor_present state until repoll by Takashi Iwai · 8 years ago
  87. 023d821 ALSA: hda - Fix regression of monitor_present flag in eld proc file by Hyungwon Hwang · 8 years ago
  88. 03a8bb0 ext4/fscrypto: avoid RCU lookup in d_revalidate by Jaegeuk Kim · 8 years ago
  89. 58976ee Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus by James Morris · 8 years ago
  90. 0b24f7a Merge tag 'mvebu-fixes-4.6-1' of git://git.infradead.org/linux-mvebu into fixes by Olof Johansson · 8 years ago
  91. 452a31f ARM: sa1100: remove references to the defunct handhelds.org by Linus Walleij · 8 years ago
  92. 13ab2c8 Merge tag 'pxa-fixes-v4.6' of https://github.com/rjarzmik/linux into fixes by Olof Johansson · 8 years ago
  93. 2e1d18c Merge tag 'omap-for-v4.6/fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 8 years ago
  94. 3de7bee bus: uniphier-system-bus: fix condition of overlap check by Kunihiko Hayashi · 8 years ago
  95. 3137b71 ARM: uniphier: drop weird sizeof() by Masahiro Yamada · 9 years ago
  96. b32e448 fscrypto: don't let data integrity writebacks fail with ENOMEM by Jaegeuk Kim · 8 years ago
  97. 33b1395 f2fs: use dget_parent and file_dentry in f2fs_file_open by Jaegeuk Kim · 8 years ago
  98. d7d7535 fscrypto: use dget_parent() in fscrypt_d_revalidate() by Jaegeuk Kim · 8 years ago
  99. adcdd0d ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock by Kailang Yang · 8 years ago
  100. 0c44d78 mailbox: Stop using ENOSYS for anything other than unimplemented syscalls by Lee Jones · 9 years ago