Age | Commit message (Expand) | Author | Files | Lines |
2012-07-27 | dm: introduce split_discard_requests | Mikulas Patocka | 1 | -1/+4 |
2012-07-27 | dm: support non power of two target max_io_len | Mike Snitzer | 1 | -8/+27 |
2012-03-28 | dm: clear bi_end_io on remapping failure | Hannes Reinecke | 1 | -0/+1 |
2012-01-04 | fs: move code out of buffer.c | Al Viro | 1 | -1/+0 |
2011-11-05 | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -18/+7 |
2011-11-01 | dm: export dm get md | Alasdair G Kergon | 1 | -0/+1 |
2011-11-01 | dm table: add immutable feature | Alasdair G Kergon | 1 | -0/+9 |
2011-11-01 | dm: remove superfluous smp_mb | Namhyung Kim | 1 | -1/+0 |
2011-11-01 | dm: use local printk ratelimit | Namhyung Kim | 1 | -0/+10 |
2011-09-12 | block: remove support for bio remapping from ->make_request | Christoph Hellwig | 1 | -7/+7 |
2011-09-12 | block: rename __make_request() to blk_queue_bio() | Jens Axboe | 1 | -1/+1 |
2011-09-12 | block: export __make_request | Christoph Hellwig | 1 | -12/+1 |
2011-08-02 | dm table: set flush capability based on underlying devices | Mike Snitzer | 1 | -1/+0 |
2011-08-02 | dm: ignore merge_bvec for snapshots when safe | Mikulas Patocka | 1 | -0/+61 |
2011-08-02 | dm table: fix discard support | Mike Snitzer | 1 | -1/+2 |
2011-08-02 | dm: fix idr leak on module removal | Alasdair G Kergon | 1 | -2/+8 |
2011-03-22 | block: fix non-atomic access to genhd inflight structures | Shaohua Li | 1 | -3/+4 |
2011-03-17 | block: Require subsystems to explicitly allocate bio_set integrity mempool | Martin K. Petersen | 1 | -3/+9 |
2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -28/+5 |
2011-01-13 | dm: remove superfluous irq disablement in dm_request_fn | Kiyoshi Ueda | 1 | -2/+4 |
2011-01-13 | dm: use non reentrant workqueues if equivalent | Tejun Heo | 1 | -1/+2 |
2011-01-13 | dm: convert workqueues to alloc_ordered | Tejun Heo | 1 | -1/+1 |
2011-01-13 | dm: remove dm_mutex after bkl conversion | Milan Broz | 1 | -5/+4 |
2011-01-13 | dm: dont take i_mutex to change device size | Mike Snitzer | 1 | -2/+3 |
2011-01-07 | block: trace event block fix unassigned field | Jeff Moyer | 1 | -1/+1 |
2010-11-16 | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev... | Mike Snitzer | 1 | -2/+2 |
2010-10-23 | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -317/+81 |
2010-10-05 | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -5/+5 |
2010-09-10 | dm: convey that all flushes are processed as empty | Mike Snitzer | 1 | -19/+15 |
2010-09-10 | dm: fix locking context in queue_io() | Kiyoshi Ueda | 1 | -2/+4 |
2010-09-10 | dm: relax ordering of bio-based flush implementation | Tejun Heo | 1 | -112/+45 |
2010-09-10 | dm: implement REQ_FLUSH/FUA support for request-based dm | Tejun Heo | 1 | -184/+22 |
2010-09-10 | dm: implement REQ_FLUSH/FUA support for bio-based dm | Tejun Heo | 1 | -62/+57 |
2010-09-10 | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() | Tejun Heo | 1 | -1/+1 |
2010-08-12 | dm: split discard requests on target boundaries | Mike Snitzer | 1 | -24/+23 |
2010-08-12 | dm: factor out max_io_len_target_boundary | Mike Snitzer | 1 | -8/+18 |
2010-08-12 | dm: use common __issue_target_request for flush and discard support | Mike Snitzer | 1 | -8/+22 |
2010-08-12 | dm: linear support discard | Mike Snitzer | 1 | -12/+53 |
2010-08-12 | dm: rename map_info flush_request to target_request_nr | Mike Snitzer | 1 | -9/+9 |
2010-08-12 | dm: do not initialise full request queue when bio based | Mike Snitzer | 1 | -25/+67 |
2010-08-12 | dm ioctl: make bio or request based device type immutable | Mike Snitzer | 1 | -7/+30 |
2010-08-12 | dm: skip second flush on bio unsupported error | Mikulas Patocka | 1 | -2/+13 |
2010-08-12 | dm: separate device deletion from dm_put | Kiyoshi Ueda | 1 | -16/+46 |
2010-08-12 | dm: prevent access to md being deleted | Kiyoshi Ueda | 1 | -0/+1 |
2010-08-07 | block: push down BKL into .open and .release | Arnd Bergmann | 1 | -0/+7 |
2010-08-07 | block: remove q->prepare_flush_fn completely | FUJITA Tomonori | 1 | -1/+1 |
2010-08-07 | dm: stop using q->prepare_flush_fn | FUJITA Tomonori | 1 | -14/+2 |
2010-08-07 | block: unify flags for struct bio and struct request | Christoph Hellwig | 1 | -7/+7 |
2010-08-07 | block: remove wrappers for request type/flags | Christoph Hellwig | 1 | -5/+5 |
2010-03-06 | dm ioctl: introduce flag indicating uevent was generated | Peter Rajnoha | 1 | -3/+4 |