Commit Graph

367 Commits (486e259340fc4c60474f2c14703e3b3634bb58ca)

Author SHA1 Message Date
Rusty Russell 90ab5ee941 module_param: make bool parameters really bool (drivers & misc) 13 years ago
Jesper Juhl e5de063016 Remove unneeded version.h includes from drivers/block/ 14 years ago
Joe Perches 1d273b929c drbd: Use angle brackets for system includes 14 years ago
Joe Perches 57f3224c3f drbd: Convert vmalloc/memset to vzalloc 14 years ago
Christoph Hellwig 5a7bbad27a block: remove support for bio remapping from ->make_request 14 years ago
H Hartley Sweeten ddad9ef582 drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse 14 years ago
Lars Ellenberg 86e1e98e5c drbd: we should write meta data updates with FLUSH FUA 14 years ago
Lars Ellenberg cb6518cbef drbd: when receive times out on meta socket, also check last receive time on data socket 14 years ago
Lars Ellenberg 5a8b424276 drbd: account bitmap IO during resync as resync-(related-)-io 14 years ago
Lars Ellenberg 8ccee20e3e drbd: don't cond_resched_lock with IRQs disabled 14 years ago
Lars Ellenberg 829c608786 drbd: add missing spinlock to bitmap receive 14 years ago
Philipp Reisner 0cfdd247d1 drbd: Use the correct max_bio_size when creating resync requests 14 years ago
Andrew Morton 0ddf72be4e drbd: fix warning 14 years ago
Philipp Reisner 9b2f61aec7 drbd: fix warning 14 years ago
Bart Van Assche 24c4830c8e drbd: Fix spelling 14 years ago
Lars Ellenberg 9a0d9d0389 drbd: fix schedule in atomic 14 years ago
Philipp Reisner 99432fcc52 drbd: Take a more conservative approach when deciding max_bio_size 14 years ago
Philipp Reisner 21423fa791 drbd: Fixed state transitions after async outdate-peer-handler returned 14 years ago
Philipp Reisner fa7d939663 drbd: Disallow the peer_disk_state to be D_OUTDATED while connected 14 years ago
Philipp Reisner a8e407925d drbd: Fix for the connection problems on high latency links 14 years ago
Lars Ellenberg 76727f684a drbd: fix potential activity log refcount imbalance in error path 14 years ago
Philipp Reisner d2e17807e3 drbd: Only downgrade the disk state in case of disk failures 14 years ago
Lars Ellenberg f36af18c7b drbd: fix disconnect/reconnect loop, if ping-timeout == ping-int 14 years ago
Lars Ellenberg 53ea433145 drbd: fix potential distributed deadlock 14 years ago
Philipp Reisner 738a84b25c drbd: Fix for application IO with the on-io-error=pass-on policy 14 years ago
Paul Gortmaker 70c7160619 Add appropriate <linux/prefetch.h> include for prefetch users 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Linus Torvalds 7e599e6e62 drbd: fix up merge error 14 years ago
Stephen Rothwell f0ff1357ce drbd: need include for bitops functions declarations 14 years ago
Or Gerlitz 03567812d8 drbd: drop code present under #ifdef which is relevant to 2.6.28 and below 14 years ago
Philipp Reisner 7961243b7b drbd: Fixed handling of read errors on a 'VerifyS' node 14 years ago
Philipp Reisner 8f21420ebd drbd: Fixed handling of read errors on a 'VerifyT' node 14 years ago
Philipp Reisner 7fde2be930 drbd: Implemented real timeout checking for request processing time 14 years ago
Andreas Gruenbacher c5a9161979 drbd: Remove unused function atodb_endio() 14 years ago
Lars Ellenberg fdda6544ad drbd: improve log message if received sector offset exceeds local capacity 14 years ago
Lars Ellenberg e99dc367b3 drbd: kill dead code 14 years ago
Lars Ellenberg 10f6d9926c drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio fails 14 years ago
Philipp Reisner 039312b648 drbd: Removed left over, now wrong comments 14 years ago
Lars Ellenberg 873b0d5f98 drbd: serialize admin requests for new verify run with pending bitmap io 14 years ago
Lars Ellenberg e636db5b95 drbd: fix potential imbalance of ap_in_flight 14 years ago
Lars Ellenberg 0ddc5549f8 drbd: silence some noisy log messages during disconnect 14 years ago
Lars Ellenberg 20ceb2b22e drbd: describe bitmap locking for bulk operation in finer detail 14 years ago
Lars Ellenberg 62b0da3a24 drbd: log UUIDs whenever they change 14 years ago
Philipp Reisner d07c9c10e5 drbd: We can not process BIOs with a size of 0 14 years ago
Philipp Reisner cd88d030d4 drbd: Provide hints with the error message when clearing the sync pause flag 14 years ago
Lars Ellenberg 79a30d2d71 drbd: queue bitmap writeout more intelligently 14 years ago
Lars Ellenberg 54b956abef drbd: don't pointlessly queue bitmap send, if we lost connection 14 years ago
Lars Ellenberg 194bfb32db drbd: serialize admin requests for new resync with pending bitmap io 14 years ago
Lars Ellenberg 6c922ed543 drbd: only generate and send a new sync uuid after a successful state change 14 years ago
Philipp Reisner 20ee639024 drbd: cleaned up __set_current_state() followed by schedule_timeout() calls 14 years ago