Age | Commit message (Expand) | Author | Files | Lines |
2008-12-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+3 |
2008-12-10 | pktcdvd: remove broken dev_t export of class devices | Kay Sievers | 1 | -1/+1 |
2008-12-04 | [PATCH] fix bogus argument of blkdev_put() in pktcdvd | Al Viro | 1 | -2/+2 |
2008-12-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -11/+12 |
2008-12-01 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 1 | -11/+12 |
2008-11-25 | aoe: remove private mac address format function | Harvey Harrison | 4 | -25/+11 |
2008-11-24 | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into merge | Paul Mackerras | 1 | -11/+12 |
2008-11-20 | cciss: fix DEBUG printk formats | Randy Dunlap | 1 | -4/+5 |
2008-11-18 | Release old elevator on change elevator | Zhaolei | 1 | -1/+7 |
2008-11-15 | Merge branch 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2 | -15/+16 |
2008-11-14 | Create/use more directory structure in the Documentation/ tree. | Randy Dunlap | 2 | -15/+16 |
2008-11-14 | xsysace: Fix driver to use resource_size_t instead of unsigned long | Yuri Tikhonov | 1 | -9/+10 |
2008-11-14 | powerpc/virtex: fix various format/casting printk mismatches | Grant Likely | 1 | -2/+2 |
2008-11-14 | ub: stub pre_reset and post_reset to fix oops | Pete Zaitcev | 1 | -2/+18 |
2008-11-07 | cciss: fix regression firmware not displayed in procfs | Mike Miller | 1 | -1/+22 |
2008-11-07 | cciss: fix sysfs broken symlink regression | Mike Miller | 1 | -0/+1 |
2008-11-07 | cpqarry: fix return value of cpqarray_init() | Andrey Borzenkov | 1 | -1/+6 |
2008-11-07 | cciss: new hardware support | Mike Miller | 1 | -0/+4 |
2008-10-30 | fs: remove prepare_write/commit_write | Nick Piggin | 1 | -3/+2 |
2008-10-21 | [PATCH] sanitize blkdev_get() and friends | Al Viro | 1 | -2/+2 |
2008-10-21 | [PATCH] pass fmode_t to blkdev_put() | Al Viro | 1 | -4/+4 |
2008-10-21 | [PATCH] kill the unused bsize on the send side of /dev/loop | Al Viro | 1 | -8/+7 |
2008-10-21 | [PATCH] switch z2ram | Al Viro | 1 | -6/+5 |
2008-10-21 | [PATCH] switch xyspace | Al Viro | 1 | -8/+7 |
2008-10-21 | [PATCH] switch xen | Al Viro | 1 | -10/+9 |
2008-10-21 | [PATCH] switch xd | Al Viro | 2 | -3/+3 |
2008-10-21 | [PATCH] switch virtio_blk | Al Viro | 1 | -4/+4 |
2008-10-21 | [PATCH] switch viodasd | Al Viro | 1 | -7/+7 |
2008-10-21 | [PATCH] switch ub | Al Viro | 1 | -14/+12 |
2008-10-21 | [PATCH] switch swim3 | Al Viro | 1 | -18/+18 |
2008-10-21 | [PATCH] switch pktdvdcd | Al Viro | 1 | -15/+15 |
2008-10-21 | [PATCH] switch pf | Al Viro | 1 | -13/+13 |
2008-10-21 | [PATCH] switch pd | Al Viro | 1 | -9/+9 |
2008-10-21 | [PATCH] switch pcd | Al Viro | 1 | -13/+12 |
2008-10-21 | [PATCH] switch nbd | Al Viro | 1 | -14/+14 |
2008-10-21 | [PATCH] switch loop | Al Viro | 1 | -25/+27 |
2008-10-21 | [PATCH] switch floppy | Al Viro | 1 | -25/+26 |
2008-10-21 | [PATCH] switch cpqarray | Al Viro | 1 | -16/+16 |
2008-10-21 | [PATCH] switch cciss | Al Viro | 1 | -39/+39 |
2008-10-21 | [PATCH] switch brd | Al Viro | 1 | -3/+2 |
2008-10-21 | [PATCH] switch ataflop | Al Viro | 1 | -21/+20 |
2008-10-21 | [PATCH] switch aoeblk | Al Viro | 1 | -10/+6 |
2008-10-21 | [PATCH] switch amiflop | Al Viro | 1 | -24/+26 |
2008-10-21 | [PATCH] switch DAC960 | Al Viro | 1 | -4/+4 |
2008-10-21 | [PATCH] beginning of methods conversion | Al Viro | 22 | -53/+53 |
2008-10-21 | [PATCH] introduce __blkdev_driver_ioctl() | Al Viro | 1 | -2/+2 |
2008-10-21 | [PATCH] switch pktcdvd to blkdev_driver_ioctl() | Al Viro | 1 | -10/+10 |
2008-10-21 | [PATCH] switch cdrom_{open,release,ioctl} to sane APIs | Al Viro | 1 | -3/+5 |
2008-10-21 | [PATCH] switch scsi_cmd_ioctl() to passing fmode_t | Al Viro | 3 | -4/+5 |
2008-10-21 | [PATCH] eliminate use of ->f_flags in block methods | Al Viro | 4 | -18/+11 |