1. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  2. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 10 years ago
  3. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  4. 8436318 ->aio_read and ->aio_write removed by Al Viro · 10 years ago
  5. 9a219bc kill do_sync_read/do_sync_write by Al Viro · 10 years ago
  6. 6c09e94 fuse: use iov_iter_get_pages() for non-splice path by Al Viro · 10 years ago
  7. fbdbacc fuse: switch to ->read_iter/->write_iter by Al Viro · 10 years ago
  8. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  9. 86cc058 coredump: accept any write method by Al Viro · 10 years ago
  10. 3d04c8a export __vfs_read() by Al Viro · 10 years ago
  11. a35fb91 autofs: switch to __vfs_write() by Al Viro · 10 years ago
  12. 493c84c new helper: __vfs_write() by Al Viro · 10 years ago
  13. c48722c Merge branch '9p-iov_iter' into for-next by Al Viro · 10 years ago
  14. 34d0640 switch hugetlbfs to ->read_iter() by Al Viro · 10 years ago
  15. c12c49e coda: switch to ->read_iter/->write_iter by Al Viro · 10 years ago
  16. 274a488 ncpfs: switch to ->read_iter/->write_iter by Al Viro · 10 years ago
  17. ce85dd5 9p: we are leaking glock.client_id in v9fs_file_getlock() by Al Viro · 10 years ago
  18. e494b6b 9p: switch to ->read_iter/->write_iter by Al Viro · 10 years ago
  19. 42b1ab9 9p: get rid of v9fs_direct_file_read() by Al Viro · 10 years ago
  20. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 10 years ago
  21. 9565a54 9p: get rid of v9fs_direct_file_write() by Al Viro · 10 years ago
  22. c711a6b 9p: fold v9fs_file_write_internal() into the caller by Al Viro · 10 years ago
  23. 371098c 9p: switch ->writepage() to direct use of p9_client_write() by Al Viro · 10 years ago
  24. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 10 years ago
  25. 47e3936 aio_run_iocb(): kill dead check by Al Viro · 10 years ago
  26. 08397ac ioctx_alloc(): remove pointless check by Al Viro · 10 years ago
  27. 812408f expand __fuse_direct_write() in both callers by Al Viro · 10 years ago
  28. 1531626 fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() by Al Viro · 10 years ago
  29. cfa86a7 cuse: switch to iov_iter by Al Viro · 10 years ago
  30. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 10 years ago
  31. 0504c07 switch {compat_,}do_readv_writev() to {compat_,}import_iovec() by Al Viro · 10 years ago
  32. 32a56af aio_setup_vectored_rw(): switch to {compat_,}import_iovec() by Al Viro · 10 years ago
  33. 345995f vmsplice_to_user(): switch to import_iovec() by Al Viro · 10 years ago
  34. d4fb392 kill aio_setup_single_vector() by Al Viro · 10 years ago
  35. a96114f aio: simplify arguments of aio_setup_..._rw() by Al Viro · 10 years ago
  36. 4c185ce aio: lift iov_iter_init() into aio_setup_..._rw() by Al Viro · 10 years ago
  37. ac15ac0 lift iov_iter into {compat_,}do_readv_writev() by Al Viro · 10 years ago
  38. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  39. c1b8940 NFS: fix BUG() crash in notify_change() with patch to chown_common() by Andrew Elble · 10 years ago
  40. 3d330dc dcache: return -ESTALE not -EBUSY on distributed fs race by J. Bruce Fields · 10 years ago
  41. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 10 years ago
  42. e5b811e drop bogus check in file_open_root() by Al Viro · 10 years ago
  43. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 10 years ago
  44. 9e7543e remove incorrect comment in lookup_one_len() by Al Viro · 10 years ago
  45. 74eb8cc namei.c: fold do_path_lookup() into both callers by Al Viro · 10 years ago
  46. fd2f7cb kill struct filename.separate by Al Viro · 10 years ago
  47. a2dd379 Merge remote-tracking branch 'dh/afs' into for-davem by Al Viro · 10 years ago
  48. 9bd8212 ext4 crypto: add encryption policy and password salt support by Michael Halcrow · 10 years ago
  49. 887e2c4 ext4 crypto: add encryption xattr support by Michael Halcrow · 10 years ago
  50. e875a2d ext4 crypto: export ext4_empty_dir() by Michael Halcrow · 10 years ago
  51. b17655f ext4 crypto: add ext4 encryption Kconfig by Theodore Ts'o · 10 years ago
  52. f542fbe ext4 crypto: reserve codepoints used by the ext4 encryption feature by Theodore Ts'o · 10 years ago
  53. e03b07d f2fs: do not recover wrong data index by Jaegeuk Kim · 10 years ago
  54. 418f6c2 f2fs: do not increase link count during recovery by Jaegeuk Kim · 10 years ago
  55. cb58463 f2fs: assign parent's i_mode for empty dir by Jaegeuk Kim · 10 years ago
  56. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 10 years ago
  57. c9ef481 f2fs: fix mismatching lock and unlock pages for roll-forward recovery by Jaegeuk Kim · 10 years ago
  58. adad81e f2fs: fix sparse warnings by Jaegeuk Kim · 10 years ago
  59. 1b3e27a f2fs: limit b_size of mapped bh in f2fs_map_bh by Chao Yu · 10 years ago
  60. 30c62fd f2fs: persist system.advise into on-disk inode by Chao Yu · 10 years ago
  61. 84e97c2 f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_get by Chao Yu · 10 years ago
  62. df6136e f2fs: preallocate fallocated blocks for direct IO by Chao Yu · 10 years ago
  63. 7534279 f2fs: enable inline data by default by Wanpeng Li · 10 years ago
  64. 0bdee48 f2fs: preserve extent info for extent cache by Chao Yu · 10 years ago
  65. 028a41e f2fs: initialize extent tree with on-disk extent info of inode by Chao Yu · 10 years ago
  66. 93dfc52 f2fs: introduce __{find,grab}_extent_tree by Chao Yu · 10 years ago
  67. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 10 years ago
  68. 368a0e4 f2fs: enable fast symlink by utilizing inline data by Wanpeng Li · 10 years ago
  69. 8ce67cb f2fs: add some tracepoints to debug volatile and atomic writes by Jaegeuk Kim · 10 years ago
  70. 3c6c2be f2fs: avoid punch_hole overhead when releasing volatile data by Jaegeuk Kim · 10 years ago
  71. 83e21db f2fs: avoid wrong f2fs_bug_on when truncating inline_data by Jaegeuk Kim · 10 years ago
  72. 78373b7 f2fs: enhance multi-threads performance by Jaegeuk Kim · 10 years ago
  73. 3402e87 f2fs: set buffer_new when new blocks are allocated by Jaegeuk Kim · 10 years ago
  74. 2adc350 f2fs: set SBI_NEED_FSCK when encountering exception in recovery by Chao Yu · 10 years ago
  75. 21cb1d9 f2fs: fix to cover sentry_lock for block allocation by Jaegeuk Kim · 10 years ago
  76. d6d4f1c f2fs: fix to check current blkaddr in __allocate_data_blocks by Chao Yu · 10 years ago
  77. 0bfcfcc f2fs: fix to truncate inline data past EOF by Chao Yu · 10 years ago
  78. 83dfe53 f2fs: fix reference leaks in f2fs_acl_create by Chao Yu · 10 years ago
  79. bda1907 f2fs: fix to calculate max length of contiguous free slots correctly by Chao Yu · 10 years ago
  80. 57ed1e9 f2fs: fix unlocked nat set cache operation by Wanpeng Li · 10 years ago
  81. e015039 f2fs: cleanup statement about max orphan inodes calc by Changman Lee · 10 years ago
  82. d9f46bb f2fs: remove unnecessary condition judgment by Yuan Zhong · 10 years ago
  83. b1f73b7 f2fs: set the correct place of initializing *res_page by Yuan Zhong · 10 years ago
  84. 7fd9701 f2fs: reduce searching region of segmap when set free section by Wanpeng Li · 10 years ago
  85. fdf6c8b f2fs: fix extent cache memory leak by Wanpeng Li · 10 years ago
  86. d7196c5 f2fs: relocate Kconfig from misc filesystems by Jaegeuk Kim · 10 years ago
  87. 7662916 f2fs: report -ENOENT for unreached data indices by Jaegeuk Kim · 10 years ago
  88. cff2852 f2fs: clear append/update flags once fsync is done by Jaegeuk Kim · 10 years ago
  89. d5669f7 f2fs: avoid to trigger writepage during POR by Jaegeuk Kim · 10 years ago
  90. e123598 f2fs: add stat info for moved blocks by background gc by Changman Lee · 10 years ago
  91. b28c3f9 f2fs: fix to issue small discard in real-time mode discard by Chao Yu · 10 years ago
  92. 7ecebe5 f2fs: add cond_resched() to sync_dirty_dir_inodes() by Sebastian Andrzej Siewior · 10 years ago
  93. 14b4281 f2fs: fix max orphan inodes calculation by Wanpeng Li · 10 years ago
  94. 2b11a74 f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries by Wanpeng Li · 10 years ago
  95. 2bda542 f2fs: fix block_ops trace point by Wanpeng Li · 10 years ago
  96. b7f204c f2fs: check its block allocation to avoid producing wrong dirty pages by Jaegeuk Kim · 10 years ago
  97. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 10 years ago
  98. 3c64298 f2fs: fix the number of orphan inode blocks by Wanpeng Li · 10 years ago
  99. 5514148 f2fs: introduce macro __cp_payload by Wanpeng Li · 10 years ago
  100. 1abff93 f2fs: support fs shutdown by Jaegeuk Kim · 10 years ago