summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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 i...Philipp 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
2010-05-18drbd: fix regression: attach while connected failedLars Ellenberg1-1/+6
2010-05-18drbd: Do not upgrade state to Outdated if already Inconsistent [Bugz 277]Philipp Reisner1-1/+1
2010-05-18drbd: use proc_create_data with explicit NULL argumentLars Ellenberg1-1/+1
2010-05-11paride: fix menu indentationRandy Dunlap1-11/+11
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe2-1/+3
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2-2/+4
2010-04-22drbd: Terminate a connection early if sending the protocol failsPhilipp Reisner1-1/+2
2010-04-22drbd: fix memory leakDan Carpenter1-0/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds13-57/+120
2010-04-08loop: Update mtime when writing using aopsNikanth Karthikesan1-0/+2
2010-04-07cciss: unlock on error pathDan Carpenter1-0/+1
2010-04-02drbd: lc_element_by_index() never returns NULLPhilipp Reisner1-1/+1
2010-04-02cciss: unlock on error pathDan Carpenter1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo25-5/+22
2010-03-19Merge branch 'master' into for-linusJens Axboe5-766/+759
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen2-4/+2
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2010-03-13drivers/block/floppy.c: remove unnecessary casting in fd_ioctlJoe Perches1-9/+8
2010-03-13drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macroJoe Perches1-3/+1
2010-03-13drivers/block/floppy.c: remove obfuscating CODE2SIZE macroJoe Perches1-3/+2
2010-03-13drivers/block/floppy.c: add __func__ to debugtJoe Perches1-15/+15
2010-03-13drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: gotoJoe Perches1-35/+38
2010-03-13drivers/block/floppy.c: remove some unnecessary castingJoe Perches1-6/+5
2010-03-13drivers/block/floppy.c: use %pf in logging messagesJoe Perches1-8/+8
2010-03-13drivers/block/floppy.c: use __func__ where appropriateJoe Perches1-11/+11
2010-03-13drivers/block/floppy.c: DPRINT neateningJoe Perches1-9/+7
2010-03-13drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECKJoe Perches1-34/+1