summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-08-071-1/+33
|\
| * fuse: add retrieve requestMiklos Szeredi2010-07-121-0/+21
| * fuse: add store requestMiklos Szeredi2010-07-121-1/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-08-071-14/+51
|\ \
| * | nilfs2: reject filesystem with unsupported block sizeRyusuke Konishi2010-07-251-0/+6
| * | nilfs2: avoid rec_len overflow with 64KB block sizeRyusuke Konishi2010-07-251-0/+18
| * | nilfs2: add feature set fields to super blockRyusuke Konishi2010-07-231-1/+14
| * | nilfs2: clarify byte offset in super block formatRyusuke Konishi2010-07-231-13/+13
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2010-08-072-15/+21
|\ \ \
| * | | jbd2: Remove t_handle_lock from start_this_handle()Theodore Ts'o2010-08-041-1/+1
| * | | jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2010-08-041-1/+1
| * | | jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o2010-08-021-4/+4
| * | | direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-271-1/+2
| * | | jbd2: Remove __GFP_NOFAIL from jbd2 layerTheodore Ts'o2010-07-271-1/+3
| * | | ext4: fix potential NULL dereference while tracingTheodore Ts'o2010-07-271-8/+12
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-08-073-28/+23
|\ \ \ \
| * | | | quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara2010-07-231-5/+5
| * | | | quota: Change quota error message to print out disk and function nameJiaying Zhang2010-07-211-0/+6
| * | | | ext3: remove vestiges of nobh supportChristoph Hellwig2010-07-211-1/+0
| * | | | quota: clean up quota active checksChristoph Hellwig2010-07-211-10/+0
| * | | | quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig2010-07-211-12/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-08-072-0/+57
|\ \ \ \ \
| * | | | | DNS: Separate out CIFS DNS Resolver codeWang Lei2010-08-052-0/+57
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-078-312/+215
|\ \ \ \ \ \
| * | | | | | workqueue: mark init_workqueues() as early_initcall()Suresh Siddha2010-08-011-1/+0
| * | | | | | slow-work: kill itTejun Heo2010-07-231-163/+0
| * | | | | | drm: use workqueue instead of slow-workTejun Heo2010-07-221-2/+1
| * | | | | | fscache: drop references to slow-workTejun Heo2010-07-221-1/+0
| * | | | | | fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-221-26/+11
| * | | | | | fscache: convert object to use workqueue instead of slow-workTejun Heo2010-07-221-3/+6
| * | | | | | workqueue: fix how cpu number is stored in work->dataTejun Heo2010-07-221-6/+8
| * | | | | | workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo2010-07-021-4/+3
| * | | | | | workqueue: implement unbound workqueueTejun Heo2010-07-021-1/+14
| * | | | | | workqueue: prepare for WQ_UNBOUND implementationTejun Heo2010-07-021-3/+7
| * | | | | | libata: take advantage of cmwq and remove concurrency limitationsTejun Heo2010-07-021-0/+1
| * | | | | | workqueue: implement cpu intensive workqueueTejun Heo2010-06-291-0/+1
| * | | | | | workqueue: implement high priority workqueueTejun Heo2010-06-291-0/+1
| * | | | | | workqueue: implement several utility APIsTejun Heo2010-06-291-1/+10
| * | | | | | workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo2010-06-291-11/+29
| * | | | | | workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-291-1/+3
| * | | | | | workqueue: implement concurrency managed dynamic worker poolTejun Heo2010-06-291-3/+5
| * | | | | | workqueue: implement WQ_NON_REENTRANTTejun Heo2010-06-291-0/+1
| * | | | | | workqueue: carry cpu number in work data once execution startsTejun Heo2010-06-291-2/+5
| * | | | | | workqueue: make single thread workqueue shared worker pool friendlyTejun Heo2010-06-291-3/+3
| * | | | | | workqueue: reimplement CPU hotplugging support using trusteeTejun Heo2010-06-291-0/+2
| * | | | | | workqueue: reimplement workqueue freeze using max_activeTejun Heo2010-06-291-0/+7
| * | | | | | workqueue: implement per-cwq active work limitTejun Heo2010-06-291-9/+9
| * | | | | | workqueue: reimplement work flushing using linked worksTejun Heo2010-06-291-1/+3
| * | | | | | workqueue: reimplement workqueue flushing using color coded worksTejun Heo2010-06-291-2/+19
| * | | | | | workqueue: update cwq alignementTejun Heo2010-06-291-1/+4