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. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  3. 64b2d1f Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  4. 9ab7013 f2fs: support f2fs_fiemap by Jaegeuk Kim · 10 years ago
  5. 86928f9 f2fs: avoid not to call remove_dirty_inode by Jaegeuk Kim · 10 years ago
  6. 6fa1df5 f2fs: recover fallocated space by Jaegeuk Kim · 10 years ago
  7. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  8. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  9. 1dbe415 f2fs: large volume support by Changman Lee · 10 years ago
  10. bac4eef f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages by Chao Yu · 10 years ago
  11. bfec07d f2fs: avoid overflow when large directory feathure is enabled by Chao Yu · 10 years ago
  12. d631abd f2fs: fix recursive lock by f2fs_setxattr by Jaegeuk Kim · 10 years ago
  13. 70ff5df f2fs: use inode_init_owner() to simplify codes by Chao Yu · 10 years ago
  14. adf8d90 f2fs: avoid to use slab memory in f2fs_issue_flush for efficiency by Chao Yu · 10 years ago
  15. c20e89c f2fs: add a tracepoint for f2fs_read_data_page by Chao Yu · 10 years ago
  16. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 10 years ago
  17. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 10 years ago
  18. dfb2bf3 f2fs: add a tracepoint for f2fs_write_end by Chao Yu · 10 years ago
  19. 62aed04 f2fs: add a tracepoint for f2fs_write_begin by Chao Yu · 10 years ago
  20. 8b37624 f2fs: fix checkpatch warning by Zhang Zhen · 10 years ago
  21. 8198899 f2fs: deactivate inode page if the inode is evicted by Jaegeuk Kim · 10 years ago
  22. d5f6699 f2fs: decrease the lock granularity during write_begin by Jaegeuk Kim · 10 years ago
  23. bde4468 f2fs: no need to wait on page writebck to meta pages by Jaegeuk Kim · 10 years ago
  24. 9ac1349 f2fs: avoid grab_cache_page_write_begin for data pages by Jaegeuk Kim · 10 years ago
  25. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  26. 8aa6f1c f2fs: fix to truncate inline data in inode page when setattr by Chao Yu · 10 years ago
  27. 817202d9 f2fs: readahead multi pages of directory for performance by Chao Yu · 10 years ago
  28. 5c1f992 f2fs: set errno when f2fs_iget failed in recover_dentry by Chao Yu · 10 years ago
  29. 7f7670f f2fs: consider fallocated space for SEEK_DATA by Jaegeuk Kim · 10 years ago
  30. fe369bc f2fs: return i_size if the hole is outside of i_size by Jaegeuk Kim · 10 years ago
  31. 267378d f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseek by Chao Yu · 10 years ago
  32. 2163d19 f2fs: introduce help function {create,destroy}_flush_cmd_control by Gu Zheng · 10 years ago
  33. a688b9d9e f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields by Gu Zheng · 10 years ago
  34. 6403eb1 f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 10 years ago
  35. 2aea39e f2fs: submit bio at the reclaim path by Jaegeuk Kim · 10 years ago
  36. 916decb f2fs: return errors right after checking them by Jaegeuk Kim · 10 years ago
  37. c02745e f2fs: pass flags field to setxattr functions by Jaegeuk Kim · 10 years ago
  38. e112326 f2fs: clean up long variable names by Jaegeuk Kim · 10 years ago
  39. 454ae7e f2fs: handle inline data independently in f2fs_bmap by Chao Yu · 10 years ago
  40. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 10 years ago
  41. e8271fa f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks by Jaegeuk Kim · 10 years ago
  42. 7ee0eea f2fs: add available_nids to fix handling max_nid correctly by Jaegeuk Kim · 10 years ago
  43. b49ad51 f2fs: add static to get_max_meta_blks by Fabian Frederick · 10 years ago
  44. 94dac22 f2fs: introduce raw_nat_from_node_info() to simplfy codes by Chao Yu · 10 years ago
  45. 876dc59 f2fs: add the flush_merge handle in the remount flow by Gu Zheng · 10 years ago
  46. 8abfb36 f2fs: atomically set inode->i_flags in f2fs_set_inode_flags() by Zhang Zhen · 10 years ago
  47. b156d54 f2fs: make recover_inline_xattr() static by Jingoo Han · 10 years ago
  48. ed57c27 f2fs: remove costly dirty_dir_inode operations by Jaegeuk Kim · 10 years ago
  49. 15c6e3a f2fs: fix to unlock f2fs_lock at the omitted error case by Jaegeuk Kim · 10 years ago
  50. 76f6026 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 10 years ago
  51. 1e87a78 f2fs: avoid to conduct roll-forward due to the remained garbage blocks by Jaegeuk Kim · 10 years ago
  52. b270ad6 f2fs: enable flush_merge only in f2fs is not read-only by Gu Zheng · 10 years ago
  53. 197d464 f2fs: use __GFP_ZERO to avoid appending set-NULL by Gu Zheng · 10 years ago
  54. a4ed23f f2fs: put the bio when issue_flush completed by Gu Zheng · 10 years ago
  55. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  56. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  57. 5b46f25 f2fs: switch to iov_iter_alignment() by Al Viro · 10 years ago
  58. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  59. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  60. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  61. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  62. 3021112 Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  63. 48b230a f2fs: fix wrong statistics of inline data by Chao Yu · 10 years ago
  64. 3a8861e f2fs: check the acl's validity before setting by ZhangZhen · 10 years ago
  65. 6b4afdd f2fs: introduce f2fs_issue_flush to avoid redundant flush issue by Jaegeuk Kim · 10 years ago
  66. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  67. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  68. ce23447 f2fs: fix to cover io->bio with io_rwsem by Jaegeuk Kim · 10 years ago
  69. d54c795 f2fs: fix error path when fail to read inline data by Chao Yu · 10 years ago
  70. 2d7b822 f2fs: use list_for_each_entry{_safe} for simplyfying code by Chao Yu · 10 years ago
  71. cf0ee0f f2fs: avoid free slab cache under spinlock by Chao Yu · 10 years ago
  72. 6e452d6 f2fs: avoid unneeded lookup when xattr name length is too long by Chao Yu · 10 years ago
  73. df0f8dc f2fs: avoid unnecessary bio submit when wait page writeback by Chao Yu · 10 years ago
  74. 3bb5e2c f2fs: return -EIO when node id is not matched by Jaegeuk Kim · 10 years ago
  75. 808a1d7 f2fs: avoid RECLAIM_FS-ON-W warning by Jaegeuk Kim · 10 years ago
  76. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 10 years ago
  77. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 10 years ago
  78. 58c4103 f2fs: change reclaim rate in percentage by Jaegeuk Kim · 10 years ago
  79. a5f42010 f2fs: remove unnecessary threshold by Jaegeuk Kim · 10 years ago
  80. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 10 years ago
  81. 40bb005 f2fs: avoid to drop nat entries due to the negative nr_shrink by Jaegeuk Kim · 10 years ago
  82. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 10 years ago
  83. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 10 years ago
  84. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 10 years ago
  85. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 10 years ago
  86. f8b2c1f f2fs: introduce get_dirty_dents for readability by Jaegeuk Kim · 10 years ago
  87. 04c0938 f2fs: fix incorrect parsing with option string by Chao Yu · 10 years ago
  88. e4fc5fb f2fs: avoid to return incorrect errno of read_normal_summaries by Chao Yu · 10 years ago
  89. 4bc8e9b f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 10 years ago
  90. 90aa6dc f2fs: print type for each segment in segment_info's show by Chao Yu · 10 years ago
  91. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  92. 910bb12 f2fs: check upper bound of ino value in f2fs_nfs_get_inode by Chao Yu · 10 years ago
  93. 987c7c3 f2fs: introduce f2fs_has_inline_xattr for better readability by Chao Yu · 10 years ago
  94. 28cdce0 f2fs: recover inline xattr data in roll-forward process by Chao Yu · 10 years ago
  95. d653788 f2fs: optimize restore_node_summary slightly by Gu Zheng · 10 years ago
  96. 46c0436 f2fs: format segment_info's show for better legibility by Gu Zheng · 10 years ago
  97. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 10 years ago
  98. b6ce391 f2fs: update start nid only once each circle by Gu Zheng · 10 years ago
  99. 20f7075 f2fs: fix wrong kernel coding style by Jaegeuk Kim · 10 years ago
  100. c81bf1c f2fs: fix to write node pages with WRITE_SYNC by Jaegeuk Kim · 10 years ago