1. 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
  2. 59bbd47 f2fs: cover free_nid management with spin_lock by Jaegeuk Kim · 11 years ago
  3. 23d3884 f2fs: optimize scan_nat_page() by Haicheng Li · 11 years ago
  4. 8760952 f2fs: code cleanup for scan_nat_page() and build_free_nids() by Haicheng Li · 11 years ago
  5. 95630cb f2fs: bugfix for alloc_nid_failed() by Haicheng Li · 11 years ago
  6. 047184b f2fs: recover when journal contains deleted files by Chris Fries · 11 years ago
  7. bde582b f2fs: continue to mount after failing recovery by Chris Fries · 11 years ago
  8. 531ad7d f2fs: avoid deadlock during evict after f2fs_gc by Jaegeuk Kim · 11 years ago
  9. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  10. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  11. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  12. ac5d156 f2fs: modify the number of issued pages to merge IOs by Jaegeuk Kim · 11 years ago
  13. b743ba7 f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as debug entry. by Haicheng Li · 11 years ago
  14. 6cac375 f2fs: fix inconsistent using of NM_WOUT_THRESHOLD by Haicheng Li · 11 years ago
  15. afcb7ca0 f2fs: check truncation of mapping after lock_page by Jaegeuk Kim · 11 years ago
  16. 55008d8 f2fs: enhance alloc_nid and build_free_nids flows by Jaegeuk Kim · 11 years ago
  17. d70b4f5 f2fs: add a tracepoint on f2fs_new_inode by Jaegeuk Kim · 11 years ago
  18. 9198ace f2fs: check nid == 0 in add_free_nid by Jaegeuk Kim · 11 years ago
  19. 8680441 f2fs: add REQ_META about metadata requests for submit by Namjae Jeon · 11 years ago
  20. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  21. 6cb968d f2fs: avoid frequent background GC by Jaegeuk Kim · 11 years ago
  22. 2af4bd6 f2fs: add tracepoints to debug checkpoint request by Namjae Jeon · 11 years ago
  23. 6ec178d f2fs: add tracepoints for write page operations by Namjae Jeon · 11 years ago
  24. c01e285 f2fs: add tracepoints to debug the block allocation by Namjae Jeon · 11 years ago
  25. 8e46b3e f2fs: add tracepoints for GC threads by Namjae Jeon · 11 years ago
  26. 848753a f2fs: add tracepoint for tracing the page i/o by Namjae Jeon · 11 years ago
  27. 51dd624 f2fs: add tracepoints for truncate operation by Namjae Jeon · 11 years ago
  28. a2a4a7e f2fs: add tracepoints for sync & inode operations by Namjae Jeon · 11 years ago
  29. e66509f0 f2fs: make is_multimedia_file code align with its name by Namjae Jeon · 11 years ago
  30. 66348b7 f2fs: fix error return code in f2fs_fill_super() by Wei Yongjun · 11 years ago
  31. 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 11 years ago
  32. bdaec33 f2fs: use mnt_want_write_file() in ioctl by Al Viro · 11 years ago
  33. 6224da8 f2fs: fix typo mistakes by Namjae Jeon · 11 years ago
  34. d64f804 f2fs: write checkpoint before starting FG_GC by Jaegeuk Kim · 11 years ago
  35. 3315101 f2fs: fix the logic of IS_DNODE() by Zhihui Zhang · 11 years ago
  36. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  37. 1127a3d f2fs: move f2fs_balance_fs from truncate to punch_hole by Jason Hrycay · 11 years ago
  38. 49952fa f2fs: reduce redundant spin_lock operations by Jaegeuk Kim · 11 years ago
  39. cfb185a f2fs: add NULL pointer check by P J P · 11 years ago
  40. b2f2c39 f2fs: fix the bitmap consistency of dirty segments by Jaegeuk Kim · 11 years ago
  41. b747375 f2fs: avoid race for summary information by Jaegeuk Kim · 11 years ago
  42. 6037468 f2fs: allocate remained free segments in the LFS mode by Jaegeuk Kim · 11 years ago
  43. 4ebefc4 f2fs: check completion of foreground GC by Jaegeuk Kim · 11 years ago
  44. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 11 years ago
  45. 33afa7f f2fs: allocate new segment aligned with sections by Jaegeuk Kim · 11 years ago
  46. 56ae674 f2fs: remove redundant lock_page calls by Jaegeuk Kim · 11 years ago
  47. 53cf952 f2fs: introduce TOTAL_SECS macro by Jaegeuk Kim · 11 years ago
  48. 5c773ba f2fs: do not use duplicate names in a macro by Jaegeuk Kim · 11 years ago
  49. 79b5793 f2fs: use kmemdup by Alexandru Gheorghiu · 11 years ago
  50. 953a3e2 f2fs: fix to give correct parent inode number for roll forward by Jaegeuk Kim · 11 years ago
  51. fa37241 f2fs: remain nat cache entries for further free nid allocation by Jaegeuk Kim · 11 years ago
  52. 0ff153a f2fs: do not skip writing file meta during fsync by Jaegeuk Kim · 11 years ago
  53. 6ead114 f2fs: fix the recovery flow to handle errors correctly by Jaegeuk Kim · 11 years ago
  54. 111d249 f2fs: fix typo in comments by Masanari Iida · 11 years ago
  55. 064e082 f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode by Namjae Jeon · 11 years ago
  56. c0d39e6 f2fs: fix return values from validate superblock by Namjae Jeon · 11 years ago
  57. 7c90977 f2fs: reorganize f2fs_setxattr by Namjae Jeon · 11 years ago
  58. d3ee456 f2fs: notify when discard is not supported by Namjae Jeon · 11 years ago
  59. ae51fb3 f2fs: fix to call WRITE_FLUSH at the end of fsync by Jaegeuk Kim · 11 years ago
  60. 04431c4 f2fs: fix not to allocate max_nid by Jaegeuk Kim · 11 years ago
  61. c3850aa f2fs: fix return value of releasepage for node and data by Jaegeuk Kim · 11 years ago
  62. 48cb76c f2fs: scan next nat page to reuse free nids in there by Jaegeuk Kim · 11 years ago
  63. 08d8058 f2fs: should check the node page was truncated first by Jaegeuk Kim · 11 years ago
  64. 393ff91 f2fs: reduce unncessary locking pages during read by Jaegeuk Kim · 11 years ago
  65. 434720f f2fs: Fix typo in comments by Masanari Iida · 11 years ago
  66. 25c0a6e f2fs: avoid extra ++ while returning from get_node_path by Namjae Jeon · 11 years ago
  67. 5a20d33 f2fs: align f2fs maximum name length to linux based filesystem by Jaegeuk Kim · 11 years ago
  68. 3aa770a f2fs: optimize and change return path in lookup_free_nid_list by Namjae Jeon · 11 years ago
  69. e0f56cb f2fs: optimize get node page readahead part by Namjae Jeon · 11 years ago
  70. 52c2db3 f2fs: check the level before calling get_nid function by Changman Lee · 11 years ago
  71. 266e97a f2fs: introduce readahead mode of node pages by Jaegeuk Kim · 11 years ago
  72. 66d36a2 f2fs: read with READ_SYNC when getting dnode page by Jaegeuk Kim · 11 years ago
  73. 12faafe f2fs: fix to unlock node page when it was truncated by Jaegeuk Kim · 11 years ago
  74. 12fc760 f2fs: fix overflow when calculating utilization on 32-bit by Changman Lee · 11 years ago
  75. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  76. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  77. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  78. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  79. 7dd690c f2fs: avoid build warning by Jaegeuk Kim · 11 years ago
  80. 90b2fc6 Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into dev by Jaegeuk Kim · 11 years ago
  81. e975082 f2fs: add compat_ioctl to provide backward compatability by Namjae Jeon · 11 years ago
  82. b7250d2 f2fs: fix calculation of max. gc cost in the SSR case by Jaegeuk Kim · 11 years ago
  83. 4372752 f2fs: clarify and enhance the f2fs_gc flow by Jaegeuk Kim · 11 years ago
  84. b1f1daf f2fs: optimize the return condition for has_not_enough_free_secs by Namjae Jeon · 11 years ago
  85. 5ac206c f2fs: make an accessor to get sections for particular block type by Namjae Jeon · 11 years ago
  86. 2571842 f2fs: mark gc_thread as NULL when thread creation is failed by Namjae Jeon · 11 years ago
  87. ec7b1f2 f2fs: name gc task as per the block device by Namjae Jeon · 11 years ago
  88. 48600e4 f2fs: remove unnecessary gc option check and balance_fs by Changman Lee · 11 years ago
  89. 94787d9 f2fs: remove repeated F2FS_SET_SB_DIRT call by Changman Lee · 11 years ago
  90. 14d7e9d f2fs: when check superblock failed, try to check another superblock by majianpeng · 11 years ago
  91. 5c9b469 f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_size by majianpeng · 11 years ago
  92. f83759e f2fs: add device name in debugfs by majianpeng · 11 years ago
  93. facb020 f2fs: stop repeated checking if cp is needed by Changman Lee · 11 years ago
  94. d4686d56 f2fs: avoid balanc_fs during evict_inode by Jaegeuk Kim · 11 years ago
  95. 369a708 f2fs: remove the use of page_cache_release by Jaegeuk Kim · 11 years ago
  96. 324ddc7 f2fs: fix typo mistake for data_version description by Namjae Jeon · 11 years ago
  97. a2b52a5 f2fs: reorganize code for ra_node_page by Namjae Jeon · 11 years ago
  98. 3786dfd f2fs: avoid redundant call to has_not_enough_free_secs in f2fs_gc by Namjae Jeon · 11 years ago
  99. d6212a5 f2fs: add un/freeze_fs into super_operations by Changman Lee · 11 years ago
  100. a2617dc f2fs: clean up the add_orphan_inode func by majianpeng · 11 years ago