1. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  3. e77d0c6 f2fs: switch to ->iterate_shared() by Al Viro · 8 years ago
  4. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  5. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  6. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  7. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  8. b32e448 fscrypto: don't let data integrity writebacks fail with ENOMEM by Jaegeuk Kim · 8 years ago
  9. 33b1395 f2fs: use dget_parent and file_dentry in f2fs_file_open by Jaegeuk Kim · 8 years ago
  10. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  11. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  12. c7e82c6 Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  13. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  14. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
  15. b2dde6f f2fs: retrieve IO write stat from the right place by Shuoran Liu · 8 years ago
  16. c90e09f f2fs crypto: fix corrupted symlink in encrypted case by Jaegeuk Kim · 8 years ago
  17. fd69473 f2fs: cover large section in sanity check of super by Jaegeuk Kim · 9 years ago
  18. 12bb0a8 f2fs: submit node page write bios when really required by Jaegeuk Kim · 9 years ago
  19. fff4c55 f2fs: add missing argument to f2fs_setxattr stub by Arnd Bergmann · 9 years ago
  20. d726732 f2fs: fix to avoid unneeded unlock_new_inode by Chao Yu · 9 years ago
  21. 291bf80 f2fs: clean up opened code with f2fs_update_dentry by Chao Yu · 9 years ago
  22. 17a0ee5 f2fs: declare static functions by Jaegeuk Kim · 9 years ago
  23. 43b6573 f2fs: use cryptoapi crc32 functions by Keith Mok · 9 years ago
  24. 999270d f2fs: modify the readahead method in ra_node_page() by Fan Li · 9 years ago
  25. 8074bb5 f2fs crypto: sync ext4_lookup and ext4_file_open by Jaegeuk Kim · 9 years ago
  26. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  27. 59692b7 f2fs: mutex can't be used by down_write_nest_lock() by Yang Shi · 9 years ago
  28. 8c2b143 f2fs: recovery missing dot dentries in root directory by Liu Xue · 9 years ago
  29. 19c7377 f2fs: fix to avoid deadlock when merging inline data by Chao Yu · 9 years ago
  30. 406657d f2fs: introduce f2fs_flush_merged_bios for cleanup by Chao Yu · 9 years ago
  31. f28b343 f2fs: introduce f2fs_update_data_blkaddr for cleanup by Chao Yu · 9 years ago
  32. 4356e48 f2fs crypto: fix incorrect positioning for GCing encrypted data page by Chao Yu · 9 years ago
  33. 80dd9c0 f2fs: fix incorrect upper bound when iterating inode mapping tree by Chao Yu · 9 years ago
  34. 0ff2164 f2fs: avoid hungtask problem caused by losing wake_up by Yunlei He · 9 years ago
  35. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 9 years ago
  36. 9a4cbc9 f2fs: try to flush inode after merging inline data by Chao Yu · 9 years ago
  37. 41214b3 f2fs: show more info about superblock recovery by Chao Yu · 9 years ago
  38. 17d899d f2fs: fix the wrong stat count of calling gc by Chao Yu · 9 years ago
  39. 4ce5377 f2fs: remain last victim segment number ascending order by Jaegeuk Kim · 9 years ago
  40. 8060656 f2fs: reuse read_inline_data for f2fs_convert_inline_page by Shawn Lin · 9 years ago
  41. 993a049 f2fs: fix to delete old dirent in converted inline directory in ->rename by Chao Yu · 9 years ago
  42. 9def1e9 f2fs: detect error of update_dent_inode in ->rename by Chao Yu · 9 years ago
  43. 984ec63 f2fs: move sanity checking of cp into get_valid_checkpoint by Shawn Lin · 9 years ago
  44. 2b39e90 f2fs: slightly reorganize read_raw_super_block by Shawn Lin · 9 years ago
  45. 1515aef f2fs: reorder nat cache lock in cache_nat_entry by Chao Yu · 9 years ago
  46. b7ad751 f2fs: split journal cache from curseg cache by Chao Yu · 9 years ago
  47. e9f5b8b f2fs: enhance IO path with block plug by Chao Yu · 9 years ago
  48. dfc08a1 f2fs: introduce f2fs_journal struct to wrap journal info by Chao Yu · 9 years ago
  49. 922ec35 f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink by Chao Yu · 9 years ago
  50. ae10866 f2fs crypto: handle unexpected lack of encryption keys by Chao Yu · 9 years ago
  51. ed3360a f2fs crypto: make sure the encryption info is initialized on opendir(2) by Chao Yu · 9 years ago
  52. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 9 years ago
  53. 29b96b5 f2fs: split drop_inmem_pages from commit_inmem_pages by Chao Yu · 9 years ago
  54. 7d9dfa1 f2fs: avoid garbage lenghs in dentries by Jaegeuk Kim · 9 years ago
  55. a263669 f2fs crypto: sync with ext4's fname padding by Jaegeuk Kim · 9 years ago
  56. 60b286c f2fs: use correct errno by Jaegeuk Kim · 9 years ago
  57. 745e849 f2fs crypto: add missing locking for keyring_key access by Jaegeuk Kim · 9 years ago
  58. 1dafa51 f2fs crypto: check for too-short encrypted file names by Jaegeuk Kim · 9 years ago
  59. ce855a3 f2fs crypto: f2fs_page_crypto() doesn't need a encryption context by Jaegeuk Kim · 9 years ago
  60. 0fac2d5 f2fs crypto: fix spelling typo in comment by Jaegeuk Kim · 9 years ago
  61. 66aa3e1 f2fs crypto: replace some BUG_ON()'s with error checks by Jaegeuk Kim · 9 years ago
  62. 8ef2af45 f2fs: increase i_size to avoid missing data by Jaegeuk Kim · 9 years ago
  63. 24b8491 f2fs: preallocate blocks for buffered aio writes by Jaegeuk Kim · 9 years ago
  64. b439b10 f2fs: move dio preallocation into f2fs_file_write_iter by Jaegeuk Kim · 9 years ago
  65. d31c7c3 f2fs: fix missing skip pages info by Yunlei He · 9 years ago
  66. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  67. d48dfc2 f2fs: fix conflict on page->private usage by Jaegeuk Kim · 9 years ago
  68. 17c1912 f2fs: flush bios to handle cp_error in put_super by Jaegeuk Kim · 9 years ago
  69. fa3d2bd f2fs: wait on page's writeback in writepages path by Jaegeuk Kim · 9 years ago
  70. da85985 f2fs: speed up handling holes in fiemap by Chao Yu · 9 years ago
  71. 3cf4574 f2fs: introduce get_next_page_offset to speed up SEEK_DATA by Chao Yu · 9 years ago
  72. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  73. 5b8db7f f2fs: simplify __allocate_data_blocks by Chao Yu · 9 years ago
  74. 4fe71e8 f2fs: simplify f2fs_map_blocks by Chao Yu · 9 years ago
  75. 8f1dbbb f2fs: introduce lifetime write IO statistics by Shuoran Liu · 9 years ago
  76. 6fe2bc9 f2fs: give scheduling point in shrinking path by Jaegeuk Kim · 9 years ago
  77. 201ef5e f2fs: improve shrink performance of extent nodes by Hou Pengyang · 9 years ago
  78. 4292674 f2fs: don't set cached_en if it will be freed by Jaegeuk Kim · 9 years ago
  79. 43a2fa1 f2fs: move extent_node list operations being coupled with rbtree operation by Jaegeuk Kim · 9 years ago
  80. a03f01f f2fs: reconstruct the code to free an extent_node by Hou Pengyang · 9 years ago
  81. 7c50689 f2fs: use wq_has_sleeper for cp_wait wait_queue by Jaegeuk Kim · 9 years ago
  82. 688159b f2fs: avoid unnecessary search while finding victim in gc by Fan Li · 9 years ago
  83. 85ead81 f2fs: delete unnecessary wait for page writeback by Yunlei He · 9 years ago
  84. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  85. 718e53f f2fs: enhance foreground GC by Chao Yu · 9 years ago
  86. e3ef187 f2fs: don't need to call set_page_dirty for io error by Jaegeuk Kim · 9 years ago
  87. ae96e7bd f2fs: avoid needless sync_inode_page when reading inline_data by Jaegeuk Kim · 9 years ago
  88. 52f8033 f2fs: don't need to sync node page at every time by Jaegeuk Kim · 9 years ago
  89. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 9 years ago
  90. 3c082b7 f2fs: do f2fs_balance_fs when block is allocated by Jaegeuk Kim · 9 years ago
  91. 6e17bfb f2fs: fix to overcome inline_data floods by Jaegeuk Kim · 9 years ago
  92. 25c1355 f2fs: use writepages->lock for WB_SYNC_ALL by Jaegeuk Kim · 9 years ago
  93. b483fad f2fs: remove needless condition check by Jaegeuk Kim · 9 years ago
  94. 0ab1435 f2fs: correct search area in get_new_segment by Chao Yu · 9 years ago
  95. 2304cb0 f2fs: export dirty_nats_ratio in sysfs by Chao Yu · 9 years ago
  96. 7d768d2 f2fs: flush dirty nat entries when exceeding threshold by Chao Yu · 9 years ago
  97. 0fd785e f2fs: relocate is_merged_page by Chao Yu · 9 years ago
  98. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  99. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  100. f9a03ae Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago