| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: introduce per_bio_data | Mikulas Patocka | 2012-12-21 | 1 | -1/+10 |
* | dm: prepare to support WRITE SAME | Mike Snitzer | 2012-12-21 | 1 | -1/+29 |
* | dm: disable WRITE SAME | Mike Snitzer | 2012-12-21 | 1 | -0/+2 |
* | dm: retain table limits when swapping to new table with no devices | Mike Snitzer | 2012-09-26 | 1 | -0/+35 |
* | dm table: clear add_random unless all devices have it set | Milan Broz | 2012-09-26 | 1 | -4/+22 |
* | dm: allow targets to request flushes regardless of underlying device support | Joe Thornber | 2012-07-27 | 1 | -0/+3 |
* | dm: reject trailing characters in sccanf input | Mikulas Patocka | 2012-03-28 | 1 | -2/+4 |
* | dm table: simplify call to free_devices | Hannes Reinecke | 2012-03-28 | 1 | -2/+1 |
* | block: Introduce blk_set_stacking_limits function | Martin K. Petersen | 2012-01-11 | 1 | -3/+3 |
* | dm table: add immutable feature | Alasdair G Kergon | 2011-10-31 | 1 | -0/+21 |
* | dm table: add always writeable feature | Alasdair G Kergon | 2011-10-31 | 1 | -0/+6 |
* | dm table: add singleton feature | Alasdair G Kergon | 2011-10-31 | 1 | -0/+16 |
* | dm table: propagate non rotational flag | Mandeep Singh Baines | 2011-10-31 | 1 | -0/+30 |
* | dm crypt: always disable discard_zeroes_data | Milan Broz | 2011-09-25 | 1 | -0/+19 |
* | dm table: avoid crash if integrity profile changes | Mike Snitzer | 2011-09-25 | 1 | -6/+7 |
* | dm table: set flush capability based on underlying devices | Mike Snitzer | 2011-08-02 | 1 | -0/+43 |
* | dm table: share target argument parsing functions | Mike Snitzer | 2011-08-02 | 1 | -0/+57 |
* | dm: ignore merge_bvec for snapshots when safe | Mikulas Patocka | 2011-08-02 | 1 | -2/+1 |
* | dm table: clean dm_get_device and move exports | Mike Snitzer | 2011-08-02 | 1 | -20/+13 |
* | dm: use vzalloc | Joe Perches | 2011-08-02 | 1 | -3/+1 |
* | dm table: fix discard support | Mike Snitzer | 2011-08-02 | 1 | -8/+7 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | dm table: reject devices without request fns | Milan Broz | 2011-05-29 | 1 | -0/+17 |
* | dm table: allow targets to support discards internally | Mike Snitzer | 2011-05-29 | 1 | -1/+5 |
* | dm: improve block integrity support | Mike Snitzer | 2011-04-05 | 1 | -34/+80 |
* | block: Require subsystems to explicitly allocate bio_set integrity mempool | Martin K. Petersen | 2011-03-17 | 1 | -2/+5 |
* | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 1 | -24/+0 |
* | block: restore multiple bd_link_disk_holder() support | Tejun Heo | 2011-01-14 | 1 | -0/+1 |
* | dm: per target unplug callback support | NeilBrown | 2011-01-13 | 1 | -0/+5 |
* | dm: introduce target callbacks and congestion callback | NeilBrown | 2011-01-13 | 1 | -0/+14 |
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-13 | 1 | -9/+11 |
|\ |
|
| * | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 2010-11-13 | 1 | -1/+1 |
| * | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 2010-11-13 | 1 | -12/+3 |
| * | block: simplify holder symlink handling | Tejun Heo | 2010-11-13 | 1 | -6/+17 |
* | | block: max hardware sectors limit wrapper | Mike Snitzer | 2010-12-17 | 1 | -3/+2 |
* | | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead | Martin K. Petersen | 2010-12-17 | 1 | -5/+0 |
|/ |
|
* | Consolidate min_not_zero | Martin K. Petersen | 2010-09-10 | 1 | -5/+0 |
* | dm: linear support discard | Mike Snitzer | 2010-08-12 | 1 | -0/+44 |
* | dm ioctl: refactor dm_table_complete | Will Drewry | 2010-08-12 | 1 | -3/+52 |
* | dm table: remove unused dm_get_device range parameters | Nikanth Karthikesan | 2010-03-06 | 1 | -6/+4 |
* | dm table: remove dm_get from dm_table_get_md | Kiyoshi Ueda | 2010-03-06 | 1 | -2/+0 |
* | DM: Fix device mapper topology stacking | Martin K. Petersen | 2010-01-11 | 1 | -15/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2009-12-15 | 1 | -0/+3 |
|\ |
|
| * | dm: bind new table before destroying old | Alasdair G Kergon | 2009-12-10 | 1 | -0/+3 |
* | | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 2009-12-15 | 1 | -4/+2 |
|/ |
|
* | dm stripe: expose correct io hints | Mike Snitzer | 2009-09-04 | 1 | -0/+4 |
* | dm table: add more context to terse warning messages | Mike Snitzer | 2009-09-04 | 1 | -7/+18 |
* | dm table: fix queue_limit checking device iterator | Mikulas Patocka | 2009-09-04 | 1 | -11/+11 |
* | dm table: pass correct dev area size to device_area_is_valid | Mike Snitzer | 2009-07-23 | 1 | -5/+5 |
* | dm: remove queue next_ordered workaround for barriers | Mike Snitzer | 2009-07-23 | 1 | -5/+0 |