summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-14313-759/+794
|\
| * module_param: check that bool parameters really are bool.Rusty Russell2012-01-131-8/+2
| * intelfbdrv.c: bailearly is an int module_paramRusty Russell2012-01-131-1/+1
| * paride/pcd: fix bool verbose module parameter.Rusty Russell2012-01-131-1/+1
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-13283-465/+471
| * module_param: make bool parameters really bool (arch)Rusty Russell2012-01-138-25/+25
| * module_param: make bool parameters really bool (core code)Rusty Russell2012-01-135-8/+9
| * kernel/async: remove redundant declaration.Rusty Russell2012-01-131-2/+0
| * printk: fix unnecessary module_param_name.Rusty Russell2012-01-131-1/+1
| * lirc_parallel: fix module parameter description.Rusty Russell2012-01-131-1/+1
| * module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-137-6/+36
| * module_param: check type correctness for module_param_arrayRusty Russell2012-01-135-5/+8
| * modpost: use linker section to generate table.Rusty Russell2012-01-131-45/+61
| * modpost: use a table rather than a giant if/else statement.Rusty Russell2012-01-131-119/+73
| * modules: sysfs - export: taint, coresize, initsizeKay Sievers2012-01-132-29/+80
| * kernel/params: replace DEBUGP with pr_debugJim Cromie2012-01-131-10/+4
| * module: replace DEBUGP with pr_debugJim Cromie2012-01-131-26/+20
| * module: struct module_ref should contains long fieldsEric Dumazet2012-01-133-10/+21
| * module: Fix performance regression on modules with large symbol tablesKevin Cernekee2012-01-131-44/+21
| * module: Add comments describing how the "strmap" logic worksKevin Cernekee2012-01-131-0/+9
* | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-1426-169/+624
|\ \
| * | nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields2012-01-052-7/+5
| * | NFSD: Change name of extended attribute containing junctionChuck Lever2012-01-051-3/+14
| * | svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields2012-01-051-1/+0
| * | svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields2012-01-051-0/+3
| * | nfsd4: be forgiving in the absence of the recovery directoryJ. Bruce Fields2012-01-051-2/+3
| * | nfsd4: fix spurious 4.1 post-reboot failuresJ. Bruce Fields2012-01-021-1/+8
| * | NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker2011-12-141-4/+5
| * | NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker2011-12-131-3/+0
| * | nfsd4: initialize special stateid's at compile timeJ. Bruce Fields2011-12-121-5/+12
| * | NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky2011-12-073-10/+13
| * | SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-064-8/+10
| * | svcrpc: update outdated BKL commentJ. Bruce Fields2011-12-061-2/+2
| * | nfsd41: allow non-reclaim open-by-fh's in 4.1Mi Jinlong2011-12-061-4/+3
| * | svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2011-12-062-20/+38
| * | svcrpc: destroy server sockets all at onceJ. Bruce Fields2011-12-063-8/+12
| * | svcrpc: make svc_delete_xprt staticJ. Bruce Fields2011-12-062-2/+2
| * | nfsd: Fix oops when parsing a 0 length exportSasha Levin2011-12-061-1/+1
| * | nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-252-4/+2
| * | nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields2011-11-152-6/+24
| * | nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields2011-11-151-1/+1
| * | nfsd4: share open and lock owner hash tablesJ. Bruce Fields2011-11-081-39/+32
| * | nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields2011-11-071-28/+14
| * | NFSD: Remove unnecessary whitespaceBryan Schumaker2011-11-071-7/+7
| * | NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker2011-11-073-10/+9
| * | NFSD: Added fault injection documentationBryan Schumaker2011-11-072-0/+71
| * | NFSD: Added fault injection scriptBryan Schumaker2011-11-071-0/+49
| * | NFSD: Added fault injectionBryan Schumaker2011-11-076-0/+252
| * | nfsd4: maintain one seqid stream per (lockowner, file)J. Bruce Fields2011-11-071-20/+38
| * | nfsd4: cleanup lock clientid handling in sessions caseJ. Bruce Fields2011-11-071-5/+9