summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky2012-01-311-0/+2
* SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky2012-01-311-0/+4
* SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky2012-01-311-4/+5
* SUNRPC: pass network namespace to service registering routinesStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky2012-01-311-2/+2
* SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky2012-01-311-2/+3
* SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-01-311-0/+3
* NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust2012-01-311-1/+1
* NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust2012-01-311-1/+2
* NFS: Remove unnecessary includes from linux/nfs_fs_i.hTrond Myklebust2012-01-312-5/+0
* SUNRPC: kernel PipeFS mount point creation routines removedStanislav Kinsbursky2012-01-311-2/+0
* NFS: idmap PipeFS notifier introducedStanislav Kinsbursky2012-01-312-10/+18
* NFS: make NFS client allocated per network namespace contextStanislav Kinsbursky2012-01-311-0/+1
* SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky2012-01-311-0/+2
* SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky2012-01-311-0/+2
* SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky2012-01-311-1/+2
* SUNRPC: handle RPC client pipefs dentries by network namespace aware routinesStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky2012-01-311-2/+5
* SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky2012-01-311-1/+1
* SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky2012-01-311-3/+7
* SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky2012-01-311-0/+1
* SUNRPC: pipefs per-net operations helper introducedStanislav Kinsbursky2012-01-311-0/+3
* SUNRPC: pipefs dentry lookup helper introducedStanislav Kinsbursky2012-01-311-0/+3
* SUNRPC: send notification events on pipefs sb creation and destructionStanislav Kinsbursky2012-01-311-0/+8
* SUNRPC: remove non-exclusive pipe creation from RPC pipefsStanislav Kinsbursky2012-01-311-1/+0
* Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-01-311-2/+2
|\
* \ Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-301-139/+0
|\ \
| * \ Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balb...Greg Kroah-Hartman2012-01-251-139/+0
| |\ \
| | * | usb: otg: kill langwell_otg driverAlexander Shishkin2012-01-241-139/+0
| * | | kernel-doc: fix new warning in usb.hRandy Dunlap2012-01-241-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-303-0/+4
|\ \ \
| * | | net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2012-01-301-0/+2
| * | | netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman2012-01-271-0/+1
| * | | net: explicitly add jump_label.h header to sock.hGlauber Costa2012-01-261-0/+1
* | | | PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-01-291-0/+2
* | | | Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-01-281-164/+0
|\ \ \ \
| * | | | kernel-doc: fix new warnings in device.hRandy Dunlap2012-01-241-5/+10
| * | | | driver core: remove drivers/base/sys.c and include/linux/sysdev.hGreg Kroah-Hartman2012-01-221-164/+0
| | |/ / | |/| |
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-01-283-21/+7
|\ \ \ \
| * | | | MFD: mcp-core: fix mcp_priv() to be more type safeRussell King2012-01-211-1/+4
| * | | | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-203-20/+3
| |/ / /
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-261-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-01-171-1/+1
| |\ \ \ \
| | * | | | sched: Add "const" to is_idle_task() parameterPaul E. McKenney2012-01-161-1/+1
| | * | | | Merge branch 'rcu/fixes-for-v3.2' into rcu/urgentPaul E. McKenney2012-01-167-93/+272
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-251-0/+1
|\ \ \ \ \ \
| * | | | | | drm: Fix authentication kernel crashThomas Hellstrom2012-01-251-0/+1
| | |_|_|/ / | |/| | | |