index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
Age
Commit message (
Expand
)
Author
2011-03-22
block: fix non-atomic access to genhd inflight structures
Shaohua Li
2011-03-17
block: Require subsystems to explicitly allocate bio_set integrity mempool
Martin K. Petersen
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-01-13
dm: remove superfluous irq disablement in dm_request_fn
Kiyoshi Ueda
2011-01-13
dm: use non reentrant workqueues if equivalent
Tejun Heo
2011-01-13
dm: convert workqueues to alloc_ordered
Tejun Heo
2011-01-13
dm: remove dm_mutex after bkl conversion
Milan Broz
2011-01-13
dm: dont take i_mutex to change device size
Mike Snitzer
2011-01-07
block: trace event block fix unassigned field
Jeff Moyer
2010-11-16
block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...
Mike Snitzer
2010-10-22
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-09-10
dm: convey that all flushes are processed as empty
Mike Snitzer
2010-09-10
dm: fix locking context in queue_io()
Kiyoshi Ueda
2010-09-10
dm: relax ordering of bio-based flush implementation
Tejun Heo
2010-09-10
dm: implement REQ_FLUSH/FUA support for request-based dm
Tejun Heo
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
2010-09-10
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
2010-08-12
dm: split discard requests on target boundaries
Mike Snitzer
2010-08-12
dm: factor out max_io_len_target_boundary
Mike Snitzer
2010-08-12
dm: use common __issue_target_request for flush and discard support
Mike Snitzer
2010-08-12
dm: linear support discard
Mike Snitzer
2010-08-12
dm: rename map_info flush_request to target_request_nr
Mike Snitzer
2010-08-12
dm: do not initialise full request queue when bio based
Mike Snitzer
2010-08-12
dm ioctl: make bio or request based device type immutable
Mike Snitzer
2010-08-12
dm: skip second flush on bio unsupported error
Mikulas Patocka
2010-08-12
dm: separate device deletion from dm_put
Kiyoshi Ueda
2010-08-12
dm: prevent access to md being deleted
Kiyoshi Ueda
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
2010-08-07
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
2010-08-07
dm: stop using q->prepare_flush_fn
FUJITA Tomonori
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
2010-03-06
dm ioctl: introduce flag indicating uevent was generated
Peter Rajnoha
2010-03-06
dm: free dm_io before bio_endio not after
Mikulas Patocka
2010-03-06
dm table: remove dm_get from dm_table_get_md
Kiyoshi Ueda
2010-02-16
dm mpath: fix stall when requeueing io
Kiyoshi Ueda
2009-12-10
dm: export suspended state to targets
Kiyoshi Ueda
2009-12-10
dm: rename dm_suspended to dm_suspended_md
Kiyoshi Ueda
2009-12-10
dm: swap target postsuspend call and setting suspended flag
Kiyoshi Ueda
2009-12-10
dm: trace request based remapping
Jun'ichi Nomura
2009-12-10
dm: keep old table until after resume succeeded
Alasdair G Kergon
2009-12-10
dm: bind new table before destroying old
Alasdair G Kergon
2009-12-10
dm: add dm_deleting_md function
Mike Anderson
2009-12-10
dm: rename dm_get_table to dm_get_live_table
Alasdair G Kergon
2009-12-10
dm: add request based barrier support
Kiyoshi Ueda
2009-12-10
dm: move dm_end_request
Kiyoshi Ueda
2009-12-10
dm: refactor request based completion functions
Kiyoshi Ueda
2009-12-10
dm: use md pending for in flight IO counting
Kiyoshi Ueda
2009-12-10
dm: simplify request based suspend
Kiyoshi Ueda
[next]