aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2010-11-05floppy: fix use-after-free in module load failure pathGravatar Linus Torvalds 1-1/+1
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+2
2010-10-28cciss: remove overlapping PCI IDsGravatar Mike Miller 1-36/+0
2010-10-28block: cciss: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-10-28drivers/block/aoe/aoeblk.c: ratelimit a warning printkGravatar Andrew Morton 1-1/+3
2010-10-28drivers/block/z2ram.c: correct printing of sector_tGravatar Geert Uytterhoeven 1-2/+4
2010-10-28aoe: don't use flush_scheduled_work()Gravatar Tejun Heo 1-3/+1
2010-10-28drivers/block/drbd/drbd_main.c: fix error pathGravatar Nicolas Kaiser 1-1/+1
2010-10-27loop: Properly clear sysfs in autoclear modeGravatar Milan Broz 1-1/+1
2010-10-26mm: strictly nested kmap_atomic()Gravatar Peter Zijlstra 1-2/+2
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-1/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 9-84/+41
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 15-1372/+2390
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2010-10-22Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...Gravatar Stefano Stabellini 1-0/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 5-1/+6
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 26-155/+178
2010-10-22USB: storage: Use USB_ prefix instead of US_ prefixGravatar Michal Nazarewicz 1-1/+1
2010-10-22xen-blkfront: disable barrier/flush write supportGravatar Jens Axboe 1-0/+7
2010-10-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-15/+2
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 4-0/+1932
2010-10-21virtio_blk: remove BKL leftoversGravatar Christoph Hellwig 1-15/+2
2010-10-20rbd: passing wrong variable to bvec_kunmap_irq()Gravatar Dan Carpenter 1-1/+1
2010-10-20rbd: null vs ERR_PTRGravatar Dan Carpenter 1-2/+2
2010-10-20block: rbd: removing unnecessary testGravatar Yehuda Sadeh 1-4/+0
2010-10-20block: rbd: fixed may leaksGravatar Vasiliy Kulikov 1-6/+8
2010-10-20rbd: introduce rados block device (rbd), based on libcephGravatar Yehuda Sadeh 4-0/+1934
2010-10-19cciss: fix PCI IDs for new Smart Array controllersGravatar Mike Miller 1-10/+12
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierGravatar Jens Axboe 5-6/+20
2010-10-18of/xsysace: Fix OF probing on little-endian systemsGravatar Michal Simek 1-1/+2
2010-10-18xenbus: prevent warnings on unhandled enumeration valuesGravatar Noboru Iwamatsu 1-0/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 5-1/+6
2010-10-15drbd: add race-breaker to drbd_go_disklessGravatar Lars Ellenberg 1-0/+3
2010-10-15drbd: use dynamic_dev_dbg to optionally log uuid changesGravatar Lars Ellenberg 1-1/+31
2010-10-14drbd: cleanup: change "<= 0" to "== 0"Gravatar Dan Carpenter 1-1/+1
2010-10-14drbd: relax the grace period of the md_sync timer againGravatar Lars Ellenberg 1-2/+2
2010-10-14drbd: add some more explicit drbd_md_syncGravatar Lars Ellenberg 1-0/+5
2010-10-14drbd: drop wrong debug asserts, fix recently introduced raceGravatar Lars Ellenberg 1-9/+19
2010-10-14drbd: cleanup useless leftover warn/error printk'sGravatar Lars Ellenberg 2-6/+1
2010-10-14drbd: add explicit drbd_md_sync to drbd_resync_finishedGravatar Lars Ellenberg 1-0/+2
2010-10-14drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTEDGravatar Philipp Reisner 1-8/+22
2010-10-14drbd: fix for possible deadlock on IO error during resyncGravatar Lars Ellenberg 2-22/+54
2010-10-14drbd: fix unlikely access after free and list corruptionGravatar Lars Ellenberg 2-0/+32
2010-10-14drbd: fix for spurious fullsync (uuids rotated too fast)Gravatar Lars Ellenberg 2-11/+36
2010-10-14drbd: allow for explicit resync-finished notificationsGravatar Lars Ellenberg 1-0/+34
2010-10-14drbd: preparation commit, using full state in receive_state()Gravatar Lars Ellenberg 1-21/+18
2010-10-14drbd: drbd_send_ack_dp must not rely on header informationGravatar Lars Ellenberg 3-8/+9
2010-10-14drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Gravatar Lars Ellenberg 1-12/+15
2010-10-14drbd: Fixed a stupid copy and paste errorGravatar Philipp Reisner 1-1/+1