Commit Graph

831 Commits (e272ae088fccf0e98ee0042392bd52a3455f28bd)

Author SHA1 Message Date
Geert Uytterhoeven e945b568e2 m68k: Return -ENODEV if no device is found 17 years ago
Adrian Bunk 72a3d651b2 hd.c: remove the #include <linux/mc146818rtc.h> 17 years ago
Adrian Bunk f327c1c33f update the BLK_DEV_HD help text 17 years ago
Adrian Bunk 453ea3ed0b move ide/legacy/hd.c to drivers/block/ 17 years ago
FUJITA Tomonori d79c5a670d block: convert pd_special_command to use blk_execute_rq 17 years ago
Mike Miller 491539982a cciss: read config to obtain max outstanding commands per controller 17 years ago
Stephen M. Cameron 77b96bd7e5 cciss: fix regression that no device nodes are created if no logical drives are configured. 17 years ago
Christophe Jaillet 7c0c0b5b19 drivers/block/pktcdvd.c: avoid useless memset 17 years ago
Alan Cox 2610324fca DAC960: push down BKL 17 years ago
Alan Cox 5b6155ee70 pktcdvd: push BKL down into driver 17 years ago
Alan Cox be1fd70fea paride: push ioctl down into driver 17 years ago
Harvey Harrison 823ed72e8f block: use get_unaligned_* helpers 17 years ago
Alasdair G Kergon cc371e66e3 Add bvec_merge_data to handle stacked devices and ->merge_bvec() 17 years ago
Ian Campbell a144ff09bc xen: Avoid allocations causing swap activity on the resume path 17 years ago
Jan Beulich 5a60d0cd4f xen/blkfront: add __exit to module_exit() handlers 17 years ago
Wim Colgate 04c0635058 xen/blkfront: Make sure that the device is fully ready before allowing release. 17 years ago
Christian Limpach 440a01a7f4 xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront. 17 years ago
Ian Campbell 1c91fe1a0d xen/blkfront: Make sure we don't use bounce buffers, we don't need them. 17 years ago
Jonathan Corbet ea2959a297 paride: cdev lock_kernel() pushdown 17 years ago
Jonathan Corbet 579174a55f AoE: cdev lock_kernel() pushdown 17 years ago
Mike Miller 24aac480e7 cciss: add new hardware support 17 years ago
Nick Piggin efedf51c86 Add 'rd' alias to new brd ramdisk driver 17 years ago
Christian Borntraeger 3ef5360954 virtio_blk: allow read-only disks 17 years ago
Chris Lalancette ac9d463afb Fix crash in virtio_blk during modprobe ; rmmod ; modprobe 17 years ago
Marcin Krol 53978d0a7a brd: don't show ramdisks in /proc/partitions 17 years ago
Stephen Rothwell 8962cadbe7 [POWERPC] iSeries: Remove unused mail address 17 years ago
Geert Uytterhoeven fd5b462f0b m68k: Return -ENODEV if no device is found 17 years ago
Jens Axboe 28f13702f0 block: avoid duplicate calls to get_part() in disk stat code 17 years ago
Pete Zaitcev 9029b174ba ub: Cosmetics 17 years ago
Pete Zaitcev 0da13c8c3d ub: Ignore bad residue 17 years ago
Pete Zaitcev 82fe26ba7a ub: Tune retries 17 years ago
Pete Zaitcev 2c51ae70ed ub: Fix timeouts 17 years ago
Ryan Harper 48e4043d45 virtio: add virtio disk geometry feature 17 years ago
Rusty Russell c45a6816c1 virtio: explicit advertisement of driver features 17 years ago
Rusty Russell 72e61eb40b virtio: change config to guest endian. 17 years ago
Marcelo Tosatti 2e895e4c23 virtio-blk: fix remove oops 17 years ago
Rusty Russell cb38fa23c1 virtio: de-structify virtio_block status byte 17 years ago
Denis V. Lunev 3dfcf9c4bf cciss: assign PDE->data before gluing PDE into /proc tree 17 years ago
Laurent Vivier d7853d1f89 brd: modify ramdisk device to be able to manage partitions 17 years ago
Harvey Harrison f885f8d127 drivers/block: use get_unaligned_* helpers 17 years ago
Hirofumi Nakagawa 801678c5a3 Remove duplicated unlikely() in IS_ERR() 17 years ago
Adrian Bunk 0302190411 remove aoedev_isbusy() 17 years ago
Laurent Vivier d71a6d7332 NBD: add partition support 17 years ago
Laurent Vivier 48cf6061b3 NBD: allow nbd to be used locally 17 years ago
Denis V. Lunev c7705f3449 drivers: use non-racy method for proc entries creation (2) 17 years ago
Alexey Dobriyan 928b4d8c89 proc: remove proc_root_driver 17 years ago
Harvey Harrison afe42d7dea xen: make blkif_getgeo static 17 years ago
Jon Schindler 7afea3bcb1 drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exit 17 years ago
FUJITA Tomonori 4f54eec831 block: use blk_rq_init() to initialize the request 17 years ago
FUJITA Tomonori 992b5bceee block: no need to initialize rq->cmd with blk_get_request 17 years ago