summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | rbd: expose the correct size of the device in sysfsJosh Durgin2012-07-301-3/+8
| * | | | | rbd: only reset capacity when pointing to headJosh Durgin2012-07-301-1/+6
| * | | | | rbd: return errors for mapped but deleted snapshotJosh Durgin2012-07-301-2/+30
| * | | | | rbd: kill num_reply parametersAlex Elder2012-07-301-13/+6
| * | | | | rbd: option symbol renamesAlex Elder2012-07-301-22/+22
| * | | | | rbd: more symbol renamesAlex Elder2012-07-301-26/+27
| * | | | | rbd: rename some fields in struct rbd_devAlex Elder2012-07-301-27/+28
| * | | | | rbd: use rbd_dev consistentlyAlex Elder2012-07-301-61/+64
| * | | | | rbd: dynamically allocate snapshot nameAlex Elder2012-07-301-10/+16
| * | | | | rbd: dynamically allocate image nameAlex Elder2012-07-302-16/+13
| * | | | | rbd: dynamically allocate image header nameAlex Elder2012-07-301-11/+20
| * | | | | rbd: dynamically allocate object prefixAlex Elder2012-07-301-8/+26
| * | | | | rbd: dynamically allocate pool nameAlex Elder2012-07-301-8/+19
| * | | | | rbd: create pool_id device attributeAlex Elder2012-07-301-4/+14
| * | | | | rbd: rename rbd_dev->block_nameAlex Elder2012-07-301-6/+6
| * | | | | rbd: define dup_token()Alex Elder2012-07-301-0/+36
| * | | | | rbd: drop a useless local variableAlex Elder2012-07-301-2/+1
| * | | | | Merge tag 'v3.5-rc1'Sage Weil2012-06-1532-1920/+2026
| |\ \ \ \ \ | | |/ / / /
| * | | | | rbd: endian bug in rbd_req_cb()Dan Carpenter2012-06-061-1/+1
| * | | | | rbd: Fix ceph_snap_context size calculationYan, Zheng2012-06-061-1/+1
* | | | | | virtio-blk: allow toggling host cache between writeback and writethroughPaolo Bonzini2012-07-301-3/+87
* | | | | | virtio-blk: Use block layer provided spinlockAsias He2012-07-301-6/+3
* | | | | | virtio-blk: Reset device after blk_cleanup_queue()Asias He2012-07-301-11/+1
* | | | | | virtio-blk: Call del_gendisk() before disable guest kickAsias He2012-07-301-2/+2
* | | | | | Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-221-6/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'pm-drivers'Rafael J. Wysocki2012-07-191-6/+7
| |\ \ \ \ \
| | * | | | | mg_disk: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-061-6/+7
| | | |/ / / | | |/| | |
* | | | | | rbd: endian bug in rbd_req_cb()Dan Carpenter2012-07-171-1/+1
* | | | | | rbd: Fix ceph_snap_context size calculationYan, Zheng2012-07-171-1/+1
|/ / / / /
* | | | | blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo2012-07-141-5/+3
* | | | | floppy: cancel any pending fd_timeouts before adding a new oneLinus Torvalds2012-07-031-0/+1
| |_|/ / |/| | |
* | | | Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linusJens Axboe2012-06-132-26/+51
|\ \ \ \
| * | | | drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg2012-06-121-23/+36
| * | | | drbd: fix list corruption by failing but already aborted readsLars Ellenberg2012-06-121-1/+6
| * | | | drbd: fix access of unallocated pages and kernel panicLars Ellenberg2012-06-121-2/+9
* | | | | Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2012-06-132-12/+48
|\ \ \ \ \
| * | | | | xen/blkfront: Add WARN to deal with misbehaving backends.Konrad Rzeszutek Wilk2012-06-121-12/+46
| * | | | | xen/blkback: Copy id field when doing BLKIF_DISCARD.Konrad Rzeszutek Wilk2012-05-301-0/+2
* | | | | | umem: fix up unpluggingTao Guo2012-06-131-0/+40
* | | | | | mtip32xx: Create debugfs entries for troubleshootingAsai Thambi S P2012-06-052-1/+165
* | | | | | mtip32xx: Remove 'registers' and 'flags' from sysfsAsai Thambi S P2012-06-051-91/+1
* | | | | | mtip32xx: Remove version.h header file inclusionSachin Kamat2012-06-041-1/+0
| |_|/ / / |/| | | |
* | | | | mtip32xx: Changes to sysfs entriesAsai Thambi S P2012-05-311-19/+57
* | | | | mtip32xx: Convert macro definitions for flag bits to enumAsai Thambi S P2012-05-311-23/+25
* | | | | mtip32xx: minor performance tweakAsai Thambi S P2012-05-311-0/+2
* | | | | mtip32xx: Fix to support more than one sector in exec_drive_command()Asai Thambi S P2012-05-311-16/+44
* | | | | mtip32xx: Use plain spinlock for 'cmd_issue_lock'Asai Thambi S P2012-05-311-4/+2
* | | | | mtip32xx: Set block queue boundary variablesAsai Thambi S P2012-05-311-0/+3
* | | | | mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commandsAsai Thambi S P2012-05-311-30/+30
* | | | | mtip32xx: Change HDIO_GET_IDENTITY to return stored dataAsai Thambi S P2012-05-311-6/+5
OpenPOWER on IntegriCloud