summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-235-62/+80
|\
| * PCI: export __pci_remove_bus_deviceYinghai Lu2012-02-271-0/+1
| * PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu2012-02-271-1/+1
| * PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-1/+1
| * PCI: Add class support in quirk handlingYinghai Lu2012-02-241-11/+52
| * PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-241-2/+0
| * PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas2012-02-242-23/+5
| * PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas2012-02-241-0/+9
| * PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas2012-02-241-0/+5
| * PCI: add pci_clear_flags()Bjorn Helgaas2012-02-241-0/+6
| * PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu2012-02-231-19/+0
| * PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE valueAnthony PERARD2012-02-231-0/+1
| * PCI: Move struct resource_list to setup-bus.cYinghai Lu2012-02-141-6/+0
| * PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu2012-02-141-1/+0
| * PCI: Make rescan bus increase bridge resource size if neededYinghai Lu2012-02-141-0/+1
| * PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk2012-02-141-0/+1
| * x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe2012-02-141-1/+0
| * x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesMyron Stowe2012-02-141-0/+1
* | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-2330-161/+448
|\ \
| * | NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker2012-03-211-0/+13
| * | NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker2012-03-211-0/+10
| * | NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker2012-03-211-0/+1
| * | NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker2012-03-211-0/+1
| * | NFS: Fix more NFS debug related build warningsTrond Myklebust2012-03-211-0/+2
| * | nfs: non void functions must return a valueStephen Rothwell2012-03-211-0/+1
| * | SUNRPC: Kill compiler warning when RPC_DEBUG is unsetChuck Lever2012-03-211-2/+2
| * | SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust2012-03-202-10/+9
| * | NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust2012-03-171-0/+11
| * | SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-123-13/+4
| * | NFS: remove nfs_inode radix treeFred Isaman2012-03-102-17/+2
| * | NFS: remove NFS_PAGE_TAG_LOCKEDFred Isaman2012-03-101-3/+0
| * | NFS: add filehandle crc for debug displayWeston Andros Adamson2012-03-071-0/+8
| * | NFSv4: Simplify the struct nfs4_stateidTrond Myklebust2012-03-061-5/+2
| * | NFS: Undo changes to idmap.hBryan Schumaker2012-03-051-0/+11
| * | Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust2012-03-037-4/+11
| |\ \
| * | | NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever2012-03-022-0/+4
| * | | NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever2012-03-021-5/+6
| * | | NFS: Add a client-side function to display NFS file handlesChuck Lever2012-03-021-0/+14
| * | | SUNRPC: Add API to acquire source addressChuck Lever2012-03-021-0/+1
| * | | SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-022-1/+2
| * | | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-022-1/+16
| * | | NFSv4: parse and display server implementation idsWeston Andros Adamson2012-03-012-8/+9
| * | | NFS: Store the legacy idmapper result in the keyringBryan Schumaker2012-03-011-11/+0
| * | | Created a function for setting timeouts on keysBryan Schumaker2012-03-011-0/+2
| * | | SUNRPC: move waitq from RPC pipe to RPC inodeStanislav Kinsbursky2012-02-271-1/+1
| * | | NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2012-02-172-2/+5
| * | | SUNRPC: Use KERN_DEFAULT for debugging printk'sChuck Lever2012-02-161-1/+5
| * | | SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-162-3/+6
| * | | SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust2012-02-152-2/+16
| * | | Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky2012-02-151-0/+1