summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-21pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe
2010-05-21drbd: This is now equivalent to drbd release 8.3.8rc1Philipp Reisner
2010-05-21drbd: Do not free p_uuid early, this is done in the exit code of the receiverPhilipp Reisner
2010-05-21drbd: Null pointer deref fix to the large "multi bio rewrite"Philipp Reisner
2010-05-21drbd: Fix: Do not detach, if a bio with a barrier failsPhilipp Reisner
2010-05-21drbd: Ensure to not trigger late-new-UUID creation multiple timesPhilipp Reisner
2010-05-21drbd: Do not Oops when C_STANDALONE when uuid gets generatedPhilipp Reisner
2010-05-21writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe
2010-05-21block: improve automatic native capacity unlockingTejun Heo
2010-05-21block: use struct parsed_partitions *state universally in partition check codeTejun Heo
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo
2010-05-21block: restart partition scan after resizing a deviceTejun Heo
2010-05-21buffer: make invalidate_bdev() drain all percpu LRU add cachesTejun Heo
2010-05-21block: remove all rcu head initializationsPaul E. McKenney
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe
2010-05-21writeback: bdi_writeback_task() must set task state before calling schedule()Jens Axboe
2010-05-21writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncJens Axboe
2010-05-18drivers/block/drbd: Use kzallocJulia Lawall
2010-05-18drbd: Create new current UUID as late as possiblePhilipp Reisner
2010-05-18drbd: If we detect late that IO got frozen, retry after we thawed.Philipp Reisner
2010-05-18drbd: always use_bmbv, ignore settingLars Ellenberg
2010-05-18drbd: allow resync requests to be larger than max_segment_sizeLars Ellenberg
2010-05-18drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg
2010-05-18drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning membersLars Ellenberg
2010-05-18drbd: Fixes to the new delay_probes codePhilipp Reisner
2010-05-18drbd: A fixes to the new resync speed codePhilipp Reisner
2010-05-18drbd: Proc bits of new resync speed stuffPhilipp Reisner
2010-05-18drbd: Control the actual resync rate based on the queuing delay of data packetsPhilipp Reisner
2010-05-18drbd: Actually send delay probesPhilipp Reisner
2010-05-18drbd: Four new configuration settings for resync speed controlPhilipp Reisner
2010-05-18drbd: Sending of delay_probesPhilipp Reisner
2010-05-18drbd: Receiving of delay_probesPhilipp Reisner
2010-05-18drbd: Fixed bitmap in case of online-grow without resyncPhilipp Reisner
2010-05-18drbd: Added transmission faults to the fault injection codePhilipp Reisner
2010-05-18drbd: bugfix: Make resize work, if remote's size was limiting and increased i...Philipp Reisner
2010-05-18drbd: Implemented the --assume-clean option for drbdsetup resizePhilipp Reisner
2010-05-18drbd: Added some missing staticsPhilipp Reisner
2010-05-18drbd: Make sure to resync all of the new storage upon online resizePhilipp Reisner
2010-05-18drbd: Implemented flags for the resize packetPhilipp Reisner
2010-05-18drbd: Implemented the set_new_bits parameter for drbd_bm_resize()Philipp Reisner
2010-05-18drbd: made determin_dev_size's parameter an flag enumPhilipp Reisner
2010-05-18drbd: New handler: initial-split-brainAdam Gandelman
2010-05-18drbd: fail_requests_early: remove incorrect and unnecessary optimizationLars Ellenberg
2010-05-18drbd: check for corrupt or malicous sector addresses when receiving dataLars Ellenberg
2010-05-18drbd: cleanup: This code path to trigger a resync is no longer neededPhilipp Reisner
2010-05-18drbd: don't start a resync without access to up-to-date DataLars Ellenberg
2010-05-18drbd: fix potential protocol errorLars Ellenberg
2010-05-18drbd: remove bogus ASSERTLars Ellenberg