Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Driver core: Add section count to memory_block struct | Nathan Fontenot | 2010-10-22 | 1 | -0/+2 | |
| * | | | | | | | | | | driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_... | Robin Holt | 2010-10-22 | 1 | -0/+2 | |
| * | | | | | | | | | | kobject: Introduce kset_find_obj_hinted. | Robin Holt | 2010-10-22 | 1 | -0/+2 | |
| * | | | | | | | | | | uio: Cleanup irq handling. | Eric W. Biederman | 2010-10-22 | 1 | -1/+1 | |
| * | | | | | | | | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 2010-10-22 | 1 | -0/+7 | |
| * | | | | | | | | | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices | Kay Sievers | 2010-10-22 | 1 | -6/+0 | |
| * | | | | | | | | | | driver core: platform_bus: allow runtime override of dev_pm_ops | Kevin Hilman | 2010-10-22 | 1 | -0/+3 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-10-22 | 3 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [SCSI] st: add MTWEOFI to write filemarks without flushing drive buffer | Kai Makisara | 2010-10-08 | 1 | -0/+1 | |
| * | | | | | | | | | | [SCSI] libsas: Don't issue commands to devices that have been hot-removed | Darrick J. Wong | 2010-10-08 | 1 | -0/+1 | |
| * | | | | | | | | | | [SCSI] fc class: add fc host dev loss sysfs file | Mike Christie | 2010-10-07 | 1 | -4/+3 | |
| * | | | | | | | | | | [SCSI] fc class: add fc host default default dev loss setting | Mike Christie | 2010-09-05 | 1 | -0/+4 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2010-10-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | dlm: Fix dlm lock status block comment in dlm.h | Steven Whitehouse | 2010-09-07 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-10-22 | 3 | -30/+17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | percpu: Optimize __get_cpu_var() | Brian Gerst | 2010-09-10 | 1 | -4/+3 | |
| * | | | | | | | | | | x86, percpu: Optimize this_cpu_ptr | Brian Gerst | 2010-09-10 | 1 | -2/+7 | |
| * | | | | | | | | | | percpu: use percpu allocator on UP too | Tejun Heo | 2010-09-08 | 1 | -24/+5 | |
| * | | | | | | | | | | percpu: reduce PCPU_MIN_UNIT_SIZE to 32k | Tejun Heo | 2010-09-08 | 1 | -1/+1 | |
| * | | | | | | | | | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UP | Tejun Heo | 2010-09-08 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-10-22 | 2 | -26/+102 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | workqueue: remove in_workqueue_context() | Tejun Heo | 2010-10-19 | 1 | -4/+0 | |
| * | | | | | | | | | | | workqueue: add and use WQ_MEM_RECLAIM flag | Tejun Heo | 2010-10-11 | 1 | -5/+6 | |
| * | | | | | | | | | | | workqueue: add queue_work and activate_work trace points | Tejun Heo | 2010-10-05 | 1 | -0/+53 | |
| * | | | | | | | | | | | workqueue: prepare for more tracepoints | Tejun Heo | 2010-10-05 | 1 | -13/+19 | |
| * | | | | | | | | | | | workqueue: implement flush[_delayed]_work_sync() | Tejun Heo | 2010-09-19 | 1 | -0/+2 | |
| * | | | | | | | | | | | workqueue: cleanup flush/cancel functions | Tejun Heo | 2010-09-19 | 1 | -9/+9 | |
| * | | | | | | | | | | | workqueue: implement alloc_ordered_workqueue() | Tejun Heo | 2010-09-19 | 1 | -0/+18 | |
* | | | | | | | | | | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 5 | -106/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 | 90 | -271/+556 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2010-09-16 | 1 | -9/+5 | |
| * | | | | | | | | | | | | | block: remove the BH_Eopnotsupp flag | Christoph Hellwig | 2010-09-10 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | block: remove the BLKDEV_IFL_BARRIER flag | Christoph Hellwig | 2010-09-10 | 2 | -10/+0 | |
| * | | | | | | | | | | | | | block: remove the WRITE_BARRIER flag | Christoph Hellwig | 2010-09-10 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | block: pass gfp_mask and flags to sb_issue_discard | Christoph Hellwig | 2010-09-10 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | block: make __blk_rq_prep_clone() copy most command flags | Tejun Heo | 2010-09-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests | Tejun Heo | 2010-09-10 | 4 | -44/+17 | |
| * | | | | | | | | | | | | | block: rename barrier/ordered to flush | Tejun Heo | 2010-09-10 | 1 | -12/+12 | |
| * | | | | | | | | | | | | | block: drop barrier ordering by queue draining | Tejun Heo | 2010-09-10 | 2 | -13/+8 | |
| * | | | | | | | | | | | | | block: misc cleanups in barrier code | Tejun Heo | 2010-09-10 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | block: remove spurious uses of REQ_HARDBARRIER | Tejun Heo | 2010-09-10 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() | Tejun Heo | 2010-09-10 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | block: kill QUEUE_ORDERED_BY_TAG | Tejun Heo | 2010-09-10 | 1 | -16/+1 | |
| * | | | | | | | | | | | | | ide: remove unnecessary blk_queue_flushing() test in do_ide_request() | Tejun Heo | 2010-09-10 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 5 | -18/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | cciss: fix PCI IDs for new Smart Array controllers | Mike Miller | 2010-10-19 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | drbd: add race-breaker to drbd_go_diskless | Lars Ellenberg | 2010-10-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | dynamic_debug.h: Fix dynamic_dev_dbg() macro if CONFIG_DYNAMIC_DEBUG not set | Philipp Reisner | 2010-10-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | drbd: fix unlikely access after free and list corruption | Lars Ellenberg | 2010-10-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | drbd: Allow larger values for c-fill-target. | Philipp Reisner | 2010-10-14 | 1 | -1/+1 |