cascardo/linux.git
2014-06-12 Al Viro->splice_write() via ->write_iter()
2014-05-06 Al Virobio_vec-backed iov_iter
2014-05-06 Al Virooptimize copy_page_{to,from}_iter()
2014-05-06 Al Virobury generic_file_aio_{read,write}
2014-05-06 Al Virolustre: get rid of messing with iovecs
2014-05-06 Al Viroceph: switch to ->write_iter()
2014-05-06 Al Viroceph_sync_direct_write: stop poking into iov_iter guts
2014-05-06 Al Viroceph_sync_read: stop poking into iov_iter guts
2014-05-06 Al Vironew helper: copy_page_from_iter()
2014-05-06 Al Virofuse: switch to ->write_iter()
2014-05-06 Al Virobtrfs: switch to ->write_iter()
2014-05-06 Al Viroocfs2: switch to ->write_iter()
2014-05-06 Al Viroxfs: switch to ->write_iter()
2014-05-06 Al Viroafs: switch to ->write_iter()
2014-05-06 Al Virogfs2: switch to ->write_iter()
2014-05-06 Al Vironfs: switch to ->write_iter()
2014-05-06 Al Viroubifs: switch to ->write_iter()
2014-05-06 Al Virobury __generic_file_aio_write()
2014-05-06 Al Virocifs: switch to ->write_iter()
2014-05-06 Al Viroudf: switch to ->write_iter()
2014-05-06 Al Viroconvert ext4 to ->write_iter()
2014-05-06 Al ViroMerge ext4 changes in ext4_file_write() into for-next
2014-05-06 Al Viroblkdev_aio_write() - turn into blkdev_write_iter()
2014-05-06 Al Virowrite_iter variants of {__,}generic_file_aio_write()
2014-05-06 Al Viroceph: switch to ->read_iter()
2014-05-06 Al Vironfs: switch to ->read_iter()
2014-05-06 Al Virofs/block_dev.c: switch to ->read_iter()
2014-05-06 Al Viroshmem: switch to ->read_iter()
2014-05-06 Al Viropipe: switch to ->read_iter()
2014-05-06 Al Virocifs: switch to ->read_iter()
2014-05-06 Al Virofuse_file_aio_read(): convert to ->read_iter()
2014-05-06 Al Viroocfs2: switch to ->read_iter()
2014-05-06 Al Viroecryptfs: switch to ->read_iter()
2014-05-06 Al Viroxfs: switch to ->read_iter()
2014-05-06 Al Viroswitch simple generic_file_aio_read() users to ->read_i...
2014-05-06 Al Vironew methods: ->read_iter() and ->write_iter()
2014-05-06 Al Viroreplace checking for ->read/->aio_read presence with...
2014-05-06 Al Viroxfs: trim the argument lists of xfs_file_{dio,buffered...
2014-05-06 Al Viroblkdev_aio_read(): switch to generic_file_read_iter...
2014-05-06 Al Viroiov_iter_truncate()
2014-05-06 Al Virobtrfs: switch check_direct_IO() to iov_iter
2014-05-06 Al Vironew helper: iov_iter_get_pages_alloc()
2014-05-06 Al Vironew helper: iov_iter_npages()
2014-05-06 Al Virof2fs: switch to iov_iter_alignment()
2014-05-06 Al Virofuse: switch to iov_iter_get_pages()
2014-05-06 Al Virofuse: pull iov_iter initializations up
2014-05-06 Al Vironew helper: iov_iter_get_pages()
2014-05-06 Al Virodio: take updating ->result into do_direct_IO()
2014-05-06 Al Virostart adding the tag to iov_iter
2014-05-06 Al Vironew helper: generic_file_read_iter()
2014-05-06 Al Virofuse_file_aio_write(): merge initializations of iov_iter
2014-05-06 Al Viroceph_aio_read(): keep iov_iter across retries
2014-05-06 Al Vironew primitive: iov_iter_alignment()
2014-05-06 Al Virogive ->direct_IO() a copy of iov_iter
2014-05-06 Al Viroswitch {__,}blockdev_direct_IO() to iov_iter
2014-05-06 Al Viroget rid of pointless iov_length() in ->direct_IO()
2014-05-06 Al Viroext4: switch the guts of ->direct_IO() to iov_iter
2014-05-06 Al Viroconvert the guts of nfs_direct_IO() to iov_iter
2014-05-06 Al Viropass iov_iter to ->direct_IO()
2014-05-06 Al Virokill generic_segment_checks()
2014-05-06 Al Viro__btrfs_direct_write(): switch to iov_iter
2014-05-06 Al Virogeneric_file_direct_write(): switch to iov_iter
2014-05-06 Al Virokill iov_iter_copy_from_user()
2014-05-06 Al Virofs/file.c: don't open-code kvfree()
2014-05-06 Linus TorvaldsMerge branch 'akpm' (incoming from Andrew)
2014-05-06 Dan Carpenteragp: info leak in agpioc_info_wrap()
2014-05-06 Fabian Frederickfs/affs/super.c: bugfix / double free
2014-05-06 Will Woodsfanotify: fix -EOVERFLOW with large files on 64-bit
2014-05-06 Christoph Lameterslub: use sysfs'es release mechanism for kmem_cache
2014-05-06 Johannes Weinerrevert "mm: vmscan: do not swap anon pages just because...
2014-05-06 Ian Kentautofs: fix lockref lookup
2014-05-06 Johannes Weinermm: filemap: update find_get_pages_tag() to deal with...
2014-05-06 Vlastimil Babkamm/compaction: make isolate_freepages start at pagebloc...
2014-05-06 Seth JenningsMAINTAINERS: zswap/zbud: change maintainer email address
2014-05-06 Rik van Rielmm/page-writeback.c: fix divide by zero in pos_ratio_po...
2014-05-06 Nishanth Aravamudanhugetlb: ensure hugepage access is denied if hugepages...
2014-05-06 Vladimir Davydovslub: fix memcg_propagate_slab_attrs
2014-05-06 Chris Cuidrivers/rtc/rtc-pcf8523.c: fix month definition
2014-05-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-05-06 Al Vironick kvfree() from apparmor
2014-05-06 Christoph Hellwigposix_acl: handle NULL ACL in posix_acl_equiv_mode
2014-05-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-05-06 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2014-05-06 David Millerslab: Fix off by one in object max number tests.
2014-05-06 Joonsoo Kimslab: fix the type of the index on freelist index accessor
2014-05-05 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-05-05 Linus TorvaldsMerge tag 'usb-3.15-rc4' of git://git./linux/kernel...
2014-05-05 Linus TorvaldsMerge tag 'tty-3.15-rc4' of git://git./linux/kernel...
2014-05-05 Linus TorvaldsMerge tag 'staging-3.15-rc4' of git://git./linux/kernel...
2014-05-05 Linus TorvaldsMerge tag 'xtensa-next-20140503' of git://github.com...
2014-05-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-05-05 Soren Brinkmannnet: macb: Fix race between HW and driver
2014-05-05 Soren Brinkmannnet: macb: Remove 'unlikely' optimization
2014-05-05 Soren Brinkmannnet: macb: Re-enable RX interrupt only when RX is done
2014-05-05 Soren Brinkmannnet: macb: Clear interrupt flags
2014-05-05 Soren Brinkmannnet: macb: Pass same size to DMA_UNMAP as used for...
2014-05-05 Ying Caiip_tunnel: Set network header properly for IP_ECN_decap...
2014-05-05 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2014-05-05 David Ertmane1000e: Restrict MDIO Slow Mode workaround to relevant...
2014-05-05 David Ertmane1000e: Fix issue with link flap on 82579
next