Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
87f7be4cf88e93069f4cc63baf2ce70fdfc59c63
/
drivers
/
block
/
drbd
87f7be4
drbd: Run the fence-peer helper asynchronously
by Philipp Reisner
· 14 years ago
1616a25
drbd: Reduce the verbosity of some state transitions
by Philipp Reisner
· 14 years ago
999122b
drbd: Removing a by now obsolete clause in the state sanitizing
by Philipp Reisner
· 14 years ago
18a50fa
drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary correctly
by Philipp Reisner
· 14 years ago
894c6a9
drbd: Disabled the crashed_primary detection for re-attach of last data while IO is frozen
by Philipp Reisner
· 14 years ago
47ff2d0
drbd: Do not allow a fencing-policy of resource-and-stonith with protocol A
by Philipp Reisner
· 14 years ago
265be2d
drbd: Finished the "on-no-data-accessible suspend-io;" functionality
by Philipp Reisner
· 14 years ago
905cd7d
drbd: Removed redundant error checks in the request code path
by Philipp Reisner
· 15 years ago
5ba8230
drbd: factored drbd_req_make_private_bio() out of drbd_req_new()
by Philipp Reisner
· 14 years ago
b9b9871
drbd: Do not send two barriers without any writes between them
by Philipp Reisner
· 14 years ago
11b58e7
drbd: factored tl_restart() out of tl_clear().
by Philipp Reisner
· 15 years ago
2a80699
drbd: mod_req has now a return value
by Philipp Reisner
· 14 years ago
288f422
drbd: Track all IO requests on the TL, not writes only
by Philipp Reisner
· 14 years ago
7e602c0
drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writes
by Philipp Reisner
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
e7f52df
drbd: revert "delay probes", feature is being re-implemented differently
by Lars Ellenberg
· 14 years ago
85f4cc1
drbd: Initialize all members of sync_conf to their defaults [Bugz 315]
by Philipp Reisner
· 14 years ago
6710a57
drbd: Disable delay probes for the upcomming release
by Philipp Reisner
· 14 years ago
6e9624b
block: push down BKL into .open and .release
by Arnd Bergmann
· 14 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
698f931
fix comment/printk typos concerning "already"
by Uwe Kleine-König
· 14 years ago
dc66c74
drbd: Fixed a race between disk-attach and unexpected state changes
by Philipp Reisner
· 14 years ago
2a0ab2c
drbd: Reduce verbosity
by Philipp Reisner
· 14 years ago
7383506
drbd: use drbd specific ratelimit instead of global printk_ratelimit
by Lars Ellenberg
· 14 years ago
d255e5f
drbd: fix hang on local read errors while disconnected
by Lars Ellenberg
· 14 years ago
32fa7e9
drbd: Removed the now empty w_io_error() function
by Philipp Reisner
· 14 years ago
039e1fb
drbd: removed duplicated #includes
by Andrea Gelmini
· 15 years ago
ba11ad9
drbd: improve usage of MSG_MORE
by Lars Ellenberg
· 15 years ago
5dbf167
drbd: need to set socket bufsize early to take effect
by Lars Ellenberg
· 15 years ago
344fa46
drbd: improve network latency, TCP_QUICKACK
by Lars Ellenberg
· 15 years ago
2c8d196
drbd: Revert "drbd: Create new current UUID as late as possible"
by Philipp Reisner
· 15 years ago
ee9a360
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 15 years ago
4e23a59
drbd: Do not free p_uuid early, this is done in the exit code of the receiver
by Philipp Reisner
· 15 years ago
23ce422
drbd: Null pointer deref fix to the large "multi bio rewrite"
by Philipp Reisner
· 15 years ago
fc8ce19
drbd: Fix: Do not detach, if a bio with a barrier fails
by Philipp Reisner
· 15 years ago
4604d63
drbd: Ensure to not trigger late-new-UUID creation multiple times
by Philipp Reisner
· 15 years ago
31a31dc
drbd: Do not Oops when C_STANDALONE when uuid gets generated
by Philipp Reisner
· 15 years ago
2db4e42
drivers/block/drbd: Use kzalloc
by Julia Lawall
· 15 years ago
0c3f345
drbd: Create new current UUID as late as possible
by Philipp Reisner
· 15 years ago
9a25a04
drbd: If we detect late that IO got frozen, retry after we thawed.
by Philipp Reisner
· 15 years ago
a1c88d0
drbd: always use_bmbv, ignore setting
by Lars Ellenberg
· 15 years ago
bb3d000
drbd: allow resync requests to be larger than max_segment_size
by Lars Ellenberg
· 15 years ago
45bb912
drbd: Allow drbd_epoch_entries to use multiple bios.
by Lars Ellenberg
· 15 years ago
708d740
drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning members
by Lars Ellenberg
· 15 years ago
162f3ec
drbd: Fixes to the new delay_probes code
by Philipp Reisner
· 15 years ago
a8cdfd8
drbd: A fixes to the new resync speed code
by Philipp Reisner
· 15 years ago
eedf386
drbd: Proc bits of new resync speed stuff
by Philipp Reisner
· 15 years ago
cdd67a7
drbd: Control the actual resync rate based on the queuing delay of data packets
by Philipp Reisner
· 15 years ago
bd26bfc
drbd: Actually send delay probes
by Philipp Reisner
· 15 years ago
67c7ddd
drbd: Four new configuration settings for resync speed control
by Philipp Reisner
· 15 years ago
7237bc4
drbd: Sending of delay_probes
by Philipp Reisner
· 15 years ago
0ced55a
drbd: Receiving of delay_probes
by Philipp Reisner
· 15 years ago
5223671
drbd: Fixed bitmap in case of online-grow without resync
by Philipp Reisner
· 15 years ago
6b4388a
drbd: Added transmission faults to the fault injection code
by Philipp Reisner
· 15 years ago
087c249
drbd: bugfix: Make resize work, if remote's size was limiting and increased in the meantime
by Philipp Reisner
· 15 years ago
6495d2c
drbd: Implemented the --assume-clean option for drbdsetup resize
by Philipp Reisner
· 15 years ago
b4ee79d
drbd: Added some missing statics
by Philipp Reisner
· 15 years ago
fd76438
drbd: Make sure to resync all of the new storage upon online resize
by Philipp Reisner
· 15 years ago
e89b591
drbd: Implemented flags for the resize packet
by Philipp Reisner
· 15 years ago
02d9a94
drbd: Implemented the set_new_bits parameter for drbd_bm_resize()
by Philipp Reisner
· 15 years ago
d845030
drbd: made determin_dev_size's parameter an flag enum
by Philipp Reisner
· 15 years ago
3a11a48
drbd: New handler: initial-split-brain
by Adam Gandelman
· 15 years ago
979f5c7
drbd: fail_requests_early: remove incorrect and unnecessary optimization
by Lars Ellenberg
· 15 years ago
6666032
drbd: check for corrupt or malicous sector addresses when receiving data
by Lars Ellenberg
· 15 years ago
c3fe30b
drbd: cleanup: This code path to trigger a resync is no longer needed
by Philipp Reisner
· 15 years ago
8d4ce82
drbd: don't start a resync without access to up-to-date Data
by Lars Ellenberg
· 15 years ago
c3470cd
drbd: fix potential protocol error
by Lars Ellenberg
· 15 years ago
8d1894e
drbd: remove bogus ASSERT
by Lars Ellenberg
· 15 years ago
e0f8301
drbd: fix regression: attach while connected failed
by Lars Ellenberg
· 15 years ago
e4f925e
drbd: Do not upgrade state to Outdated if already Inconsistent [Bugz 277]
by Philipp Reisner
· 15 years ago
8c484ee
drbd: use proc_create_data with explicit NULL argument
by Lars Ellenberg
· 15 years ago
5c3c7e6
drbd: don't expose failed local READ to upper layers
by Lars Ellenberg
· 15 years ago
7407cf3
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 15 years ago
fbd9b09
blkdev: generalize flags for blkdev_issue_fn functions
by Dmitry Monakhov
· 15 years ago
7e2455c
drbd: Terminate a connection early if sending the protocol fails
by Philipp Reisner
· 15 years ago
7ac314c
drbd: fix memory leak
by Dan Carpenter
· 15 years ago
2f40842
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
b2b163d
drbd: lc_element_by_index() never returns NULL
by Philipp Reisner
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b4b7a4e
Merge branch 'master' into for-linus
by Jens Axboe
· 15 years ago
39ad2bb
drbd: fix al-to-on-disk-bitmap for 4k logical_block_size
by Lars Ellenberg
· 15 years ago
1f55243
drbd: Renamed overwrite_peer to primary_force
by Philipp Reisner
· 15 years ago
d10a33c
drbd: Forcing primary should also work for Consistent disks [Bugz 266]
by Philipp Reisner
· 15 years ago
d0c3f60
drbd: Make sure we do not send state updates during an empty resync [Bugz 271]
by Philipp Reisner
· 15 years ago
309d160
drbd: Reduce the time an empty resync takes usually
by Philipp Reisner
· 15 years ago
c42b6cf
drbd: add missing drbd command names to avoid <NULL> in error messages
by Lars Ellenberg
· 15 years ago
4589d7f
drbd_disconnect: grab meta.socket mutex as well
by Lars Ellenberg
· 15 years ago
676396d
fix unit of rs_same_csums accounting
by Lars Ellenberg
· 15 years ago
580b976
drbd: fix broken state change after split-brain attach while connected
by Lars Ellenberg
· 15 years ago
4aa83b7
drbd: fix NULL pointer dereference on 4k hard sect size
by Lars Ellenberg
· 15 years ago
cf14c2e
drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> )
by Philipp Reisner
· 15 years ago
8a03ae2
block: drbd: Convert semaphore to mutex
by Thomas Gleixner
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
8a78362
block: Consolidate phys_segment and hw_segment limits
by Martin K. Petersen
· 15 years ago
086fa5f
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
by Martin K. Petersen
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
d3db7b4
drbd: null dereference bug
by Dan Carpenter
· 15 years ago
98ec286
drbd: fix max_segment_size initialization
by Lars Ellenberg
· 15 years ago
a393db6
drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be explicitly forced)
by Philipp Reisner
· 15 years ago
Next »