index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_req.c
Age
Commit message (
Expand
)
Author
2011-10-14
drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio
Andreas Gruenbacher
2011-09-28
drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...
Philipp Reisner
2011-09-28
drbd: Defer new writes when detecting conflicting writes
Andreas Gruenbacher
2011-09-28
drbd: Remove unnecessary reference counting left-over
Andreas Gruenbacher
2011-09-28
drbd: _req_conflicts(): Get rid of the epoch_entries tree
Andreas Gruenbacher
2011-09-28
drbd: Allow to wait for the completion of an epoch entry as well
Andreas Gruenbacher
2011-09-28
drbd: struct drbd_request: Introduce a new collision flag
Andreas Gruenbacher
2011-09-28
drbd: Move some functions to where they are used
Andreas Gruenbacher
2011-09-12
block: remove support for bio remapping from ->make_request
Christoph Hellwig
2011-08-29
drbd: moved req_lock and transfer log from mdev to tconn
Philipp Reisner
2011-08-29
drbd: moved agreed_pro_version, last_received and ko_count to tconn
Philipp Reisner
2011-08-29
drbd: moved data and meta from mdev to tconn
Philipp Reisner
2011-08-29
drbd: moved net_cont and net_cnt_wait from mdev to tconn
Philipp Reisner
2011-08-29
drbd: moved net_conf from mdev to tconn
Philipp Reisner
2011-08-29
drbd: Convert all constants in enum drbd_req_event to upper case
Andreas Gruenbacher
2011-08-29
drbd: Remove the unused hash tables
Andreas Gruenbacher
2011-08-29
drbd: Use interval tree for overlapping epoch entry detection
Andreas Gruenbacher
2011-08-29
drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval
Andreas Gruenbacher
2011-08-29
drbd: Add read_requests tree
Andreas Gruenbacher
2011-08-25
drbd: Use interval tree for overlapping write request detection
Andreas Gruenbacher
2011-08-25
drbd: Put sector and size in struct drbd_request into struct drbd_interval
Andreas Gruenbacher
2011-05-24
drbd: Fix spelling
Bart Van Assche
2011-05-24
drbd: fix potential activity log refcount imbalance in error path
Lars Ellenberg
2011-03-10
drbd: drop code present under #ifdef which is relevant to 2.6.28 and below
Or Gerlitz
2011-03-10
drbd: Implemented real timeout checking for request processing time
Philipp Reisner
2011-03-10
drbd: Removed left over, now wrong comments
Philipp Reisner
2011-03-10
drbd: fix potential imbalance of ap_in_flight
Lars Ellenberg
2011-03-10
drbd: Ensure that an epoch contains only requests of one kind
Philipp Reisner
2011-03-10
drbd: Nothing should stop SyncSource -> Ahead transitions
Philipp Reisner
2011-03-10
drbd: Be more careful with SyncSource -> Ahead transitions
Philipp Reisner
2011-03-10
drbd: Documenting drbd_should_do_remote() and drbd_should_send_oos()
Philipp Reisner
2011-03-10
drbd: Use the standard bool, true, and false keywords
Andreas Gruenbacher
2011-03-10
drbd: Get rid of unnecessary macros (2)
Andreas Gruenbacher
2011-03-10
drbd: Rename drbd_make_request_26 to drbd_make_request
Andreas Gruenbacher
2011-03-10
drbd: fix regression, we need to close drbd epochs during normal operation
Lars Ellenberg
2011-03-10
drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap
Philipp Reisner
2011-03-10
drbd: Begin to account BIO processing time before inc_ap_bio()
Philipp Reisner
2011-03-10
drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC
Philipp Reisner
2011-03-10
drbd: Implemented two new connection states Ahead/Behind
Philipp Reisner
2011-03-10
drbd: Track the numbers of sectors in flight
Philipp Reisner
2011-03-10
drbd: properly use max_hw_sectors to limit the our bio size
Lars Ellenberg
2011-03-10
block: remove per-queue plugging
Jens Axboe
2010-10-23
drbd: Removed checks for REQ_HARDBARRIER on incomming BIOs
Philipp Reisner
2010-10-22
drbd: Silenced an assert
Philipp Reisner
2010-10-22
drbd: rate limit an error message
Lars Ellenberg
2010-10-22
drbd: fix potential data divergence after multiple failures
Lars Ellenberg
2010-10-14
drbd: Track the reasons to suspend IO in dedicated state bits
Philipp Reisner
2010-10-14
drbd: Disable activity log updates when the whole device is out of sync
Philipp Reisner
2010-10-14
drbd: fix list corruption (recent regression)
Lars Ellenberg
2010-10-14
drbd: Allow tl_restart() to do IO completion while IO is suspended
Philipp Reisner
[prev]
[next]