aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2011-08-29drbd: moved net_conf from mdev to tconnPhilipp Reisner7-111/+110
2011-08-29drbd: Minimal struct drbd_tconnPhilipp Reisner2-0/+60
2011-08-29drbd: Interval tree bugfixAndreas Gruenbacher1-1/+2
2011-08-29drbd: Inline function overlaps() is now unusedAndreas Gruenbacher1-5/+0
2011-08-29drbd: Remove some useless paranoia codeAndreas Gruenbacher1-10/+2
2011-08-29drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher7-63/+114
2011-08-29drbd: Convert all constants in enum drbd_thread_state to upper caseAndreas Gruenbacher4-30/+30
2011-08-29drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher7-113/+113
2011-08-29drbd: Remove the unused hash tablesAndreas Gruenbacher7-177/+20
2011-08-29drbd: Use interval tree for overlapping epoch entry detectionAndreas Gruenbacher4-28/+35
2011-08-29drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher6-50/+49
2011-08-29drbd: Use the read and write request trees for request lookupsAndreas Gruenbacher2-30/+17
2011-08-29drbd: Add read_requests treeAndreas Gruenbacher3-4/+13
2011-08-25drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher5-47/+52
2011-08-25drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher6-41/+42
2011-08-25drbd: Add interval tree data structureAndreas Gruenbacher3-0/+188
2011-08-25drbd: Request lookup code cleanup (4)Andreas Gruenbacher1-38/+28
2011-08-25drbd: Request lookup code cleanup (3)Andreas Gruenbacher1-22/+6
2011-08-25drbd: Request lookup code cleanup (2)Andreas Gruenbacher1-25/+24
2011-08-25drbd: Request lookup code cleanup (1)Andreas Gruenbacher2-26/+27
2011-08-25drbd: Update outdated commentAndreas Gruenbacher1-2/+2
2011-08-25drbd: Move drbd_free_tl_hash() to drbd_main()Andreas Gruenbacher3-31/+30
2011-08-25drbd: Magic reserved block_id value cleanupAndreas Gruenbacher3-20/+7
2011-08-25drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher2-2/+2
2011-08-25drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIGAndreas Gruenbacher2-11/+11
2011-08-25drbd: Consistently use block_id == ID_SYNCER for checksum based resync and on...Andreas Gruenbacher3-5/+7
2011-08-25drbd: Remove superfluous declarationAndreas Gruenbacher1-1/+0
2011-08-25drbd: Get rid of req_validator_fn typedefAndreas Gruenbacher1-4/+2
2011-08-23loop: always allow userspace partitions and optionally support automatic scan...Kay Sievers1-4/+45
2011-08-23Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2-4/+4
2011-08-22xen-blkback: fixed indentation and commentsJoe Jin2-3/+3
2011-08-22xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed.Joe Jin1-1/+1
2011-08-19loop: add discard support for loop devicesLukas Czerner1-0/+54
2011-08-19nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton1-1/+1
2011-08-19nbd: replace some printk with dev_warn() and dev_info()WANG Cong1-6/+5
2011-08-19nbd: lower the loglevel of an error messageWANG Cong1-1/+1
2011-08-19nbd: replace printk KERN_ERR with dev_err()WANG Cong1-25/+25
2011-08-19nbd: replace sysfs_create_file() with device_create_file()WANG Cong1-3/+3
2011-08-19nbd: use task_pid_nr() to get current pidWANG Cong1-1/+1
2011-08-09Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2-4/+4
2011-08-09xen/blkback: Make description more obvious.Konrad Rzeszutek Wilk1-1/+1
2011-08-08cciss: add transport mode attribute to sysJoe Handzik1-0/+13
2011-08-08cciss: Adds simple mode functionalityJoseph Handzik2-11/+46
2011-08-03block: swim3: fix unterminated of_device_id tableAxel Lin1-0/+1
2011-08-02drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten1-2/+2
2011-07-31loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers1-2/+4
2011-07-31loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop dev...Kay Sievers2-17/+25
2011-07-31loop: add management interface for on-demand device allocationKay Sievers1-4/+116
2011-07-31loop: replace linked list of allocated devices with an idr indexKay Sievers1-72/+80
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1