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
Age
Commit message (
Expand
)
Author
2016-07-10
dm snapshot: disallow the COW and origin devices from being identical
DingXiang
2016-05-17
MD: make bio mergeable
Shaohua Li
2016-04-18
md: multipath: don't hardcopy bio in .make_request path
Ming Lei
2016-04-18
dm thin metadata: don't issue prefetches if a transaction abort has failed
Joe Thornber
2016-04-18
md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
NeilBrown
2016-04-18
bcache: fix cache_set_flush() NULL pointer dereference on OOM
Eric Wheeler
2016-04-18
bcache: cleaned up error handling around register_cache()
Eric Wheeler
2016-04-18
bcache: fix race of writeback thread starting before complete initialization
Eric Wheeler
2016-04-18
RAID5: check_reshape() shouldn't call mddev_suspend
Shaohua Li
2016-04-18
md/raid5: Compare apples to apples (or sectors to sectors)
Jes Sorensen
2016-04-18
dm: fix excessive dm-mq context switching
Mike Snitzer
2016-03-07
dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
Mike Snitzer
2016-02-03
dm snapshot: fix hung bios when copy error occurs
Mikulas Patocka
2016-02-01
bcache: Change refill_dirty() to always scan entire disk if necessary
Kent Overstreet
2016-02-01
bcache: prevent crash on changing writeback_running
Stefan Bader
2016-02-01
bcache: allows use of register in udev to avoid "device_busy" error.
Gabriel de Perthuis
2016-02-01
bcache: unregister reboot notifier if bcache fails to unregister device
Zheng Liu
2016-02-01
bcache: fix a leak in bch_cached_dev_run()
Al Viro
2016-02-01
bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
Zheng Liu
2016-02-01
bcache: Add a cond_resched() call to gc
Kent Overstreet
2016-02-01
bcache: fix a livelock when we cause a huge number of cache misses
Zheng Liu
2016-02-01
dm thin: fix race condition when destroying thin pool workqueue
Nikolay Borisov
2015-11-09
Revert "md: allow a partially recovered device to be hot-added to an array."
NeilBrown
2015-11-09
md/raid5: fix locking in handle_stripe_clean_event()
Roman Gushchin
2015-11-09
md/raid10: submit_bio_wait() returns 0 on success
Jes Sorensen
2015-11-09
md/raid1: submit_bio_wait() returns 0 on success
Jes Sorensen
2015-11-09
dm btree: fix leak of bufio-backed block in btree_split_beneath error path
Mike Snitzer
2015-11-09
dm btree remove: fix a bug when rebalancing nodes after removal
Joe Thornber
2015-10-27
dm thin: fix missing pool reference count decrement in pool_ctr error path
Mike Snitzer
2015-10-22
dm cache: fix NULL pointer when switching from cleaner policy
Joe Thornber
2015-10-22
dm: fix AB-BA deadlock in __dm_destroy()
Junichi Nomura
2015-10-22
md/bitmap: don't pass -1 to bitmap_storage_alloc.
NeilBrown
2015-10-22
dm raid: fix round up of default region size
Mikulas Patocka
2015-10-22
md/raid0: apply base queue limits *before* disk_stack_limits
NeilBrown
2015-10-22
md/raid0: update queue parameter in a safer location.
NeilBrown
2015-10-22
dm btree: add ref counting ops for the leaves of top level btrees
Joe Thornber
2015-10-22
dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE
Mike Snitzer
2015-09-29
md: flush ->event_work before stopping array.
NeilBrown
2015-09-29
md/raid10: always set reshape_safe when initializing reshape_position.
NeilBrown
2015-09-29
md/raid5: don't let shrink_slab shrink too far.
NeilBrown
2015-09-29
md/raid5: avoid races when changing cache size.
NeilBrown
2015-09-13
dm thin metadata: delete btrees when releasing metadata snapshot
Joe Thornber
2015-08-16
dm: fix dm_merge_bvec regression on 32 bit systems
Mike Snitzer
2015-08-16
md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...
NeilBrown
2015-08-16
md: use kzalloc() when bitmap is disabled
Benjamin Randazzo
2015-08-10
md/raid1: fix test for 'was read error from last working device'.
NeilBrown
2015-08-10
Revert "dm: only run the queue on completion if congested or no requests pend...
Mike Snitzer
2015-08-03
md: fix a build warning
Firo Yang
2015-08-03
md: Skip cluster setup for dm-raid
Goldwyn Rodrigues
2015-08-03
md: unlock mddev_lock on an error path.
NeilBrown
[next]