aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-0418-123/+638
|\
| * virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-10-311-6/+24
| * hpsa: add small delay when using PCI Power Management to reset for kumpMike Miller2011-10-211-0/+7
| * cciss: add small delay when using PCI Power Management to reset for kumpMike Miller2011-10-201-0/+7
| * Merge branch 'stable/for-jens-3.2' of git://oss.oracle.com/git/kwilk/xen into...Jens Axboe2011-10-205-66/+403
| |\
| | * xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk2011-10-171-5/+5
| | * xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk2011-10-141-1/+1
| | * xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Konrad Rzeszutek Wilk2011-10-131-2/+1
| | * xen/blkback: Report VBD_WSECT (wr_sect) properly.Konrad Rzeszutek Wilk2011-10-131-1/+1
| | * xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.Konrad Rzeszutek Wilk2011-10-133-2/+58
| | * xen-blkfront: plug device number leak in xlblk_init() error pathLaszlo Ersek2011-10-131-1/+9
| | * xen-blkfront: If no barrier or flush is supported, use invalid operation.Konrad Rzeszutek Wilk2011-10-131-1/+3
| | * xen-blkback: use kzalloc() in favor of kmalloc()+memset()Jan Beulich2011-10-131-4/+2
| | * xen-blkback: fixed indentation and commentsJoe Jin2011-10-132-3/+3
| | * xen-blkfront: fix a deadlock while handling discard responseLi Dongyang2011-10-131-2/+0
| | * xen-blkfront: Handle discard requests.Li Dongyang2011-10-131-23/+88
| | * xen-blkback: Implement discard requests ('feature-discard')Li Dongyang2011-10-133-31/+206
| | * xen-blkfront: add BLKIF_OP_DISCARD and discard request structLi Dongyang2011-10-131-0/+36
| * | drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George2011-09-211-3/+4
| * | drivers/block/loop.c: emit uevent on auto releasePhillip Susi2011-09-211-1/+1
| * | drivers/block/cpqarray.c: use pci_dev->revisionSergei Shtylyov2011-09-211-1/+1
| * | loop: always allow userspace partitions and optionally support automatic scan...Kay Sievers2011-08-232-4/+46
| * | Merge branch 'for-3.2/core' into for-3.2/driversJens Axboe2011-08-234-6/+8
| |\ \
| | * | block: add GENHD_FL_NO_PART_SCANTejun Heo2011-08-234-6/+8
| | |/
| * | loop: add discard support for loop devicesLukas Czerner2011-08-191-0/+54
| * | nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton2011-08-191-1/+1
| * | nbd: replace some printk with dev_warn() and dev_info()WANG Cong2011-08-191-6/+5
| * | nbd: lower the loglevel of an error messageWANG Cong2011-08-191-1/+1
| * | nbd: replace printk KERN_ERR with dev_err()WANG Cong2011-08-191-25/+25
| * | nbd: replace sysfs_create_file() with device_create_file()WANG Cong2011-08-191-3/+3
| * | nbd: use task_pid_nr() to get current pidWANG Cong2011-08-191-1/+1
| * | cciss: add transport mode attribute to sysJoe Handzik2011-08-082-0/+20
| * | cciss: Adds simple mode functionalityJoseph Handzik2011-08-083-11/+56
| |/
* | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-0442-621/+587
|\ \
| * | block: don't call blk_drain_queue() if elevator is not upTejun Heo2011-11-031-2/+7
| * | blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe2011-10-251-1/+1
| * | blk-throttle: Take blkcg->lock while traversing blkcg->policy_listVivek Goyal2011-10-251-14/+40
| * | blk-throttle: Free up policy node associated with deleted ruleVivek Goyal2011-10-251-0/+1
| * | block: warn if tag is greater than real_max_depth.Tao Ma2011-10-251-2/+4
| * | Merge branch 'for-linus' into for-3.2/coreJens Axboe2011-10-244-115/+26
| |\ \
| | * | block: make gendisk hold a reference to its queueTejun Heo2011-10-242-5/+16
| | * | blk-flush: move the queue kick intoJeff Moyer2011-10-242-1/+2
| | * | blk-flush: fix invalid BUG_ON in blk_insert_flushJeff Moyer2011-10-241-1/+1
| | * | loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig2011-10-172-113/+23
| * | | block: Remove the control of complete cpu from bio.Tao Ma2011-10-245-20/+5
| * | | block: fix a typo in the blk-cgroup.h fileJie Liu2011-10-241-1/+1
| * | | block: initialize the bounce pool if high memory may be added laterDavid Vrabel2011-10-201-5/+4
| * | | block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-195-29/+87
| * | | block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo2011-10-192-7/+27
| * | | block: make get_request[_wait]() fail if queue is deadTejun Heo2011-10-191-16/+38