1. b873b79 Revert "f2fs: use percpu_rw_semaphore" by Jaegeuk Kim · 8 years ago
  2. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 185de68 qstr: constify instances in f2fs by Al Viro · 8 years ago
  4. 4fc29c1 Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  5. dd11a5d f2fs: avoid data race when deciding checkpoin in f2fs_sync_file by Jaegeuk Kim · 8 years ago
  6. 4dd6f97 f2fs: support an ioctl to move a range of data blocks by Jaegeuk Kim · 8 years ago
  7. 91246c2 f2fs: fix to report error number of f2fs_find_entry by Chao Yu · 8 years ago
  8. dcf25fe f2fs: reset default idle interval value by Chao Yu · 8 years ago
  9. 82e0a5a f2fs: fix to avoid data update racing between GC and DIO by Chao Yu · 8 years ago
  10. 5f281fa f2fs: disable extent_cache for fcollapse/finsert inodes by Jaegeuk Kim · 8 years ago
  11. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  12. ec79541 f2fs: use percpu_rw_semaphore by Jaegeuk Kim · 8 years ago
  13. 2555a2d f2fs: shrink critical region in spin_lock by Jaegeuk Kim · 8 years ago
  14. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  15. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  16. 52763a4 f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 8 years ago
  17. 67c3758 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  18. 8be0fea f2fs: find parent dentry correctly by Sheng Yong · 8 years ago
  19. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  20. 7dfeaa3 f2fs: avoid reverse IO order for NODE and DATA by Jaegeuk Kim · 8 years ago
  21. 04d328d f2fs: use bio op accessors by Mike Christie · 8 years ago
  22. 9a449e9 f2fs: remove obsolete parameter in f2fs_truncate by Jaegeuk Kim · 8 years ago
  23. 9f7c45c f2fs: remove deprecated parameter by Jaegeuk Kim · 8 years ago
  24. 53aa6bb f2fs: inject to produce some orphan inodes by Jaegeuk Kim · 8 years ago
  25. b93f771 f2fs: remove writepages lock by Jaegeuk Kim · 8 years ago
  26. 0a87f66 f2fs: detect congestion of flush command issues by Jaegeuk Kim · 8 years ago
  27. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  28. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  29. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  30. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  31. a196124 f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  32. 8edd03c f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  33. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  34. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  35. 38f91ca f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 8 years ago
  36. 513c5f3 f2fs: use percpu_counter for total_valid_inode_count by Jaegeuk Kim · 8 years ago
  37. 41382ec f2fs: use percpu_counter for alloc_valid_block_count by Jaegeuk Kim · 8 years ago
  38. 1beba1b f2fs: use percpu_counter for # of dirty pages in inode by Jaegeuk Kim · 8 years ago
  39. 523be8a f2fs: use percpu_counter for page counters by Jaegeuk Kim · 8 years ago
  40. f573018 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 8 years ago
  41. 0879689 f2fs: add fault injection to sysfs by Sheng Yong · 8 years ago
  42. 652be55 f2fs: show # of orphan inodes by Jaegeuk Kim · 8 years ago
  43. 46008c6 f2fs: support in batch multi blocks preallocation by Chao Yu · 8 years ago
  44. f61cce5 f2fs: fix inode cache leak by Chao Yu · 8 years ago
  45. b5a7aef fscrypto/f2fs: allow fs-specific key prefix for fs encryption by Jaegeuk Kim · 8 years ago
  46. bd933d4 f2fs: reuse get_extent_info by Chao Yu · 8 years ago
  47. 74ef924 f2fs: fix leak of orphan inode objects by Jaegeuk Kim · 8 years ago
  48. cb78942 f2fs: inject ENOSPC failures by Jaegeuk Kim · 8 years ago
  49. c41f3cc3 f2fs: inject page allocation failures by Jaegeuk Kim · 8 years ago
  50. 2c63fea f2fs: inject kmalloc failure by Jaegeuk Kim · 8 years ago
  51. 73faec4 f2fs: add mount option to select fault injection ratio by Jaegeuk Kim · 8 years ago
  52. 0414b00 f2fs: introduce f2fs_kmalloc to wrap kmalloc by Jaegeuk Kim · 8 years ago
  53. da011cc f2fs: move node pages only in victim section during GC by Chao Yu · 8 years ago
  54. 608514d f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 8 years ago
  55. 5268137 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 8 years ago
  56. 675f10b f2fs: fix to convert inline directory correctly by Chao Yu · 8 years ago
  57. 6781eab f2fs: give -EINVAL for norecovery and rw mount by Jaegeuk Kim · 8 years ago
  58. df728b0 f2fs: recover superblock at RW remounts by Jaegeuk Kim · 8 years ago
  59. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  60. 43b6573 f2fs: use cryptoapi crc32 functions by Keith Mok · 8 years ago
  61. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  62. 59692b7 f2fs: mutex can't be used by down_write_nest_lock() by Yang Shi · 8 years ago
  63. 406657d f2fs: introduce f2fs_flush_merged_bios for cleanup by Chao Yu · 8 years ago
  64. f28b343 f2fs: introduce f2fs_update_data_blkaddr for cleanup by Chao Yu · 8 years ago
  65. 4356e48 f2fs crypto: fix incorrect positioning for GCing encrypted data page by Chao Yu · 8 years ago
  66. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 8 years ago
  67. 984ec63 f2fs: move sanity checking of cp into get_valid_checkpoint by Shawn Lin · 8 years ago
  68. dfc08a1 f2fs: introduce f2fs_journal struct to wrap journal info by Chao Yu · 8 years ago
  69. 922ec35 f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink by Chao Yu · 8 years ago
  70. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 8 years ago
  71. 29b96b5 f2fs: split drop_inmem_pages from commit_inmem_pages by Chao Yu · 8 years ago
  72. ce855a3 f2fs crypto: f2fs_page_crypto() doesn't need a encryption context by Jaegeuk Kim · 8 years ago
  73. 24b8491 f2fs: preallocate blocks for buffered aio writes by Jaegeuk Kim · 8 years ago
  74. b439b10 f2fs: move dio preallocation into f2fs_file_write_iter by Jaegeuk Kim · 8 years ago
  75. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 8 years ago
  76. da85985 f2fs: speed up handling holes in fiemap by Chao Yu · 8 years ago
  77. 3cf4574 f2fs: introduce get_next_page_offset to speed up SEEK_DATA by Chao Yu · 8 years ago
  78. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 8 years ago
  79. 8f1dbbb f2fs: introduce lifetime write IO statistics by Shuoran Liu · 8 years ago
  80. 201ef5e f2fs: improve shrink performance of extent nodes by Hou Pengyang · 8 years ago
  81. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 8 years ago
  82. 2304cb0 f2fs: export dirty_nats_ratio in sysfs by Chao Yu · 8 years ago
  83. 0fd785e f2fs: relocate is_merged_page by Chao Yu · 8 years ago
  84. f9a03ae Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  85. 42190d2 f2fs: monitor the number of background checkpoint by Jaegeuk Kim · 8 years ago
  86. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 8 years ago
  87. 6beceb5 f2fs: introduce time and interval facility by Jaegeuk Kim · 8 years ago
  88. 68e3538 f2fs: use atomic type for node count in extent tree by Chao Yu · 8 years ago
  89. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 8 years ago
  90. 12719ae f2fs: avoid unnecessary f2fs_balance_fs calls by Jaegeuk Kim · 8 years ago
  91. e0afc4d f2fs: introduce max_file_blocks in sbi by Chao Yu · 8 years ago
  92. 137d09f f2fs: introduce zombie list for fast shrinking extent trees by Jaegeuk Kim · 8 years ago
  93. c00ba55 f2fs: monitor zombie_tree count by Jaegeuk Kim · 8 years ago
  94. ed3d125 f2fs: load largest extent all the time by Jaegeuk Kim · 8 years ago
  95. 179448b f2fs: add a max block check for get_data_block_bmap by Yunlei He · 8 years ago
  96. 6d5a149 f2fs: let user being aware of IO error by Chao Yu · 8 years ago
  97. c34f42e f2fs: report error of do_checkpoint by Chao Yu · 8 years ago
  98. 93bae09 f2fs: record node block allocation in dnode_of_data by Jaegeuk Kim · 8 years ago
  99. 74fd8d9 f2fs: speed up shrinking extent tree entries by Jaegeuk Kim · 8 years ago
  100. 7441cce f2fs: use atomic variable for total_extent_tree by Jaegeuk Kim · 8 years ago