1. 1a118cc f2fs: use spinlock for segmap_lock instead of rwlock by Chao Yu · 10 years ago
  2. f1a3b98 f2fs: fix accessing wrong indexed data blocks by Jaegeuk Kim · 10 years ago
  3. 60a3b78 f2fs: avoid variable length array by Jaegeuk Kim · 10 years ago
  4. 29e7043 f2fs: fix sparse warnings by Jaegeuk Kim · 10 years ago
  5. 59b802e f2fs: allocate data blocks in advance for f2fs_direct_IO by Jaegeuk Kim · 10 years ago
  6. f7ef9b8 f2fs: introduce macros to convert bytes and blocks in f2fs by Jaegeuk Kim · 10 years ago
  7. da17eec f2fs: call set_buffer_new for get_block by Jaegeuk Kim · 10 years ago
  8. aaf9607 f2fs: check node page contents all the time by Jaegeuk Kim · 10 years ago
  9. 2e02317 f2fs: avoid data offset overflow when lseeking huge file by Chao Yu · 10 years ago
  10. 560d467 f2fs: fix to use highmem for pages of newly created directory by Chao Yu · 10 years ago
  11. bba681c f2fs: introduce a batched trim by Jaegeuk Kim · 10 years ago
  12. 487261f f2fs: merge {invalidate,release}page for meta/node/data pages by Chao Yu · 10 years ago
  13. d24bdcb f2fs: show the number of writeback pages in stat by Jaegeuk Kim · 10 years ago
  14. f68daee f2fs: keep PagePrivate during releasepage by Jaegeuk Kim · 10 years ago
  15. 081d78c f2fs: should fail mount when trying to recover data on read-only dev by Jaegeuk Kim · 10 years ago
  16. 119ee91 f2fs: split UMOUNT and FASTBOOT flags by Jaegeuk Kim · 10 years ago
  17. 11504a8 f2fs: avoid write_checkpoint if f2fs is mounted readonly by Jaegeuk Kim · 10 years ago
  18. 2d834bf f2fs: support norecovery mount option by Jaegeuk Kim · 10 years ago
  19. dabc4a5 f2fs: fix not to drop mount options when retrying fill_super by Jaegeuk Kim · 10 years ago
  20. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  21. 88dd893 f2fs: clean up {in,de}create_sleep_time by Chao Yu · 10 years ago
  22. feeb0de f2fs: make truncate_inline_date static by Chao Yu · 10 years ago
  23. 3b6709b f2fs: fix a bug of inheriting default ACL from parent by Kinglong Mee · 10 years ago
  24. f28e503 f2fs: use f2fs_radix_tree_insert to clean codes by Chao Yu · 10 years ago
  25. d49f3e8 f2fs: add F2FS_IOC_GETVERSION support by Chao Yu · 10 years ago
  26. bc4a1f8 f2fs: leave comment for code readability by Jaegeuk Kim · 10 years ago
  27. 1601839 f2fs: fix to release count of meta page in ->invalidatepage by Chao Yu · 10 years ago
  28. 85dc2f2 f2fs: do checkpoint when umount flag is not set by Jaegeuk Kim · 10 years ago
  29. 30a5537 f2fs: trigger correct checkpoint during umount by Jaegeuk Kim · 10 years ago
  30. 6f0aacb f2fs: update memory footprint information by Jaegeuk Kim · 10 years ago
  31. 9066c6a f2fs: fix wrong memory footprint statistics in debugfs by Chao Yu · 10 years ago
  32. 871f599 f2fs: avoid infinite loop on cp_error by Jaegeuk Kim · 10 years ago
  33. 08e4126 f2fs: pids_lock can be static by kbuild test robot · 10 years ago
  34. 351f4fb f2fs: add f2fs_destroy_trace_ios to free radix tree by Jaegeuk Kim · 10 years ago
  35. c050865 f2fs: add spin_lock to cover radix operations in IO tracer by Jaegeuk Kim · 10 years ago
  36. dd4e4b5 f2fs: add nat/sit entries into status by Jaegeuk Kim · 10 years ago
  37. 7aed0d4 f2fs: free radix_tree_nodes used by nat_set entries by Jaegeuk Kim · 10 years ago
  38. df19913 f2fs: fix wrong unlock_page call by Jaegeuk Kim · 10 years ago
  39. 9e5ba77 f2fs: get rid of kzalloc in __recover_inline_status by Chao Yu · 10 years ago
  40. 38aa088 f2fs: align direct_io'ed data to section by Jaegeuk Kim · 10 years ago
  41. 41ef94b f2fs: remove uncovered code path by Jaegeuk Kim · 10 years ago
  42. 3547ea9 f2fs: avoid potential unnecessary codes by Jaegeuk Kim · 10 years ago
  43. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  44. 0629207 f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively by Chao Yu · 10 years ago
  45. 2ace38e f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fio by Chao Yu · 10 years ago
  46. 3e1c8f1 f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS by Chao Yu · 10 years ago
  47. 09eb483 f2fs: fix missing cold bit during recovery by Jaegeuk Kim · 10 years ago
  48. b9a2c25 f2fs: add block count by in-place-update in stat info by Changman Lee · 10 years ago
  49. dd80240 f2fs: avoid double lock for cp_rwsem by Jaegeuk Kim · 10 years ago
  50. db9f7c1 f2fs: activate f2fs_trace_ios by Jaegeuk Kim · 10 years ago
  51. 9e4ded3 f2fs: activate f2fs_trace_pid by Jaegeuk Kim · 10 years ago
  52. 0e689d0 f2fs: add key functions for f2fs_io_tracer by Jaegeuk Kim · 10 years ago
  53. 63f92dd f2fs: add f2fs_io_tracer support by Jaegeuk Kim · 10 years ago
  54. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  55. 9ecf4b8 f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary by Chao Yu · 10 years ago
  56. 5c27f4e f2fs: merge two uchar variable in struct node_info to reduce memory cost by Chao Yu · 10 years ago
  57. 3fa06d7 f2fs: readahead contiguous current summary blocks in checkpoint by Chao Yu · 10 years ago
  58. 5df1f1d f2fs: use missing the use of f2fs_kunmap_page by Jaegeuk Kim · 10 years ago
  59. 042b781 f2fs: remove unnecessary call to invalidate inmemory pages by Jaegeuk Kim · 10 years ago
  60. d7bc248 f2fs: fix small discards not to issue redundantly by Jaegeuk Kim · 10 years ago
  61. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  62. 70c640b f2fs: don't need to call lock_op and lock_page for abort by Jaegeuk Kim · 10 years ago
  63. 88a70a6 f2fs: fix wrong condition check to trigger f2fs_sync_fs by Jaegeuk Kim · 10 years ago
  64. cd52b63 f2fs: remove checking dirty_exceed by Jaegeuk Kim · 10 years ago
  65. b3d574a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  66. 9e5e366 mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being killed by Vlastimil Babka · 10 years ago
  67. 4bdfc1c memcg: fix destination cgroup leak on task charges migration by Vladimir Davydov · 10 years ago
  68. 24d404d mm: memcontrol: switch soft limit default back to infinity by Johannes Weiner · 10 years ago
  69. 70ecb3c mm/debug_pagealloc: remove obsolete Kconfig options by Joonsoo Kim · 10 years ago
  70. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  71. 9de93e78 arch/blackfin/mach-bf533/boards/stamp.c: add linux/delay.h by Oleg Nesterov · 10 years ago
  72. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  73. 75dd112 MAINTAINERS: update rydberg's addresses by Henrik Rydberg · 10 years ago
  74. 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 10 years ago
  75. 7a3ef20 mm: prevent endless growth of anon_vma hierarchy by Konstantin Khlebnikov · 10 years ago
  76. 3245d6a exit: fix race between wait_consider_task() and wait_task_zombie() by Oleg Nesterov · 10 years ago
  77. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  78. 11c8f01 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  79. 90ac086 Makefile: include arch/*/include/generated/uapi before .../generated by Michal Marek · 10 years ago
  80. c4ccac4 Merge tag 'pinctrl-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  81. 74e59ea Merge tag 'pm+acpi-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  82. 086b2a9 Merge tag 'keys-fixes-20150107' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 10 years ago
  83. b11ecb2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  84. 1c16938 Merge tag 'iommu-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  85. 716c13a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  86. 990428b assoc_array: Include rcupdate.h for call_rcu() definition by Pranith Kumar · 10 years ago
  87. 99975cc vhost/net: length miscalculation by Michael S. Tsirkin · 10 years ago
  88. fce7fcc pinctrl: st: Add irq_disable hook to st_gpio_irqchip by Patrice CHOTARD · 10 years ago
  89. 96d16c3 pinctrl: st: avoid multiple mutex lock by Francesco VIRLINZI · 10 years ago
  90. bdec419 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  91. 0adc180 Merge tag 'for-linus-3' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 10 years ago
  92. 2abad79 qla3xxx: don't allow never end busy loop by Andy Shevchenko · 10 years ago
  93. 794c3a0 Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video' by Rafael J. Wysocki · 10 years ago
  94. 6a3ef10 ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521X by Hans de Goede · 10 years ago
  95. 3b421b8 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  96. fee7e49 mm: propagate error from stack expansion even for guard page by Linus Torvalds · 10 years ago
  97. 627d2cc Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  98. 07ff890 xen-netback: fixing the propagation of the transmit shaper timeout by Palik, Imre · 10 years ago
  99. 15ecf7a Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
  100. a5e3125 r8152: support ndo_features_check by hayeswang · 10 years ago