1. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 185de68 qstr: constify instances in f2fs by Al Viro · 8 years ago
  3. 91246c2 f2fs: fix to report error number of f2fs_find_entry by Chao Yu · 8 years ago
  4. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  5. 67c3758 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  6. 8be0fea f2fs: find parent dentry correctly by Sheng Yong · 8 years ago
  7. c92737c f2fs: fix deadlock in add_link failure by Jaegeuk Kim · 8 years ago
  8. 9f7c45c f2fs: remove deprecated parameter by Jaegeuk Kim · 8 years ago
  9. eb4246d f2fs: return error of f2fs_lookup by Jaegeuk Kim · 8 years ago
  10. 42d9640 f2fs: propagate error given by f2fs_find_entry by Jaegeuk Kim · 8 years ago
  11. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  12. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  13. a196124 f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  14. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  15. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  16. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  17. e77d0c6 f2fs: switch to ->iterate_shared() by Al Viro · 8 years ago
  18. 221149c f2fs: revisit error handling flows by Jaegeuk Kim · 8 years ago
  19. cb78942 f2fs: inject ENOSPC failures by Jaegeuk Kim · 8 years ago
  20. 0414b00 f2fs: introduce f2fs_kmalloc to wrap kmalloc by Jaegeuk Kim · 8 years ago
  21. fe216c7 f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir by Yunlong Song · 8 years ago
  22. a4a13f5 f2fs: be aware of invalid filename length by Chao Yu · 8 years ago
  23. 675f10b f2fs: fix to convert inline directory correctly by Chao Yu · 8 years ago
  24. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  25. 291bf80 f2fs: clean up opened code with f2fs_update_dentry by Chao Yu · 8 years ago
  26. 8074bb5 f2fs crypto: sync ext4_lookup and ext4_file_open by Jaegeuk Kim · 8 years ago
  27. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  28. ed3360a f2fs crypto: make sure the encryption info is initialized on opendir(2) by Chao Yu · 8 years ago
  29. 7d9dfa1 f2fs: avoid garbage lenghs in dentries by Jaegeuk Kim · 8 years ago
  30. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  31. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 9 years ago
  32. 1f6fa26 f2fs: remove f2fs_bug_on in terms of max_depth by Jaegeuk Kim · 9 years ago
  33. c227f91 f2fs: record dirty status of regular/symlink inode by Chao Yu · 9 years ago
  34. e9837bc f2fs: clean up error path in f2fs_readdir by Chao Yu · 9 years ago
  35. 57b62d2 f2fs: fix to report error in f2fs_readdir by Chao Yu · 9 years ago
  36. a56c7c6 f2fs: set GFP_NOFS for grab_cache_page by Jaegeuk Kim · 9 years ago
  37. 569cf18 f2fs crypto: allocate buffer for decrypting filename by Jaegeuk Kim · 9 years ago
  38. 206e61b f2fs: avoid clear valid page by Chao Yu · 9 years ago
  39. 26bf3dc f2fs crypto: use per-inode tfm structure by Jaegeuk Kim · 9 years ago
  40. 08b9512 f2fs: add compat_ioctl to provide backward compatability by hujianyang · 9 years ago
  41. e7d5545 f2fs crypto: add filename encryption for roll-forward recovery by Jaegeuk Kim · 9 years ago
  42. 6e22c69 f2fs crypto: add filename encryption for f2fs_lookup by Jaegeuk Kim · 9 years ago
  43. d8c6822 f2fs crypto: add filename encryption for f2fs_readdir by Jaegeuk Kim · 9 years ago
  44. 9ea9716 f2fs crypto: add filename encryption for f2fs_add_link by Jaegeuk Kim · 9 years ago
  45. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  46. 43f3eae f2fs: split find_data_page according to specific purposes by Jaegeuk Kim · 9 years ago
  47. cb58463 f2fs: assign parent's i_mode for empty dir by Jaegeuk Kim · 9 years ago
  48. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 9 years ago
  49. bda1907 f2fs: fix to calculate max length of contiguous free slots correctly by Chao Yu · 9 years ago
  50. d9f46bb f2fs: remove unnecessary condition judgment by Yuan Zhong · 9 years ago
  51. b1f73b7 f2fs: set the correct place of initializing *res_page by Yuan Zhong · 9 years ago
  52. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 9 years ago
  53. 3b4d732 f2fs: introduce f2fs_update_dentry to clean up duplicated codes by Chao Yu · 9 years ago
  54. 5df1f1d f2fs: use missing the use of f2fs_kunmap_page by Jaegeuk Kim · 10 years ago
  55. 9486ba442 f2fs: introduce f2fs_dentry_kunmap to clean up by Jaegeuk Kim · 10 years ago
  56. 1f7732f f2fs: remove pointless bit testing in f2fs_delete_entry() by Jan Kara · 10 years ago
  57. 062a3e7 f2fs: reuse make_empty_dir code for inline_dentry by Jaegeuk Kim · 10 years ago
  58. 7b3cd7d f2fs: introduce f2fs_dentry_ptr structure for code clean-up by Jaegeuk Kim · 10 years ago
  59. 38594de f2fs: reuse core function in f2fs_readdir for inline_dentry by Jaegeuk Kim · 10 years ago
  60. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  61. 59a0615 f2fs: fix to wait correct block type by Jaegeuk Kim · 10 years ago
  62. 4e6ebf6 f2fs: reuse find_in_block code for find_in_inline_dir by Jaegeuk Kim · 10 years ago
  63. a82afa2 f2fs: reuse room_for_filename for inline dentry operation by Jaegeuk Kim · 10 years ago
  64. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  65. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  66. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  67. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  68. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  69. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  70. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  71. 81e366f f2fs: check name_len of dir entry to prevent from deadloop by Chao Yu · 10 years ago
  72. eee6160 f2fs: arguments cleanup of finding file flow functions by Gu Zheng · 10 years ago
  73. 1c3bb97 f2fs: remove the needless point-cast by Gu Zheng · 10 years ago
  74. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  75. b97a9b5 f2fs: introduce f2fs_do_tmpfile for code consistency by Jaegeuk Kim · 10 years ago
  76. 50732df f2fs: support ->tmpfile() by Chao Yu · 10 years ago
  77. 90d7245 f2fs: fix error path in init_inode_metadata by Chao Yu · 10 years ago
  78. bfec07d f2fs: avoid overflow when large directory feathure is enabled by Chao Yu · 10 years ago
  79. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  80. 817202d9 f2fs: readahead multi pages of directory for performance by Chao Yu · 10 years ago
  81. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 10 years ago
  82. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 10 years ago
  83. 20f7075 f2fs: fix wrong kernel coding style by Jaegeuk Kim · 10 years ago
  84. 3843154 f2fs: introduce large directory support by Jaegeuk Kim · 10 years ago
  85. 5d0c6671 f2fs: remove costly bit operations for f2fs_find_entry by Jaegeuk Kim · 10 years ago
  86. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 10 years ago
  87. bd859c6 f2fs: fix to truncate dentry pages in the error case by Jaegeuk Kim · 10 years ago
  88. 924a2dd f2fs: fix the potential mismatch between dir's i_size and i_blocks by Jaegeuk Kim · 10 years ago
  89. e8dae60 f2fs: move a branch for code redability by Jaegeuk Kim · 11 years ago
  90. a18ff06 f2fs: call mark_inode_dirty to flush dirty pages by Jaegeuk Kim · 11 years ago
  91. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  92. a886537 f2fs: handle errors correctly during f2fs_reserve_block by Jaegeuk Kim · 11 years ago
  93. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  94. d96b1431 f2fs: check filename length in recover_dentry by Chao Yu · 11 years ago
  95. deead09 f2fs: avoid to set wrong pino of inode when rename dir by Chao Yu · 11 years ago
  96. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  97. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  98. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  99. 2ed2d5b f2fs: fix a deadlock during init_acl procedure by Jaegeuk Kim · 11 years ago
  100. cbd56e7 f2fs: fix handling orphan inodes by Jaegeuk Kim · 11 years ago