1. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 1aee6b9 f2fs: drop bio->bi_rw manual assignment by Jens Axboe · 8 years ago
  3. 185de68 qstr: constify instances in f2fs by Al Viro · 8 years ago
  4. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. 4fc29c1 Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  6. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  7. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  8. 5302fb0 f2fs: clean up coding style and redundancy by Jaegeuk Kim · 8 years ago
  9. fe94793 f2fs: get victim segment again after new cp by Yunlei He · 8 years ago
  10. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  11. 6f3ec99 f2fs: handle error case with f2fs_bug_on by Jaegeuk Kim · 8 years ago
  12. dd11a5d f2fs: avoid data race when deciding checkpoin in f2fs_sync_file by Jaegeuk Kim · 8 years ago
  13. 4dd6f97 f2fs: support an ioctl to move a range of data blocks by Jaegeuk Kim · 8 years ago
  14. 91246c2 f2fs: fix to report error number of f2fs_find_entry by Chao Yu · 8 years ago
  15. 363cad7 f2fs: avoid memory allocation failure due to a long length by Jaegeuk Kim · 8 years ago
  16. dcf25fe f2fs: reset default idle interval value by Chao Yu · 8 years ago
  17. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  18. 82e0a5a f2fs: fix to avoid data update racing between GC and DIO by Chao Yu · 8 years ago
  19. 44a8349 f2fs: add maximum prefree segments by Jaegeuk Kim · 8 years ago
  20. 5f281fa f2fs: disable extent_cache for fcollapse/finsert inodes by Jaegeuk Kim · 8 years ago
  21. 0a2aa8f f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 8 years ago
  22. 1d353eb f2fs: fix ERR_PTR returned by bio by Jaegeuk Kim · 8 years ago
  23. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  24. a2ee0a3 f2fs: move i_size_write in f2fs_write_end by Jaegeuk Kim · 8 years ago
  25. c24a0fd f2fs: fix to avoid redundant discard during fstrim by Chao Yu · 8 years ago
  26. c7b41e1 f2fs: avoid mismatching block range for discard by Yunlei He · 8 years ago
  27. 3e6d0b4 f2fs: fix incorrect f_bfree calculation in ->statfs by Chao Yu · 8 years ago
  28. ec79541 f2fs: use percpu_rw_semaphore by Jaegeuk Kim · 8 years ago
  29. 3bdad3c f2fs: skip to check the block address of node page by Jaegeuk Kim · 8 years ago
  30. 2555a2d f2fs: shrink critical region in spin_lock by Jaegeuk Kim · 8 years ago
  31. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  32. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  33. a0995af f2fs: remove unnecessary goto statement by Tiezhu Yang · 8 years ago
  34. 64058be f2fs: add nodiscard mount option by Chao Yu · 8 years ago
  35. 72e1c79 f2fs: fix to redirty page if fail to gc data page by Chao Yu · 8 years ago
  36. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  37. 78682f7 f2fs: fix to avoid reading out encrypted data in page cache by Chao Yu · 8 years ago
  38. ac6f199 f2fs: avoid latency-critical readahead of node pages by Jaegeuk Kim · 8 years ago
  39. 2c237eb f2fs: avoid writing node/metapages during writes by Jaegeuk Kim · 8 years ago
  40. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  41. 52763a4 f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 8 years ago
  42. 67c3758 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  43. 3e19886 f2fs: report error for f2fs_parent_dir by Jaegeuk Kim · 8 years ago
  44. 8be0fea f2fs: find parent dentry correctly by Sheng Yong · 8 years ago
  45. c92737c f2fs: fix deadlock in add_link failure by Jaegeuk Kim · 8 years ago
  46. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  47. aa98727 f2fs: skip clean segment for gc by Jaegeuk Kim · 8 years ago
  48. 19a5f5e f2fs: drop any block plugging by Jaegeuk Kim · 8 years ago
  49. 7dfeaa3 f2fs: avoid reverse IO order for NODE and DATA by Jaegeuk Kim · 8 years ago
  50. 7f31997 f2fs: set mapping error for EIO by Jaegeuk Kim · 8 years ago
  51. 04d328d f2fs: use bio op accessors by Mike Christie · 8 years ago
  52. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  53. e589c2c f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 8 years ago
  54. 29710bc f2fs: fix wrong percentage by Jaegeuk Kim · 8 years ago
  55. 1e7c48f f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode by Jaegeuk Kim · 8 years ago
  56. 9a449e9 f2fs: remove obsolete parameter in f2fs_truncate by Jaegeuk Kim · 8 years ago
  57. 338bbfa f2fs: avoid wrong count on dirty inodes by Jaegeuk Kim · 8 years ago
  58. 9f7c45c f2fs: remove deprecated parameter by Jaegeuk Kim · 8 years ago
  59. b230e6c f2fs: handle writepage correctly by Jaegeuk Kim · 8 years ago
  60. eb4246d f2fs: return error of f2fs_lookup by Jaegeuk Kim · 8 years ago
  61. 0c9df7f f2fs: return the errno to the caller to avoid using a wrong page by Yunlong Song · 8 years ago
  62. 46ae957 f2fs: remove two steps to flush dirty data pages by Jaegeuk Kim · 8 years ago
  63. 28ea616 f2fs: do not skip writing data pages by Jaegeuk Kim · 8 years ago
  64. 53aa6bb f2fs: inject to produce some orphan inodes by Jaegeuk Kim · 8 years ago
  65. 42d9640 f2fs: propagate error given by f2fs_find_entry by Jaegeuk Kim · 8 years ago
  66. b93f771 f2fs: remove writepages lock by Jaegeuk Kim · 8 years ago
  67. 69e9e42 f2fs: set flush_merge by default by Jaegeuk Kim · 8 years ago
  68. 0a87f66 f2fs: detect congestion of flush command issues by Jaegeuk Kim · 8 years ago
  69. 6d94c74 f2fs: add lazytime mount option by Jaegeuk Kim · 8 years ago
  70. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  71. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  72. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  73. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  74. a196124 f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  75. 8edd03c f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  76. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  77. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  78. 1c4bf76 Revert "f2fs: no need inc dirty pages under inode lock" by Jaegeuk Kim · 8 years ago
  79. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  80. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  81. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  82. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  83. 0f3311a f2fs: fix to update dirty page count correctly by Chao Yu · 8 years ago
  84. 38f91ca f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 8 years ago
  85. 975756c f2fs: avoid ENOSPC fault in the recovery process by Jaegeuk Kim · 8 years ago
  86. b8bef79 f2fs: make exit_f2fs_fs more clear by Tiezhu Yang · 8 years ago
  87. 513c5f3 f2fs: use percpu_counter for total_valid_inode_count by Jaegeuk Kim · 8 years ago
  88. 41382ec f2fs: use percpu_counter for alloc_valid_block_count by Jaegeuk Kim · 8 years ago
  89. 1beba1b f2fs: use percpu_counter for # of dirty pages in inode by Jaegeuk Kim · 8 years ago
  90. 523be8a f2fs: use percpu_counter for page counters by Jaegeuk Kim · 8 years ago
  91. f573018 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 8 years ago
  92. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  93. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  94. 10aa97c f2fs: manipulate dirty file inodes when DATA_FLUSH is set by Jaegeuk Kim · 8 years ago
  95. 0879689 f2fs: add fault injection to sysfs by Sheng Yong · 8 years ago
  96. b951a4e f2fs: no need inc dirty pages under inode lock by Yunlei He · 8 years ago
  97. 8975bdf f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents by Chao Yu · 8 years ago
  98. e410384 f2fs: fix i_current_depth during inline dentry conversion by Chao Yu · 8 years ago
  99. 99e3e85 f2fs: correct return value type of f2fs_fill_super by Sheng Yong · 8 years ago
  100. ab47036 f2fs: fix deadlock when flush inline data by Chao Yu · 8 years ago