1. a35fb91 autofs: switch to __vfs_write() by Al Viro · 9 years ago
  2. 493c84c new helper: __vfs_write() by Al Viro · 9 years ago
  3. c48722c Merge branch '9p-iov_iter' into for-next by Al Viro · 9 years ago
  4. 34d0640 switch hugetlbfs to ->read_iter() by Al Viro · 9 years ago
  5. c12c49e coda: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  6. 274a488 ncpfs: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  7. dcdbd7b net/9p: remove (now-)unused helpers by Al Viro · 9 years ago
  8. 21c9f5c p9_client_attach(): set fid->uid correctly by Al Viro · 9 years ago
  9. ce85dd5 9p: we are leaking glock.client_id in v9fs_file_getlock() by Al Viro · 9 years ago
  10. e494b6b 9p: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  11. 42b1ab9 9p: get rid of v9fs_direct_file_read() by Al Viro · 9 years ago
  12. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 9 years ago
  13. 9565a54 9p: get rid of v9fs_direct_file_write() by Al Viro · 9 years ago
  14. c711a6b 9p: fold v9fs_file_write_internal() into the caller by Al Viro · 9 years ago
  15. 371098c 9p: switch ->writepage() to direct use of p9_client_write() by Al Viro · 9 years ago
  16. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 9 years ago
  17. 4f3b35c net/9p: switch the guts of p9_client_{read,write}() to iov_iter by Al Viro · 9 years ago
  18. 6e242a1 nommu: use __vfs_read() by Al Viro · 9 years ago
  19. d0f88f8 acct: check FMODE_CAN_WRITE by Al Viro · 9 years ago
  20. 47e3936 aio_run_iocb(): kill dead check by Al Viro · 9 years ago
  21. 08397ac ioctx_alloc(): remove pointless check by Al Viro · 9 years ago
  22. 23602ad lustre: kill unused members of struct vvp_thread_info by Al Viro · 9 years ago
  23. 812408f expand __fuse_direct_write() in both callers by Al Viro · 9 years ago
  24. 1531626 fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() by Al Viro · 9 years ago
  25. cfa86a7 cuse: switch to iov_iter by Al Viro · 9 years ago
  26. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  27. fdc81f4 sg_start_req(): use import_iovec() by Al Viro · 9 years ago
  28. 451a288 sg_start_req(): make sure that there's not too many elements in iovec by Al Viro · 9 years ago
  29. 8f7e885 blk_rq_map_user(): use import_single_range() by Al Viro · 9 years ago
  30. e272b89 sg_io(): use import_iovec() by Al Viro · 9 years ago
  31. 17d17e7 process_vm_access: switch to {compat_,}import_iovec() by Al Viro · 9 years ago
  32. b353a1f switch keyctl_instantiate_key_common() to iov_iter by Al Viro · 9 years ago
  33. 0504c07 switch {compat_,}do_readv_writev() to {compat_,}import_iovec() by Al Viro · 9 years ago
  34. 32a56af aio_setup_vectored_rw(): switch to {compat_,}import_iovec() by Al Viro · 9 years ago
  35. 345995f vmsplice_to_user(): switch to import_iovec() by Al Viro · 9 years ago
  36. d4fb392 kill aio_setup_single_vector() by Al Viro · 9 years ago
  37. 36e9f65 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  38. a96114f aio: simplify arguments of aio_setup_..._rw() by Al Viro · 9 years ago
  39. 4c185ce aio: lift iov_iter_init() into aio_setup_..._rw() by Al Viro · 9 years ago
  40. ac15ac0 lift iov_iter into {compat_,}do_readv_writev() by Al Viro · 9 years ago
  41. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  42. c1b8940 NFS: fix BUG() crash in notify_change() with patch to chown_common() by Andrew Elble · 10 years ago
  43. 3d330dc dcache: return -ESTALE not -EBUSY on distributed fs race by J. Bruce Fields · 10 years ago
  44. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 9 years ago
  45. 171a020 VFS: Add iov_iter_fault_in_multipages_readable() by Anton Altaparmakov · 9 years ago
  46. e5b811e drop bogus check in file_open_root() by Al Viro · 9 years ago
  47. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 9 years ago
  48. 2247386 constify tomoyo_realpath_from_path() by Al Viro · 9 years ago
  49. 74008b3 whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup by Al Viro · 10 years ago
  50. a555ad4 whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() by Al Viro · 10 years ago
  51. 9e7543e remove incorrect comment in lookup_one_len() by Al Viro · 10 years ago
  52. 74eb8cc namei.c: fold do_path_lookup() into both callers by Al Viro · 10 years ago
  53. fd2f7cb kill struct filename.separate by Al Viro · 10 years ago
  54. 56fd85b Merge tag 'asoc-fix-v4.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound by Linus Torvalds · 9 years ago
  55. 56afdb7 Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/spidev-test' into spi-next by Mark Brown · 9 years ago
  56. 165f228 Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx' and 'spi/topic/sc18is602' into spi-next by Mark Brown · 9 years ago
  57. 8afba18 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/pl022', 'spi/topic/pm' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  58. 35fbf84 Merge remote-tracking branches 'spi/topic/fsl-cspi', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/of-id' into spi-next by Mark Brown · 9 years ago
  59. 431959c Merge remote-tracking branches 'spi/topic/blackfin', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/err' into spi-next by Mark Brown · 9 years ago
  60. f9de734 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/topic/bcm2835', 'spi/topic/bcm53xx' and 'spi/topic/bitbang' into spi-next by Mark Brown · 9 years ago
  61. 19655dd Merge remote-tracking branch 'spi/topic/img-spfi' into spi-next by Mark Brown · 9 years ago
  62. e897f79 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
  63. 31d25e5 Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/imx' and 'spi/fix/rockchip' into spi-linus by Mark Brown · 9 years ago
  64. 68a595c Merge remote-tracking branch 'spi/fix/img-spfi' into spi-linus by Mark Brown · 9 years ago
  65. 8616774 ASoC: rnsd: fix build regression without CONFIG_OF by Arnd Bergmann · 9 years ago
  66. f619421 clk: at91: change to using endian agnositc IO by Ben Dooks · 9 years ago
  67. 14f0413c ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4 by Howard Mitchell · 9 years ago
  68. 12522ee Revert "dmaengine: Add a warning for drivers not using the generic slave caps retrieval" by Linus Torvalds · 9 years ago
  69. ac21117 blk-mq: initialize 'struct request' and associated data to zero by Linus Torvalds · 9 years ago
  70. 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
  71. a2dd379 Merge remote-tracking branch 'dh/afs' into for-davem by Al Viro · 9 years ago
  72. d8725c8 get rid of the size argument of sock_sendmsg() by Al Viro · 10 years ago
  73. b641173 ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key by Vlad Zolotarov · 9 years ago
  74. ad1431e ixgbevf: Add RSS Key query code by Vlad Zolotarov · 9 years ago
  75. 3c0841a ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set by Vlad Zolotarov · 9 years ago
  76. 8fa5975 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  77. 545124e Merge tag 'for-linus-4.0-1' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 9 years ago
  78. df63b99 drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macros by Ander Conselvan de Oliveira · 9 years ago
  79. 99dcab4 ALSA: emu10k1: add toggles for E-mu 1010 optical ports by Michael Gernoth · 9 years ago
  80. 94cf66f ixgbevf: Add a RETA query code by Vlad Zolotarov · 9 years ago
  81. ffeb13a dmaengine: cppi41: add missing bitfields by Felipe Balbi · 9 years ago
  82. cab2ed7 ALSA: ctl: fill identical information to return value when adding userspace elements by Takashi Sakamoto · 9 years ago
  83. c378c3b ALSA: ctl: fix a bug to return no identical information in info operation for userspace controls by Takashi Sakamoto · 9 years ago
  84. c78497e ALSA: ctl: confirm to return all identical information in 'activate' event by Takashi Sakamoto · 9 years ago
  85. fa863b2 ALSA: emu10k1: handle dock disconnects by Michael Gernoth · 9 years ago
  86. c027866 ALSA: hda - Add dock support for ThinkPad X250 (17aa:2226) by Yves-Alexis Perez · 9 years ago
  87. 1971754 Documentation/memcg: update memcg/kmem status by Vladimir Davydov · 9 years ago
  88. 82c91e8 Documentation: blackfin: Makefile: Typo building issue by Chen Gang · 9 years ago
  89. 3250af1 Documentation/vm/pagemap.txt: correct location of page-types tool by Randy Wright · 9 years ago
  90. 9bd8212 ext4 crypto: add encryption policy and password salt support by Michael Halcrow · 9 years ago
  91. 887e2c4 ext4 crypto: add encryption xattr support by Michael Halcrow · 9 years ago
  92. e875a2d ext4 crypto: export ext4_empty_dir() by Michael Halcrow · 9 years ago
  93. b17655f ext4 crypto: add ext4 encryption Kconfig by Theodore Ts'o · 9 years ago
  94. f542fbe ext4 crypto: reserve codepoints used by the ext4 encryption feature by Theodore Ts'o · 9 years ago
  95. 3b75232 perf/x86/64: Report regs_user->ax too in get_regs_user() by Denys Vlasenko · 9 years ago
  96. 32caa06 perf/x86/64: Simplify regs_user->abi setting code in get_regs_user() by Denys Vlasenko · 9 years ago
  97. 5df71b3 perf/x86/64: Do report user_regs->cx while we are in syscall, in get_regs_user() by Denys Vlasenko · 9 years ago
  98. aa21df0 perf/x86/64: Do not guess user_regs->cs, ss, sp in get_regs_user() by Denys Vlasenko · 9 years ago
  99. f7e9e35 powerpc: Fix missing L2 cache size in /sys/devices/system/cpu by Dave Olson · 9 years ago
  100. c54b2bf powerpc: Add ppc64 hard lockup detector support by Anton Blanchard · 9 years ago