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