1. 696c018 f2fs: add remount_fs callback support by Namjae Jeon · 11 years ago
  2. b378387 f2fs: avoid freqeunt write_inode calls by Jaegeuk Kim · 11 years ago
  3. 5fb0837 f2fs: set sb->s_fs_info before calling parse_options() by Gu Zheng · 11 years ago
  4. 77888c1 f2fs: add f2fs_readonly() by Jaegeuk Kim · 11 years ago
  5. 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
  6. bde582b f2fs: continue to mount after failing recovery by Chris Fries · 11 years ago
  7. 531ad7d f2fs: avoid deadlock during evict after f2fs_gc by Jaegeuk Kim · 11 years ago
  8. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  9. b743ba7 f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as debug entry. by Haicheng Li · 11 years ago
  10. a2a4a7e f2fs: add tracepoints for sync & inode operations by Namjae Jeon · 11 years ago
  11. 66348b7 f2fs: fix error return code in f2fs_fill_super() by Wei Yongjun · 11 years ago
  12. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  13. b747375 f2fs: avoid race for summary information by Jaegeuk Kim · 12 years ago
  14. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 12 years ago
  15. 6ead114 f2fs: fix the recovery flow to handle errors correctly by Jaegeuk Kim · 12 years ago
  16. 111d249 f2fs: fix typo in comments by Masanari Iida · 12 years ago
  17. c0d39e6 f2fs: fix return values from validate superblock by Namjae Jeon · 12 years ago
  18. d3ee456 f2fs: notify when discard is not supported by Namjae Jeon · 12 years ago
  19. 434720f f2fs: Fix typo in comments by Masanari Iida · 12 years ago
  20. 5a20d33 f2fs: align f2fs maximum name length to linux based filesystem by Jaegeuk Kim · 12 years ago
  21. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  22. 4372752 f2fs: clarify and enhance the f2fs_gc flow by Jaegeuk Kim · 12 years ago
  23. 14d7e9d f2fs: when check superblock failed, try to check another superblock by majianpeng · 12 years ago
  24. 5c9b469 f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_size by majianpeng · 12 years ago
  25. d6212a5 f2fs: add un/freeze_fs into super_operations by Changman Lee · 12 years ago
  26. aa43507 f2fs: fix disable_ext_identify option spelling by Alejandro Martinez Ruiz · 12 years ago
  27. 577e349 f2fs: prevent checkpoint once any IO failure is detected by Jaegeuk Kim · 12 years ago
  28. 6e6093a f2fs: add __init to functions in init_f2fs_fs by Namjae Jeon · 12 years ago
  29. 4589d25 f2fs: fix the debugfs entry creation path by Namjae Jeon · 12 years ago
  30. ff9234a f2fs: remove redundant call to set_blocksize in f2fs_fill_super by Namjae Jeon · 12 years ago
  31. 7d82db8 f2fs: add f2fs_balance_fs in several interfaces by Jaegeuk Kim · 12 years ago
  32. a07ef78 f2fs: introduce f2fs_msg to ease adding information prints by Namjae Jeon · 12 years ago
  33. 64c576f f2fs: remove unneeded variable from f2fs_sync_fs by Namjae Jeon · 12 years ago
  34. 12a6714 f2fs: return a default value for non-void function by Jaegeuk Kim · 12 years ago
  35. 30f0c75 f2fs: should recover orphan and fsync data by Jaegeuk Kim · 12 years ago
  36. 1362b5e f2fs: fix wrong calculation on f_files in statfs by Jaegeuk Kim · 12 years ago
  37. 154a086 f2fs: remove unneeded memset from init_once by Namjae Jeon · 12 years ago
  38. 72ce609 f2fs: show error in case of invalid mount arguments by Namjae Jeon · 12 years ago
  39. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  40. 25ca923 f2fs: fix endian conversion bugs reported by sparse by Jaegeuk Kim · 12 years ago
  41. aff063e f2fs: add super block operations by Jaegeuk Kim · 12 years ago