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
/
block
/
drbd
/
drbd_proc.c
Age
Commit message (
Expand
)
Author
2014-09-11
drbd: Add missing newline in resync progress display in /proc/drbd
Philipp Reisner
2014-07-10
drbd: improve throttling decisions of background resynchronisation
Lars Ellenberg
2014-07-10
drbd: fix bogus resync stats in /proc/drbd
Lars Ellenberg
2014-07-10
drbd: Remove unnecessary/unused code
Andreas Gruenbacher
2014-07-10
drbd: drop wrong debugging aid
Lars Ellenberg
2014-07-10
drbd: Move write_ordering from connection to resource
Philipp Reisner
2014-04-30
drbd: fix stalled resync detection in /proc/drbd
Lars Ellenberg
2014-02-17
drbd: Improve some function and variable naming
Andreas Gruenbacher
2014-02-17
drbd: Introduce "peer_device" object between "device" and "connection"
Andreas Gruenbacher
2014-02-17
drbd: Rename drbd_tconn -> drbd_connection
Andreas Gruenbacher
2014-02-17
drbd: Rename "mdev" to "device"
Andreas Gruenbacher
2014-02-17
drbd: Rename struct drbd_conf -> struct drbd_device
Andreas Gruenbacher
2014-02-17
drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...
Rashika Kheria
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-03-28
drbd: add module_put() on error path in drbd_proc_open()
Alexey Khoroshilov
2012-11-09
drbd: introduce stop-sector to online verify
Lars Ellenberg
2012-11-08
drbd: reset congestion information before reporting it in /proc/drbd
Lars Ellenberg
2012-11-08
drbd: Move list of epochs from mdev to tconn
Philipp Reisner
2012-11-08
drbd: Move write_ordering from mdev to tconn
Philipp Reisner
2012-11-08
drbd: cosmetic: fix accidental division instead of modulo when pretty printing
Lars Ellenberg
2012-11-08
drbd: Removing drbd_cfg_rwsem
Philipp Reisner
2012-11-08
drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf
Philipp Reisner
2012-11-08
drbd: protect all idr accesses that might sleep with drbd_cfg_rwsem
Philipp Reisner
2012-11-08
drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)
Philipp Reisner
2011-10-14
drbd: Replaced the minor_table array by an idr
Philipp Reisner
2011-08-29
drbd: moved net_conf from mdev to tconn
Philipp Reisner
2011-03-10
drbd: allow petabyte storage on 64bit arch
Lars Ellenberg
2011-03-10
drbd: increase module count on /proc/drbd access
Lars Ellenberg
2011-03-10
drbd: restore compatibility with 32bit kernels
Lars Ellenberg
2011-03-10
drbd: further converge progress display of resync and online-verify
Lars Ellenberg
2011-03-10
drbd: fix potential wrap of 32bit oos:%lu display in /proc/drbd
Lars Ellenberg
2011-03-10
drbd: use the resync controller for online-verify requests as well
Lars Ellenberg
2011-03-10
drbd: show progress bar and ETA for online-verify
Lars Ellenberg
2011-03-10
drbd: improve online-verify progress tracking
Lars Ellenberg
2010-10-23
drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code
Philipp Reisner
2010-10-14
drbd: cleanup: change "<= 0" to "== 0"
Dan Carpenter
2010-10-14
drbd: Track the reasons to suspend IO in dedicated state bits
Philipp Reisner
2010-10-14
drbd: Disable activity log updates when the whole device is out of sync
Philipp Reisner
2010-10-14
drbd: use rolling marks for resync speed calculation
Lars Ellenberg
2010-08-07
drbd: revert "delay probes", feature is being re-implemented differently
Lars Ellenberg
2010-05-18
drbd: Fixes to the new delay_probes code
Philipp Reisner
2010-05-18
drbd: Proc bits of new resync speed stuff
Philipp Reisner
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-21
drbd: Constify struct file_operations
Emese Revfy
2009-10-01
dropping unneeded include autoconf.h
Lars Ellenberg
2009-10-01
The DRBD driver
Philipp Reisner