1. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. 9ab7013 f2fs: support f2fs_fiemap by Jaegeuk Kim · 10 years ago
  3. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  4. c20e89c f2fs: add a tracepoint for f2fs_read_data_page by Chao Yu · 10 years ago
  5. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 10 years ago
  6. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 10 years ago
  7. dfb2bf3 f2fs: add a tracepoint for f2fs_write_end by Chao Yu · 10 years ago
  8. 62aed04 f2fs: add a tracepoint for f2fs_write_begin by Chao Yu · 10 years ago
  9. d5f6699 f2fs: decrease the lock granularity during write_begin by Jaegeuk Kim · 10 years ago
  10. 9ac1349 f2fs: avoid grab_cache_page_write_begin for data pages by Jaegeuk Kim · 10 years ago
  11. 6403eb1 f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 10 years ago
  12. 2aea39e f2fs: submit bio at the reclaim path by Jaegeuk Kim · 10 years ago
  13. 454ae7e f2fs: handle inline data independently in f2fs_bmap by Chao Yu · 10 years ago
  14. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 10 years ago
  15. 76f6026 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 10 years ago
  16. 5b46f25 f2fs: switch to iov_iter_alignment() by Al Viro · 11 years ago
  17. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  18. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  19. d54c795 f2fs: fix error path when fail to read inline data by Chao Yu · 10 years ago
  20. df0f8dc f2fs: avoid unnecessary bio submit when wait page writeback by Chao Yu · 10 years ago
  21. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 11 years ago
  22. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 11 years ago
  23. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 11 years ago
  24. 9cf3c38 f2fs: fix dirty page accounting when redirty by Chao Yu · 11 years ago
  25. 8618b88 f2fs: fix not to write data pages on the page reclaiming path by Jaegeuk Kim · 11 years ago
  26. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 11 years ago
  27. 1b1f559 f2fs: remove the ugly pointer conversion by Jaegeuk Kim · 11 years ago
  28. 744602c f2fs: update_inode_page should be done all the time by Jaegeuk Kim · 11 years ago
  29. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  30. a18ff06 f2fs: call mark_inode_dirty to flush dirty pages by Jaegeuk Kim · 11 years ago
  31. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  32. c434cbc f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH) by Changman Lee · 11 years ago
  33. c33ec32 f2fs: avoid f2fs_balance_fs call during pageout by Jaegeuk Kim · 11 years ago
  34. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  35. a886537 f2fs: handle errors correctly during f2fs_reserve_block by Jaegeuk Kim · 11 years ago
  36. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago
  37. 26f466f f2fs: call f2fs_put_page at the error case by Jaegeuk Kim · 11 years ago
  38. 9ffe0fb f2fs: handle inline data operations by Huajun Li · 11 years ago
  39. 944fcfc f2fs: check the blocksize before calling generic_direct_IO path by Jaegeuk Kim · 11 years ago
  40. 1ec7908 f2fs: should put the dnode when NEW_ADDR is detected by Jaegeuk Kim · 11 years ago
  41. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  42. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  43. 940a6d3 f2fs: move all the bio initialization into __bio_alloc by Gu Zheng · 11 years ago
  44. bfad7c2 f2fs: introduce a new direct_IO write path by Jaegeuk Kim · 11 years ago
  45. 76130cc f2fs: fix the location of tracepoint by Jaegeuk Kim · 11 years ago
  46. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  47. 63a0b7cb f2fs: merge pages with the same sync_mode flag by Fan Li · 11 years ago
  48. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  49. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  50. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  51. 1069bbf f2fs: check return value of f2fs_readpage in find_data_page by Chao Yu · 11 years ago
  52. f9a4e6d f2fs: bug fix on bit overflow from 32bits to 64bits by Jaegeuk Kim · 11 years ago
  53. b600965 f2fs: add a new function: f2fs_reserve_block() by Huajun Li · 11 years ago
  54. d4d288b f2fs: adds a tracepoint for f2fs_submit_read_bio by Chao Yu · 11 years ago
  55. 87b8872 f2fs: adds a tracepoint for submit_read_page by Chao Yu · 11 years ago
  56. 924b720 f2fs: add a new function to support for merging contiguous read by Chao Yu · 11 years ago
  57. c11abd1 f2fs: disable the extent cache ops on high fragmented files by Jaegeuk Kim · 11 years ago
  58. 971767c f2fs: use sbi->write_mutex for write bios by Jaegeuk Kim · 11 years ago
  59. 75c3c8b f2fs: use f2fs_put_page to release page for uniform style by Chao Yu · 11 years ago
  60. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  61. 2c30c71 block: Convert various code to bio_for_each_segment() by Kent Overstreet · 11 years ago
  62. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  63. 26c6b88 f2fs: add tracepoint for set_page_dirty by Jaegeuk Kim · 11 years ago
  64. dcdfff6 f2fs: clean up several status-related operations by Jaegeuk Kim · 11 years ago
  65. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  66. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  67. d59ff4d f2fs: fix wrong BUG_ON condition by Jaegeuk Kim · 11 years ago
  68. 41dfde1 f2fs: clean up the needless end 'return' of void function by Gu Zheng · 11 years ago
  69. a569469 f2fs: fix a deadlock in fsync by Jin Xu · 11 years ago
  70. df273ef f2fs: remove redundant code from f2fs_write_begin by Namjae Jeon · 11 years ago
  71. f0c5e56 f2fs: remove an unneeded kfree(NULL) by Dan Carpenter · 11 years ago
  72. d8207f6 f2fs: move bio_private allocation out of f2fs_bio_alloc() by Gu Zheng · 11 years ago
  73. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  74. 3f490f7 Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  75. a1dd3c1 f2fs: fix to recover i_size from roll-forward by Jaegeuk Kim · 11 years ago
  76. b25958b f2fs: optimize do_write_data_page() by Haicheng Li · 11 years ago
  77. 699489b f2fs: sync dir->i_size with its block allocation by Jaegeuk Kim · 11 years ago
  78. 35b09d8 f2fs: push some variables to debug part by Namjae Jeon · 11 years ago
  79. 6f85b35 f2fs: avoid RECLAIM_FS-ON-W: deadlock by Jaegeuk Kim · 11 years ago
  80. 44a83ff f2fs: update inode page after creation by Jaegeuk Kim · 11 years ago
  81. 64aa7ed f2fs: change get_new_data_page to pass a locked node page by Jaegeuk Kim · 11 years ago
  82. 650495d f2fs: fix the inconsistent state of data pages by Jaegeuk Kim · 11 years ago
  83. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  84. 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
  85. 531ad7d f2fs: avoid deadlock during evict after f2fs_gc by Jaegeuk Kim · 11 years ago
  86. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  87. afcb7ca0 f2fs: check truncation of mapping after lock_page by Jaegeuk Kim · 11 years ago
  88. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  89. c01e285 f2fs: add tracepoints to debug the block allocation by Namjae Jeon · 11 years ago
  90. 848753a f2fs: add tracepoint for tracing the page i/o by Namjae Jeon · 11 years ago
  91. 6224da8 f2fs: fix typo mistakes by Namjae Jeon · 11 years ago
  92. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  93. cfb185a f2fs: add NULL pointer check by P J P · 11 years ago
  94. 0ff153a f2fs: do not skip writing file meta during fsync by Jaegeuk Kim · 12 years ago
  95. c3850aa f2fs: fix return value of releasepage for node and data by Jaegeuk Kim · 12 years ago
  96. 393ff91 f2fs: reduce unncessary locking pages during read by Jaegeuk Kim · 12 years ago
  97. 266e97a f2fs: introduce readahead mode of node pages by Jaegeuk Kim · 12 years ago
  98. c01e54b f2fs: support swapfile by Jaegeuk Kim · 12 years ago
  99. fa9150a f2fs: remove the blk_plug usage in f2fs_write_data_pages by Namjae Jeon · 12 years ago
  100. 690e4a3 f2fs: add missing #include <linux/prefetch.h> by Geert Uytterhoeven · 12 years ago