1. 133f0c4 f2fs: no need inc dirty pages under inode lock by Yunlei He · 8 years ago
  2. 40ab1c5 f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents by Chao Yu · 8 years ago
  3. 2ea8933 f2fs: fix i_current_depth during inline dentry conversion by Chao Yu · 8 years ago
  4. 629ff2f f2fs: correct return value type of f2fs_fill_super by Sheng Yong · 8 years ago
  5. d206c40 f2fs: fix deadlock when flush inline data by Chao Yu · 8 years ago
  6. 3492dd0 f2fs: avoid f2fs_bug_on during recovery by Jaegeuk Kim · 8 years ago
  7. b9a3351 f2fs: show # of orphan inodes by Jaegeuk Kim · 8 years ago
  8. 059ec13 f2fs: support in batch fzero in dnode page by Chao Yu · 8 years ago
  9. 747fff1 f2fs: support in batch multi blocks preallocation by Chao Yu · 8 years ago
  10. 049c61d f2fs: make atomic/volatile operation exclusive by Chao Yu · 8 years ago
  11. f32b2f7 f2fs: use mnt_{want,drop}_write_file in ioctl by Chao Yu · 8 years ago
  12. 83aa44b f2fs: do not preallocate block unaligned to 4KB by Jaegeuk Kim · 8 years ago
  13. 91237b7 f2fs: read node blocks ahead when truncating blocks by Jaegeuk Kim · 8 years ago
  14. a6c63ba f2fs: fallocate data blocks in single locked node page by Jaegeuk Kim · 8 years ago
  15. 925d653 f2fs: fix inode cache leak by Chao Yu · 8 years ago
  16. c896b93 fscrypto/f2fs: allow fs-specific key prefix for fs encryption by Jaegeuk Kim · 8 years ago
  17. 8063cc7 f2fs: avoid panic when truncating to max filesize by Chao Yu · 8 years ago
  18. fb117b5 f2fs: fix incorrect mapping in ->bmap by Chao Yu · 8 years ago
  19. 9e17c5a f2fs: remove an obsolete variable by Jaegeuk Kim · 8 years ago
  20. a55c91f f2fs: don't worry about inode leak in evict_inode by Jaegeuk Kim · 8 years ago
  21. 4d299d6 f2fs: shrink size of struct seg_entry by Chao Yu · 8 years ago
  22. dad0105 f2fs: reuse get_extent_info by Chao Yu · 8 years ago
  23. b4fee4c f2fs: remove unneeded memset when updating xattr by Chao Yu · 8 years ago
  24. 943050d f2fs: remove unneeded readahead in find_fsync_dnodes by Chao Yu · 8 years ago
  25. d0824c0 f2fs: retry to truncate blocks in -ENOMEM case by Jaegeuk Kim · 8 years ago
  26. 75c407b f2fs: fix leak of orphan inode objects by Jaegeuk Kim · 8 years ago
  27. 170d3ac f2fs: revisit error handling flows by Jaegeuk Kim · 8 years ago
  28. 98ffffd f2fs: inject ENOSPC failures by Jaegeuk Kim · 8 years ago
  29. e3fff18 f2fs: inject page allocation failures by Jaegeuk Kim · 8 years ago
  30. 9e36f7d f2fs: inject kmalloc failure by Jaegeuk Kim · 8 years ago
  31. b975ded f2fs: add mount option to select fault injection ratio by Jaegeuk Kim · 8 years ago
  32. 5b305dc f2fs: use f2fs_grab_cache_page instead of grab_cache_page by Jaegeuk Kim · 8 years ago
  33. c120951 f2fs: introduce f2fs_kmalloc to wrap kmalloc by Jaegeuk Kim · 8 years ago
  34. 584635b f2fs: add proc entry to show valid block bitmap by Jaegeuk Kim · 8 years ago
  35. bdc26ac f2fs: introduce macros for proc entries by Jaegeuk Kim · 8 years ago
  36. b3bcbb2 f2fs: factor out fsync inode entry operations by Chao Yu · 8 years ago
  37. a32924f f2fs: fix to clear page private flag by Chao Yu · 8 years ago
  38. 8f7e71f f2fs: fix to clear private data in page by Chao Yu · 8 years ago
  39. 9925fa6 f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir by Yunlong Song · 8 years ago
  40. 9548ad2 f2fs: move node pages only in victim section during GC by Chao Yu · 8 years ago
  41. 66ad500 f2fs: be aware of invalid filename length by Chao Yu · 8 years ago
  42. 4fabf81 f2fs: issue cache flush on direct IO by Jaegeuk Kim · 8 years ago
  43. a6b9f22 f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 8 years ago
  44. 17b8891 f2fs: report unwritten status in fsync_node_pages by Jaegeuk Kim · 8 years ago
  45. ac6e011 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 8 years ago
  46. 01d4b3e f2fs: avoid writing 0'th page in volatile writes by Jaegeuk Kim · 8 years ago
  47. 73e195d f2fs: avoid needless lock for node pages when fsyncing a file by Jaegeuk Kim · 8 years ago
  48. a9a7277 f2fs: flush dirty pages before starting atomic writes by Jaegeuk Kim · 8 years ago
  49. 32f1c18 f2fs: don't invalidate atomic page if successful by Jaegeuk Kim · 8 years ago
  50. d910a5f f2fs: give -E2BIG for no space in xattr by Jaegeuk Kim · 8 years ago
  51. c7167a9 f2fs: remove redundant condition check by Jaegeuk Kim · 8 years ago
  52. 7f8ac3f f2fs: unset atomic/volatile flag in f2fs_release_file by Jaegeuk Kim · 8 years ago
  53. 5728946 f2fs: fix dropping inmemory pages in a wrong time by Jaegeuk Kim · 8 years ago
  54. ebfefd2 f2fs: add BUG_ON to avoid unnecessary flow by Jaegeuk Kim · 8 years ago
  55. 58cf380 f2fs: fix to convert inline directory correctly by Chao Yu · 8 years ago
  56. e8cdd3b f2fs: show current mount status by Jaegeuk Kim · 8 years ago
  57. 5ce360a f2fs: treat as a normal umount when remounting ro by Jaegeuk Kim · 8 years ago
  58. ed22993 f2fs: give -EINVAL for norecovery and rw mount by Jaegeuk Kim · 8 years ago
  59. 8fbda3d f2fs: recover superblock at RW remounts by Jaegeuk Kim · 8 years ago
  60. 2ae4123 f2fs: give RO message when recovering superblock by Jaegeuk Kim · 8 years ago
  61. 528b05d Revert "f2fs: use cryptoapi crc32 functions" by Jaegeuk Kim · 8 years ago
  62. 33294c3 ext4/fscrypto: avoid RCU lookup in d_revalidate by Jaegeuk Kim · 8 years ago
  63. ed6b3c8 fscrypto: don't let data integrity writebacks fail with ENOMEM by Jaegeuk Kim · 8 years ago
  64. ebd7770 f2fs: use dget_parent and file_dentry in f2fs_file_open by Jaegeuk Kim · 8 years ago
  65. f761fc7 fscrypto: use dget_parent() in fscrypt_d_revalidate() by Jaegeuk Kim · 8 years ago
  66. 6f4d7ee f2fs: retrieve IO write stat from the right place by Shuoran Liu · 8 years ago
  67. a675caf f2fs crypto: fix corrupted symlink in encrypted case by Jaegeuk Kim · 8 years ago
  68. 58a2aa7 f2fs: cover large section in sanity check of super by Jaegeuk Kim · 8 years ago
  69. 690eb7b f2fs/crypto: fix xts_tweak initialization by Linus Torvalds · 8 years ago
  70. d005536 f2fs: submit node page write bios when really required by Jaegeuk Kim · 8 years ago
  71. f5c8295 f2fs: add missing argument to f2fs_setxattr stub by Arnd Bergmann · 8 years ago
  72. e92608f f2fs: fix to avoid unneeded unlock_new_inode by Chao Yu · 8 years ago
  73. 6f83372 f2fs: clean up opened code with f2fs_update_dentry by Chao Yu · 8 years ago
  74. a0cb599 f2fs: declare static functions by Jaegeuk Kim · 8 years ago
  75. 3d397d0 f2fs: use cryptoapi crc32 functions by Keith Mok · 8 years ago
  76. 6897b59 f2fs: modify the readahead method in ra_node_page() by Fan Li · 8 years ago
  77. 0cc23e0 f2fs crypto: sync ext4_lookup and ext4_file_open by Jaegeuk Kim · 8 years ago
  78. 3fa793b f2fs: define not-set fallocate flags by Jaegeuk Kim · 8 years ago
  79. 86e0d58 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  80. 30e9e3b f2fs: mutex can't be used by down_write_nest_lock() by Yang Shi · 8 years ago
  81. 85648cf f2fs: recovery missing dot dentries in root directory by Liu Xue · 8 years ago
  82. be3118b f2fs: fix to avoid deadlock when merging inline data by Chao Yu · 8 years ago
  83. f8fb0a8 f2fs: introduce f2fs_flush_merged_bios for cleanup by Chao Yu · 8 years ago
  84. 4f686ae f2fs: introduce f2fs_update_data_blkaddr for cleanup by Chao Yu · 8 years ago
  85. a34694c f2fs crypto: fix incorrect positioning for GCing encrypted data page by Chao Yu · 8 years ago
  86. fab3b54 f2fs: fix incorrect upper bound when iterating inode mapping tree by Chao Yu · 8 years ago
  87. 1d7dcc9 f2fs: avoid hungtask problem caused by losing wake_up by Yunlei He · 8 years ago
  88. a83a52c f2fs: trace old block address for CoWed page by Chao Yu · 8 years ago
  89. db8eb9d f2fs: try to flush inode after merging inline data by Chao Yu · 8 years ago
  90. 6d56c27 f2fs: show more info about superblock recovery by Chao Yu · 8 years ago
  91. 7fd83e1 f2fs: fix the wrong stat count of calling gc by Chao Yu · 8 years ago
  92. 5ea13f7 f2fs: remain last victim segment number ascending order by Jaegeuk Kim · 8 years ago
  93. c3a29b2 f2fs: reuse read_inline_data for f2fs_convert_inline_page by Shawn Lin · 8 years ago
  94. 12591b7 f2fs: fix to delete old dirent in converted inline directory in ->rename by Chao Yu · 8 years ago
  95. a34aca9 f2fs: detect error of update_dent_inode in ->rename by Chao Yu · 8 years ago
  96. 65999d6 f2fs: move sanity checking of cp into get_valid_checkpoint by Shawn Lin · 8 years ago
  97. 0d3a76d f2fs: slightly reorganize read_raw_super_block by Shawn Lin · 8 years ago
  98. e80f233 f2fs: reorder nat cache lock in cache_nat_entry by Chao Yu · 8 years ago
  99. fac2b09 f2fs: split journal cache from curseg cache by Chao Yu · 8 years ago
  100. 8be7c50 f2fs: enhance IO path with block plug by Chao Yu · 8 years ago