summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_proc.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: switch to proc_create_singleChristoph Hellwig2018-05-161-33/+1
* drbd: move global variables to drbd namespace and make some staticRoland Kammerer2017-08-291-4/+4
* drbd: A single dot should be put into a sequence.Markus Elfring2017-08-291-1/+1
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* drbd: code cleanups without semantic changesFabian Frederick2016-06-131-15/+15
* drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher2015-11-251-3/+3
* drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner2014-09-111-1/+3
* drbd: improve throttling decisions of background resynchronisationLars Ellenberg2014-07-101-0/+3
* drbd: fix bogus resync stats in /proc/drbdLars Ellenberg2014-07-101-28/+75
* drbd: Remove unnecessary/unused codeAndreas Gruenbacher2014-07-101-1/+1
* drbd: drop wrong debugging aidLars Ellenberg2014-07-101-17/+0
* drbd: Move write_ordering from connection to resourcePhilipp Reisner2014-07-101-1/+1
* drbd: fix stalled resync detection in /proc/drbdLars Ellenberg2014-04-301-1/+1
* drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-171-1/+1
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-3/+3
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-3/+3
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-69/+69
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-2/+2
* drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...Rashika Kheria2014-02-171-1/+1
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-2/+8
|\
| * drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov2013-03-281-2/+8
* | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
|/
* drbd: introduce stop-sector to online verifyLars Ellenberg2012-11-091-3/+9
* drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg2012-11-081-0/+3
* drbd: Move list of epochs from mdev to tconnPhilipp Reisner2012-11-081-1/+1
* drbd: Move write_ordering from mdev to tconnPhilipp Reisner2012-11-081-1/+1
* drbd: cosmetic: fix accidental division instead of modulo when pretty printingLars Ellenberg2012-11-081-1/+1
* drbd: Removing drbd_cfg_rwsemPhilipp Reisner2012-11-081-4/+2
* drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner2012-11-081-2/+7
* drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner2012-11-081-0/+2
* drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner2012-11-081-1/+1
* drbd: Replaced the minor_table array by an idrPhilipp Reisner2011-10-141-10/+4
* drbd: moved net_conf from mdev to tconnPhilipp Reisner2011-08-291-2/+2
* drbd: allow petabyte storage on 64bit archLars Ellenberg2011-03-101-3/+3
* drbd: increase module count on /proc/drbd accessLars Ellenberg2011-03-101-2/+11
* drbd: restore compatibility with 32bit kernelsLars Ellenberg2011-03-101-4/+4
* drbd: further converge progress display of resync and online-verifyLars Ellenberg2011-03-101-19/+27
* drbd: fix potential wrap of 32bit oos:%lu display in /proc/drbdLars Ellenberg2011-03-101-2/+3
* drbd: use the resync controller for online-verify requests as wellLars Ellenberg2011-03-101-1/+2
* drbd: show progress bar and ETA for online-verifyLars Ellenberg2011-03-101-12/+40
* drbd: improve online-verify progress trackingLars Ellenberg2011-03-101-5/+6
* drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-231-1/+0
* drbd: cleanup: change "<= 0" to "== 0"Dan Carpenter2010-10-141-1/+1
* drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-141-1/+1
* drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner2010-10-141-1/+2
* drbd: use rolling marks for resync speed calculationLars Ellenberg2010-10-141-10/+17
* drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg2010-08-071-17/+2
* drbd: Fixes to the new delay_probes codePhilipp Reisner2010-05-181-2/+1
* drbd: Proc bits of new resync speed stuffPhilipp Reisner2010-05-181-2/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0