summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xfs: remove debug assert for per-ag reference countingDave Chinner2010-10-181-2/+0
| * | | xfs: reduce the number of CIL lock round trips during commitDave Chinner2010-10-181-105/+127
| * | | xfs: eliminate some newly-reported gcc warningsPoyo VL2010-10-181-2/+2
| * | | xfs: remove the ->kill_root btree operationChristoph Hellwig2010-10-184-88/+44
| * | | xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig2010-10-181-88/+76
| * | | xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig2010-10-181-142/+61
| * | | xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner2010-10-186-9/+27
| * | | xfs: use range primitives for xfs page cache operationsDave Chinner2010-10-181-16/+15
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-2310-236/+281
|\ \ \ \
| * | | | percpu: update comments to reflect that percpu allocations are always zero-fi...Tejun Heo2010-09-101-5/+6
| * | | | percpu: Optimize __get_cpu_var()Brian Gerst2010-09-101-4/+3
| * | | | x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-102-2/+21
| * | | | percpu: clear memory allocated with the km allocatorTejun Heo2010-09-101-1/+5
| * | | | percpu: fix build breakage on s390 and cleanup build configuration testsTejun Heo2010-09-091-163/+175
| * | | | percpu: use percpu allocator on UP tooTejun Heo2010-09-086-65/+71
| * | | | percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-09-081-1/+1
| * | | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-082-0/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-2317-218/+363
|\ \ \ \ \
| * | | | | workqueue: remove in_workqueue_context()Tejun Heo2010-10-192-19/+0
| * | | | | workqueue: Clarify that schedule_on_each_cpu is synchronousTejun Heo2010-10-191-4/+6
| * | | | | memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo2010-10-191-2/+0
| * | | | | shpchp: update workqueue usageTejun Heo2010-10-184-30/+25
| * | | | | pciehp: update workqueue usageTejun Heo2010-10-184-25/+24
| * | | | | isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()Tejun Heo2010-10-171-2/+0
| * | | | | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-116-22/+31
| * | | | | workqueue: fix HIGHPRI handling in keep_working()Tejun Heo2010-10-111-1/+3
| * | | | | workqueue: add queue_work and activate_work trace pointsTejun Heo2010-10-052-0/+56
| * | | | | workqueue: prepare for more tracepointsTejun Heo2010-10-052-16/+22
| * | | | | workqueue: implement flush[_delayed]_work_sync()Tejun Heo2010-09-192-0/+58
| * | | | | workqueue: factor out start_flush_work()Tejun Heo2010-09-191-27/+37
| * | | | | workqueue: cleanup flush/cancel functionsTejun Heo2010-09-192-90/+103
| * | | | | workqueue: implement alloc_ordered_workqueue()Tejun Heo2010-09-191-0/+18
* | | | | | Merge branch 'for-2.6.37/misc' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-231-1/+1
|\ \ \ \ \ \
| * | | | | | pipe: fix failure to return error code on ->confirm()Nicolas Kaiser2010-10-211-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2380-1921/+845
|\ \ \ \ \ \
| * | | | | | xen-blkfront: disable barrier/flush write supportJens Axboe2010-10-221-0/+7
| * | | | | | Added blk-lib.c and blk-barrier.c was renamed to blk-flush.cMike Snitzer2010-10-211-1/+2
| * | | | | | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191408-13737/+17043
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-1619-71/+47
| * | | | | | aic7xxx_old: removed unused 'req' variableJens Axboe2010-09-161-1/+0
| * | | | | | block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-103-12/+2
| * | | | | | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-103-26/+2
| * | | | | | block: remove the WRITE_BARRIER flagChristoph Hellwig2010-09-101-3/+0
| * | | | | | swap: do not send discards as barriersChristoph Hellwig2010-09-101-6/+3
| * | | | | | fat: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
| * | | | | | ext4: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
| * | | | | | jbd2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-39/+4
| * | | | | | jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrierJan Kara2010-09-101-13/+16
| * | | | | | jbd: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-27/+3
| * | | | | | nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-102-14/+3