1. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  2. a88a341 writeback: move bandwidth related fields from backing_dev_info into bdi_writeback by Tejun Heo · 9 years ago
  3. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  4. d5b692b f2fs: do not re-lookup nat cache with same nid by Chao Yu · 9 years ago
  5. 2dcf51a f2fs: add need_dentry_mark by Jaegeuk Kim · 9 years ago
  6. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  7. 2aa7c51 f2fs: make has_fsynced_inode static by Chao Yu · 9 years ago
  8. 57ed1e9 f2fs: fix unlocked nat set cache operation by Wanpeng Li · 9 years ago
  9. 7662916 f2fs: report -ENOENT for unreached data indices by Jaegeuk Kim · 9 years ago
  10. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 9 years ago
  11. 429511c f2fs: add core functions for rb-tree extent cache by Chao Yu · 10 years ago
  12. f1a3b98 f2fs: fix accessing wrong indexed data blocks by Jaegeuk Kim · 9 years ago
  13. aaf9607 f2fs: check node page contents all the time by Jaegeuk Kim · 9 years ago
  14. 487261f f2fs: merge {invalidate,release}page for meta/node/data pages by Chao Yu · 10 years ago
  15. f68daee f2fs: keep PagePrivate during releasepage by Jaegeuk Kim · 10 years ago
  16. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  17. 7aed0d4 f2fs: free radix_tree_nodes used by nat_set entries by Jaegeuk Kim · 10 years ago
  18. 3547ea9 f2fs: avoid potential unnecessary codes by Jaegeuk Kim · 10 years ago
  19. 9e4ded3 f2fs: activate f2fs_trace_pid by Jaegeuk Kim · 10 years ago
  20. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  21. 9ecf4b8 f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary by Chao Yu · 10 years ago
  22. 5c27f4e f2fs: merge two uchar variable in struct node_info to reduce memory cost by Chao Yu · 10 years ago
  23. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  24. cd52b63 f2fs: remove checking dirty_exceed by Jaegeuk Kim · 10 years ago
  25. 9be32d7 f2fs: do retry operations with cond_resched by Jaegeuk Kim · 10 years ago
  26. 769ec6e f2fs: call radix_tree_preload before radix_tree_insert by Jaegeuk Kim · 10 years ago
  27. 8b26ef9 f2fs: use rw_semaphore for nat entry lock by Jaegeuk Kim · 10 years ago
  28. 4634d71 f2fs: fix missing kmem_cache_free by Jaegeuk Kim · 10 years ago
  29. 80ec2e9 f2fs: no more dirty_nat_entires when flushing by Changman Lee · 10 years ago
  30. 20d047c f2fs: check dirty_nat_cnt before flushing nat entries in journal by Changman Lee · 10 years ago
  31. ce3e6d2 f2fs: fix typos for the word "destroy" in jump labels by Markus Elfring · 10 years ago
  32. 27c6bd6 f2fs: submit bio for node blocks in the reclaim path by Jaegeuk Kim · 10 years ago
  33. 6729880 f2fs: introduce struct inode_management to wrap inner fields by Chao Yu · 10 years ago
  34. 2f97c32 f2fs: write node pages if checkpoint is not doing by Jaegeuk Kim · 10 years ago
  35. e5e7ea3 f2fs: control the memory footprint used by ino entries by Jaegeuk Kim · 10 years ago
  36. 309cc2b f2fs: refactor flush_nat_entries to remove costly reorganizing ops by Jaegeuk Kim · 10 years ago
  37. 90a893c f2fs: use MAX_BIO_BLOCKS(sbi) by Jaegeuk Kim · 10 years ago
  38. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  39. 7ef35e3 f2fs: introduce a flag to represent each nat entry information by Jaegeuk Kim · 10 years ago
  40. 184a5cd f2fs: refactor flush_sit_entries codes for reducing SIT writes by Chao Yu · 10 years ago
  41. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  42. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  43. c2e6958 f2fs: truncate stale block for inline_data by Jaegeuk Kim · 10 years ago
  44. c200b1a f2fs: fix incorrect calculation with total/free inode num by Chao Yu · 10 years ago
  45. 202095a f2fs: remove rewrite_node_page by Jaegeuk Kim · 10 years ago
  46. cf779ca f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 10 years ago
  47. 5274651 f2fs: unlock_page when node page is redirtied out by Jaegeuk Kim · 10 years ago
  48. 1c35a90 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 10 years ago
  49. e3b4d43 f2fs: should clear the inline_xattr flag by Jaegeuk Kim · 10 years ago
  50. 617deb8 f2fs: fix the initial inode page for recovery by Jaegeuk Kim · 10 years ago
  51. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  52. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  53. b3582c6 f2fs: reduce competition among node page writes by Chao Yu · 10 years ago
  54. aec7138 f2fs: refactor flush_nat_entries codes for reducing NAT writes by Chao Yu · 10 years ago
  55. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  56. 2743f86 f2fs: check bdi->dirty_exceeded when trying to skip data writes by Jaegeuk Kim · 10 years ago
  57. 64b2d1f Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  58. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  59. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  60. bac4eef f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages by Chao Yu · 10 years ago
  61. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 10 years ago
  62. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 10 years ago
  63. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  64. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 10 years ago
  65. e8271fa f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks by Jaegeuk Kim · 10 years ago
  66. 7ee0eea f2fs: add available_nids to fix handling max_nid correctly by Jaegeuk Kim · 10 years ago
  67. 94dac22 f2fs: introduce raw_nat_from_node_info() to simplfy codes by Chao Yu · 10 years ago
  68. b156d54 f2fs: make recover_inline_xattr() static by Jingoo Han · 10 years ago
  69. 76f6026 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 10 years ago
  70. 2d7b822 f2fs: use list_for_each_entry{_safe} for simplyfying code by Chao Yu · 10 years ago
  71. cf0ee0f f2fs: avoid free slab cache under spinlock by Chao Yu · 10 years ago
  72. 3bb5e2c f2fs: return -EIO when node id is not matched by Jaegeuk Kim · 10 years ago
  73. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 10 years ago
  74. a5f42010 f2fs: remove unnecessary threshold by Jaegeuk Kim · 10 years ago
  75. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 10 years ago
  76. 40bb005 f2fs: avoid to drop nat entries due to the negative nr_shrink by Jaegeuk Kim · 10 years ago
  77. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 10 years ago
  78. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 10 years ago
  79. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 10 years ago
  80. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 10 years ago
  81. 4bc8e9b f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 10 years ago
  82. 987c7c3 f2fs: introduce f2fs_has_inline_xattr for better readability by Chao Yu · 10 years ago
  83. 28cdce0 f2fs: recover inline xattr data in roll-forward process by Chao Yu · 10 years ago
  84. d653788 f2fs: optimize restore_node_summary slightly by Gu Zheng · 10 years ago
  85. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 10 years ago
  86. b6ce391 f2fs: update start nid only once each circle by Gu Zheng · 10 years ago
  87. 9cf3c38 f2fs: fix dirty page accounting when redirty by Chao Yu · 10 years ago
  88. 8a7ed66 f2fs: introduce a radix_tree for the free_nid list by Jaegeuk Kim · 10 years ago
  89. f978f5a f2fs: introduce help macro on_build_free_nids() by Gu Zheng · 10 years ago
  90. fffc2a0 f2fs: fix to mark the checkpointed nat entry correctly by Jaegeuk Kim · 10 years ago
  91. b63da15 f2fs: fix the calculation of max_nids by Jaegeuk Kim · 10 years ago
  92. 662befd f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages by Chao Yu · 10 years ago
  93. abb2366 f2fs: fix to recover xattr node block by Jaegeuk Kim · 11 years ago
  94. bf39c00 f2fs: drop obsolete node page when it is truncated by Jaegeuk Kim · 11 years ago
  95. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 11 years ago
  96. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 11 years ago
  97. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  98. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 11 years ago
  99. a225dca f2fs: fix truncate_partial_nodes bug by shifei10.ge · 11 years ago
  100. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago