summary refs log tree commit diff
AgeCommit message (Expand)Author
2012-10-11Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma
2012-10-11md/raid5: make sure to_read and to_write never go negative.NeilBrown
2012-10-11md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas
2012-10-11md/raid5: protect debug message against NULL derefernce.NeilBrown
2012-10-11md/raid5: add some missing locking in handle_failed_stripe.NeilBrown
2012-10-11MD: raid5 avoid unnecessary zero page for trimShaohua Li
2012-10-11MD: raid5 trim supportShaohua Li
2012-10-11md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma
2012-10-11md/raid1: Don't release reference to device while handling read error.NeilBrown
2012-10-11raid: replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-10-11add further __init annotations to crypto/xor.cJan Beulich
2012-10-11DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow
2012-10-11DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow
2012-10-11DM RAID: Add rebuild capability for RAID10Jonathan Brassow
2012-10-11DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow
2012-10-11MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow
2012-10-11md: avoid taking the mutex on some ioctls.NeilBrown
2012-10-11MD: change the parameter of md threadShaohua Li
2012-10-11md/raid10: submit IO from originating thread instead of md thread.NeilBrown
2012-10-11md: raid 10 supports TRIMShaohua Li
2012-10-11md: raid 1 supports TRIMShaohua Li
2012-10-11md: raid 0 supports TRIMShaohua Li
2012-10-11md: linear supports TRIMShaohua Li
2012-10-11md/linear: rcu_dereference outside read-lock sectionDenis Efremov
2012-09-28block: makes bio_split support bio without dataShaohua Li
2012-09-28scatterlist: refactor the sg_nentsMaxim Levitsky
2012-09-27scatterlist: add sg_nentsMaxim Levitsky
2012-09-27fs: fix include/percpu-rwsem.h export errorJens Axboe
2012-09-26percpu-rw-semaphore: fix documentation typosMikulas Patocka
2012-09-26fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredFengguang Wu
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka
2012-09-21block: fix request_queue->flags initializationTejun Heo
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo
2012-09-20block: ioctl to zero block rangesMartin K. Petersen
2012-09-20block: Make blkdev_issue_zeroout use WRITE SAMEMartin K. Petersen
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen
2012-09-20block: Clean up special command handling logicMartin K. Petersen
2012-09-12block/blk-tag.c: Remove useless kfreePeter Senna Tschudin
2012-09-09block: remove the duplicated setting for congestion_thresholdJaehoon Chung
2012-09-09block: reject invalid queue attribute valuesDave Reisner
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet
2012-09-09block: Consolidate bio_alloc_bioset(), bio_kmalloc()Kent Overstreet
2012-09-09block: Kill bi_destructorKent Overstreet
2012-09-09pktcdvd: Switch to bio_kmalloc()Kent Overstreet
2012-09-09block: Add bio_reset()Kent Overstreet
2012-09-09dm: Use bioset's front_pad for dm_rq_clone_bio_infoKent Overstreet
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet
2012-09-09block: Generalized bio pool freeingKent Overstreet