summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-08-0719-206/+208
|\
| * ext3: Fix dirtying of journalled buffers in data=journal modeJan Kara2010-08-051-1/+17
| * ext3: default to ordered modeDave Chinner2010-07-231-0/+1
| * quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara2010-07-232-6/+6
| * quota: Change quota error message to print out disk and function nameJiaying Zhang2010-07-216-70/+80
| * MAINTAINERS: Update entries of ext2 and ext3Jan Kara2010-07-211-0/+2
| * MAINTAINERS: Update address of Andreas DilgerAndreas Dilger2010-07-211-2/+2
| * ext3: Avoid filesystem corruption after a crash under heavy delete loadJan Kara2010-07-211-21/+25
| * ext3: remove vestiges of nobh supportChristoph Hellwig2010-07-213-29/+5
| * ext3: Fix set but unused variablesAndi Kleen2010-07-214-20/+3
| * quota: clean up quota active checksChristoph Hellwig2010-07-212-17/+16
| * quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig2010-07-215-39/+39
| * quota: check quota reservation on remove_dquot_refDmitry Monakhov2010-07-211-1/+12
* | 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
OpenPOWER on IntegriCloud