| Commit message (Expand) | Author | Age |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-19 |
* | lguest: the block driver | Rusty Russell | 2007-07-19 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-07-18 |
|\ |
|
| * | [SPARC64]: Simplify VDC device probing. | David S. Miller | 2007-07-18 |
* | | xen: add virtual block device driver. | Jeremy Fitzhardinge | 2007-07-18 |
|/ |
|
* | unregister_blkdev(): delete redundant message | Akinobu Mita | 2007-07-17 |
* | unregister_blkdev() delete redundant messages in callers | Akinobu Mita | 2007-07-17 |
* | Add support for Xilinx SystemACE CompactFlash interface | Grant Likely | 2007-07-17 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2007-07-16 |
|\ |
|
| * | Merge branch 'for-2.6.23' into merge | Paul Mackerras | 2007-07-10 |
| |\ |
|
| | * | [POWERPC] Fix viodasd geometry calculations | Stephen Rothwell | 2007-07-10 |
* | | | Fix too few arguments to function `scsi_cmd_ioctl' | S.Çağlar Onur | 2007-07-16 |
* | | | Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-07-16 |
|\ \ \ |
|
| * | | | bsg: add a request_queue argument to scsi_cmd_ioctl() | FUJITA Tomonori | 2007-07-16 |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-07-16 |
|\ \ \ \ |
|
| * | | | | more ACSI removal | Adrian Bunk | 2007-07-16 |
| * | | | | umem: Fix match of pci_ids in umem driver | Neil Brown | 2007-07-16 |
| * | | | | umem: Remove references to dead CONFIG_MM_MAP_MEMORY variable | Robert P. J. Day | 2007-07-16 |
| |/ / / |
|
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-07-16 |
|\ \ \ \ |
|
| * | | | | [SPARC64]: Abstract out mdesc accesses for better MD update handling. | David S. Miller | 2007-07-16 |
| * | | | | [SPARC64]: Add Sun LDOM virtual disk driver. | David S. Miller | 2007-07-16 |
| |/ / / |
|
* | | | | nbd.c: sock_xmit: cleanup signal related code | Oleg Nesterov | 2007-07-16 |
* | | | | kcdrwd: remove unneeded flush_signals() call | Oleg Nesterov | 2007-07-16 |
* | | | | Introduce CONFIG_VIRT_TO_BUS | Stephen Rothwell | 2007-07-16 |
* | | | | drivers/block/z2ram: Remove TRUE/FALSE defines | Richard Knutsson | 2007-07-16 |
|/ / / |
|
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-15 |
|\ \ \ |
|
| * \ \ | [SCSI] Merge up to linux-2.6 head | James Bottomley | 2007-05-31 |
| |\ \ \ |
|
| * | | | | [SCSI] cciss: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-29 |
* | | | | | USB: drivers/block/ub.c: use list_for_each_entry() | Matthias Kaehlcke | 2007-07-12 |
* | | | | | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-11 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-07-10 |
|\ \ \ \ |
|
| * | | | | pipe: change the ->pin() operation to ->confirm() | Jens Axboe | 2007-07-10 |
| * | | | | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | 2007-07-10 |
| * | | | | loop: convert to using splice_direct_to_actor() instead of sendfile() | Jens Axboe | 2007-07-10 |
| | |_|/
| |/| | |
|
* | | | | Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu", | Jan Engelhardt | 2007-07-10 |
* | | | | [PATCH] fix request->cmd == INT cases | Boaz Harrosh | 2007-07-10 |
* | | | | cciss: add new controller support for P700m | Mike Miller (OS Dev | 2007-07-10 |
* | | | | [PATCH] Remove acsi.c | Jens Axboe | 2007-07-10 |
|/ / / |
|
* | / | loop: preallocate eight loop devices | Ken Chen | 2007-06-08 |
| |/
|/| |
|
* | | Off by one in floppy.c | Eric Sesterhenn / Snakebyte | 2007-05-23 |
* | | cciss: Fix pci_driver.shutdown while device is still active | Gerald Britton | 2007-05-19 |
|/ |
|
* | fix deadlock in loop.c | Al Viro | 2007-05-13 |
* | fix the dynamic allocation and probe in loop.c | Al Viro | 2007-05-12 |
* | [S390] Kconfig: use common Kconfig files for s390. | Martin Schwidefsky | 2007-05-10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-05-09 |
|\ |
|
| * | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 |
* | | fs: convert core functions to zero_user_page | Nate Diller | 2007-05-09 |
* | | nbd: check the return value of sysfs_create_file | WANG Cong | 2007-05-09 |
|/ |
|