]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers
drbd: fix access of unallocated pages and kernel panic
[karo-tx-linux.git] / drivers /
2012-06-12 Lars Ellenbergdrbd: fix access of unallocated pages and kernel panic
2012-05-18 Jens AxboeMerge branch 'for-jens' of git://git.drbd.org/linux...
2012-05-18 Jens AxboeMerge branch 'stable/for-jens-3.5' of git://git.kernel...
2012-05-18 Jiri Kosinafloppy: remove floppy-specific O_EXCL handling
2012-05-18 Jiri Kosinafloppy: convert to delayed work and single-thread wq
2012-05-11 Jan Beulichxen-blkfront: module exit handling adjustments
2012-05-11 Jan Beulichxen-blkfront: properly name all devices
2012-05-10 Lars Ellenbergdrbd: grammar fix in log message
2012-05-10 Cong Wangdrbd: check MODULE for THIS_MODULE
2012-05-09 Philipp Reisnerdrbd: Restore the request restart logic
2012-05-09 Lars Ellenbergdrbd: introduce a bio_set to allocate housekeeping...
2012-05-09 Lars Ellenbergdrbd: remove unused define
2012-05-09 Arne Redlichdrbd: bm_page_async_io: properly initialize page->private
2012-05-09 Lars Ellenbergdrbd: use the newly introduced page pool for bitmap IO
2012-05-09 Lars Ellenbergdrbd: add page pool to be used for meta data IO
2012-05-09 Lars Ellenbergdrbd: allow bitmap to change during writeout from resyn...
2012-05-09 Lars Ellenbergdrbd: fix race between drbdadm invalidate/verify and...
2012-05-09 Lars Ellenbergdrbd: fix resend/resubmit of frozen IO
2012-05-09 Philipp Reisnerdrbd: Ensure that data_size is not 0 before using data_...
2012-05-09 Philipp Reisnerdrbd: Delay/reject other state changes while establishi...
2012-05-09 Lars Ellenbergdrbd: move put_ldev from __req_mod() to the endio callback
2012-05-09 Lars Ellenbergdrbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET...
2012-05-09 Lars Ellenbergdrbd: fix READ_RETRY_REMOTE_CANCELED to not complete...
2012-05-09 Lars Ellenbergdrbd: make OOS_HANDED_TO_NETWORK its own case
2012-05-09 Lars Ellenbergdrbd: don't pretend that barrier_nr == 0 was special
2012-05-09 Lars Ellenbergdrbd: remove unused static helper function
2012-05-09 Lars Ellenbergdrbd: remove some very outdated comments
2012-05-09 Lars Ellenbergdrbd: missing wakeup after drbd_rs_del_all
2012-05-09 Lars Ellenbergdrbd: remove now unused seq_num member from struct...
2012-05-09 Lars Ellenbergdrbd: fix potential data corruption and protocol error
2012-05-09 Philipp Reisnerdrbd: Fix a potential write ordering issue on SyncTarge...
2012-05-09 Philipp Reisnerdrbd: Fix a potential race that could case data inconsi...
2012-05-09 Lars Ellenbergdrbd: add missing part_round_stats to _drbd_start_io_acct
2012-05-09 Lars Ellenbergdrbd: Fix module refcount leak in drbd_accept()
2012-05-09 Philipp Reisnerdrbd: Consider the disk-timeout also for meta-data...
2012-05-09 Philipp Reisnerdrbd: Do not send state packets while lower than C_CONN...
2012-05-09 Lars Ellenbergdrbd: fix race between disconnect and receive_state
2012-05-09 Lars Ellenbergdrbd: fix potential spinlock deadlock
2012-05-09 Philipp Reisnerdrbd: Fixed an obvious copy-n-paste mistake
2012-05-09 Lars Ellenbergdrbd: send intermediate state change results to the...
2012-05-09 Lars Ellenbergdrbd: fix spurious meta data IO "error"
2012-05-09 Philipp Reisnerdrbd: Fixed a race condition between detach and start...
2012-05-09 Lars Ellenbergdrbd: fix harmless race to not trigger an ASSERT
2012-05-09 Philipp Reisnerdrbd: Derive sync-UUIDs only from the bitmap-uuid if...
2012-05-09 Andreas Gruenbacherdrbd: drbd_nl_resize(): Fix missing put_ldev() on error...
2012-05-09 Lars Ellenbergdrbd: fix "stalled" empty resync
2012-05-09 Philipp Reisnerdrbd: Bugfix for the connection behavior
2012-05-09 Philipp Reisnerdrbd: Cleanup all epoch objects upon connection loss
2012-05-09 Philipp Reisnerdrbd: detach must not try to abort non-local requests...
2012-05-09 Philipp Reisnerdrbd: Consider that the no-data-condition could be...
2012-05-09 Philipp Reisnerdrbd: Fixed current UUID generation
2012-05-09 Lars Ellenbergdrbd: change some GFP_KERNEL to GFP_NOIO
2012-05-09 Philipp Reisnerdrbd: Implemented the disk-timeout option
2012-05-09 Philipp Reisnerdrbd: Force flag for the detach operation
2012-05-09 Philipp Reisnerdrbd: Allow new IOs while the local disk in in FAILED...
2012-05-09 Philipp Reisnerdrbd: Bitmap IO functions can now return prematurely...
2012-05-09 Philipp Reisnerdrbd: Added a kref to bm_aio_ctx
2012-05-09 Philipp Reisnerdrbd: Hold a reference to ldev while doing meta-data IO
2012-05-09 Philipp Reisnerdrbd: Keep a reference to the bio until the completion...
2012-05-09 Philipp Reisnerdrbd: Implemented wait_until_done_or_disk_failure()
2012-05-09 Philipp Reisnerdrbd: Replaced md_io_mutex by an atomic: md_io_in_use
2012-05-09 Philipp Reisnerdrbd: moved md_io into mdev
2012-05-09 Philipp Reisnerdrbd: Immediately allow completion of IOs, that wait...
2012-05-09 Philipp Reisnerdrbd: Keep a reference to barrier acked requests
2012-05-09 Philipp Reisnerdrbd: Improve compatibility with drbd's older than...
2012-05-09 Philipp Reisnerdrbd: Only print sanitize state's warnings, if the...
2012-05-09 Lars Ellenbergdrbd: downgraded error printk to info
2012-05-09 David HowellsDRBD: Fix comparison always false warning due to long...
2012-05-09 Lars Ellenbergdrbd: spelling fix: too small
2012-05-09 Lars Ellenbergdrbd: cosmetic: fix accidental division instead of...
2012-05-09 Philipp Reisnerdrbd: Lower log priority for an event that is definitel...
2012-05-01 Jens AxboeMerge tag 'v3.4-rc5' into for-3.5/core
2012-04-29 Linus TorvaldsMerge tag 'pm-for-3.4-rc5' of git://git.kernel.org...
2012-04-29 Linus TorvaldsMerge tag 'staging-3.4-rc4' of git://git.kernel.org...
2012-04-29 Linus TorvaldsMerge tag 'usb-3.4-rc5' of git://git.kernel.org/pub...
2012-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-04-28 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2012-04-28 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2012-04-28 Kenneth Graunkedrm/i915: Set the Stencil Cache eviction policy to...
2012-04-28 Alex Deucherdrm/radeon/kms: need to set up ss on DP bridges as...
2012-04-28 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2012-04-28 Linus TorvaldsMerge tag 'stable/for-linus-3.4-rc4-tag' of git://git...
2012-04-28 Linus TorvaldsMerge tag 'spi-for-linus' of git://git.secretlab.ca...
2012-04-28 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git.kernel.org...
2012-04-28 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2012-04-28 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2012-04-28 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2012-04-28 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2012-04-28 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2012-04-28 Linus TorvaldsMerge branch 'for-v3.4-rc5' of git://git.kernel.org...
2012-04-28 Linus TorvaldsMerge branch 'docs-3.4' of git://git.samba.org/jlayton...
2012-04-27 Scott Jiangspi/spi-bfin5xx: Fix flush of last bit after each spi...
2012-04-27 Scott Jiangspi/spi-bfin5xx: fix reversed if condition in interrupt...
2012-04-27 Scott Jiangspi/spi_bfin_sport: drop bits_per_word from client...
2012-04-27 Scott Jiangspi/bfin_spi: drop bits_per_word from client data
2012-04-27 Scott Jiangspi/spi-bfin-sport: move word length setup to transfer...
2012-04-27 Scott Jiangspi/bfin5xx: rename config macro name for bfin5xx spi...
2012-04-27 Viresh Kumarspi/pl022: Allow request for higher frequency than...
2012-04-27 Florian Fainellispi/bcm63xx: set master driver mode_bits.
2012-04-27 Florian Fainellispi/bcm63xx: don't use the stopping state
next