summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* blk: centralize non-request unplug handling.NeilBrown2012-07-311-29/+6
* block/nbd: micro-optimization in nbd request completionChetan Loke2012-07-311-1/+1
* Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/driversJens Axboe2012-07-3012-73/+159
|\
| * drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-07-244-8/+23
| * drbd: fix max_bio_size to be unsignedLars Ellenberg2012-07-243-15/+17
| * drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg2012-07-242-6/+12
| * drbd: fix potential access after freeLars Ellenberg2012-07-241-5/+12
| * drbd: call local-io-error handler earlyLars Ellenberg2012-07-241-3/+3
| * drbd: do not reset rs_pending_cnt too earlyLars Ellenberg2012-07-243-12/+12
| * drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg2012-07-241-0/+3
| * drbd: report congestion if we are waiting for some userland callbackLars Ellenberg2012-07-243-0/+29
| * drbd: differentiate between normal and forced detachLars Ellenberg2012-07-247-15/+42
| * drbd: cleanup, remove two unused global flagsLars Ellenberg2012-07-241-2/+0
| * rbd: endian bug in rbd_req_cb()Dan Carpenter2012-07-181-1/+1
| * rbd: Fix ceph_snap_context size calculationYan, Zheng2012-07-181-1/+1
| * blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo2012-07-151-5/+3
| * floppy: cancel any pending fd_timeouts before adding a new oneLinus Torvalds2012-07-041-0/+1
* | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2012-07-241-1/+20
|\ \ | |/ |/|
| * floppy: Run floppy initialization asynchronousAndi Kleen2012-07-041-1/+20
* | 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
* | | | mtip32xx: Set custom timeouts for PIO commandsAsai Thambi S P2012-05-311-27/+28
* | | | mtip32xx: fix clearing an incorrect register in mtip_init_portAsai Thambi S P2012-05-311-2/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2012-05-301-43/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | rbd: rename __rbd_update_snaps to __rbd_refresh_headerJosh Durgin2012-05-141-6/+6
| * | | rbd: fix snapshot size typeJosh Durgin2012-05-141-3/+3
| * | | rbd: remove conditional snapid parametersJosh Durgin2012-05-141-2/+2
| * | | rbd: store snapshot id instead of indexJosh Durgin2012-05-141-22/+5
| * | | rbd: protect read of snapshot sequence numberJosh Durgin2012-05-141-1/+3
| * | | rbd: fix integer overflow in rbd_header_from_disk()Xi Wang2012-05-141-4/+6
| * | | rbd: use gfp_flags parameter in rbd_header_from_disk()Dan Carpenter2012-05-141-2/+2
| * | | ceph: drop support for preferred_osd pgsSage Weil2012-05-081-1/+0
| * | | rbd: don't hold spinlock during messenger flushAlex Elder2012-04-051-2/+2