index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-28
drbd: Allow online change of al-stripes and al-stripe-size
Philipp Reisner
1
-24
/
+33
2013-06-28
drbd: fix error return code in drbd_init()
Wei Yongjun
1
-3
/
+1
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-40
/
+211
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-3
/
+2
2013-03-28
drbd: fix memory leak
Lars Ellenberg
1
-0
/
+1
2013-03-28
drbd: fix spurious warning about bitmap being locked from detach
Philipp Reisner
1
-1
/
+5
2013-03-23
drbd: prepare to queue write requests on a submit worker
Lars Ellenberg
1
-1
/
+25
2013-03-23
drbd: read meta data early, base on-disk offsets on super block
Lars Ellenberg
1
-24
/
+107
2013-03-23
drbd: mechanically rename la_size to la_size_sect
Lars Ellenberg
1
-3
/
+3
2013-03-23
drbd: prepare for new striped layout of activity log
Lars Ellenberg
1
-8
/
+69
2013-03-23
drbd: cleanup ondisk meta data layout calculations and defines
Lars Ellenberg
1
-3
/
+8
2013-03-23
drbd: cleanup bogus assert message
Lars Ellenberg
1
-7
/
+0
2013-02-28
drbd: convert to idr_alloc()
Tejun Heo
1
-16
/
+13
2012-12-06
drbd: Remove obsolete check
Philipp Reisner
1
-1
/
+1
2012-11-09
Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6
Philipp Reisner
1
-2328
/
+1445
2012-11-09
drbd: fix regression: potential NULL pointer dereference
Philipp Reisner
1
-2
/
+6
2012-11-09
drbd: always write bitmap on detach
Lars Ellenberg
1
-0
/
+20
2012-11-09
drbd: Call drbd_md_sync() explicitly after a state change on the connection
Philipp Reisner
1
-0
/
+16
2012-11-09
drbd: fix potential list_add corruption
Lars Ellenberg
1
-1
/
+3
2012-11-09
drbd: Protect accesses to the uuid set with a spinlock
Philipp Reisner
1
-6
/
+27
2012-11-09
drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/
Lars Ellenberg
1
-1
/
+1
2012-11-09
drbd: announce FLUSH/FUA capability to upper layers
Lars Ellenberg
1
-0
/
+1
2012-11-08
drbd: report congestion if we are waiting for some userland callback
Lars Ellenberg
1
-0
/
+16
2012-11-08
drbd: differentiate between normal and forced detach
Lars Ellenberg
1
-1
/
+1
2012-11-08
drbd: allow read requests to be retried after force-detach
Lars Ellenberg
1
-5
/
+18
2012-11-08
drbd: base completion and destruction of requests on ref counts
Lars Ellenberg
1
-1
/
+1
2012-11-08
drbd: __drbd_make_request() is now void
Lars Ellenberg
1
-3
/
+2
2012-11-08
drbd: remove struct drbd_tl_epoch objects (barrier works)
Lars Ellenberg
1
-250
/
+66
2012-11-08
drbd: move the drbd_work_queue from drbd_socket to drbd_connection
Lars Ellenberg
1
-10
/
+6
2012-11-08
drbd: allow to dequeue batches of work at a time
Lars Ellenberg
1
-1
/
+1
2012-11-08
drbd: transfer log epoch numbers are now per resource
Lars Ellenberg
1
-6
/
+3
2012-11-08
drbd: rename drbd_restart_write to drbd_restart_request
Lars Ellenberg
1
-1
/
+1
2012-11-08
drbd: use bitmap_parse instead of __bitmap_parse
Philipp Reisner
1
-3
/
+3
2012-11-08
drbd: ignore volume number for drbd barrier packet exchange
Lars Ellenberg
1
-5
/
+5
2012-11-08
drbd: fix potential deadlock during "restart" of conflicting writes
Lars Ellenberg
1
-0
/
+79
2012-11-08
drbd: don't pretend that barrier_nr == 0 was special
Lars Ellenberg
1
-3
/
+1
2012-11-08
drbd: remove now unused seq_num member from struct drbd_request
Lars Ellenberg
1
-1
/
+1
2012-11-08
drbd: fix potential data corruption and protocol error
Lars Ellenberg
1
-2
/
+2
2012-11-08
drbd: explicitly clear unused dp_flags in drbd_send_block
Lars Ellenberg
1
-0
/
+1
2012-11-08
drbd: Move list of epochs from mdev to tconn
Philipp Reisner
1
-14
/
+11
2012-11-08
drbd: Move write_ordering from mdev to tconn
Philipp Reisner
1
-1
/
+2
2012-11-08
drbd: Move the CREATE_BARRIER flag from connection to device
Philipp Reisner
1
-8
/
+3
2012-11-08
drbd: Fixes from the drbd-8.3 branch
Philipp Reisner
1
-4
/
+26
2012-11-08
drbd: Fixes from the drbd-8.3 branch
Philipp Reisner
1
-1
/
+5
2012-11-08
drbd: detach must not try to abort non-local requests
Lars Ellenberg
1
-0
/
+4
2012-11-08
drbd: Get rid of MR_{READ,WRITE}_SHIFT
Andreas Gruenbacher
1
-2
/
+4
2012-11-08
drbd: Fix the data-integrity-alg setting
Andreas Gruenbacher
1
-4
/
+2
2012-11-08
drbd: Turn tl_apply() into tl_abort_disk_io()
Andreas Gruenbacher
1
-9
/
+4
2012-11-08
drbd: on attach, enforce clean meta data
Lars Ellenberg
1
-9
/
+17
2012-11-08
drbd: detach from frozen backing device
Philipp Reisner
1
-9
/
+68
[next]