summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* NFS: Create a submount rpc_opBryan Schumaker2012-04-271-0/+2
* NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker2012-04-271-1/+0
* NFS: add dreq to nfs_commit_infoFred Isaman2012-04-271-0/+1
* NFS: create nfs_commit_completion_opsFred Isaman2012-04-271-0/+9
* NFS: create struct nfs_commit_infoFred Isaman2012-04-272-4/+28
* NFS: rewrite directio read to use async coalesce codeFred Isaman2012-04-272-2/+3
* NFS: remove unused wb_complete field from struct nfs_pageFred Isaman2012-04-271-1/+0
* NFS: create completion structure to pass into page_init functionsFred Isaman2012-04-272-0/+8
* NFS: merge _full and _partial write rpc_opsFred Isaman2012-04-271-0/+2
* NFS: merge _full and _partial read rpc_opsFred Isaman2012-04-272-1/+16
* NFS: create struct nfs_page_arrayFred Isaman2012-04-271-6/+8
* NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-272-33/+27
* NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman2012-04-272-5/+44
* Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-04-251-1/+6
|\
| * NFSv4: Ensure we do not reuse open owner namesTrond Myklebust2012-04-201-1/+6
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-251-3/+11
|\ \
| * | asm-generic: Allow overriding clock_t and add attributes to siginfo_tH. Peter Anvin2012-04-231-3/+11
* | | Merge tag 'hsi_fixes_for_3.4' of git://gitorious.org/kernel-hsi/kernel-hsiLinus Torvalds2012-04-241-14/+17
|\ \ \
| * | | HSI: hsi: Rework hsi_event interfaceCarlos Chinea2012-04-231-11/+14
| * | | HSI: hsi: Rework hsi_controller releaseCarlos Chinea2012-04-231-3/+3
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-04-221-0/+7
|\ \ \ \
| * | | | irq: Add IRQ_TYPE_DEFAULT for use by PIC driversBenjamin Herrenschmidt2012-04-231-0/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-225-7/+61
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | net/sock.h: fix sk_peek_off kernel-doc warningRandy Dunlap2012-04-171-0/+1
| * | | | ipv6: clean up rt6_clean_expiresJiri Bohac2012-04-171-1/+1
| * | | | ipv6: fix rt6_update_expiresJiri Bohac2012-04-171-2/+8
| * | | | net_sched: red: Make minor corrections to commentsDavid Ward2012-04-161-3/+3
| * | | | skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin2012-04-131-3/+4
| * | | | ipv6: fix problem with expired dst cacheGao feng2012-04-132-1/+47
* | | | | Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-04-211-1/+1
|\ \ \ \ \
| * | | | | mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-201-1/+1
* | | | | | Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-214-71/+103
|\ \ \ \ \ \
| * | | | | | mfd: Fix modular builds of rc5t583 regulator supportPaul Gortmaker2012-04-161-8/+39
| * | | | | | mfd: Convert twl6040 to i2c driver, and separate it from twl corePeter Ujfalusi2012-04-162-12/+27
| * | | | | | mfd : Fix dbx500 compilation errorDaniel Lezcano2012-04-161-51/+37
* | | | | | | kill mm argument of vm_munmap()Al Viro2012-04-211-1/+1
* | | | | | | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-201-17/+6
* | | | | | | VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-201-0/+1
* | | | | | | VM: add "vm_brk()" helper functionLinus Torvalds2012-04-201-1/+2
| |/ / / / / |/| | | | |
* | | | | | Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-04-201-1/+3
|\ \ \ \ \ \
| * | | | | | pinctrl: include <linux/bug.h> to prevent compile errorsStephen Warren2012-04-111-0/+2
| * | | | | | pinctrl: fix compile error if not select PINMUX supportDong Aisheng2012-04-111-1/+1
* | | | | | | Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-201-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2012-04-161-0/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | usb: musb: wake the device before ulpi transfersGrazvydas Ignotas2012-04-101-0/+1
| | |/ / / / /
* | | | | | | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-04-191-0/+1
|\ \ \ \ \ \ \
| * | | | | | | nfsd: include cld.h in the headers_install targetJeff Layton2012-04-161-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-191-0/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | KVM: unmap pages from the iommu when slots are removedAlex Williamson2012-04-111-0/+6
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-04-181-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |