aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely17-480/+1010
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+2
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+43
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-2/+2
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe6-35/+48
2010-05-21drbd: Do not free p_uuid early, this is done in the exit code of the receiverPhilipp Reisner1-2/+0
2010-05-21drbd: Null pointer deref fix to the large "multi bio rewrite"Philipp Reisner1-0/+4
2010-05-21drbd: Fix: Do not detach, if a bio with a barrier failsPhilipp Reisner1-1/+1
2010-05-21drbd: Ensure to not trigger late-new-UUID creation multiple timesPhilipp Reisner1-7/+11
2010-05-21drbd: Do not Oops when C_STANDALONE when uuid gets generatedPhilipp Reisner1-1/+4
2010-05-21generate "change" uevent for loop deviceDavid Zeuthen1-1/+9
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2010-05-19virtio_blk: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-05-19virtio_blk: remove multichar constant.Rusty Russell1-1/+1
2010-05-19Add virtio disk identification ioctljohn cooper1-0/+10
2010-05-19Add virtio disk identification supportjohn cooper1-0/+30
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2-5/+5
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-05-18drivers/block/drbd: Use kzallocJulia Lawall1-2/+1
2010-05-18drbd: Create new current UUID as late as possiblePhilipp Reisner3-6/+39
2010-05-18drbd: If we detect late that IO got frozen, retry after we thawed.Philipp Reisner2-9/+28
2010-05-18drbd: always use_bmbv, ignore settingLars Ellenberg3-5/+6
2010-05-18drbd: allow resync requests to be larger than max_segment_sizeLars Ellenberg1-7/+6
2010-05-18drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg6-324/+480
2010-05-18drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning membersLars Ellenberg1-5/+1
2010-05-18drbd: Fixes to the new delay_probes codePhilipp Reisner3-9/+8
2010-05-18drbd: A fixes to the new resync speed codePhilipp Reisner2-4/+6
2010-05-18drbd: Proc bits of new resync speed stuffPhilipp Reisner1-2/+18
2010-05-18drbd: Control the actual resync rate based on the queuing delay of data packetsPhilipp Reisner1-1/+14
2010-05-18drbd: Actually send delay probesPhilipp Reisner2-2/+47
2010-05-18drbd: Four new configuration settings for resync speed controlPhilipp Reisner1-0/+4
2010-05-18drbd: Sending of delay_probesPhilipp Reisner2-0/+34
2010-05-18drbd: Receiving of delay_probesPhilipp Reisner3-1/+118
2010-05-18drbd: Fixed bitmap in case of online-grow without resyncPhilipp Reisner1-4/+1
2010-05-18drbd: Added transmission faults to the fault injection codePhilipp Reisner3-2/+10
2010-05-18drbd: bugfix: Make resize work, if remote's size was limiting and increased in the meantimePhilipp Reisner1-5/+2
2010-05-18drbd: Implemented the --assume-clean option for drbdsetup resizePhilipp Reisner1-2/+9
2010-05-18drbd: Added some missing staticsPhilipp Reisner1-4/+4
2010-05-18drbd: Make sure to resync all of the new storage upon online resizePhilipp Reisner1-0/+6
2010-05-18drbd: Implemented flags for the resize packetPhilipp Reisner4-18/+25
2010-05-18drbd: Implemented the set_new_bits parameter for drbd_bm_resize()Philipp Reisner4-6/+10
2010-05-18drbd: made determin_dev_size's parameter an flag enumPhilipp Reisner2-4/+8
2010-05-18drbd: New handler: initial-split-brainAdam Gandelman1-1/+4
2010-05-18drbd: fail_requests_early: remove incorrect and unnecessary optimizationLars Ellenberg1-5/+0
2010-05-18drbd: check for corrupt or malicous sector addresses when receiving dataLars Ellenberg1-0/+10
2010-05-18drbd: cleanup: This code path to trigger a resync is no longer neededPhilipp Reisner1-17/+0
2010-05-18drbd: don't start a resync without access to up-to-date DataLars Ellenberg2-1/+4
2010-05-18drbd: fix potential protocol errorLars Ellenberg1-1/+4
2010-05-18drbd: remove bogus ASSERTLars Ellenberg1-1/+0