Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
5cdb0bf322b3a5ed91ff0d3be28c6af0f6a2b6bd
5cdb0bf3
drbd: remove now unused seq_num member from struct drbd_request
by Lars Ellenberg
· 13 years ago
4b8514e
drbd: fix potential data corruption and protocol error
by Lars Ellenberg
· 13 years ago
e8744f5
drbd: Fixed detach
by Lars Ellenberg
· 13 years ago
d93f630
drbd: Fix a potential write ordering issue on SyncTarget nodes
by Lars Ellenberg
· 13 years ago
81f4486
drbd: Fix a potential race that could case data inconsistency
by Lars Ellenberg
· 13 years ago
38a05c1
drbd: Consider that bio->bi_bdev might be modified below DRBD
by Philipp Reisner
· 13 years ago
72585d2
drbd: add missing part_round_stats to _drbd_start_io_acct
by Philipp Reisner
· 13 years ago
dd9b360
drbd: Fix module refcount leak in drbd_accept()
by Philipp Reisner
· 13 years ago
93f5afe
drbd: If disk timeout expires fail only the affected volume
by Philipp Reisner
· 13 years ago
32db80f
drbd: Consider the disk-timeout also for meta-data IO operations
by Philipp Reisner
· 13 years ago
25b0d6c
drbd: Reinstate disabling AL updates with invalidate-remote
by Philipp Reisner
· 13 years ago
b17f33c
drbd: explicitly clear unused dp_flags in drbd_send_block
by Lars Ellenberg
· 13 years ago
4d0fc3f
drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3
by Philipp Reisner
· 13 years ago
1a3cde4
drbd: drbd_bm_ALe_set_all(): Remove unused function
by Andreas Gruenbacher
· 13 years ago
69b6a3b
drbd: restart loop in drbd_make_request() [prepare for Linux-3.2]
by Philipp Reisner
· 13 years ago
7da35862
drbd: Restore late assigning of tconn->data.sock and meta.sock
by Philipp Reisner
· 13 years ago
a01842e
drbd: Log failures of connection state changes
by Philipp Reisner
· 13 years ago
e8cdc34
drbd: Consider that read requests could be NEG_ACKEDed
by Philipp Reisner
· 13 years ago
6ab9b1b
drbd: Do not send state packets while lower than C_CONNECTED cstate
by Philipp Reisner
· 13 years ago
b8853db
drbd: fix race between disconnect and receive_state
by Philipp Reisner
· 13 years ago
57bcb6c
drbd: Do not call generic_make_request() while holding req_lock
by Philipp Reisner
· 13 years ago
d60de03
drbd: Load balancing method: striping
by Philipp Reisner
· 13 years ago
380207d
drbd: Load balancing of read requests
by Philipp Reisner
· 13 years ago
d10b4ea
drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty"
by Philipp Reisner
· 13 years ago
615e087
drbd: add missing rcu locks around recently introduced idr_for_each
by Lars Ellenberg
· 13 years ago
03d63e1
drbd: Remove leftover prototype
by Andreas Gruenbacher
· 13 years ago
975b297
drbd: fix potential spinlock deadlock
by Philipp Reisner
· 13 years ago
77fede5
drbd: Fix the WO=drain implementation for multiple volumes
by Philipp Reisner
· 13 years ago
1e9dd29
drbd: Switch drbd_may_finish_epoch() from mdev to tconn
by Philipp Reisner
· 13 years ago
12038a3
drbd: Move list of epochs from mdev to tconn
by Philipp Reisner
· 13 years ago
1d2783d
drbd: Prepare epochs per connection
by Philipp Reisner
· 13 years ago
4b0007c
drbd: Move write_ordering from mdev to tconn
by Philipp Reisner
· 13 years ago
6936fcb
drbd: Move the CREATE_BARRIER flag from connection to device
by Philipp Reisner
· 13 years ago
36baf61
drbd: Fixed an obvious copy-n-paste mistake
by Philipp Reisner
· 13 years ago
43de7c8
drbd: Fixes from the drbd-8.3 branch
by Philipp Reisner
· 13 years ago
0cfac5d
drbd: Fixes from the drbd-8.3 branch
by Philipp Reisner
· 13 years ago
376694a
drbd: Silenced compiler warnings
by Philipp Reisner
· 13 years ago
9bcd252
drbd: fix "stalled" empty resync
by Philipp Reisner
· 13 years ago
22d8114
drbd: fix bitmap writeout after aborted resync
by Lars Ellenberg
· 13 years ago
08b165b
drbd: Consider the discard-my-data flag for all volumes [bugz 359]
by Philipp Reisner
· 13 years ago
935be26
drbd: Improve error reporting in drbd_md_sync_page_io()
by Andreas Gruenbacher
· 13 years ago
25e4093
drbd: fix connect failure with all default net-options
by Lars Ellenberg
· 13 years ago
a209b4a
drbd: Update some outdated comments to match the code
by Andreas Gruenbacher
· 13 years ago
c4e7afd
drbd: Remove unused code
by Philipp Reisner
· 13 years ago
4276dea
drbd: Remove dead code
by Philipp Reisner
· 13 years ago
85d7351
drbd: Cleanup all epoch objects upon connection loss
by Philipp Reisner
· 13 years ago
b80c043
drbd: The minor_count module parameter is only a hint nowadays
by Philipp Reisner
· 13 years ago
f132f55
drbd: Do not display bogus log lines for pdsk in case pdsk < D_UNKNOWN
by Philipp Reisner
· 13 years ago
97ddb68
drbd: detach must not try to abort non-local requests
by Lars Ellenberg
· 13 years ago
f497609
drbd: Get rid of MR_{READ,WRITE}_SHIFT
by Andreas Gruenbacher
· 13 years ago
823bd83
drbd: Bugfix for the connection behavior
by Philipp Reisner
· 12 years ago
7d4c782
drbd: Fix the data-integrity-alg setting
by Andreas Gruenbacher
· 13 years ago
71fc7ee
drbd: Turn tl_apply() into tl_abort_disk_io()
by Andreas Gruenbacher
· 13 years ago
1b7ab15
drbd: Fixed w_restart_disk_io() to handle non active AL-extents
by Philipp Reisner
· 13 years ago
9b743da
drbd: Missing assignment of mdev before drbd_queue_work()
by Philipp Reisner
· 13 years ago
3b03ad5
drbd: Do not mod_timer() with a past time
by Philipp Reisner
· 13 years ago
3fb4746
drbd: Consider that the no-data-condition could be in connected state
by Philipp Reisner
· 13 years ago
97af09d
drbd: Dropped wrong clause to generate new current UUIDs
by Philipp Reisner
· 13 years ago
accdbcc
drbd: receive_protocol(): We cannot change our own data-integrity-alg setting here
by Andreas Gruenbacher
· 13 years ago
d505d9b
drbd: Be consistent in reporting incompatibilities in P_PROTOCOL settings
by Andreas Gruenbacher
· 13 years ago
fbc12f4
drbd: receive_protocol(): Make the program flow less confusing
by Andreas Gruenbacher
· 13 years ago
b792c35
drbd: receive_protocol(): Give variables more easily searchable names
by Andreas Gruenbacher
· 13 years ago
5af172e
drbd: Print memory address in hex instead of decimal in error message
by Andreas Gruenbacher
· 13 years ago
f2257a5
drbd: Allow to create devices with a minor number > minor_count
by Andreas Gruenbacher
· 13 years ago
0317d9e
drbd: Fix the maximum accepted minor device number
by Andreas Gruenbacher
· 13 years ago
32bdb64
drbd: Define scale factors in a single place
by Andreas Gruenbacher
· 14 years ago
65d9492
drbd: Changed some defaults
by Philipp Reisner
· 13 years ago
367d675d
drbd: report net config even for resources without a single volume
by Lars Ellenberg
· 13 years ago
e0e1665
drbd: Correctly handle resources without volumes
by Philipp Reisner
· 13 years ago
a67e1d9
drbd: Eliminated the "notified peer" messages
by Philipp Reisner
· 13 years ago
369bea6
drbd: Fixed removal of volumes/devices from connected resources
by Philipp Reisner
· 13 years ago
d5d7ebd
drbd: on attach, enforce clean meta data
by Lars Ellenberg
· 13 years ago
cdfda63
drbd: detach from frozen backing device
by Philipp Reisner
· 13 years ago
2fcb8f3
drbd: Improve the "unexpected packet" error messages
by Andreas Gruenbacher
· 13 years ago
9510b24
drbd: Fixed state transitions in case reading meta data failes
by Philipp Reisner
· 13 years ago
2ffca4f
drbd: Improve compatibility with drbd's older than 8.3.7
by Philipp Reisner
· 13 years ago
d942ae4
drbd: Fixes from the 8.3 development branch
by Philipp Reisner
· 13 years ago
4dbdae3
drbd: downgraded error printk to info
by Lars Ellenberg
· 13 years ago
f03c254
drbd: allow ping-timeout of up to 30 seconds
by Lars Ellenberg
· 13 years ago
3b7cd45
DRBD: Fix comparison always false warning due to long/long long compare
by David Howells
· 13 years ago
6dff290
drbd: Rename --dry-run to --tentative
by Andreas Gruenbacher
· 13 years ago
d0fa7fd
drbd: Remove dead code
by Andreas Gruenbacher
· 13 years ago
afbbfa8
drbd: Allow to pass resource options to the new-resource command
by Andreas Gruenbacher
· 13 years ago
089c075
drbd: Convert the generic netlink interface to accept connection endpoints
by Andreas Gruenbacher
· 13 years ago
44e52cf
drbd: Rename DRBD_ADM_NEED_{CONN -> RESOURCE}
by Andreas Gruenbacher
· 13 years ago
01b39b5
drbd: Split off netlink mandatory attribute handling into separate file
by Andreas Gruenbacher
· 13 years ago
7c3063c
drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nested()
by Andreas Gruenbacher
· 13 years ago
789c1b6
drbd: Use the terminology suggested by the command names in the source code and messages
by Andreas Gruenbacher
· 13 years ago
67b58bf
drbd: spelling fix: too small
by Lars Ellenberg
· 13 years ago
fc251d5
drbd: cosmetic: fix accidental division instead of modulo when pretty printing
by Lars Ellenberg
· 13 years ago
46530e8
drbd: Use DRBD_MINOR_COUNT_DEF in one more place
by Andreas Gruenbacher
· 13 years ago
a67b813
drbd: Lower log priority for an event that is definitely not an error
by Philipp Reisner
· 13 years ago
c75b9b1
drbd: Don't use empty nested netlink attributes
by Andreas Gruenbacher
· 13 years ago
1e2a255
drbd: drbd_adm_prepare(): Pass through error codes
by Andreas Gruenbacher
· 13 years ago
5084d71
drbd: drbd_nla_check_mandatory(): Need to remove the DRBD_GENLA_F_MANDATORY flag first
by Andreas Gruenbacher
· 13 years ago
5f93592
drbd: Make drbd's use of netlink attribute flags less confusing
by Andreas Gruenbacher
· 14 years ago
bbbef2d
drbd: Remove unused GENLA_F_MAY_IGNORE flag
by Andreas Gruenbacher
· 14 years ago
509100e
drbd: Output signed / unsigned netlink fields correctly
by Andreas Gruenbacher
· 14 years ago
309f0b7
drbd: Use more generic constant names
by Andreas Gruenbacher
· 14 years ago
d659f2a
drbd: Send PROTOCOL_UPDATE packets when appropriate
by Philipp Reisner
· 14 years ago
Next »