summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: Remove redundant initializationAndreas Gruenbacher2011-09-281-1/+0
* drbd: Rename "enum drbd_packets" to "enum drbd_packet"Andreas Gruenbacher2011-09-283-83/+97
* drbd: Move cmdname() out of drbd_int.hAndreas Gruenbacher2011-09-282-58/+60
* drbd: Do not access tconn after it was freedPhilipp Reisner2011-09-281-4/+3
* drbd: Implemented receiving of new style packets on meta socketPhilipp Reisner2011-09-281-65/+68
* drbd: Use new header layoutPhilipp Reisner2011-09-284-50/+42
* drbd: Replaced all p_header80 with a generic p_headerPhilipp Reisner2011-08-294-72/+64
* drbd: Preparing to use p_header96 for all packetsPhilipp Reisner2011-08-291-5/+6
* drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdevPhilipp Reisner2011-08-293-7/+7
* drbd: moved crypto transformations and friends from mdev to tconnPhilipp Reisner2011-08-294-55/+56
* drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner2011-08-297-170/+170
* drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner2011-08-296-48/+48
* drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner2011-08-296-52/+53
* drbd: moved data and meta from mdev to tconnPhilipp Reisner2011-08-296-151/+152
* drbd: moved net_cont and net_cnt_wait from mdev to tconnPhilipp Reisner2011-08-295-37/+39
* drbd: moved net_conf from mdev to tconnPhilipp Reisner2011-08-297-111/+110
* drbd: Minimal struct drbd_tconnPhilipp Reisner2011-08-292-0/+60
* idr: idr_for_each_entry() macroPhilipp Reisner2011-08-291-0/+11
* drbd: Interval tree bugfixAndreas Gruenbacher2011-08-291-1/+2
* drbd: Inline function overlaps() is now unusedAndreas Gruenbacher2011-08-291-5/+0
* drbd: Remove some useless paranoia codeAndreas Gruenbacher2011-08-291-10/+2
* drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher2011-08-297-63/+114
* drbd: Convert all constants in enum drbd_thread_state to upper caseAndreas Gruenbacher2011-08-294-30/+30
* drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher2011-08-297-113/+113
* drbd: Remove the unused hash tablesAndreas Gruenbacher2011-08-297-177/+20
* drbd: Use interval tree for overlapping epoch entry detectionAndreas Gruenbacher2011-08-294-28/+35
* drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher2011-08-296-50/+49
* drbd: Use the read and write request trees for request lookupsAndreas Gruenbacher2011-08-292-30/+17
* drbd: Add read_requests treeAndreas Gruenbacher2011-08-293-4/+13
* drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher2011-08-255-47/+52
* drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher2011-08-256-41/+42
* drbd: Add interval tree data structureAndreas Gruenbacher2011-08-253-0/+188
* drbd: Request lookup code cleanup (4)Andreas Gruenbacher2011-08-251-38/+28
* drbd: Request lookup code cleanup (3)Andreas Gruenbacher2011-08-251-22/+6
* drbd: Request lookup code cleanup (2)Andreas Gruenbacher2011-08-251-25/+24
* drbd: Request lookup code cleanup (1)Andreas Gruenbacher2011-08-252-26/+27
* drbd: Update outdated commentAndreas Gruenbacher2011-08-251-2/+2
* drbd: Move drbd_free_tl_hash() to drbd_main()Andreas Gruenbacher2011-08-253-31/+30
* drbd: Magic reserved block_id value cleanupAndreas Gruenbacher2011-08-253-20/+7
* drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher2011-08-252-2/+2
* drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIGAndreas Gruenbacher2011-08-253-13/+11
* drbd: Consistently use block_id == ID_SYNCER for checksum based resync and on...Andreas Gruenbacher2011-08-253-5/+7
* drbd: Remove superfluous declarationAndreas Gruenbacher2011-08-251-1/+0
* drbd: Get rid of req_validator_fn typedefAndreas Gruenbacher2011-08-251-4/+2
* loop: always allow userspace partitions and optionally support automatic scan...Kay Sievers2011-08-232-4/+46
* Merge branch 'for-3.2/core' into for-3.2/driversJens Axboe2011-08-234-6/+8
|\
| * block: add GENHD_FL_NO_PART_SCANTejun Heo2011-08-234-6/+8
* | loop: add discard support for loop devicesLukas Czerner2011-08-191-0/+54
* | nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton2011-08-191-1/+1
* | nbd: replace some printk with dev_warn() and dev_info()WANG Cong2011-08-191-6/+5