summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-11DM RAID: Add rebuild capability for RAID10Jonathan Brassow2-1/+42
2012-10-11DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow1-25/+50
2012-10-11MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow2-3/+9
2012-10-11md: avoid taking the mutex on some ioctls.NeilBrown1-23/+62
2012-10-11MD: change the parameter of md threadShaohua Li6-11/+17
2012-10-11md/raid10: submit IO from originating thread instead of md thread.NeilBrown1-3/+54
2012-10-11md: raid 10 supports TRIMShaohua Li1-4/+25
2012-10-11md: raid 1 supports TRIMShaohua Li1-2/+21
2012-10-11md: raid 0 supports TRIMShaohua Li1-1/+18
2012-10-11md: linear supports TRIMShaohua Li1-0/+16
2012-10-11md/linear: rcu_dereference outside read-lock sectionDenis Efremov1-2/+7
2012-09-28block: makes bio_split support bio without dataShaohua Li1-12/+14
2012-09-28scatterlist: refactor the sg_nentsMaxim Levitsky1-5/+2
2012-09-27scatterlist: add sg_nentsMaxim Levitsky2-0/+23
2012-09-27fs: fix include/percpu-rwsem.h export errorJens Axboe1-1/+1
2012-09-26percpu-rw-semaphore: fix documentation typosMikulas Patocka1-2/+2
2012-09-26fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredFengguang Wu1-1/+1
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka4-11/+135
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka3-3/+65
2012-09-21block: fix request_queue->flags initializationTejun Heo1-1/+1
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2-5/+8
2012-09-20block: ioctl to zero block rangesMartin K. Petersen2-0/+28
2012-09-20block: Make blkdev_issue_zeroout use WRITE SAMEMartin K. Petersen1-1/+29
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen11-6/+181
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen3-20/+44
2012-09-20block: Clean up special command handling logicMartin K. Petersen7-49/+46
2012-09-12block/blk-tag.c: Remove useless kfreePeter Senna Tschudin1-4/+2
2012-09-09block: remove the duplicated setting for congestion_thresholdJaehoon Chung1-2/+0
2012-09-09block: reject invalid queue attribute valuesDave Reisner1-2/+23
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet8-46/+29
2012-09-09block: Consolidate bio_alloc_bioset(), bio_kmalloc()Kent Overstreet2-77/+49
2012-09-09block: Kill bi_destructorKent Overstreet5-48/+27
2012-09-09pktcdvd: Switch to bio_kmalloc()Kent Overstreet1-45/+7
2012-09-09block: Add bio_reset()Kent Overstreet3-6/+44
2012-09-09dm: Use bioset's front_pad for dm_rq_clone_bio_infoKent Overstreet1-28/+18
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet6-41/+26
2012-09-09block: Generalized bio pool freeingKent Overstreet8-103/+21
2012-09-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-27/+73
2012-09-06Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+10
2012-09-06Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2-2/+2
2012-09-06Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2012-09-05Merge tag 'mmc-fixes-for-3.6-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-61/+98
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi1-1/+1
2012-09-05dj: memory scribble in logi_djAlan Cox1-2/+2
2012-09-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds15-34/+68
2012-09-05Merge tag 'gpio-fixes-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+5
2012-09-05Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds7-31/+79
2012-09-05Merge tag 'fbdev-fixes-for-3.6-1' of git://github.com/schandinat/linux-2.6Linus Torvalds6-5/+19
2012-09-05Merge tag 'upstream-3.6-rc5' of git://git.infradead.org/linux-ubiLinus Torvalds1-2/+2
2012-09-05Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka1-2/+2