aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_proc.c
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2018-05-16drbd: switch to proc_create_singleChristoph Hellwig
2017-08-29drbd: move global variables to drbd namespace and make some staticRoland Kammerer
2017-08-29drbd: A single dot should be put into a sequence.Markus Elfring
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2016-06-13drbd: code cleanups without semantic changesFabian Frederick
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher
2014-09-11drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg
2014-07-10drbd: fix bogus resync stats in /proc/drbdLars Ellenberg
2014-07-10drbd: Remove unnecessary/unused codeAndreas Gruenbacher
2014-07-10drbd: drop wrong debugging aidLars Ellenberg
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner
2014-04-30drbd: fix stalled resync detection in /proc/drbdLars Ellenberg
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher
2014-02-17drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...Rashika Kheria
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-28drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg
2012-11-08drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg
2012-11-08drbd: Move list of epochs from mdev to tconnPhilipp Reisner
2012-11-08drbd: Move write_ordering from mdev to tconnPhilipp Reisner
2012-11-08drbd: cosmetic: fix accidental division instead of modulo when pretty printingLars Ellenberg
2012-11-08drbd: Removing drbd_cfg_rwsemPhilipp Reisner
2012-11-08drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner
2012-11-08drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner
2012-11-08drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner
2011-10-14drbd: Replaced the minor_table array by an idrPhilipp Reisner
2011-08-29drbd: moved net_conf from mdev to tconnPhilipp Reisner
2011-03-10drbd: allow petabyte storage on 64bit archLars Ellenberg
2011-03-10drbd: increase module count on /proc/drbd accessLars Ellenberg
2011-03-10drbd: restore compatibility with 32bit kernelsLars Ellenberg
2011-03-10drbd: further converge progress display of resync and online-verifyLars Ellenberg
2011-03-10drbd: fix potential wrap of 32bit oos:%lu display in /proc/drbdLars Ellenberg
2011-03-10drbd: use the resync controller for online-verify requests as wellLars Ellenberg
2011-03-10drbd: show progress bar and ETA for online-verifyLars Ellenberg
2011-03-10drbd: improve online-verify progress trackingLars Ellenberg
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner
2010-10-14drbd: cleanup: change "<= 0" to "== 0"Dan Carpenter
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner
2010-10-14drbd: use rolling marks for resync speed calculationLars Ellenberg
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg
2010-05-18drbd: Fixes to the new delay_probes codePhilipp Reisner
2010-05-18drbd: Proc bits of new resync speed stuffPhilipp Reisner