summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-01stack usage: add pid to warning printk in check_stack_usageTim Bird1-3/+3
2012-06-01cred: remove task_is_dead() from __task_cred() validationOleg Nesterov2-8/+4
2012-06-01kmod.c: fix kernel-doc warningRandy Dunlap1-1/+1
2012-06-01kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh2-31/+24
2012-06-01kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2-21/+11
2012-06-01kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh2-6/+1
2012-06-01fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon1-2/+2
2012-06-01fat: add fat_msg_ratelimit()Namjae Jeon1-0/+5
2012-06-01fat: switch to fsinfo_inodeArtem Bityutskiy2-31/+18
2012-06-01fat: mark superblock as dirty less oftenArtem Bityutskiy1-4/+5
2012-06-01fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy1-4/+9
2012-06-01fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy3-1/+15
2012-06-01HPFS: remove PRINTK() macroDan Carpenter2-8/+0
2012-06-01nilfs2: flush disk caches in syncingRyusuke Konishi2-11/+21
2012-06-01pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-06-01init: disable sparse checking of the mount.o source filesH Hartley Sweeten5-8/+57
2012-06-01checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches1-0/+13
2012-06-01checkpatch: check for whitespace before semicolon at EOLEric Nelson1-0/+7
2012-06-01vsprintf: further optimize decimal conversionDenys Vlasenko2-91/+194
2012-06-01vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely1-3/+5
2012-06-01kernel/cpu_pm.c: fix various typosNicolas Pitre1-8/+8
2012-06-01kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton1-6/+8
2012-06-01sethostname/setdomainname: notify userspace when there is a change in uts_ker...Sasikantha babu1-2/+2
2012-06-01.mailmap: add GustavoGustavo Padovan1-0/+2
2012-06-01drivers/message/fusion: use pci_dev->revisionSergei Shtylyov2-11/+5
2012-06-01kernel/resource.c: correct the comment of allocate_resource()Wei Yang1-2/+2
2012-06-01introduce SIZE_MAXXi Wang4-4/+5
2012-06-01CodingStyle: add kmalloc_array() to memory allocatorsXi Wang1-2/+14
2012-06-01um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul1-5/+19
2012-06-01security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton1-1/+1
2012-06-01nfsd4: fix, consolidate client_has_stateJ. Bruce Fields1-11/+4
2012-06-01nfsd4: don't remove rebooted client record until confirmationJ. Bruce Fields1-4/+9
2012-06-01nfsd4: remove some dprintk's and a commentJ. Bruce Fields1-8/+0
2012-06-01nfsd4: return "real" sequence id in confirmed caseJ. Bruce Fields1-1/+1
2012-06-01nfsd4: fix exchange_id to return confirm flagJ. Bruce Fields1-1/+1
2012-06-01nfsd4: clarify that renewing expired client is a bugJ. Bruce Fields1-1/+2
2012-06-01nfsd4: simpler ordering of setclientid_confirm checksJ. Bruce Fields1-13/+11
2012-06-01nfsd4: setclientid: remove pointless assignmentJ. Bruce Fields1-2/+1
2012-06-01nfsd4: fix error return in non-matching-creds caseJ. Bruce Fields1-36/+26
2012-06-01nfsd4: fix setclientid_confirm same_cred checkJ. Bruce Fields1-1/+1
2012-06-01nfsd4: merge 3 setclientid cases to 2J. Bruce Fields1-7/+2
2012-06-01nfsd4: pull out common code from setclientid casesJ. Bruce Fields1-21/+5
2012-06-01nfsd4: merge last two setclientid casesJ. Bruce Fields1-9/+4
2012-06-01nfsd4: setclientid/confirm comment cleanupJ. Bruce Fields1-56/+11
2012-06-01nfsd4: setclientid remove unnecessary terms from a logical expressionJ. Bruce Fields1-3/+2
2012-06-01nfsd4: move rq_flavor into svc_credJ. Bruce Fields8-13/+13
2012-06-01nfsd4: stricter cred comparison for setclientid/exchange_idJ. Bruce Fields1-1/+21
2012-06-01nfsd4: move principal name into svc_credJ. Bruce Fields8-41/+38
2012-06-01nfsd4: allow removing clients not holding stateJ. Bruce Fields1-2/+19
2012-06-01nfsd4: rearrange exchange_id logic to simplifyJ. Bruce Fields1-20/+20