| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI/cardbus: Add a fixup hook and fix powerpc | Benjamin Herrenschmidt | 2009-12-16 | 4 | -1/+22 |
* | PCI: change PCI nomenclature in drivers/pci/ (non-comment changes) | Stefan Assmann | 2009-12-16 | 4 | -6/+6 |
* | PCI: change PCI nomenclature in drivers/pci/ (comment changes) | Stefan Assmann | 2009-12-16 | 10 | -20/+20 |
* | PCI: fix section mismatch on update_res() | Jiri Slaby | 2009-12-16 | 1 | -1/+1 |
* | PCI: add Intel 82599 Virtual Function specific reset method | Dexuan Cui | 2009-12-16 | 1 | -0/+22 |
* | PCI: add Intel USB specific reset method | Dexuan Cui | 2009-12-16 | 1 | -0/+24 |
* | PCI: support device-specific reset methods | Dexuan Cui | 2009-12-16 | 3 | -0/+36 |
* | PCI: Handle case when no pci device can provide cache line size hint | Csaba Henk | 2009-12-16 | 1 | -1/+1 |
* | PCI/PM: Propagate wake-up enable for PCIe devices too | Rafael J. Wysocki | 2009-12-16 | 1 | -8/+2 |
* | vgaarbiter: fix a typo in the vgaarbiter Documentation | Detlef Riekenberg | 2009-12-16 | 1 | -1/+1 |
* | mfd: compile fix for twl4030 renaming | Stephen Rothwell | 2009-12-15 | 1 | -5/+5 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-12-15 | 70 | -2836/+2369 |
|\ |
|
| * | xfs: event tracing support | Christoph Hellwig | 2009-12-14 | 70 | -2592/+2151 |
| * | xfs: change the xfs_iext_insert / xfs_iext_remove | Christoph Hellwig | 2009-12-14 | 4 | -26/+38 |
| * | xfs: cleanup bmap extent state macros | Christoph Hellwig | 2009-12-14 | 2 | -222/+184 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2009-12-15 | 23 | -889/+2349 |
|\ \ |
|
| * | | dm snapshot: use merge origin if snapshot invalid | Mikulas Patocka | 2009-12-10 | 1 | -5/+4 |
| * | | dm snapshot: report merge failure in status | Mike Snitzer | 2009-12-10 | 1 | -2/+28 |
| * | | dm snapshot: merge consecutive chunks together | Mike Snitzer | 2009-12-10 | 1 | -10/+21 |
| * | | dm snapshot: trigger exceptions in remaining snapshots during merge | Mikulas Patocka | 2009-12-10 | 1 | -0/+83 |
| * | | dm snapshot: delay merging a chunk until writes to it complete | Mikulas Patocka | 2009-12-10 | 1 | -1/+5 |
| * | | dm snapshot: queue writes to chunks being merged | Mikulas Patocka | 2009-12-10 | 1 | -13/+78 |
| * | | dm snapshot: add merging | Mikulas Patocka | 2009-12-10 | 2 | -6/+244 |
| * | | dm snapshot: permit only one merge at once | Mikulas Patocka | 2009-12-10 | 1 | -6/+27 |
| * | | dm snapshot: support barriers in snapshot merge target | Mike Snitzer | 2009-12-10 | 1 | -3/+18 |
| * | | dm snapshot: avoid allocating exceptions in merge | Mikulas Patocka | 2009-12-10 | 1 | -1/+56 |
| * | | dm snapshot: rework writing to origin | Mikulas Patocka | 2009-12-10 | 1 | -106/+49 |
| * | | dm snapshot: add merge target | Mikulas Patocka | 2009-12-10 | 2 | -17/+96 |
| * | | dm exception store: add merge specific methods | Mikulas Patocka | 2009-12-10 | 2 | -2/+129 |
| * | | dm snapshot: create function for chunk_is_tracked wait | Mike Snitzer | 2009-12-10 | 1 | -6/+12 |
| * | | dm snapshot: make bio optional in __origin_write | Mikulas Patocka | 2009-12-10 | 1 | -5/+18 |
| * | | dm mpath: reject messages when device is suspended | Kiyoshi Ueda | 2009-12-10 | 1 | -0/+5 |
| * | | dm: export suspended state to targets | Kiyoshi Ueda | 2009-12-10 | 2 | -0/+12 |
| * | | dm: rename dm_suspended to dm_suspended_md | Kiyoshi Ueda | 2009-12-10 | 5 | -12/+16 |
| * | | dm: swap target postsuspend call and setting suspended flag | Kiyoshi Ueda | 2009-12-10 | 1 | -2/+2 |
| * | | dm crypt: add plain64 iv | Milan Broz | 2009-12-10 | 1 | -0/+18 |
| * | | dm: trace request based remapping | Jun'ichi Nomura | 2009-12-10 | 1 | -0/+2 |
| * | | dm snapshot: allow live exception store handover between tables | Mike Snitzer | 2009-12-10 | 1 | -27/+236 |
| * | | dm: keep old table until after resume succeeded | Alasdair G Kergon | 2009-12-10 | 3 | -22/+26 |
| * | | dm: bind new table before destroying old | Alasdair G Kergon | 2009-12-10 | 2 | -5/+14 |
| * | | dm ioctl: retrieve status from inactive table | Mike Snitzer | 2009-12-10 | 2 | -16/+67 |
| * | | dm io: handle empty barriers | Mikulas Patocka | 2009-12-10 | 1 | -3/+7 |
| * | | dm mpath: prevent io from work queue while suspended | Mike Anderson | 2009-12-10 | 1 | -0/+12 |
| * | | dm mpath: add mutex to synchronize adding and flushing work | Mike Anderson | 2009-12-10 | 1 | -21/+38 |
| * | | dm ioctl: forbid messages to devices being deleted | Mike Anderson | 2009-12-10 | 1 | -0/+6 |
| * | | dm: add dm_deleting_md function | Mike Anderson | 2009-12-10 | 2 | -2/+12 |
| * | | dm mpath: flush workqueues before suspend completes | Kiyoshi Ueda | 2009-12-10 | 1 | -4/+15 |
| * | | dm: rename dm_get_table to dm_get_live_table | Alasdair G Kergon | 2009-12-10 | 3 | -20/+20 |
| * | | dm: add request based barrier support | Kiyoshi Ueda | 2009-12-10 | 1 | -18/+196 |
| * | | dm: move dm_end_request | Kiyoshi Ueda | 2009-12-10 | 1 | -31/+31 |