| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'io_remap_pfn_range' of git://www.jni.nu/cris | Linus Torvalds | 2010-08-12 | 1 | -0/+3 |
|\ |
|
| * | CRIS: Define io_remap_pfn_range as remap_pfn_range | Jesper Nilsson | 2010-08-12 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2010-08-12 | 20 | -386/+822 |
|\ \ |
|
| * | | dm mpath: support discard | Mike Snitzer | 2010-08-12 | 1 | -0/+10 |
| * | | dm stripe: support discards | Mikulas Patocka | 2010-08-12 | 1 | -0/+39 |
| * | | dm: split discard requests on target boundaries | Mike Snitzer | 2010-08-12 | 1 | -24/+23 |
| * | | dm stripe: optimize sector division | Mikulas Patocka | 2010-08-12 | 1 | -5/+18 |
| * | | dm stripe: move sector translation to a function | Mikulas Patocka | 2010-08-12 | 1 | -7/+14 |
| * | | dm: error return error for discards | Mike Snitzer | 2010-08-12 | 1 | -0/+5 |
| * | | dm delay: support discard | Mike Snitzer | 2010-08-12 | 1 | -0/+1 |
| * | | dm: zero silently drop discards | Mike Snitzer | 2010-08-12 | 1 | -0/+5 |
| * | | dm: use dm_target_offset macro | Alasdair G Kergon | 2010-08-12 | 5 | -8/+7 |
| * | | dm: factor out max_io_len_target_boundary | Mike Snitzer | 2010-08-12 | 2 | -8/+24 |
| * | | dm: use common __issue_target_request for flush and discard support | Mike Snitzer | 2010-08-12 | 1 | -8/+22 |
| * | | dm: linear support discard | Mike Snitzer | 2010-08-12 | 5 | -12/+105 |
| * | | dm crypt: simplify crypt_ctr | Milan Broz | 2010-08-12 | 1 | -81/+104 |
| * | | dm crypt: simplify crypt_config destruction logic | Milan Broz | 2010-08-12 | 1 | -87/+93 |
| * | | dm: allow autoloading of dm mod | Peter Rajnoha | 2010-08-12 | 4 | -2/+8 |
| * | | dm: rename map_info flush_request to target_request_nr | Mike Snitzer | 2010-08-12 | 4 | -14/+16 |
| * | | dm ioctl: refactor dm_table_complete | Will Drewry | 2010-08-12 | 3 | -38/+52 |
| * | | dm snapshot: implement merge | Mikulas Patocka | 2010-08-12 | 1 | -0/+16 |
| * | | dm: do not initialise full request queue when bio based | Mike Snitzer | 2010-08-12 | 3 | -26/+79 |
| * | | dm ioctl: make bio or request based device type immutable | Mike Snitzer | 2010-08-12 | 4 | -9/+52 |
| * | | dm: skip second flush on bio unsupported error | Mikulas Patocka | 2010-08-12 | 1 | -2/+13 |
| * | | dm snapshot: persistent use define for disk header chunk size | Tomohiro Kusumi | 2010-08-12 | 1 | -3/+3 |
| * | | dm crypt: use kstrdup | Julia Lawall | 2010-08-12 | 1 | -2/+1 |
| * | | dm ioctl: use nonseekable_open | Arnd Bergmann | 2010-08-12 | 1 | -0/+1 |
| * | | dm: separate device deletion from dm_put | Kiyoshi Ueda | 2010-08-12 | 3 | -20/+62 |
| * | | dm ioctl: release _hash_lock between devices in remove_all | Kiyoshi Ueda | 2010-08-12 | 1 | -19/+25 |
| * | | dm: prevent access to md being deleted | Kiyoshi Ueda | 2010-08-12 | 1 | -0/+1 |
| * | | dm ioctl: return uevent flag after rename | Peter Rajnoha | 2010-08-12 | 1 | -17/+24 |
| * | | dm ioctl: make __dev_status void | Alasdair G Kergon | 2010-08-12 | 1 | -36/+31 |
| * | | dm ioctl: remove __dev_status from geometry and target message | Peter Rajnoha | 2010-08-12 | 1 | -6/+0 |
| * | | dm snapshot: test chunk size against both origin and snapshot | Mikulas Patocka | 2010-08-12 | 3 | -17/+26 |
| * | | dm snapshot: iterate origin and cow devices | Mikulas Patocka | 2010-08-12 | 1 | -1/+7 |
| * | | dm mpath: fix NULL pointer dereference when path parameters missing | Alasdair G Kergon | 2010-08-12 | 1 | -0/+1 |
* | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2010-08-12 | 9 | -58/+299 |
|\ \ \ |
|
| * | | | hugetlb: add missing unlock in avoidcopy path in hugetlb_cow() | Naoya Horiguchi | 2010-08-11 | 1 | -1/+3 |
| * | | | hwpoison: rename CONFIG | Naoya Horiguchi | 2010-08-11 | 2 | -4/+4 |
| * | | | HWPOISON, hugetlb: support hwpoison injection for hugepage | Naoya Horiguchi | 2010-08-11 | 2 | -6/+11 |
| * | | | HWPOISON, hugetlb: detect hwpoison in hugetlb code | Naoya Horiguchi | 2010-08-11 | 1 | -0/+40 |
| * | | | HWPOISON, hugetlb: isolate corrupted hugepage | Naoya Horiguchi | 2010-08-11 | 3 | -8/+38 |
| * | | | HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error | Naoya Horiguchi | 2010-08-11 | 1 | -5/+10 |
| * | | | HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage | Naoya Horiguchi | 2010-08-11 | 1 | -0/+38 |
| * | | | HWPOISON, hugetlb: enable error handling path for hugepage | Naoya Horiguchi | 2010-08-11 | 1 | -17/+22 |
| * | | | hugetlb, rmap: add reverse mapping for hugepage | Naoya Horiguchi | 2010-08-11 | 6 | -12/+114 |
| * | | | hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h | Naoya Horiguchi | 2010-08-11 | 3 | -10/+24 |
* | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2010-08-12 | 13 | -129/+125 |
|\ \ \ \ |
|
| * | | | | Further tidyup of raid6 naming in lib/raid6 | NeilBrown | 2010-08-11 | 6 | -11/+11 |
| * | | | | Make lib/raid6/test build correctly. | NeilBrown | 2010-08-11 | 2 | -1/+3 |