aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
Commit message (Expand)AuthorAge
* drbd: fix if(); found by kbuild test robotLars Ellenberg2013-03-28
* drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg2013-03-23
* drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg2013-03-22
* drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2013-03-22
* drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg2013-03-22
* drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-22
* drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg2013-03-22
* drbd: prepare for new striped layout of activity logLars Ellenberg2013-03-22
* drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg2013-03-22
* drbd: don't try to clear bits once the disk has failedPhilipp Reisner2012-11-09
* drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg2012-11-09
* drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-11-09
* drbd: differentiate between normal and forced detachLars Ellenberg2012-11-08
* drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-08
* drbd: New disk option al-updatesPhilipp Reisner2012-11-08
* drbd: missing wakeup after drbd_rs_del_allLars Ellenberg2012-11-08
* drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner2012-11-08
* drbd: fix potential spinlock deadlockPhilipp Reisner2012-11-08
* drbd: Silenced compiler warningsPhilipp Reisner2012-11-08
* drbd: Improve error reporting in drbd_md_sync_page_io()Andreas Gruenbacher2012-11-08
* drbd: Remove dead codePhilipp Reisner2012-11-08
* drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner2012-11-08
* drbd: on attach, enforce clean meta dataLars Ellenberg2012-11-08
* drbd: detach from frozen backing devicePhilipp Reisner2012-11-08
* drbd: skip spurious wait_event in drbd_al_begin_ioLars Ellenberg2012-11-08
* drbd: fix copy/paste error in commentLars Ellenberg2012-11-08
* drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg2012-11-08
* drbd: prepare to activate two activity log extents at onceLars Ellenberg2012-11-08
* drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg2012-11-08
* drbd: introduce the "initialized" activity log transaction typeLars Ellenberg2012-11-08
* drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: Make all worker callbacks return 0 upon success and an error code other...Andreas Gruenbacher2012-11-08
* drbd: Temporarily change the return type of all worker callbacksAndreas Gruenbacher2012-11-08
* drbd: Do not modify the connection state with something else that conn_reques...Philipp Reisner2012-11-03
* drbd: switch configuration interface from connector to genetlinkLars Ellenberg2012-11-03
* drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg2011-10-14
* drbd: new on-disk activity log transaction formatLars Ellenberg2011-10-14
* lru_cache: allow multiple changes per transactionLars Ellenberg2011-10-14
* drbd: fix typo in commentLars Ellenberg2011-10-14
* drbd: Use the IS_ALIGNED() macro in some more placesAndreas Gruenbacher2011-10-14
* drbd: Generalized the work callbacksPhilipp Reisner2011-09-28
* drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner2011-09-28
* drbd: moved data and meta from mdev to tconnPhilipp Reisner2011-08-29
* drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher2011-08-29
* drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher2011-08-25
* drbd: we should write meta data updates with FLUSH FUALars Ellenberg2011-06-30
* drbd: Fix spellingBart Van Assche2011-05-24
* Fix common misspellingsLucas De Marchi2011-03-31
* drbd: Remove unused function atodb_endio()Andreas Gruenbacher2011-03-10