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