aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-06fuse: pull iov_iter initializations upAl Viro3-30/+38
2014-05-06new helper: iov_iter_get_pages()Al Viro3-73/+67
2014-05-06dio: take updating ->result into do_direct_IO()Al Viro1-4/+2
2014-05-06start adding the tag to iov_iterAl Viro15-35/+41
2014-05-06new helper: generic_file_read_iter()Al Viro4-48/+37
2014-05-06fuse_file_aio_write(): merge initializations of iov_iterAl Viro1-2/+1
2014-05-06ceph_aio_read(): keep iov_iter across retriesAl Viro1-6/+8
2014-05-06new primitive: iov_iter_alignment()Al Viro4-27/+34
2014-05-06give ->direct_IO() a copy of iov_iterAl Viro1-3/+7
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro19-60/+49
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro18-30/+32
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterAl Viro3-18/+15
2014-05-06convert the guts of nfs_direct_IO() to iov_iterAl Viro3-33/+35
2014-05-06pass iov_iter to ->direct_IO()Al Viro30-126/+117
2014-05-06kill generic_segment_checks()Al Viro10-104/+16
2014-05-06__btrfs_direct_write(): switch to iov_iterAl Viro1-11/+8
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro6-23/+19
2014-05-06kill iov_iter_copy_from_user()Al Viro5-40/+5
2014-05-06fs/file.c: don't open-code kvfree()Al Viro1-8/+3
2014-05-06Merge branch 'akpm' (incoming from Andrew)Linus Torvalds19-91/+147
2014-05-06agp: info leak in agpioc_info_wrap()Dan Carpenter1-0/+1
2014-05-06fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods1-0/+2
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter4-24/+29
2014-05-06revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner1-0/+18
2014-05-06autofs: fix lockref lookupIan Kent1-2/+2
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner3-37/+40
2014-05-06mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka1-10/+12
2014-05-06MAINTAINERS: zswap/zbud: change maintainer email addressSeth Jennings1-2/+2
2014-05-06mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel1-3/+3
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan3-5/+29
2014-05-06slub: fix memcg_propagate_slab_attrsVladimir Davydov1-4/+7
2014-05-06drivers/rtc/rtc-pcf8523.c: fix month definitionChris Cui1-2/+2
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-234/+125
2014-05-06nick kvfree() from apparmorAl Viro4-15/+12
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds6-88/+192
2014-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds12-107/+148
2014-05-05slab: Fix off by one in object max number tests.David Miller1-1/+1
2014-05-05slab: fix the type of the index on freelist index accessorJoonsoo Kim1-2/+2
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds133-1043/+1496
2014-05-05Merge tag 'usb-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-16/+58
2014-05-05Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-18/+20
2014-05-05Merge tag 'staging-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-8/+12
2014-05-05Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linuxLinus Torvalds24-167/+696
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds7-76/+44
2014-05-05net: macb: Fix race between HW and driverSoren Brinkmann1-10/+0
2014-05-05net: macb: Remove 'unlikely' optimizationSoren Brinkmann1-1/+1
2014-05-05net: macb: Re-enable RX interrupt only when RX is doneSoren Brinkmann1-7/+6
2014-05-05net: macb: Clear interrupt flagsSoren Brinkmann1-0/+10