aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2010-08-072-15/+2
|\
| * fs/dlm: Drop unnecessary null testJulia Lawall2010-08-051-1/+1
| * dlm: use genl_register_family_with_ops()Changli Gao2010-08-051-14/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-08-072-3/+0
|\ \
| * | udf: super.c Fix warning: variable 'sbi' set but not usedJustin P. Mattock2010-08-021-2/+0
| * | udf: remove duplicated #includeHuang Weiyi2010-08-021-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-08-0724-257/+833
|\ \ \
| * | | [DNS RESOLVER] Minor typo correctionSteve French2010-08-061-1/+1
| * | | DNS: Fixes for the DNS query moduleDavid Howells2010-08-062-4/+4
| * | | cifs: Include linux/err.h for IS_ERR and PTR_ERRStephen Rothwell2010-08-062-0/+2
| * | | DNS: Make AFS go to the DNS for AFSDB records for unknown cellsWang Lei2010-08-052-10/+31
| * | | DNS: Separate out CIFS DNS Resolver codeWang Lei2010-08-0514-205/+708
| * | | cifs: account for new creduid=0x%x parameter in spnego upcall stringJeff Layton2010-08-051-0/+4
| * | | cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton2010-08-051-12/+31
| * | | CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells2010-08-055-37/+38
| * | | cifs: show features compiled in as part of DebugDataSuresh Jayaraman2010-08-051-0/+25
| * | | cifs: update READMESuresh Jayaraman2010-08-051-2/+3
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-0758-2941/+3506
|\ \ \
| * | | workqueue: mark init_workqueues() as early_initcall()Suresh Siddha2010-08-013-4/+3
| * | | workqueue: explain for_each_*cwq_cpu() iteratorsTejun Heo2010-08-011-0/+13
| * | | fscache: fix build on !CONFIG_SYSCTLTejun Heo2010-07-241-0/+2
| * | | slow-work: kill itTejun Heo2010-07-238-1886/+0
| * | | gfs2: use workqueue instead of slow-workTejun Heo2010-07-237-49/+40
| * | | drm: use workqueue instead of slow-workTejun Heo2010-07-222-21/+11
| * | | cifs: use workqueue instead of slow-workTejun Heo2010-07-226-35/+31
| * | | fscache: drop references to slow-workTejun Heo2010-07-223-9/+0
| * | | fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-226-115/+53
| * | | fscache: convert object to use workqueue instead of slow-workTejun Heo2010-07-227-74/+158
| * | | workqueue: fix how cpu number is stored in work->dataTejun Heo2010-07-222-29/+21
| * | | workqueue: fix mayday_mask handling on UPTejun Heo2010-07-201-7/+28
| * | | workqueue: fix build problem on !CONFIG_SMPTejun Heo2010-07-201-4/+14
| * | | workqueue: fix locking in retry path of maybe_create_worker()Tejun Heo2010-07-141-5/+3
| * | | async: use workqueue for worker poolTejun Heo2010-07-141-119/+22
| * | | workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo2010-07-022-86/+21
| * | | workqueue: implement unbound workqueueTejun Heo2010-07-022-60/+173
| * | | workqueue: prepare for WQ_UNBOUND implementationTejun Heo2010-07-022-43/+50
| * | | libata: take advantage of cmwq and remove concurrency limitationsTejun Heo2010-07-026-30/+15
| * | | workqueue: fix worker management invocation without pending worksTejun Heo2010-07-021-2/+2
| * | | workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq()Tejun Heo2010-07-021-1/+1
| * | | workqueue: fix race condition in flush_workqueue()Tejun Heo2010-07-021-0/+4
| * | | workqueue: use worker_set/clr_flags() only from worker itselfTejun Heo2010-07-021-19/+28
| * | | workqueue: implement cpu intensive workqueueTejun Heo2010-06-292-1/+16
| * | | workqueue: implement high priority workqueueTejun Heo2010-06-292-6/+65
| * | | workqueue: implement several utility APIsTejun Heo2010-06-292-2/+117
| * | | workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo2010-06-292-28/+54
| * | | workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-294-53/+18
| * | | workqueue: implement concurrency managed dynamic worker poolTejun Heo2010-06-293-116/+841
| * | | workqueue: implement worker_{set|clr}_flags()Tejun Heo2010-06-291-8/+40
| * | | workqueue: use shared worklist and pool all workers per cpuTejun Heo2010-06-291-32/+99
| * | | workqueue: implement WQ_NON_REENTRANTTejun Heo2010-06-292-3/+30