aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAge
* drbd: remove unused defineLars Ellenberg2012-05-09
* drbd: bm_page_async_io: properly initialize page->privateArne Redlich2012-05-09
* drbd: use the newly introduced page pool for bitmap IOLars Ellenberg2012-05-09
* drbd: add page pool to be used for meta data IOLars Ellenberg2012-05-09
* drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg2012-05-09
* drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg2012-05-09
* drbd: fix resend/resubmit of frozen IOLars Ellenberg2012-05-09
* drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner2012-05-09
* drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner2012-05-09
* drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg2012-05-09
* drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg2012-05-09
* drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg2012-05-09
* drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg2012-05-09
* drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg2012-05-09
* drbd: remove unused static helper functionLars Ellenberg2012-05-09
* drbd: remove some very outdated commentsLars Ellenberg2012-05-09
* drbd: missing wakeup after drbd_rs_del_allLars Ellenberg2012-05-09
* drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg2012-05-09
* drbd: fix potential data corruption and protocol errorLars Ellenberg2012-05-09
* drbd: Fix a potential write ordering issue on SyncTarget nodesPhilipp Reisner2012-05-09
* drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner2012-05-09
* drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg2012-05-09
* drbd: Fix module refcount leak in drbd_accept()Lars Ellenberg2012-05-09
* drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner2012-05-09
* drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner2012-05-09
* drbd: fix race between disconnect and receive_stateLars Ellenberg2012-05-09
* drbd: fix potential spinlock deadlockLars Ellenberg2012-05-09
* drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner2012-05-09
* drbd: send intermediate state change results to the peerLars Ellenberg2012-05-09
* drbd: fix spurious meta data IO "error"Lars Ellenberg2012-05-09
* drbd: Fixed a race condition between detach and start of resyncPhilipp Reisner2012-05-09
* drbd: fix harmless race to not trigger an ASSERTLars Ellenberg2012-05-09
* drbd: Derive sync-UUIDs only from the bitmap-uuid if it is non-zeroPhilipp Reisner2012-05-09
* drbd: drbd_nl_resize(): Fix missing put_ldev() on error pathAndreas Gruenbacher2012-05-09
* drbd: fix "stalled" empty resyncLars Ellenberg2012-05-09
* drbd: Bugfix for the connection behaviorPhilipp Reisner2012-05-09
* drbd: Cleanup all epoch objects upon connection lossPhilipp Reisner2012-05-09
* drbd: detach must not try to abort non-local requests from drbd-8.4Philipp Reisner2012-05-09
* drbd: Consider that the no-data-condition could be in connected statePhilipp Reisner2012-05-09
* drbd: Fixed current UUID generationPhilipp Reisner2012-05-09
* drbd: change some GFP_KERNEL to GFP_NOIOLars Ellenberg2012-05-09
* drbd: Implemented the disk-timeout optionPhilipp Reisner2012-05-09
* drbd: Force flag for the detach operationPhilipp Reisner2012-05-09
* drbd: Allow new IOs while the local disk in in FAILED statePhilipp Reisner2012-05-09
* drbd: Bitmap IO functions can now return prematurely if the disk breaksPhilipp Reisner2012-05-09
* drbd: Added a kref to bm_aio_ctxPhilipp Reisner2012-05-09
* drbd: Hold a reference to ldev while doing meta-data IOPhilipp Reisner2012-05-09
* drbd: Keep a reference to the bio until the completion handler finishedPhilipp Reisner2012-05-09
* drbd: Implemented wait_until_done_or_disk_failure()Philipp Reisner2012-05-09
* drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner2012-05-09