aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-06nick kvfree() from apparmorAl Viro4-15/+12
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
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-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
2014-05-05net: macb: Pass same size to DMA_UNMAP as used for DMA_MAPSoren Brinkmann1-1/+1
2014-05-05ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-05-05e1000e: Restrict MDIO Slow Mode workaround to relevant partsDavid Ertman1-6/+8
2014-05-05e1000e: Fix issue with link flap on 82579David Ertman2-0/+13
2014-05-05e1000e: Expand workaround for 10Mb HD throughput bugDavid Ertman2-4/+12
2014-05-05e1000e: Workaround for dropped packets in Gig/100 speeds on 82579David Ertman2-19/+13
2014-05-05net/mlx4_core: Don't issue PCIe speed/width checks for VFsEyal Perry1-1/+2
2014-05-05net/mlx4_core: Load the Eth driver firstOr Gerlitz1-2/+2
2014-05-05net/mlx4_core: Fix slave id computation for single port VFMatan Barak1-15/+20
2014-05-05net/mlx4_core: Adjust port number in qp_attach wrapper when detachingJack Morgenstein1-0/+23
2014-05-05net: cdc_ncm: fix buffer overflowBjørn Mork1-1/+1