pandora-kernel.git
2011-03-23 Bud Browncciss: fix lost command issue
2011-03-17 Stephen Rothwelldrbd: need include for bitops functions declarations
2011-03-12 Jens AxboeRevert "cciss: Add missing allocation in scsi_cmd_stack...
2011-03-12 Stephen M.... cciss: fix missed command status value CMD_UNABORTABLE
2011-03-12 Stephen M.... cciss: remove unnecessary casts
2011-03-12 Stephen M.... cciss: Mask off error bits of c->busaddr in cmd_special...
2011-03-12 Stephen M.... cciss: Inform controller we are using 32-bit tags.
2011-03-12 Stephen M.... cciss: hoist tag masking out of loop
2011-03-11 Stephen M.... cciss: Add missing allocation in scsi_cmd_stack_setup...
2011-03-11 Stephen M.... cciss: export resettable host attribute
2011-03-10 Or Gerlitzdrbd: drop code present under #ifdef which is relevant...
2011-03-10 Philipp Reisnerdrbd: Fixed handling of read errors on a 'VerifyS'...
2011-03-10 Philipp Reisnerdrbd: Fixed handling of read errors on a 'VerifyT'...
2011-03-10 Philipp Reisnerdrbd: Implemented real timeout checking for request...
2011-03-10 Andreas Gruenbacherdrbd: Remove unused function atodb_endio()
2011-03-10 Lars Ellenbergdrbd: improve log message if received sector offset...
2011-03-10 Lars Ellenbergdrbd: kill dead code
2011-03-10 Lars Ellenbergdrbd: don't BUG_ON, if bio_add_page of a single page...
2011-03-10 Philipp Reisnerdrbd: Removed left over, now wrong comments
2011-03-10 Lars Ellenbergdrbd: serialize admin requests for new verify run with...
2011-03-10 Lars Ellenbergdrbd: fix potential imbalance of ap_in_flight
2011-03-10 Lars Ellenbergdrbd: silence some noisy log messages during disconnect
2011-03-10 Lars Ellenbergdrbd: describe bitmap locking for bulk operation in...
2011-03-10 Lars Ellenbergdrbd: log UUIDs whenever they change
2011-03-10 Philipp Reisnerdrbd: We can not process BIOs with a size of 0
2011-03-10 Philipp Reisnerdrbd: Provide hints with the error message when clearin...
2011-03-10 Lars Ellenbergdrbd: queue bitmap writeout more intelligently
2011-03-10 Lars Ellenbergdrbd: don't pointlessly queue bitmap send, if we lost...
2011-03-10 Lars Ellenbergdrbd: serialize admin requests for new resync with...
2011-03-10 Lars Ellenbergdrbd: only generate and send a new sync uuid after...
2011-03-10 Philipp Reisnerdrbd: cleaned up __set_current_state() followed by...
2011-03-10 Philipp Reisnerdrbd: Ensure that an epoch contains only requests of...
2011-03-10 Philipp Reisnerdrbd: Fixed P_NEG_ACK processing for protocol A and B
2011-03-10 Philipp Reisnerdrbd: Killed an assert that is no longer valid
2011-03-10 Philipp Reisnerdrbd: Do not drop net config if sending in drbd_send_pr...
2011-03-10 Philipp Reisnerdrbd: Work on the Ahead -> SyncSource transition
2011-03-10 Philipp Reisnerdrbd: Nothing should stop SyncSource -> Ahead transitions
2011-03-10 Philipp Reisnerdrbd: Do not full sync if a P_SYNC_UUID packet gets...
2011-03-10 Philipp Reisnerdrbd: Corrected off-by-one error in DRBD_MINOR_COUNT_MAX
2011-03-10 Andreas Gruenbacherdrbd: Remove useless / wrong comments
2011-03-10 Philipp Reisnerdrbd: Cleaned up the resync timer logic
2011-03-10 Philipp Reisnerdrbd: Be more careful with SyncSource -> Ahead transitions
2011-03-10 Philipp Reisnerdrbd: No longer answer P_RS_DATA_REQUEST packets when...
2011-03-10 Philipp Reisnerdrbd: Fixed an issue with AHEAD -> SYNC_SOURCE transitions
2011-03-10 Lars Ellenbergdrbd: ratelimit io error messages
2011-03-10 Philipp Reisnerdrbd: There might be a resync after unfreezing IO due...
2011-03-10 Lars Ellenbergdrbd: fix potential access of on-stack wait_queue_head_...
2011-03-10 Lars Ellenbergdrbd: improve on bitmap write out timing
2011-03-10 Lars Ellenbergdrbd: spelling fix in log message
2011-03-10 Lars Ellenbergdrbd: be less noisy with some log messages
2011-03-10 Lars Ellenbergdrbd: serialize sending of resync uuid with pending...
2011-03-10 Lars Ellenbergdrbd: add debugging assert to make sure the protocol...
2011-03-10 Philipp Reisnerdrbd: Documenting drbd_should_do_remote() and drbd_shou...
2011-03-10 Lars Ellenbergdrbd: fix potential dereference of NULL pointer
2011-03-10 Lars Ellenbergdrbd: move bitmap write from resync_finished to after_s...
2011-03-10 Lars Ellenbergdrbd: Removed a reference to debug macros removed long...
2011-03-10 Lars Ellenbergdrbd: get rid of unused debug code
2011-03-10 Lars Ellenbergdrbd: allow petabyte storage on 64bit arch
2011-03-10 Lars Ellenbergdrbd: bitmap keep track of changes vs on-disk bitmap
2011-03-10 Lars Ellenbergdrbd: store in-core bitmap little endian, regardless...
2011-03-10 Lars Ellenbergdrbd: bitmap: don't count unused bits (fix non-terminat...
2011-03-10 Andreas Gruenbacherdrbd: Rename __inc_ap_bio_cond to may_inc_ap_bio
2011-03-10 Andreas Gruenbacherdrbd: Fix: drbd_bitmap_io does not return an enum deter...
2011-03-10 Andreas Gruenbacherdrbd: receive_bitmap_plain: Get rid of ugly and useless...
2011-03-10 Andreas Gruenbacherdrbd: send_bitmap_rle_or_plain: Get rid of ugly and...
2011-03-10 Andreas Gruenbacherdrbd: receive_bitmap: Missing free_page() on error...
2011-03-10 Andreas Gruenbacherdrbd: receive_bitmap: Avoid casting enum drbd_state_rv...
2011-03-10 Andreas Gruenbacherdrbd: receive_bitmap: Fix the wrong return value
2011-03-10 Andreas Gruenbacherdrbd: drbd_nl_disk_conf: Avoid a compiler warning
2011-03-10 Andreas Gruenbacherdrbd: Use the standard bool, true, and false keywords
2011-03-10 Andreas Gruenbacherdrbd: This code is dead now
2011-03-10 Andreas Gruenbacherdrbd: Another small enum drbd_state_rv cleanup
2011-03-10 Andreas Gruenbacherdrbd: Be more explicit about functions that return...
2011-03-10 Andreas Gruenbacherdrbd: Rename enum drbd_state_ret_codes to enum drbd_sta...
2011-03-10 Andreas Gruenbacherdrbd: Rename enum drbd_ret_codes to enum drbd_ret_code
2011-03-10 Andreas Gruenbacherdrbd: Get rid of unnecessary macros (2)
2011-03-10 Andreas Gruenbacherdrbd: Get rid of unnecessary macros (1)
2011-03-10 Andreas Gruenbacherdrbd: Rename drbd_make_request_26 to drbd_make_request
2011-03-10 Andreas Gruenbacherdrbd: Remove left-over prototype
2011-03-10 Andreas Gruenbacherdrbd: Make sure that drbd_send() has sent the right...
2011-03-10 Lars Ellenbergdrbd: fix incomplete error message
2011-03-10 Andreas Gruenbacherdrbd: Removed an unnecessary #undef
2011-03-10 Lars Ellenbergdrbd: fix regression, we need to close drbd epochs...
2011-03-10 Philipp Reisnerdrbd: Implemented the before-resync-source handler
2011-03-10 Philipp Reisnerdrbd: --force option for disconnect
2011-03-10 Lars Ellenbergdrbd: add packet_type 27 (return_code_only) to netlink api
2011-03-10 Lars Ellenbergdrbd: use kzalloc and memset(,0,) to start with clean...
2011-03-10 Lars Ellenbergdrbd: remove /proc/drbd before unregistering from netlink
2011-03-10 Lars Ellenbergdrbd: increase module count on /proc/drbd access
2011-03-10 Philipp Reisnerdrbd: Removed 20 seconds upper bound for side-stepping
2011-03-10 Philipp Reisnerdrbd: Becoming sync target may not happen out of <...
2011-03-10 Philipp Reisnerdrbd: Starting with protocol 96 we can allow app-IO...
2011-03-10 Philipp Reisnerdrbd: Improvements in sanitize_state()
2011-03-10 Philipp Reisnerdrbd: Fixed race condition in drbd_queue_bitmap_io
2011-03-10 Philipp Reisnerdrbd: Fixed inc_ap_bio()
2011-03-10 Philipp Reisnerdrbd: use test_and_set_bit() to decide if bm_io_work...
2011-03-10 Philipp Reisnerdrbd: Begin to account BIO processing time before inc_a...
2011-03-10 Philipp Reisnerdrbd: Implemented side-stepping in drbd_res_begin_io()
2011-03-10 Philipp Reisnerdrbd: Make some functions static
2011-03-10 Philipp Reisnerdrbd: Implemented priority inheritance for resync requests
next