| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] cciss: bug fix for crash when running hpacucli | Mike Miller | 2006-04-17 | 1 | -47/+49 |
* | [PATCH] Don't pass boot parameters to argv_init[] | OGAWA Hirofumi | 2006-03-31 | 1 | -0/+1 |
* | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 2006-03-28 | 1 | -2/+3 |
* | [PATCH] drivers/block/*: use time_after() and friends | Marcelo Feitoza Parisi | 2006-03-28 | 2 | -12/+14 |
* | [PATCH] drivers/block/acsi_slm.c: size_t can't be < 0 | Alexey Dobriyan | 2006-03-28 | 1 | -2/+0 |
* | [PATCH] drivers/block/paride/pd.c: fix an off-by-one error | Adrian Bunk | 2006-03-28 | 1 | -1/+2 |
* | [PATCH] paride-pt: register_chrdev fix | Andrew Morton | 2006-03-28 | 1 | -3/+5 |
* | [PATCH] paride: register_chrdev fix | Andrew Morton | 2006-03-28 | 1 | -3/+5 |
* | [PATCH] let BLK_DEV_RAM_COUNT depend on BLK_DEV_RAM | Adrian Bunk | 2006-03-28 | 1 | -1/+2 |
* | [PATCH] unused label in drivers/block/cciss. | Eric Sesterhenn | 2006-03-27 | 1 | -1/+1 |
* | [PATCH] kzalloc() conversion in drivers/block | Eric Sesterhenn | 2006-03-27 | 4 | -16/+7 |
* | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 2006-03-26 | 1 | -3/+1 |
* | [PATCH] mempool: use common mempool kmalloc allocator | Matthew Dobson | 2006-03-26 | 1 | -22/+4 |
* | [PATCH] Update documentation for BLK_DEV_INITRD to match current usage | H. Peter Anvin | 2006-03-26 | 1 | -6/+9 |
* | [PATCH] loop: potential kernel hang waiting for kthread | Herbert Poetzl | 2006-03-26 | 1 | -1/+3 |
* | [PATCH] drivers/block/floppy.c: dont free_irq() from irq context | Ingo Molnar | 2006-03-26 | 1 | -1/+22 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/aoe-2.6 | Linus Torvalds | 2006-03-25 | 7 | -120/+235 |
|\ |
|
| * | [PATCH] aoe [3/3]: update version to 22 | Ed L. Cashin | 2006-03-23 | 1 | -1/+1 |
| * | [PATCH] aoe [2/3]: don't request ATA device ID on ATA error | Ed L. Cashin | 2006-03-23 | 1 | -1/+2 |
| * | [PATCH] aoe [1/3]: support multiple AoE listeners | Ed L. Cashin | 2006-03-23 | 1 | -17/+5 |
| * | [PATCH] aoe: do not stop retransmit timer when device goes down | Ed L. Cashin | 2006-03-23 | 1 | -2/+2 |
| * | [PATCH] aoe [8/8]: update driver version number | Ed L. Cashin | 2006-03-23 | 1 | -1/+1 |
| * | [PATCH] aoe [7/8]: update driver compatibility string | Ed L. Cashin | 2006-03-23 | 1 | -1/+1 |
| * | [PATCH] aoe [6/8]: update device information on last close | Ed L. Cashin | 2006-03-23 | 1 | -1/+1 |
| * | [PATCH] aoe [5/8]: allow network interface migration on packet retransmit | Ed L. Cashin | 2006-03-23 | 1 | -0/+2 |
| * | [PATCH] aoe [4/8]: use less confusing driver name | Ed L. Cashin | 2006-03-23 | 1 | -1/+1 |
| * | [PATCH] aoe [3/8]: increase allowed outstanding packets | Ed L. Cashin | 2006-03-23 | 1 | -1/+1 |
| * | [PATCH] aoe [2/8]: support dynamic resizing of AoE devices | Ed L. Cashin | 2006-03-23 | 5 | -97/+220 |
| * | [PATCH] aoe [1/8]: zero packet data after skb allocation | Ed L. Cashin | 2006-03-23 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-25 | 4 | -7/+4 |
|\ \ |
|
| * | | BUG_ON() Conversion in drivers/block/ | Eric Sesterhenn | 2006-03-24 | 4 | -7/+4 |
* | | | [PATCH] BLK_DEV_INITRD: do not require BLK_DEV_RAM=y | Zdenek Pavlas | 2006-03-25 | 1 | -1/+0 |
* | | | [PATCH] block/floppy: fix section mismatch warnings | Sam Ravnborg | 2006-03-25 | 1 | -1/+1 |
* | | | [PATCH] Remove MODULE_PARM | Rusty Russell | 2006-03-25 | 1 | -2/+2 |
* | | | [PATCH] drivers/block/nbd.c: don't defer compile error to runtime | Adrian Bunk | 2006-03-25 | 1 | -4/+1 |
|/ / |
|
* | | [PATCH] Fix "value computed not used" warnings | Takashi Iwai | 2006-03-24 | 2 | -9/+9 |
* | | [PATCH] set_page_dirty() return value fixes | Andrew Morton | 2006-03-24 | 1 | -1/+2 |
* | | [PATCH] block: floppy98 removal, really. | Arthur Othieno | 2006-03-24 | 1 | -1/+0 |
|/ |
|
* | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 | Jens Axboe | 2006-03-23 | 1 | -0/+2 |
* | [PATCH] sem2mutex: drivers/block/nbd.c | Ingo Molnar | 2006-03-23 | 1 | -8/+8 |
* | [PATCH] sem2mutex: drivers/block/loop.c | Ingo Molnar | 2006-03-23 | 1 | -9/+9 |
* | [PATCH] sem2mutex: blockdev #2 | Arjan van de Ven | 2006-03-23 | 1 | -2/+2 |
* | [PATCH] sem2mutex: drivers/block/floppy.c | Jes Sorensen | 2006-03-23 | 1 | -8/+9 |
* | [PATCH] sem2mutex: drivers/block/pktcdvd.c | Jes Sorensen | 2006-03-23 | 1 | -13/+14 |
* | [PATCH] cciss: fix use-after-free in cciss_init_one | Patrick McHardy | 2006-03-23 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-22 | 1 | -1/+1 |
|\ |
|
| * | Fix "frist", "fisrt", typos | Uwe Zeisberger | 2006-03-22 | 1 | -1/+1 |
* | | Merge ../linux-2.6 | James Bottomley | 2006-03-21 | 4 | -241/+14 |
|\ \
| |/ |
|
| * | [PATCH] USB: ub 03 drop stall clearing | Pete Zaitcev | 2006-03-20 | 1 | -12/+1 |
| * | [PATCH] USB: ub 02 remove diag | Pete Zaitcev | 2006-03-20 | 1 | -193/+4 |