summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2012-07-31rbd: set image size when header is updatedJosh Durgin
2012-07-31rbd: expose the correct size of the device in sysfsJosh Durgin
2012-07-31rbd: only reset capacity when pointing to headJosh Durgin
2012-07-31rbd: return errors for mapped but deleted snapshotJosh Durgin
2012-07-30rbd: kill num_reply parametersAlex Elder
2012-07-30rbd: option symbol renamesAlex Elder
2012-07-30rbd: more symbol renamesAlex Elder
2012-07-30rbd: rename some fields in struct rbd_devAlex Elder
2012-07-30rbd: use rbd_dev consistentlyAlex Elder
2012-07-30rbd: dynamically allocate snapshot nameAlex Elder
2012-07-30rbd: dynamically allocate image nameAlex Elder
2012-07-30rbd: dynamically allocate image header nameAlex Elder
2012-07-30rbd: dynamically allocate object prefixAlex Elder
2012-07-30rbd: dynamically allocate pool nameAlex Elder
2012-07-30rbd: create pool_id device attributeAlex Elder
2012-07-30rbd: rename rbd_dev->block_nameAlex Elder
2012-07-30rbd: define dup_token()Alex Elder
2012-07-30rbd: drop a useless local variableAlex Elder
2012-06-15Merge tag 'v3.5-rc1'Sage Weil
2012-06-06rbd: endian bug in rbd_req_cb()Dan Carpenter
2012-06-06rbd: Fix ceph_snap_context size calculationYan, Zheng
2012-05-31mtip32xx: Changes to sysfs entriesAsai Thambi S P
2012-05-31mtip32xx: Convert macro definitions for flag bits to enumAsai Thambi S P
2012-05-31mtip32xx: minor performance tweakAsai Thambi S P
2012-05-31mtip32xx: Fix to support more than one sector in exec_drive_command()Asai Thambi S P
2012-05-31mtip32xx: Use plain spinlock for 'cmd_issue_lock'Asai Thambi S P
2012-05-31mtip32xx: Set block queue boundary variablesAsai Thambi S P
2012-05-31mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commandsAsai Thambi S P
2012-05-31mtip32xx: Change HDIO_GET_IDENTITY to return stored dataAsai Thambi S P
2012-05-31mtip32xx: Set custom timeouts for PIO commandsAsai Thambi S P
2012-05-31mtip32xx: fix clearing an incorrect register in mtip_init_portAsai Thambi S P
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds
2012-05-30Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-05-22Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-22virtio_blk: Drop unused request tracking listAsias He
2012-05-22virtio-blk: Fix hot-unplug race in remove methodAsias He
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-05-18Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.5/driversJens Axboe
2012-05-18Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2012-05-18floppy: remove floppy-specific O_EXCL handlingJiri Kosina
2012-05-18floppy: convert to delayed work and single-thread wqJiri Kosina
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-14rbd: rename __rbd_update_snaps to __rbd_refresh_headerJosh Durgin
2012-05-14rbd: fix snapshot size typeJosh Durgin
2012-05-14rbd: remove conditional snapid parametersJosh Durgin
2012-05-14rbd: store snapshot id instead of indexJosh Durgin
2012-05-14rbd: protect read of snapshot sequence numberJosh Durgin
2012-05-14rbd: fix integer overflow in rbd_header_from_disk()Xi Wang
2012-05-14rbd: use gfp_flags parameter in rbd_header_from_disk()Dan Carpenter