1. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  2. 5b46f25 f2fs: switch to iov_iter_alignment() by Al Viro · 11 years ago
  3. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  4. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  5. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  6. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  7. 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
  8. 48b230a f2fs: fix wrong statistics of inline data by Chao Yu · 10 years ago
  9. 3a8861e f2fs: check the acl's validity before setting by ZhangZhen · 10 years ago
  10. 6b4afdd f2fs: introduce f2fs_issue_flush to avoid redundant flush issue by Jaegeuk Kim · 10 years ago
  11. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  12. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  13. ce23447 f2fs: fix to cover io->bio with io_rwsem by Jaegeuk Kim · 10 years ago
  14. d54c795 f2fs: fix error path when fail to read inline data by Chao Yu · 10 years ago
  15. 2d7b822 f2fs: use list_for_each_entry{_safe} for simplyfying code by Chao Yu · 10 years ago
  16. cf0ee0f f2fs: avoid free slab cache under spinlock by Chao Yu · 10 years ago
  17. 6e452d6 f2fs: avoid unneeded lookup when xattr name length is too long by Chao Yu · 11 years ago
  18. df0f8dc f2fs: avoid unnecessary bio submit when wait page writeback by Chao Yu · 11 years ago
  19. 3bb5e2c f2fs: return -EIO when node id is not matched by Jaegeuk Kim · 10 years ago
  20. 808a1d7 f2fs: avoid RECLAIM_FS-ON-W warning by Jaegeuk Kim · 11 years ago
  21. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 11 years ago
  22. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 11 years ago
  23. 58c4103 f2fs: change reclaim rate in percentage by Jaegeuk Kim · 11 years ago
  24. a5f42010 f2fs: remove unnecessary threshold by Jaegeuk Kim · 11 years ago
  25. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 11 years ago
  26. 40bb005 f2fs: avoid to drop nat entries due to the negative nr_shrink by Jaegeuk Kim · 11 years ago
  27. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 11 years ago
  28. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 11 years ago
  29. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 11 years ago
  30. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 11 years ago
  31. f8b2c1f f2fs: introduce get_dirty_dents for readability by Jaegeuk Kim · 11 years ago
  32. 04c0938 f2fs: fix incorrect parsing with option string by Chao Yu · 11 years ago
  33. e4fc5fb f2fs: avoid to return incorrect errno of read_normal_summaries by Chao Yu · 11 years ago
  34. 4bc8e9b f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 11 years ago
  35. 90aa6dc f2fs: print type for each segment in segment_info's show by Chao Yu · 11 years ago
  36. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  37. 910bb12 f2fs: check upper bound of ino value in f2fs_nfs_get_inode by Chao Yu · 11 years ago
  38. 987c7c3 f2fs: introduce f2fs_has_inline_xattr for better readability by Chao Yu · 11 years ago
  39. 28cdce0 f2fs: recover inline xattr data in roll-forward process by Chao Yu · 11 years ago
  40. d653788 f2fs: optimize restore_node_summary slightly by Gu Zheng · 11 years ago
  41. 46c0436 f2fs: format segment_info's show for better legibility by Gu Zheng · 11 years ago
  42. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 11 years ago
  43. b6ce391 f2fs: update start nid only once each circle by Gu Zheng · 11 years ago
  44. 20f7075 f2fs: fix wrong kernel coding style by Jaegeuk Kim · 11 years ago
  45. c81bf1c f2fs: fix to write node pages with WRITE_SYNC by Jaegeuk Kim · 11 years ago
  46. 9cf3c38 f2fs: fix dirty page accounting when redirty by Chao Yu · 11 years ago
  47. 695fd1e f2fs: use existing macro to clean up some codes by Chao Yu · 11 years ago
  48. 81c1a0f1 f2fs: readahead contiguous SSA blocks for f2fs_gc by Chao Yu · 11 years ago
  49. ab9fa66 f2fs: add an sysfs entry to control the directory level by Jaegeuk Kim · 11 years ago
  50. 3843154 f2fs: introduce large directory support by Jaegeuk Kim · 11 years ago
  51. 5d0c6671 f2fs: remove costly bit operations for f2fs_find_entry by Jaegeuk Kim · 11 years ago
  52. 8b8343f f2fs: implement a lock-free stat_show by Jaegeuk Kim · 11 years ago
  53. 8a7ed66 f2fs: introduce a radix_tree for the free_nid list by Jaegeuk Kim · 11 years ago
  54. f978f5a f2fs: introduce help macro on_build_free_nids() by Gu Zheng · 11 years ago
  55. fffc2a0 f2fs: fix to mark the checkpointed nat entry correctly by Jaegeuk Kim · 11 years ago
  56. 6437d1b f2fs: fix to do build_stat prior to the recovery procedure by Jaegeuk Kim · 11 years ago
  57. 8618b88 f2fs: fix not to write data pages on the page reclaiming path by Jaegeuk Kim · 11 years ago
  58. b63da15 f2fs: fix the calculation of max_nids by Jaegeuk Kim · 11 years ago
  59. 942e0be f2fs: show counts of checkpoint in status by Changman Lee · 11 years ago
  60. 662befd f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages by Chao Yu · 11 years ago
  61. 3375f69 f2fs: use inode mutex to keep atomicity of f2fs_falloc by Chao Yu · 11 years ago
  62. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 11 years ago
  63. 203681f f2fs: fix f2fs_write_meta_page at no checkpoint status by Jaegeuk Kim · 11 years ago
  64. bd859c6 f2fs: fix to truncate dentry pages in the error case by Jaegeuk Kim · 11 years ago
  65. f6517cf f2fs: fix a build warning by Jaegeuk Kim · 11 years ago
  66. 491c085 f2fs: clean up with a macro by Jaegeuk Kim · 11 years ago
  67. 924a2dd f2fs: fix the potential mismatch between dir's i_size and i_blocks by Jaegeuk Kim · 11 years ago
  68. 1b1f559 f2fs: remove the ugly pointer conversion by Jaegeuk Kim · 11 years ago
  69. abb2366 f2fs: fix to recover xattr node block by Jaegeuk Kim · 11 years ago
  70. 5e44381 f2fs: handle dirty segments inside refresh_sit_entry by Jaegeuk Kim · 11 years ago
  71. 744602c f2fs: update_inode_page should be done all the time by Jaegeuk Kim · 11 years ago
  72. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  73. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  74. a6dda0e f2fs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  75. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  76. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  77. bf39c00 f2fs: drop obsolete node page when it is truncated by Jaegeuk Kim · 11 years ago
  78. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 11 years ago
  79. 63f5384 f2fs: remove the orphan block page array by Gu Zheng · 11 years ago
  80. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 11 years ago
  81. e8dae60 f2fs: move a branch for code redability by Jaegeuk Kim · 11 years ago
  82. a18ff06 f2fs: call mark_inode_dirty to flush dirty pages by Jaegeuk Kim · 11 years ago
  83. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  84. c434cbc f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH) by Changman Lee · 11 years ago
  85. c33ec32 f2fs: avoid f2fs_balance_fs call during pageout by Jaegeuk Kim · 11 years ago
  86. 499046a f2fs: add delimiter to seperate name and value in debug phrase by Changman Lee · 11 years ago
  87. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 11 years ago
  88. c1ef3725 f2fs: move alloc new orphan node out of lock protection region by Gu Zheng · 11 years ago
  89. 4531929 f2fs: move grabing orphan pages out of protection region by Gu Zheng · 11 years ago
  90. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  91. b1c57c1 f2fs: add a sysfs entry to control max_victim_search by Jaegeuk Kim · 11 years ago
  92. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 11 years ago
  93. 04a17fb f2fs: avoid to read inline data except first page by Chao Yu · 11 years ago
  94. 18309aa f2fs: avoid to left uninitialized data in page when read inline data by Chao Yu · 11 years ago
  95. a225dca f2fs: fix truncate_partial_nodes bug by shifei10.ge · 11 years ago
  96. a886537 f2fs: handle errors correctly during f2fs_reserve_block by Jaegeuk Kim · 11 years ago
  97. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 11 years ago
  98. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  99. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago
  100. 26f466f f2fs: call f2fs_put_page at the error case by Jaegeuk Kim · 11 years ago