aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2012-11-23mtip32xx: Fix padding issueSelvan Mani
2012-11-23aoe: avoid running request handler on plugged queueEd Cashin
2012-11-23mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function()Wei Yongjun
2012-11-23mtip32xx: fix shift larger than type warningJens Axboe
2012-11-23mtip32xx: Fix incorrect mask used for erase modeSelvan Mani
2012-11-23mtip32xx: Fix to make lba address correct in big-endian systemsSelvan Mani
2012-11-23mtip32xx: fix potential crash on SEC_ERASE_UNITSelvan Mani
2012-11-23floppy: destroy floppy workqueue before cleaning up the queueJiri Kosina
2012-11-23cciss: use check_signature()Akinobu Mita
2012-11-23cciss: cleanup bitops usageAkinobu Mita
2012-11-12Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2012-11-09drbd: use copy_highpageAkinobu Mita
2012-11-09drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg
2012-11-09drbd: check return of kmalloc in receive_uuidsJing Wang
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner
2012-11-09drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner
2012-11-09drbd: Fix clearing of MDF_AL_DISABLEDPhilipp Reisner
2012-11-09drbd: log request sector offset and size for IO errorsLars Ellenberg
2012-11-09drbd: always write bitmap on detachLars Ellenberg
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg
2012-11-09drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg
2012-11-09drbd: use list_move_tail instead of list_del/list_add_tailLars Ellenberg
2012-11-09drbd: panic on delayed completion of aborted requestsPhilipp Reisner
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner
2012-11-09drbd: Remove duplicate codePhilipp Reisner
2012-11-09drbd: differentiate early and later "postponing" of requestsLars Ellenberg
2012-11-09drbd: Fix postponed requestsPhilipp Reisner
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner
2012-11-09drbd: Fix postponed requestsPhilipp Reisner
2012-11-09drbd: Imporve the error reporting of failed conn state changesPhilipp Reisner
2012-11-09drbd: Fix the way the STATE_SENT bit is clearedPhilipp Reisner
2012-11-09drbd: Do not check aspects that are not subject to change in _conn_requests_s...Philipp Reisner
2012-11-09drbd: Improve readability of IO resuming after freeze due to no data accessPhilipp Reisner
2012-11-09drbd: Fix IO resuming after connection was established while executing the fe...Philipp Reisner
2012-11-09drbd: fix potential list_add corruptionLars Ellenberg
2012-11-09drbd: dequeue single work items in wait_for_work()Lars Ellenberg
2012-11-09drbd: mutex_unlock "... must no be used in interrupt context"Lars Ellenberg
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner
2012-11-09drbd: temporarily suspend io in drbd_adm_disk_optsLars Ellenberg
2012-11-09drbd: don't send out P_BARRIER with stale informationLars Ellenberg
2012-11-09drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()Lars Ellenberg
2012-11-09drbd: Remove dead codePhilipp Reisner
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner
2012-11-09drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner
2012-11-09drbd: Write all pages of the bitmap after an online resizePhilipp Reisner
2012-11-09drbd: Fix completion of requests while the device is suspendedPhilipp Reisner
2012-11-09drbd: Don't unregister socket state_change callback from within the callbackAndreas Gruenbacher