summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Linux 3.1-rc1v3.1-rc1Linus Torvalds2011-08-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-071-2/+4
|\
| * sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller2011-08-061-2/+4
* | sh: Fix boot crash related to SCIRafael J. Wysocki2011-08-071-1/+1
* | arm: remove stale export of 'sha_transform'Linus Torvalds2011-08-071-3/+0
* | arm: remove "optimized" SHA1 routinesLinus Torvalds2011-08-072-212/+1
* | fix rcu annotations noise in cred.hAl Viro2011-08-071-5/+6
* | vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds2011-08-071-2/+2
* | Fix POSIX ACL permission checkAri Savolainen2011-08-071-1/+1
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-069-504/+617
|\ \
| * | ore: Make ore its own moduleBoaz Harrosh2011-08-063-1/+23
| * | exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-066-255/+295
| * | exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-064-183/+218
| * | exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-064-73/+79
| * | exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh2011-08-063-16/+38
| * | exofs: Fix truncate for the raid-groups caseBoaz Harrosh2011-08-041-20/+53
| * | exofs: Small cleanup of exofs_fill_superBoaz Harrosh2011-08-041-4/+2
| * | exofs: BUG: Avoid sbi reallocBoaz Harrosh2011-08-042-24/+30