aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-6/+10
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-19/+19
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-27/+27
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-4/+4
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-4/+4
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-272/+272
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-34/+34
2014-02-17drivers: block: Mark function as static in drbd_actlog.cRashika Kheria1-0/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner1-0/+21
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg1-1/+1
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg1-0/+49
2013-03-22drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg1-21/+28
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg1-33/+71
2013-03-22drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg1-2/+12
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg1-22/+27
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg1-3/+8
2013-03-22drbd: prepare for new striped layout of activity logLars Ellenberg1-3/+3
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg1-6/+22
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner1-5/+10
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-detachedLars Ellenberg1-10/+7
2012-11-09drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg1-3/+9
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg1-1/+1
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg1-2/+2
2012-11-08drbd: New disk option al-updatesPhilipp Reisner1-2/+10
2012-11-08drbd: missing wakeup after drbd_rs_del_allLars Ellenberg1-0/+1
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner1-3/+15
2012-11-08drbd: fix potential spinlock deadlockPhilipp Reisner1-8/+12
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner1-8/+3
2012-11-08drbd: Improve error reporting in drbd_md_sync_page_io()Andreas Gruenbacher1-2/+2
2012-11-08drbd: Remove dead codePhilipp Reisner1-8/+0
2012-11-08drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner1-25/+45
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg1-259/+0
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner1-17/+58
2012-11-08drbd: skip spurious wait_event in drbd_al_begin_ioLars Ellenberg1-8/+10
2012-11-08drbd: fix copy/paste error in commentLars Ellenberg1-1/+1
2012-11-08drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg1-23/+23
2012-11-08drbd: prepare to activate two activity log extents at onceLars Ellenberg1-5/+13
2012-11-08drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg1-4/+4
2012-11-08drbd: introduce the "initialized" activity log transaction typeLars Ellenberg1-2/+14
2012-11-08drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-8/+6
2012-11-08drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-6/+7
2012-11-08drbd: Make all worker callbacks return 0 upon success and an error code otherwiseAndreas Gruenbacher1-8/+8
2012-11-08drbd: Temporarily change the return type of all worker callbacksAndreas Gruenbacher1-3/+3
2012-11-04drbd: Do not modify the connection state with something else that conn_request_state()Philipp Reisner1-1/+1
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg1-1/+2
2011-10-14drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg1-1/+1
2011-10-14drbd: new on-disk activity log transaction formatLars Ellenberg1-156/+253
2011-10-14lru_cache: allow multiple changes per transactionLars Ellenberg1-38/+12
2011-10-14drbd: fix typo in commentLars Ellenberg1-1/+1