| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 2 | -5/+5 |
|\ |
|
| * | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 2 | -3/+3 |
| * | trivial: add __init/__exit macros to DAC960.c | Peter Huewe | 2009-09-21 | 1 | -2/+2 |
* | | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 31 | -34/+32 |
|/ |
|
* | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 2 | -5/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-09-16 | 2 | -2/+2 |
|\ |
|
| * | debugfs: Modify default debugfs directory for debugging pktcdvd. | GeunSik Lim | 2009-09-15 | 1 | -1/+1 |
| * | driver model: constify attribute groups | David Brownell | 2009-09-15 | 1 | -1/+1 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-09-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h> | Geert Uytterhoeven | 2009-08-20 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-09-14 | 1 | -2/+7 |
|\ \ |
|
| * | | floppy: Switch driver to dev_pm_ops | Frans Pop | 2009-09-14 | 1 | -2/+7 |
* | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-14 | 6 | -23/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | aoe: end barrier bios with EOPNOTSUPP | Ed Cashin | 2009-09-14 | 1 | -0/+3 |
| * | | block: use printk_once | Marcin Slusarz | 2009-09-11 | 3 | -20/+8 |
| * | | cciss: memory leak in cciss_init_one() | Eric Dumazet | 2009-09-11 | 1 | -2/+2 |
| * | | bio: first step in sanitizing the bio->bi_rw flag testing | Jens Axboe | 2009-09-11 | 1 | -1/+1 |
* | | | writeback: add name to backing_dev_info | Jens Axboe | 2009-09-11 | 1 | -0/+1 |
|/ / |
|
* | | aoe: allocate unused request_queue for sysfs | Ed Cashin | 2009-09-09 | 3 | -4/+11 |
|/ |
|
* | mg_disk: Add missing ready status check on mg_write() | unsik Kim | 2009-07-28 | 1 | -17/+15 |
* | mg_disk: fix issue with data integrity on error in mg_write() | Bartlomiej Zolnierkiewicz | 2009-07-28 | 1 | -42/+47 |
* | mg_disk: fix reading invalid status when use polling driver | unsik Kim | 2009-07-28 | 1 | -0/+10 |
* | mg_disk: remove prohibited sleep operation | unsik Kim | 2009-07-28 | 1 | -2/+0 |
* | Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-07-22 | 3 | -3/+8 |
|\ |
|
| * | virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatch | Rakib Mullick | 2009-07-19 | 1 | -1/+6 |
| * | ataflop: adjust NULL test | Julia Lawall | 2009-07-17 | 1 | -1/+1 |
| * | z2ram: Small cleanup for z2ram.c | Zhaolei | 2009-07-15 | 1 | -1/+1 |
* | | virtio_blk: ioctl return value fix | Christoph Hellwig | 2009-07-17 | 1 | -1/+1 |
* | | virtio_blk: don't bounce highmem requests | Christoph Hellwig | 2009-07-17 | 1 | -0/+3 |
* | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 3 | -1/+2 |
* | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2009-07-10 | 3 | -0/+718 |
|\ \
| |/
|/| |
|
| * | osdblk: Adjust queue limits to lower device's limits | Boaz Harrosh | 2009-06-24 | 1 | -0/+7 |
| * | osdblk: a Linux block device for OSD objects | Jeff Garzik | 2009-06-24 | 3 | -0/+711 |
* | | Fix congestion_wait() sync/async vs read/write confusion | Jens Axboe | 2009-07-10 | 1 | -4/+6 |
* | | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 2 | -4/+5 |
* | | cciss: Ignore stale commands after reboot | Hannes Reinecke | 2009-07-03 | 2 | -2/+14 |
* | | floppy: fix lock imbalance | Jiri Slaby | 2009-06-30 | 1 | -1/+4 |
|/ |
|
* | hd: stop defining MAJOR_NR | Christoph Hellwig | 2009-06-18 | 1 | -6/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-06-16 | 3 | -8/+22 |
|\ |
|
| * | debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. | GeunSik Lim | 2009-06-15 | 1 | -1/+1 |
| * | block/ps3: remove driver_data direct access of struct device | Roel Kluin | 2009-06-15 | 2 | -32/+32 |
| * | xen block: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-15 | 1 | -7/+7 |
| * | Driver Core: aoe: add nodename for aoe devices | Kay Sievers | 2009-06-15 | 1 | -0/+7 |
| * | Driver Core: block: add nodename support for block drivers. | Kay Sievers | 2009-06-15 | 1 | -0/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-06-16 | 2 | -28/+1 |
|\ \ |
|
| * | | block: remove some includings of blktrace_api.h | Li Zefan | 2009-06-16 | 1 | -1/+0 |
| * | | mg_disk: seperate mg_disk.h again | unsik Kim | 2009-06-16 | 1 | -27/+1 |
| |/ |
|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-06-16 | 2 | -89/+97 |
|\ \
| |/
|/| |
|
| * | ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdata | Geert Uytterhoeven | 2009-06-15 | 2 | -38/+33 |
| * | block/ps3: remove driver_data direct access of struct device | Roel Kluin | 2009-06-15 | 2 | -35/+38 |