1. c5ef603 VFS: net/: d_inode() annotations by David Howells · 9 years ago
  2. a25b376 VFS: net/unix: d_backing_inode() annotations by David Howells · 9 years ago
  3. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 9 years ago
  4. 3b36215 VFS: audit: d_backing_inode() annotations by David Howells · 9 years ago
  5. c1d81b1 VFS: Fix up some ->d_inode accesses in the chelsio driver by David Howells · 9 years ago
  6. 5153bc8 VFS: Cachefiles should perform fs modifications on the top layer only by David Howells · 9 years ago
  7. ee8ac4d VFS: AF_UNIX sockets should call mknod on the top layer only by David Howells · 9 years ago
  8. aa4d861 block: loop: switch to VFS ITER_BVEC by Christoph Hellwig · 9 years ago
  9. 6683de3 configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode by David Howells · 9 years ago
  10. 4bbcbd3 VFS: Make pathwalk use d_is_reg() rather than S_ISREG() by David Howells · 9 years ago
  11. 7ceab50 VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() by David Howells · 9 years ago
  12. 698934d VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalk by David Howells · 9 years ago
  13. 88e7fbd NFS: Don't use d_inode as a variable name by David Howells · 9 years ago
  14. 4bf46a2 VFS: Impose ordering on accesses of d_inode and d_flags by David Howells · 9 years ago
  15. 525d27b VFS: Add owner-filesystem positive/negative dentry checks by David Howells · 9 years ago
  16. 65a4a1c nfs: generic_write_checks() shouldn't be done on swapout... by Al Viro · 9 years ago
  17. 7da839c ocfs2: use __generic_file_write_iter() by Al Viro · 9 years ago
  18. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  19. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  20. 9032025 ocfs2: move generic_write_checks() before the alignment checks by Al Viro · 9 years ago
  21. 5dc3161 ocfs2_file_write_iter: stop messing with ppos by Al Viro · 9 years ago
  22. dfea934 Merge branch 'for-linus' into for-next by Al Viro · 9 years ago
  23. 165f1a6 udf_file_write_iter: reorder and simplify by Al Viro · 9 years ago
  24. 6b775b1 fuse: ->direct_IO() doesn't need generic_write_checks() by Al Viro · 9 years ago
  25. e768d7f ext4_file_write_iter: move generic_write_checks() up by Al Viro · 9 years ago
  26. 99733fa xfs_file_aio_write_checks: switch to iocb/iov_iter by Al Viro · 9 years ago
  27. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  28. 7ec7b94 blkdev_write_iter: expand generic_file_checks() call in there by Al Viro · 9 years ago
  29. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  30. 0b8def9 __generic_file_write_iter: keep ->ki_pos and return value consistent by Al Viro · 9 years ago
  31. e9d1593 cifs: fold cifs_iovec_write() into the only caller by Al Viro · 9 years ago
  32. ccca268 ntfs: move iov_iter_truncate() closer to generic_write_checks() by Al Viro · 9 years ago
  33. f765b13 new_sync_write(): discard ->ki_pos unless the return value is positive by Al Viro · 9 years ago
  34. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  35. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  36. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 9 years ago
  37. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  38. bd8e0ff new helper: iov_iter_rw() by Omar Sandoval · 9 years ago
  39. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  40. 1c65d98 pcm: another weird API abuse by Al Viro · 9 years ago
  41. 4961772 infinibad: weird APIs switched to ->write_iter() by Al Viro · 9 years ago
  42. 9a219bc kill do_sync_read/do_sync_write by Al Viro · 9 years ago
  43. 6c09e94 fuse: use iov_iter_get_pages() for non-splice path by Al Viro · 9 years ago
  44. fbdbacc fuse: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  45. cd28e28 switch drivers/char/mem.c to ->read_iter/->write_iter by Al Viro · 9 years ago
  46. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  47. 86cc058 coredump: accept any write method by Al Viro · 9 years ago
  48. 283e7e5 switch /dev/loop to vfs_iter_write() by Al Viro · 9 years ago
  49. 79ff50c serial2002: switch to __vfs_read/__vfs_write by Al Viro · 9 years ago
  50. e145286 ashmem: use __vfs_read() by Al Viro · 9 years ago
  51. 3d04c8a export __vfs_read() by Al Viro · 9 years ago
  52. a35fb91 autofs: switch to __vfs_write() by Al Viro · 9 years ago
  53. 493c84c new helper: __vfs_write() by Al Viro · 9 years ago
  54. c48722c Merge branch '9p-iov_iter' into for-next by Al Viro · 9 years ago
  55. 34d0640 switch hugetlbfs to ->read_iter() by Al Viro · 9 years ago
  56. c12c49e coda: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  57. 274a488 ncpfs: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  58. dcdbd7b net/9p: remove (now-)unused helpers by Al Viro · 9 years ago
  59. 21c9f5c p9_client_attach(): set fid->uid correctly by Al Viro · 9 years ago
  60. ce85dd5 9p: we are leaking glock.client_id in v9fs_file_getlock() by Al Viro · 9 years ago
  61. e494b6b 9p: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  62. 42b1ab9 9p: get rid of v9fs_direct_file_read() by Al Viro · 9 years ago
  63. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 9 years ago
  64. 9565a54 9p: get rid of v9fs_direct_file_write() by Al Viro · 9 years ago
  65. c711a6b 9p: fold v9fs_file_write_internal() into the caller by Al Viro · 9 years ago
  66. 371098c 9p: switch ->writepage() to direct use of p9_client_write() by Al Viro · 9 years ago
  67. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 9 years ago
  68. 4f3b35c net/9p: switch the guts of p9_client_{read,write}() to iov_iter by Al Viro · 9 years ago
  69. 6e242a1 nommu: use __vfs_read() by Al Viro · 9 years ago
  70. d0f88f8 acct: check FMODE_CAN_WRITE by Al Viro · 9 years ago
  71. 47e3936 aio_run_iocb(): kill dead check by Al Viro · 9 years ago
  72. 08397ac ioctx_alloc(): remove pointless check by Al Viro · 9 years ago
  73. 23602ad lustre: kill unused members of struct vvp_thread_info by Al Viro · 9 years ago
  74. 812408f expand __fuse_direct_write() in both callers by Al Viro · 9 years ago
  75. 1531626 fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() by Al Viro · 9 years ago
  76. cfa86a7 cuse: switch to iov_iter by Al Viro · 9 years ago
  77. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  78. fdc81f4 sg_start_req(): use import_iovec() by Al Viro · 9 years ago
  79. 451a288 sg_start_req(): make sure that there's not too many elements in iovec by Al Viro · 9 years ago
  80. 8f7e885 blk_rq_map_user(): use import_single_range() by Al Viro · 9 years ago
  81. e272b89 sg_io(): use import_iovec() by Al Viro · 9 years ago
  82. 17d17e7 process_vm_access: switch to {compat_,}import_iovec() by Al Viro · 9 years ago
  83. b353a1f switch keyctl_instantiate_key_common() to iov_iter by Al Viro · 9 years ago
  84. 0504c07 switch {compat_,}do_readv_writev() to {compat_,}import_iovec() by Al Viro · 9 years ago
  85. 32a56af aio_setup_vectored_rw(): switch to {compat_,}import_iovec() by Al Viro · 9 years ago
  86. 345995f vmsplice_to_user(): switch to import_iovec() by Al Viro · 9 years ago
  87. d4fb392 kill aio_setup_single_vector() by Al Viro · 9 years ago
  88. 36e9f65 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  89. a96114f aio: simplify arguments of aio_setup_..._rw() by Al Viro · 9 years ago
  90. 4c185ce aio: lift iov_iter_init() into aio_setup_..._rw() by Al Viro · 9 years ago
  91. ac15ac0 lift iov_iter into {compat_,}do_readv_writev() by Al Viro · 9 years ago
  92. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  93. c1b8940 NFS: fix BUG() crash in notify_change() with patch to chown_common() by Andrew Elble · 9 years ago
  94. 3d330dc dcache: return -ESTALE not -EBUSY on distributed fs race by J. Bruce Fields · 9 years ago
  95. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 9 years ago
  96. 171a020 VFS: Add iov_iter_fault_in_multipages_readable() by Anton Altaparmakov · 9 years ago
  97. e5b811e drop bogus check in file_open_root() by Al Viro · 9 years ago
  98. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 9 years ago
  99. 2247386 constify tomoyo_realpath_from_path() by Al Viro · 9 years ago
  100. 74008b3 whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup by Al Viro · 9 years ago