summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drbd: Constify struct file_operationsEmese Revfy2009-12-211-1/+1
* dropping unneeded include autoconf.hLars Ellenberg2009-10-011-1/+0
* The DRBD driverPhilipp Reisner2009-10-011-0/+266
OpenPOWER on IntegriCloud