summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-09-28drbd: Use new header layoutPhilipp Reisner3-49/+41
2011-08-29drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner4-72/+64
2011-08-29drbd: Preparing to use p_header96 for all packetsPhilipp Reisner1-5/+6
2011-08-29drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdevPhilipp Reisner3-7/+7
2011-08-29drbd: moved crypto transformations and friends from mdev to tconnPhilipp Reisner4-55/+56
2011-08-29drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner7-170/+170
2011-08-29drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner6-48/+48
2011-08-29drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner6-52/+53
2011-08-29drbd: moved data and meta from mdev to tconnPhilipp Reisner6-151/+152
2011-08-29drbd: moved net_cont and net_cnt_wait from mdev to tconnPhilipp Reisner5-37/+39
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-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-08cciss: add transport mode attribute to sysJoe Handzik1-0/+13
2011-08-08cciss: Adds simple mode functionalityJoseph Handzik2-11/+46
2011-08-08sh: Fix boot crash related to SCIRafael J. Wysocki1-1/+1
2011-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-341/+8