1. 0c19388 mm/memory-failure.c: fix memory leak by race between poison and unpoison by Naoya Horiguchi · 12 years ago
  2. e320a98 percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() by Jianyu Zhan · 12 years ago
  3. ca60496 hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free hugepage by Chen Yucong · 12 years ago
  4. 0688da1 mm: make fixup_user_fault() check the vma access rights too by Linus Torvalds · 12 years ago
  5. 9285d61 mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() by Mizuma, Masayoshi · 12 years ago
  6. bb05a9d mm: hugetlb: fix softlockup when a large number of hugepages are freed. by Mizuma, Masayoshi · 12 years ago
  7. 00ce7ee mm/hotplug: correctly add new zone to all other nodes' zone lists by Jiang Liu · 14 years ago
  8. 6ce1f75 zsmalloc: use updated zsmalloc by Dan Pasanen · 12 years ago
  9. ec732ce drivers: staging: Fix Zcache by Steve Kondik · 12 years ago
  10. ff0a827 defconfig: update tenderloin defconfig by flintman · 12 years ago
  11. 21c99f9 zram: fix warnings by Dan Pasanen · 12 years ago
  12. 5681391 Staging: zram: Fix memory leak by refcount mismatch by Rashika Kheria · 13 years ago
  13. 1320025 zram: protect sysfs handler from invalid memory access by Jiang Liu · 13 years ago
  14. 67d0b4d Staging: zram: Fix access of NULL pointer by Rashika Kheria · 13 years ago
  15. 4301a36 zram: allow request end to coincide with disksize by Sergey Senozhatsky · 13 years ago
  16. 1437f27 zram: avoid access beyond the zram device by Jiang Liu · 13 years ago
  17. cd49b1b zram: destroy all devices on error recovery path in zram_init() by Jiang Liu · 13 years ago
  18. cfeed36 zram: avoid invalid memory access in zram_exit() by Jiang Liu · 13 years ago
  19. 14cf780 zram: Fix deadlock bug in partial read/write by Minchan Kim · 14 years ago
  20. b26b75a staging: zcache: cleanup the code between tmem_obj_init and tmem_obj_find by Xiao Guangrong · 14 years ago
  21. 5c27bc6 staging: zcache: introduce get_zcache_client by Xiao Guangrong · 14 years ago
  22. e64414f staging: zcache: cleanup zcache_do_preload and zcache_put_page by Xiao Guangrong · 14 years ago
  23. 9c7b20f staging: zcache: optimize zcache_do_preload by Xiao Guangrong · 14 years ago
  24. 63f8907 staging: zcache: cleanup zbud_init by Xiao Guangrong · 14 years ago
  25. ef3fb01 staging: zcache: mark zbud_init/zcache_comp_init as __init by Xiao Guangrong · 14 years ago
  26. a93eb41 staging: zcache: fix a compile warning by Xiao Guangrong · 14 years ago
  27. 441f67e staging: zcache: fix refcount leak by Xiao Guangrong · 14 years ago
  28. 3cdda4c staging: zcache: don't limit number of pools per client by Sasha Levin · 14 years ago
  29. 3697318 drivers: staging: Fix Zcache by Steve Kondik · 12 years ago
  30. 6bdc54c CHROMIUM: UPSTREAM: staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOC by Seth Jennings · 14 years ago
  31. e7998db isofs: Fix unbounded recursion when processing relocated directories by Jan Kara · 12 years ago
  32. 4ed23de CIFS: Fix wrong directory attributes after rename by Pavel Shilovsky · 12 years ago
  33. e3db719 NFSv4: Fix problems with close in the presence of a delegation by Trond Myklebust · 12 years ago
  34. 9558f2a ext2: Fix fs corruption in ext2_get_xip_mem() by Jan Kara · 13 years ago
  35. b809d1c f2fs: fix wrong casting for dentry name by Jaegeuk Kim · 12 years ago
  36. a25044a f2fs: simplify by using a literal by Dan Carpenter · 12 years ago
  37. a42582d f2fs: truncate stale block for inline_data by Jaegeuk Kim · 12 years ago
  38. 5567512 f2fs: use macro for code readability by Chao Yu · 12 years ago
  39. 385fa1a f2fs: introduce need_do_checkpoint for readability by Chao Yu · 12 years ago
  40. 7ec82c4 f2fs: fix incorrect calculation with total/free inode num by Chao Yu · 12 years ago
  41. 15a4557 f2fs: skip if inline_data was converted already by Jaegeuk Kim · 12 years ago
  42. eb54a73 f2fs: remove rewrite_node_page by Jaegeuk Kim · 12 years ago
  43. afea310 f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 12 years ago
  44. f79793a f2fs: add WARN_ON in f2fs_bug_on by Jaegeuk Kim · 12 years ago
  45. 5da13f3 f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 12 years ago
  46. f58b762 f2fs: check s_dirty under cp_mutex by Jaegeuk Kim · 12 years ago
  47. 22e452a f2fs: unlock_page when node page is redirtied out by Jaegeuk Kim · 12 years ago
  48. 3ba2947 f2fs: introduce f2fs_cp_error for readability by Jaegeuk Kim · 12 years ago
  49. 16e77e1 f2fs: give a chance to mount again when encountering errors by Jaegeuk Kim · 12 years ago
  50. f2c07cd f2fs: trigger release_dirty_inode in f2fs_put_super by Jaegeuk Kim · 12 years ago
  51. 8c6b2e7 f2fs: don't skip checkpoint if there is no dirty node pages by Jaegeuk Kim · 12 years ago
  52. 42da3c8 f2fs: avoid bug_on when error is occurred by Jaegeuk Kim · 12 years ago
  53. 32e5c42 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 12 years ago
  54. 1bddcc6 f2fs: should clear the inline_xattr flag by Jaegeuk Kim · 12 years ago
  55. ef960bc f2fs: clear FI_INC_LINK during the recovery by Jaegeuk Kim · 12 years ago
  56. fa90763 f2fs: fix the initial inode page for recovery by Jaegeuk Kim · 12 years ago
  57. b4fc01f f2fs: make clear on test condition and return types by Jaegeuk Kim · 12 years ago
  58. 80fd22a f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 12 years ago
  59. f408140 f2fs: fix typo by arter97 · 12 years ago
  60. 00ebaff f2fs: use for_each_set_bit to simplify the code by Chao Yu · 12 years ago
  61. 702f8d2 f2fs: add f2fs_balance_fs for expand_inode_data by Chao Yu · 12 years ago
  62. 767262e f2fs: invalidate xattr node page when evict inode by Chao Yu · 12 years ago
  63. 54ecff1 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 12 years ago
  64. 9f64de7 f2fs: add tracepoint for f2fs_direct_IO by Chao Yu · 12 years ago
  65. 0b14d47 f2fs: reduce competition among node page writes by Chao Yu · 12 years ago
  66. d2c2169 f2fs: fix coding style by Jaegeuk Kim · 12 years ago
  67. aee074d f2fs: remove redundant lines in allocate_data_block by Dongho Sim · 12 years ago
  68. 90421d2 f2fs: add tracepoint for f2fs_issue_flush by Jaegeuk Kim · 12 years ago
  69. 1e3c2db f2fs: test before set/clear bits by Jaegeuk Kim · 12 years ago
  70. eed0ef6 f2fs: fix wrong condition for unlikely by Jaegeuk Kim · 12 years ago
  71. f421ceb f2fs: enable in-place-update for fdatasync by Jaegeuk Kim · 12 years ago
  72. 9a11a8e f2fs: skip unnecessary data writes during fsync by Jaegeuk Kim · 12 years ago
  73. 7ea3695 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 12 years ago
  74. 5a2c480 f2fs: use radix_tree for ino management by Jaegeuk Kim · 12 years ago
  75. a6377a6 f2fs: add infra for ino management by Jaegeuk Kim · 12 years ago
  76. 3ff8609 f2fs: punch the core function for inode management by Jaegeuk Kim · 12 years ago
  77. 6f6541b f2fs: add nobarrier mount option by Jaegeuk Kim · 12 years ago
  78. 7384b16 f2fs: fix to put root inode in error path of fill_super by Chao Yu · 12 years ago
  79. 3a8e4f5 f2fs: add f2fs_balance_fs for direct IO by Huang Ying · 12 years ago
  80. 51716f3 f2fs: reduce searching region of segmap when free section by Chao Yu · 12 years ago
  81. 97e8a34 Revert "f2fs: resync with upstream 3.4 branch (forced update)" by Dan Pasanen · 12 years ago
  82. 3044659 f2fs: resync with upstream 3.4 branch (forced update) by Evan McClain · 12 years ago
  83. f3f030d f2fs: Update to proper 3.4 support by Evan McClain · 12 years ago
  84. 5d8bad1 f2fs: check bdi->dirty_exceeded when trying to skip data writes by Jaegeuk Kim · 12 years ago
  85. 3da1d09 f2fs: do checkpoint for the renamed inode by Jaegeuk Kim · 12 years ago
  86. 0d9d76c f2fs: release new entry page correctly in error path of f2fs_rename by Chao Yu · 12 years ago
  87. bf7657d f2fs: fix error path in init_inode_metadata by Chao Yu · 12 years ago
  88. ada8ce2 f2fs: check lower bound nid value in check_nid_range by Chao Yu · 12 years ago
  89. bf7896e f2fs: remove unused variables in f2fs_sm_info by Chao Yu · 12 years ago
  90. cfcaaf0 f2fs: fix not to allocate unnecessary blocks during fallocate by Jaegeuk Kim · 12 years ago
  91. 316b479 f2fs: recover fallocated data and its i_size together by Jaegeuk Kim · 12 years ago
  92. 8728de5 f2fs: fix to report newly allocate region as extent by Jaegeuk Kim · 12 years ago
  93. 8ff1d52 f2fs: support f2fs_fiemap by Jaegeuk Kim · 12 years ago
  94. 84d4b9c f2fs: avoid not to call remove_dirty_inode by Jaegeuk Kim · 12 years ago
  95. ca13aad f2fs: recover fallocated space by Jaegeuk Kim · 12 years ago
  96. 44f7a3b f2fs: fix to recover data written by dio by Jaegeuk Kim · 12 years ago
  97. c8f5ffb f2fs: large volume support by Changman Lee · 12 years ago
  98. 53826b5 f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages by Chao Yu · 12 years ago
  99. 2568ffc f2fs: avoid overflow when large directory feathure is enabled by Chao Yu · 12 years ago
  100. 26d712d f2fs: fix recursive lock by f2fs_setxattr by Jaegeuk Kim · 12 years ago