index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-09
drbd: Fixed current UUID generation
Philipp Reisner
1
-2
/
+2
2012-05-09
drbd: change some GFP_KERNEL to GFP_NOIO
Lars Ellenberg
1
-3
/
+3
2012-05-09
drbd: Implemented the disk-timeout option
Philipp Reisner
3
-14
/
+25
2012-05-09
drbd: Force flag for the detach operation
Philipp Reisner
2
-1
/
+16
2012-05-09
drbd: Allow new IOs while the local disk in in FAILED state
Philipp Reisner
1
-1
/
+1
2012-05-09
drbd: Bitmap IO functions can now return prematurely if the disk breaks
Philipp Reisner
1
-10
/
+30
2012-05-09
drbd: Added a kref to bm_aio_ctx
Philipp Reisner
1
-25
/
+59
2012-05-09
drbd: Hold a reference to ldev while doing meta-data IO
Philipp Reisner
2
-0
/
+7
2012-05-09
drbd: Keep a reference to the bio until the completion handler finished
Philipp Reisner
2
-0
/
+2
2012-05-09
drbd: Implemented wait_until_done_or_disk_failure()
Philipp Reisner
3
-5
/
+18
2012-05-09
drbd: Replaced md_io_mutex by an atomic: md_io_in_use
Philipp Reisner
4
-19
/
+51
2012-05-09
drbd: moved md_io into mdev
Philipp Reisner
3
-9
/
+10
2012-05-09
drbd: Immediately allow completion of IOs, that wait for IO completions on a ...
Philipp Reisner
3
-11
/
+37
2012-05-09
drbd: Keep a reference to barrier acked requests
Philipp Reisner
3
-2
/
+23
2012-05-09
drbd: Improve compatibility with drbd's older than 8.3.7
Philipp Reisner
2
-3
/
+8
2012-05-09
drbd: Only print sanitize state's warnings, if the state change happens
Philipp Reisner
1
-15
/
+40
2012-05-09
drbd: downgraded error printk to info
Lars Ellenberg
1
-4
/
+2
2012-05-09
DRBD: Fix comparison always false warning due to long/long long compare
David Howells
1
-1
/
+1
2012-05-09
drbd: spelling fix: too small
Lars Ellenberg
1
-4
/
+4
2012-05-09
drbd: cosmetic: fix accidental division instead of modulo when pretty printing
Lars Ellenberg
1
-1
/
+1
2012-05-09
drbd: Lower log priority for an event that is definitely not an error
Philipp Reisner
1
-1
/
+1
2012-04-21
sock: Introduce named constants for sk_reuse
Pavel Emelyanov
1
-3
/
+3
2012-03-23
usermodehelper: use UMH_WAIT_PROC consistently
Oleg Nesterov
1
-1
/
+1
2012-03-20
drbd: remove the second argument of k[un]map_atomic()
Cong Wang
1
-7
/
+7
2012-03-20
block: remove the second argument of k[un]map_atomic()
Cong Wang
2
-20
/
+20
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2
-4
/
+4
2011-11-04
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-5
/
+5
2011-10-19
Merge branch 'v3.1-rc10' into for-3.2/core
Jens Axboe
1
-2
/
+2
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
1
-2
/
+2
2011-09-15
Remove unneeded version.h includes from drivers/block/
Jesper Juhl
1
-1
/
+0
2011-09-15
drbd: Use angle brackets for system includes
Joe Perches
2
-3
/
+3
2011-09-15
drbd: Convert vmalloc/memset to vzalloc
Joe Perches
1
-3
/
+2
2011-09-12
block: remove support for bio remapping from ->make_request
Christoph Hellwig
2
-5
/
+5
2011-08-02
drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse
H Hartley Sweeten
1
-2
/
+2
2011-06-30
Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into fo...
Jens Axboe
4
-21
/
+31
2011-06-30
drbd: we should write meta data updates with FLUSH FUA
Lars Ellenberg
1
-1
/
+1
2011-06-30
drbd: when receive times out on meta socket, also check last receive time on ...
Lars Ellenberg
1
-0
/
+6
2011-06-30
drbd: account bitmap IO during resync as resync-(related-)-io
Lars Ellenberg
1
-0
/
+3
2011-06-30
drbd: don't cond_resched_lock with IRQs disabled
Lars Ellenberg
1
-1
/
+3
2011-06-30
drbd: add missing spinlock to bitmap receive
Lars Ellenberg
1
-15
/
+19
2011-06-30
drbd: Use the correct max_bio_size when creating resync requests
Philipp Reisner
1
-6
/
+1
2011-05-25
Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
9
-139
/
+243
2011-05-24
drbd: fix warning
Andrew Morton
2
-2
/
+1
2011-05-24
drbd: fix warning
Philipp Reisner
2
-7
/
+1
2011-05-24
drbd: Fix spelling
Bart Van Assche
9
-40
/
+40
2011-05-24
drbd: fix schedule in atomic
Lars Ellenberg
2
-3
/
+15
2011-05-24
drbd: Take a more conservative approach when deciding max_bio_size
Philipp Reisner
4
-50
/
+97
2011-05-24
drbd: Fixed state transitions after async outdate-peer-handler returned
Philipp Reisner
1
-1
/
+14
2011-05-24
drbd: Disallow the peer_disk_state to be D_OUTDATED while connected
Philipp Reisner
1
-0
/
+3
2011-05-24
drbd: Fix for the connection problems on high latency links
Philipp Reisner
1
-1
/
+1
[prev]
[next]