1. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 29608d2 f2fs: xattr simplifications by Andreas Gruenbacher · 9 years ago
  3. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  4. a8415e4 fs/f2fs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  5. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  6. beaa57d f2fs: fix to skip shrinking extent nodes by Chao Yu · 9 years ago
  7. a6be014 f2fs: fix error path of ->symlink by Chao Yu · 9 years ago
  8. 7fee740 f2fs: fix to clear GCed flag for atomic written page by Chao Yu · 9 years ago
  9. 2b246fb f2fs: don't need to submit bio on error case by Jaegeuk Kim · 9 years ago
  10. d7b8b38 f2fs: fix leakage of inmemory atomic pages by Jaegeuk Kim · 9 years ago
  11. f96999c f2fs: refactor __find_rev_next_{zero}_bit by Jaegeuk Kim · 9 years ago
  12. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  13. 67f8cf3c f2fs: support fiemap for inline_data by Jaegeuk Kim · 9 years ago
  14. 1d373a0 f2fs: flush dirty data for bmap by Jaegeuk Kim · 9 years ago
  15. 84e4214 f2fs: relocate the tracepoint for background_gc by Jaegeuk Kim · 9 years ago
  16. 08b39fb f2fs crypto: fix racing of accessing encrypted page among by Chao Yu · 9 years ago
  17. ea1a29a0 f2fs: export ra_nid_pages to sysfs by Chao Yu · 9 years ago
  18. 2db2388 f2fs: readahead for free nids building by Chao Yu · 9 years ago
  19. 26879fb f2fs: support lower priority asynchronous readahead in ra_meta_pages by Chao Yu · 9 years ago
  20. 2b94700 f2fs: don't tag REQ_META for temporary non-meta pages by Chao Yu · 9 years ago
  21. b8c2940 f2fs: add a tracepoint for f2fs_read_data_pages by Chao Yu · 9 years ago
  22. a56c7c6 f2fs: set GFP_NOFS for grab_cache_page by Jaegeuk Kim · 9 years ago
  23. 6e2c64a f2fs: fix SSA updates resulting in corruption by Jaegeuk Kim · 9 years ago
  24. a125702 Revert "f2fs: do not skip dentry block writes" by Jaegeuk Kim · 9 years ago
  25. c912a82 f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failure by Jaegeuk Kim · 9 years ago
  26. 6066d8c f2fs: merge meta writes as many possible by Jaegeuk Kim · 9 years ago
  27. 60b99b4 f2fs: introduce a periodic checkpoint flow by Jaegeuk Kim · 9 years ago
  28. 5c26743 f2fs: add a tracepoint for background gc by Jaegeuk Kim · 9 years ago
  29. 6aefd93 f2fs: introduce background_gc=sync mount option by Jaegeuk Kim · 9 years ago
  30. 456b88e f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINT by Chao Yu · 9 years ago
  31. d530d4d f2fs: support synchronous gc in ioctl by Chao Yu · 9 years ago
  32. 3342bb3 f2fs: skip searching dirty map if dirty segment is not exist by Chao Yu · 9 years ago
  33. a43f7ec f2fs: fix to avoid redundant searching in dirty map during gc by Chao Yu · 9 years ago
  34. 5b7ee37 f2fs: use atomic64_t for extent cache hit stat by Chao Yu · 9 years ago
  35. 39307a8 f2fs: use vmalloc to handle -ENOMEM error by Jaegeuk Kim · 9 years ago
  36. ab126cf f2fs: should get a victim from retrials by Jaegeuk Kim · 9 years ago
  37. 45fe849 f2fs: fix to correct freed section number during gc by Chao Yu · 9 years ago
  38. 345a6b2 f2fs: fix to update {m,c}time correctly when truncating larger by Chao Yu · 9 years ago
  39. 90b803e f2fs: do not skip dentry block writes by Jaegeuk Kim · 9 years ago
  40. 7223554 f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data() by Chao Yu · 9 years ago
  41. 1d7e10d f2fs: fix incorrect bimodal calculation by Chao Yu · 9 years ago
  42. 4abd3f5 f2fs: introduce __try_update_largest_extent by Chao Yu · 9 years ago
  43. 545fe42 f2fs: fix error handling for calls to various functions in the function recover_inline_data by Nicholas Krause · 9 years ago
  44. 9cd81ce f2fs: disallow switch extent_cache option dynamically by Chao Yu · 9 years ago
  45. 46c9e14 f2fs: use correct flag in f2fs_map_blocks() by Chao Yu · 9 years ago
  46. f981170 f2fs: fix to handle io error in ->direct_IO by Chao Yu · 9 years ago
  47. ea58711 f2fs: do in batches truncation in truncate_hole by Chao Yu · 9 years ago
  48. 4d1fa81 f2fs: optimize code of f2fs_update_extent_tree_range by Fan Li · 9 years ago
  49. 41a099d f2fs: drop largest extent by range by Fan Li · 9 years ago
  50. a7230d1 f2fs: check end_io for metapages before making next checkpoint blocks by Jaegeuk Kim · 9 years ago
  51. 569cf18 f2fs crypto: allocate buffer for decrypting filename by Jaegeuk Kim · 9 years ago
  52. 973163f f2fs: reorganize f2fs_map_blocks by Chao Yu · 9 years ago
  53. 514053e f2fs: declare f2fs_update_extent_tree_range as static by Jaegeuk Kim · 9 years ago
  54. 9edcdab f2fs: fix overflow of size calculation by Chao Yu · 9 years ago
  55. 100136a f2fs: fix incorrect searching position when shrinking extent cache by Chao Yu · 9 years ago
  56. c998012 f2fs: verify file type early in f2fs_fallocate by Chao Yu · 9 years ago
  57. c5cd29d f2fs: no need to lock for update_inode_page all the time by Jaegeuk Kim · 9 years ago
  58. 25b9334 f2fs: cover number of dirty node pages under node_write lock by Jaegeuk Kim · 9 years ago
  59. 538e17e f2fs: fix incorrect return statement in the function f2fs_ioc_release_volatile_write by Nicholas Krause · 9 years ago
  60. 744288c f2fs: trace in batches extent info update by Chao Yu · 9 years ago
  61. 4c12ab7 Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  62. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  63. 01a5ad8 f2fs: upset segment_info repair by Yunlei He · 9 years ago
  64. 54d7185 f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent by Chao Yu · 9 years ago
  65. 19b2c30 f2fs: update extent tree in batches by Chao Yu · 9 years ago
  66. 13ec729 f2fs: fix to release inode correctly by Chao Yu · 9 years ago
  67. b015489 f2fs: handle f2fs_truncate error correctly by Chao Yu · 9 years ago
  68. 4ec17d6 f2fs: avoid unneeded initializing when converting inline dentry by Chao Yu · 9 years ago
  69. 6a67885 f2fs: atomically set inode->i_flags by Zhang Zhen · 9 years ago
  70. f7409d0 f2fs: fix wrong pointer access during try_to_free_nids by Jaegeuk Kim · 9 years ago
  71. 80c5450 f2fs: use __GFP_NOFAIL to avoid infinite loop by Jaegeuk Kim · 9 years ago
  72. dac2dde f2fs: lookup neighbor extent nodes for merging later by Chao Yu · 9 years ago
  73. ef05e22 f2fs: split __insert_extent_tree_ret for readability by Chao Yu · 9 years ago
  74. a6f7834 f2fs: kill dead code in __insert_extent_tree by Chao Yu · 9 years ago
  75. 029e13c f2fs: adjust showing of extent cache stat by Chao Yu · 9 years ago
  76. 91c481f f2fs: add largest/cached stat in extent cache by Chao Yu · 9 years ago
  77. e2b4e2b f2fs: fix incorrect mapping for bmap by Chao Yu · 9 years ago
  78. f8b703d f2fs: fix to update cached_en of extent tree properly by Fan Li · 9 years ago
  79. 217940d f2fs: fix typo by Junesung Lee · 9 years ago
  80. 2492863 f2fs: check the node block address of newly allocated nid by Jaegeuk Kim · 9 years ago
  81. a21c20f f2fs: go out for insert_inode_locked failure by Jaegeuk Kim · 9 years ago
  82. 5ee5293 f2fs: retry gc if one section is not successfully reclaimed by Jaegeuk Kim · 9 years ago
  83. 2286c02 f2fs: fix to cover lock_op for update_inode_page by Jaegeuk Kim · 9 years ago
  84. 2683446 f2fs: reuse nids more aggressively by Jaegeuk Kim · 9 years ago
  85. 26d5859 f2fs: avoid garbage collecting already moved node blocks by Jaegeuk Kim · 9 years ago
  86. 740432f f2fs: handle failed bio allocation by Jaegeuk Kim · 9 years ago
  87. a6db67f f2fs: increase the number of max hard links by Jaegeuk Kim · 9 years ago
  88. 798c1b1 f2fs: skip checkpoint if there is no dirty and prefree segments by Jaegeuk Kim · 9 years ago
  89. 3169658 f2fs: shrink free_nids entries by Chao Yu · 9 years ago
  90. 206e61b f2fs: avoid clear valid page by Chao Yu · 9 years ago
  91. 315df83 f2fs: do not write any node pages related to orphan inodes by Jaegeuk Kim · 9 years ago
  92. 4c27839 f2fs: avoid a build warning by Jaegeuk Kim · 9 years ago
  93. 8c14bfa f2fs: handle error of f2fs_iget correctly by Chao Yu · 9 years ago
  94. 47e70ca f2fs: do not assign a new segment for dio under space shortage by Jaegeuk Kim · 9 years ago
  95. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  96. decd36b f2fs: remove inmem radix tree by Chao Yu · 9 years ago
  97. c15e859 f2fs: report EINVAL for unalignment direct IO by Chao Yu · 9 years ago
  98. 6394328 f2fs: report error of fill_zero by Chao Yu · 9 years ago
  99. 12a8343 f2fs: recover invalid/reserved block address for fsynced file by Chao Yu · 9 years ago
  100. 759af1c f2fs: use extent cache to optimize f2fs_reserve_block by Fan Li · 9 years ago