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