1. 26bf3dc f2fs crypto: use per-inode tfm structure by Jaegeuk Kim · 9 years ago
  2. 08b9512 f2fs: add compat_ioctl to provide backward compatability by hujianyang · 9 years ago
  3. e7d5545 f2fs crypto: add filename encryption for roll-forward recovery by Jaegeuk Kim · 9 years ago
  4. 6e22c69 f2fs crypto: add filename encryption for f2fs_lookup by Jaegeuk Kim · 9 years ago
  5. d8c6822 f2fs crypto: add filename encryption for f2fs_readdir by Jaegeuk Kim · 9 years ago
  6. 9ea9716 f2fs crypto: add filename encryption for f2fs_add_link by Jaegeuk Kim · 9 years ago
  7. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  8. 43f3eae f2fs: split find_data_page according to specific purposes by Jaegeuk Kim · 9 years ago
  9. cb58463 f2fs: assign parent's i_mode for empty dir by Jaegeuk Kim · 9 years ago
  10. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 9 years ago
  11. bda1907 f2fs: fix to calculate max length of contiguous free slots correctly by Chao Yu · 9 years ago
  12. d9f46bb f2fs: remove unnecessary condition judgment by Yuan Zhong · 9 years ago
  13. b1f73b7 f2fs: set the correct place of initializing *res_page by Yuan Zhong · 9 years ago
  14. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 9 years ago
  15. 3b4d732 f2fs: introduce f2fs_update_dentry to clean up duplicated codes by Chao Yu · 9 years ago
  16. 5df1f1d f2fs: use missing the use of f2fs_kunmap_page by Jaegeuk Kim · 10 years ago
  17. 9486ba442 f2fs: introduce f2fs_dentry_kunmap to clean up by Jaegeuk Kim · 10 years ago
  18. 1f7732f f2fs: remove pointless bit testing in f2fs_delete_entry() by Jan Kara · 10 years ago
  19. 062a3e7 f2fs: reuse make_empty_dir code for inline_dentry by Jaegeuk Kim · 10 years ago
  20. 7b3cd7d f2fs: introduce f2fs_dentry_ptr structure for code clean-up by Jaegeuk Kim · 10 years ago
  21. 38594de f2fs: reuse core function in f2fs_readdir for inline_dentry by Jaegeuk Kim · 10 years ago
  22. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  23. 59a0615 f2fs: fix to wait correct block type by Jaegeuk Kim · 10 years ago
  24. 4e6ebf6 f2fs: reuse find_in_block code for find_in_inline_dir by Jaegeuk Kim · 10 years ago
  25. a82afa2 f2fs: reuse room_for_filename for inline dentry operation by Jaegeuk Kim · 10 years ago
  26. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  27. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  28. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  29. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  30. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  31. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  32. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  33. 81e366f f2fs: check name_len of dir entry to prevent from deadloop by Chao Yu · 10 years ago
  34. eee6160 f2fs: arguments cleanup of finding file flow functions by Gu Zheng · 10 years ago
  35. 1c3bb97 f2fs: remove the needless point-cast by Gu Zheng · 10 years ago
  36. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  37. b97a9b5 f2fs: introduce f2fs_do_tmpfile for code consistency by Jaegeuk Kim · 10 years ago
  38. 50732df f2fs: support ->tmpfile() by Chao Yu · 10 years ago
  39. 90d7245 f2fs: fix error path in init_inode_metadata by Chao Yu · 10 years ago
  40. bfec07d f2fs: avoid overflow when large directory feathure is enabled by Chao Yu · 10 years ago
  41. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  42. 817202d9 f2fs: readahead multi pages of directory for performance by Chao Yu · 10 years ago
  43. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 10 years ago
  44. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 10 years ago
  45. 20f7075 f2fs: fix wrong kernel coding style by Jaegeuk Kim · 10 years ago
  46. 3843154 f2fs: introduce large directory support by Jaegeuk Kim · 10 years ago
  47. 5d0c6671 f2fs: remove costly bit operations for f2fs_find_entry by Jaegeuk Kim · 10 years ago
  48. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 10 years ago
  49. bd859c6 f2fs: fix to truncate dentry pages in the error case by Jaegeuk Kim · 11 years ago
  50. 924a2dd f2fs: fix the potential mismatch between dir's i_size and i_blocks by Jaegeuk Kim · 11 years ago
  51. e8dae60 f2fs: move a branch for code redability by Jaegeuk Kim · 11 years ago
  52. a18ff06 f2fs: call mark_inode_dirty to flush dirty pages by Jaegeuk Kim · 11 years ago
  53. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  54. a886537 f2fs: handle errors correctly during f2fs_reserve_block by Jaegeuk Kim · 11 years ago
  55. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  56. d96b1431 f2fs: check filename length in recover_dentry by Chao Yu · 11 years ago
  57. deead09 f2fs: avoid to set wrong pino of inode when rename dir by Chao Yu · 11 years ago
  58. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  59. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  60. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  61. 2ed2d5b f2fs: fix a deadlock during init_acl procedure by Jaegeuk Kim · 11 years ago
  62. cbd56e7 f2fs: fix handling orphan inodes by Jaegeuk Kim · 11 years ago
  63. 1cd14ca f2fs: update file name in the inode block during f2fs_rename by Jaegeuk Kim · 11 years ago
  64. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  65. 99b072bb f2fs: fix readdir incorrectness by Jaegeuk Kim · 11 years ago
  66. 3f490f7 Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  67. 6f7f231 [readdir] convert f2fs by Al Viro · 11 years ago
  68. 354a339 f2fs: recover wrong pino after checkpoint during fsync by Jaegeuk Kim · 11 years ago
  69. 699489b f2fs: sync dir->i_size with its block allocation by Jaegeuk Kim · 11 years ago
  70. 8ae8f16 f2fs: support xattr security labels by Jaegeuk Kim · 11 years ago
  71. 83d5d6f f2fs: cover cp_file information with ilock by Jaegeuk Kim · 11 years ago
  72. 4777f86 f2fs: remove unneeded initializations in f2fs_parent_dir by Namjae Jeon · 11 years ago
  73. 44a83ff f2fs: update inode page after creation by Jaegeuk Kim · 11 years ago
  74. 64aa7ed f2fs: change get_new_data_page to pass a locked node page by Jaegeuk Kim · 11 years ago
  75. 942d33d Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  76. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  77. 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 11 years ago
  78. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  79. 5a20d33 f2fs: align f2fs maximum name length to linux based filesystem by Jaegeuk Kim · 11 years ago
  80. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  81. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  82. 90b2fc6 Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into dev by Jaegeuk Kim · 11 years ago
  83. b7f7a5e f2fs: get rid of fake on-stack dentries by Al Viro · 12 years ago
  84. 69f24ea f2fs: switch init_inode_metadata() to passing parent and name separately by Al Viro · 12 years ago
  85. c004363 f2fs: switch new_inode_page() from dentry to qstr by Al Viro · 12 years ago
  86. 53dc9a6 f2fs: init_dent_inode() should take qstr by Al Viro · 12 years ago
  87. 1637998 f2fs: avoid redundant time update for parent directory in f2fs_delete_entry by Namjae Jeon · 12 years ago
  88. 9836b8b f2fs: unify string length declarations and usage by Leon Romanovsky · 12 years ago
  89. 398b1ac f2fs: fix handling errors got by f2fs_write_inode by Jaegeuk Kim · 12 years ago
  90. 38e0abd f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode number by Namjae Jeon · 12 years ago
  91. 6666e6a f2fs: fix tracking parent inode number by Jaegeuk Kim · 12 years ago
  92. 457d08e f2fs: introduce accessor to retrieve number of dentry slots by Namjae Jeon · 12 years ago
  93. 508198b f2fs: remove redundant call to f2fs_put_page in delete entry by Namjae Jeon · 12 years ago
  94. 705f814 f2fs: remove unused variable by Wei Yongjun · 12 years ago
  95. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  96. 25ca923 f2fs: fix endian conversion bugs reported by sparse by Jaegeuk Kim · 12 years ago
  97. 6b4ea01 f2fs: add core directory operations by Jaegeuk Kim · 12 years ago