summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ima-memory-use-fixes'Linus Torvalds2010-10-261-0/+6
|\
| * IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris2010-10-261-0/+2
| * IMA: move read counter into struct inodeEric Paris2010-10-261-0/+4
* | Merge git://git.infradead.org/battery-2.6Linus Torvalds2010-10-261-1/+5
|\ \
| * | power_supply: Introduce maximum current propertyHeikki Krogerus2010-10-061-0/+1
| * | power_supply: Add types for USB chargersHeikki Krogerus2010-10-061-1/+4
* | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-264-5/+43
|\ \ \
| * \ \ Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-223-4/+41
| |\ \ \
| | * | | Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen2010-10-082-2/+16
| | * | | Fix build error with !CONFIG_MIGRATIONNaoya Horiguchi2010-10-081-1/+1
| | * | | HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi2010-10-081-2/+2
| | * | | hugetlb: hugepage migration coreNaoya Horiguchi2010-10-081-0/+16
| | * | | hugetlb: redefine hugepage copy functionsNaoya Horiguchi2010-10-081-0/+4
| | * | | hugetlb: add allocate function for hugepage migrationNaoya Horiguchi2010-10-081-0/+3
| * | | | Merge branch 'hwpoison-fixes-2.6.37' into hwpoisonAndi Kleen2010-10-221-1/+2
| |\ \ \ \
| | * | | | HWPOISON/signalfd: add support for addr_lsbHidetoshi Seto2010-10-081-1/+2
| | |/ / /
* | | | | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-2610-75/+103
|\ \ \ \ \
| * | | | | nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields2010-10-011-0/+25
| * | | | | nfsd4: keep per-session list of connectionsJ. Bruce Fields2010-10-011-0/+3
| * | | | | nfsd4: remove spkm3J. Bruce Fields2010-10-011-55/+0
| * | | | | net: Export __sock_createPavel Emelyanov2010-10-011-0/+2
| * | | | | sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-011-1/+2
| * | | | | sunrpc: Add net to xprt_createPavel Emelyanov2010-10-011-0/+1
| * | | | | sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-011-0/+1
| * | | | | sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-011-0/+1
| * | | | | sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-2/+2
| * | | | | sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-011-0/+1
| * | | | | sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-011-0/+1
| * | | | | sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell2010-09-291-2/+2
| * | | | | sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov2010-09-271-8/+15
| * | | | | sunrpc: Tag svc_xprt with netPavel Emelyanov2010-09-271-0/+2
| * | | | | sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov2010-09-271-0/+2
| * | | | | sunrpc: Add net to pure API callsPavel Emelyanov2010-09-271-2/+2
| * | | | | sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2010-09-271-1/+2
| * | | | | sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown2010-09-211-1/+1
| * | | | | sunrpc: close connection when a request is irretrievably lost.NeilBrown2010-09-211-3/+7
| * | | | | Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields2010-09-1924-78/+171
| |\ \ \ \ \
| * | | | | | sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2010-09-071-0/+3
| * | | | | | sunrpc: use seconds since boot in expiry cacheNeilBrown2010-09-071-3/+25
| * | | | | | sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown2010-09-071-0/+6
* | | | | | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-265-2/+125
|\ \ \ \ \ \ \
| * | | | | | | NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructureAndy Adamson2010-10-243-0/+52
| * | | | | | | NFS: client needs to maintain list of inodes with active layoutsAndy Adamson2010-10-241-0/+1
| * | | | | | | NFS: create and destroy inode's layout cacheBenny Halevy2010-10-241-0/+3
| * | | | | | | NFSv4.1: pnfs: filelayout: introduce minimal file layout driverDean Hildebrand2010-10-241-0/+1
| * | | | | | | NFS: set layout driverRicardo Labiaga2010-10-242-0/+2
| * | | | | | | NFS: ask for layouttypes during v4 fsinfo callAndy Adamson2010-10-241-0/+1
| * | | | | | | NFS: change stateid to be a unionAlexandros Batsakis2010-10-241-2/+13
| * | | | | | | NFSv4.1: pnfsd, pnfs: protocol level pnfs constantsDean Hildebrand2010-10-241-0/+45
| * | | | | | | SUNRPC: define xdr_decode_opaque_fixedBenny Halevy2010-10-241-0/+7
OpenPOWER on IntegriCloud