Age | Commit message (Expand) | Author | Files | Lines |
2011-01-13 | dm crypt: add post iv call to iv generator | Milan Broz | 1 | -13/+35 |
2011-01-13 | dm crypt: use io thread for reads only if mempool exhausted | Milan Broz | 1 | -14/+23 |
2011-01-13 | dm crypt: scale to multiple cpus | Andi Kleen | 1 | -58/+196 |
2011-01-13 | dm crypt: simplify compatible table output | Milan Broz | 1 | -16/+12 |
2011-01-13 | dm log userspace: add version number to comms | Jonathan Brassow | 2 | -2/+5 |
2011-01-13 | dm log userspace: group clear and mark requests | Jonathan Brassow | 1 | -23/+79 |
2011-01-13 | dm log userspace: split flush queue | Jonathan Brassow | 1 | -9/+32 |
2011-01-13 | dm kcopyd: delay unplugging | Mikulas Patocka | 1 | -3/+51 |
2011-01-13 | dm log userspace: trap all failed log construction errors | Jonathan Brassow | 1 | -4/+6 |
2011-01-13 | dm crypt: set key size early | Milan Broz | 1 | -6/+7 |
2011-01-13 | dm: remove dm_mutex after bkl conversion | Milan Broz | 1 | -5/+4 |
2011-01-13 | dm raid1: support discard | Mike Snitzer | 1 | -2/+10 |
2011-01-13 | dm ioctl: allow rename to fill empty uuid | Peter Jones | 1 | -25/+78 |
2011-01-13 | dm io: remove BIO_RW_SYNCIO flag from kcopyd | Mikulas Patocka | 1 | -1/+1 |
2011-01-13 | dm mpath: disable blk_abort_queue | Mike Snitzer | 1 | -12/+0 |
2011-01-13 | dm: dont take i_mutex to change device size | Mike Snitzer | 1 | -2/+3 |
2011-01-13 | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 3 | -24/+18 |
2011-01-12 | md: fix regression with re-adding devices to arrays with no metadata | NeilBrown | 1 | -2/+3 |
2011-01-07 | block: trace event block fix unassigned field | Jeff Moyer | 1 | -1/+1 |
2010-12-20 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -11/+2 |
2010-12-17 | block: max hardware sectors limit wrapper | Mike Snitzer | 1 | -3/+2 |
2010-12-17 | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead | Martin K. Petersen | 2 | -8/+0 |
2010-12-09 | md: protect against NULL reference when waiting to start a raid10. | NeilBrown | 2 | -4/+3 |
2010-12-09 | md: fix bug with re-adding of partially recovered device. | NeilBrown | 1 | -2/+5 |
2010-12-09 | md: fix possible deadlock in handling flush requests. | NeilBrown | 1 | -2/+4 |
2010-12-09 | md: move code in to submit_flushes. | NeilBrown | 1 | -6/+6 |
2010-12-09 | md: remove handling of flush_pending in md_submit_flush_data | NeilBrown | 1 | -6/+3 |
2010-11-27 | Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/... | Jens Axboe | 2 | -21/+15 |
2010-11-24 | md: Call blk_queue_flush() to establish flush/fua support | Darrick J. Wong | 1 | -0/+2 |
2010-11-24 | md/raid1: really fix recovery looping when single good device fails. | NeilBrown | 1 | -0/+1 |
2010-11-24 | md: fix return value of rdev_size_change() | Justin Maggard | 1 | -2/+2 |
2010-11-16 | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev... | Mike Snitzer | 1 | -2/+2 |
2010-11-13 | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 2 | -3/+3 |
2010-11-13 | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 2 | -23/+6 |
2010-11-13 | block: simplify holder symlink handling | Tejun Heo | 2 | -8/+19 |
2010-11-10 | block: read i_size with i_size_read() | Mike Snitzer | 1 | -10/+10 |
2010-10-29 | md: tidy up device searches in read_balance. | NeilBrown | 1 | -56/+36 |
2010-10-29 | md/raid1: fix some typos in comments. | NeilBrown | 1 | -3/+3 |
2010-10-29 | md/raid1: discard unused variable. | NeilBrown | 2 | -3/+0 |
2010-10-29 | md: unplug writes to external bitmaps. | NeilBrown | 1 | -1/+1 |
2010-10-28 | md: use separate bio pool for each md device. | NeilBrown | 6 | -12/+95 |
2010-10-28 | md: change type of first arg to sync_page_io. | NeilBrown | 5 | -15/+15 |
2010-10-28 | md/raid1: perform mem allocation before disabling writes during resync. | NeilBrown | 1 | -1/+1 |
2010-10-28 | md: use bio_kmalloc rather than bio_alloc when failure is acceptable. | NeilBrown | 2 | -2/+2 |
2010-10-28 | md: Fix possible deadlock with multiple mempool allocations. | NeilBrown | 2 | -65/+58 |
2010-10-28 | md: fix and update workqueue usage | Tejun Heo | 1 | -21/+43 |
2010-10-28 | md: use sector_t in bitmap_get_counter | NeilBrown | 5 | -19/+19 |
2010-10-28 | md: remove md_mutex locking. | NeilBrown | 1 | -7/+0 |
2010-10-28 | md: Fix regression with raid1 arrays without persistent metadata. | NeilBrown | 1 | -0/+2 |
2010-10-27 | workqueues: s/ON_STACK/ONSTACK/ | Andrew Morton | 1 | -1/+1 |