Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
518a4d53b2985451a08cb4e5b79deacfe151a38a
518a4d5
drbd: don't try to clear bits once the disk has failed
by Philipp Reisner
· 12 years ago
fd0017c
drbd: fix regression: potential NULL pointer dereference
by Philipp Reisner
· 12 years ago
4035e4c
drbd: Fix clearing of MDF_AL_DISABLED
by Philipp Reisner
· 12 years ago
42839f6
drbd: log request sector offset and size for IO errors
by Lars Ellenberg
· 12 years ago
edc9f5e
drbd: always write bitmap on detach
by Lars Ellenberg
· 12 years ago
e34b677
drbd: wait for meta data IO completion even with failed disk, unless force-detached
by Lars Ellenberg
· 12 years ago
8747d30
drbd: a few more GFP_KERNEL -> GFP_NOIO
by Lars Ellenberg
· 12 years ago
bc891c9
drbd: fix potential deadlock during bitmap (re-)allocation
by Lars Ellenberg
· 12 years ago
a506c13
drbd: use list_move_tail instead of list_del/list_add_tail
by Lars Ellenberg
· 12 years ago
1b6dd25
drbd: panic on delayed completion of aborted requests
by Philipp Reisner
· 12 years ago
a3025a2
drbd: Fix comparison of is_valid_transition()'s return code
by Philipp Reisner
· 12 years ago
1393b59
drbd: Remove duplicate code
by Philipp Reisner
· 12 years ago
70f17b6
drbd: differentiate early and later "postponing" of requests
by Lars Ellenberg
· 12 years ago
76590cd
drbd: Fix postponed requests
by Philipp Reisner
· 12 years ago
19fffd7
drbd: Call drbd_md_sync() explicitly after a state change on the connection
by Philipp Reisner
· 12 years ago
d764401
drbd: Fix postponed requests
by Philipp Reisner
· 12 years ago
4ae98b4
drbd: Imporve the error reporting of failed conn state changes
by Philipp Reisner
· 12 years ago
7970201
drbd: Fix the way the STATE_SENT bit is cleared
by Philipp Reisner
· 12 years ago
07fc961
drbd: Do not check aspects that are not subject to change in _conn_requests_state()
by Philipp Reisner
· 12 years ago
892fdd1
drbd: Improve readability of IO resuming after freeze due to no data access
by Philipp Reisner
· 12 years ago
88f79ec
drbd: Fix IO resuming after connection was established while executing the fence handler
by Philipp Reisner
· 12 years ago
b792b65
drbd: fix potential list_add corruption
by Lars Ellenberg
· 12 years ago
bc317a9
drbd: dequeue single work items in wait_for_work()
by Lars Ellenberg
· 12 years ago
c02abda
drbd: mutex_unlock "... must no be used in interrupt context"
by Lars Ellenberg
· 12 years ago
c1fd29a
drbd: Fix a race condition that can lead to a BUG()
by Philipp Reisner
· 12 years ago
0ee98e2
drbd: temporarily suspend io in drbd_adm_disk_opts
by Lars Ellenberg
· 12 years ago
4eb9b3c
drbd: don't send out P_BARRIER with stale information
by Lars Ellenberg
· 12 years ago
08332d7
drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()
by Lars Ellenberg
· 12 years ago
155522d
drbd: Remove dead code
by Philipp Reisner
· 12 years ago
b66623e
drbd: Avoid NetworkFailure state during disconnect
by Philipp Reisner
· 12 years ago
39a1aa7f
drbd: Protect accesses to the uuid set with a spinlock
by Philipp Reisner
· 12 years ago
fef45d2
drbd: Write all pages of the bitmap after an online resize
by Philipp Reisner
· 12 years ago
5af2e8c
drbd: Fix completion of requests while the device is suspended
by Philipp Reisner
· 12 years ago
715306f
drbd: Don't unregister socket state_change callback from within the callback
by Andreas Gruenbacher
· 12 years ago
eb12010
drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/
by Lars Ellenberg
· 12 years ago
427c043
drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/
by Lars Ellenberg
· 12 years ago
d4dabbe
drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/
by Lars Ellenberg
· 12 years ago
232fd3f
drbd: cleanup, drop unused struct
by Lars Ellenberg
· 12 years ago
46e21bb
drbd: NEG_ACK does not imply a barrier-ack
by Lars Ellenberg
· 12 years ago
99b4d8f
drbd: only start a new epoch, if the current epoch contains writes
by Lars Ellenberg
· 12 years ago
8a0bab2
drbd: Finish requests that completed while IO was frozen
by Philipp Reisner
· 12 years ago
e959d08
drbd: Fix a potential issue with the DISCARD_CONCURRENT flag
by Lars Ellenberg
· 12 years ago
519b6d3
drbd: fix drbd wire compatibility for empty flushes
by Lars Ellenberg
· 12 years ago
80c6eed
drbd: More random to the connect logic
by Philipp Reisner
· 12 years ago
92f1495
drbd: Try to connec to peer only once per cycle
by Philipp Reisner
· 12 years ago
b666dbf
drbd: Remove redundant and wrong test for NULL simplification in conn_connect()
by Philipp Reisner
· 12 years ago
3174f8c
drbd: pass some more information to userspace.
by Philipp Marek
· 13 years ago
81a3537
drbd: announce FLUSH/FUA capability to upper layers
by Lars Ellenberg
· 12 years ago
58ffa58
drbd: introduce stop-sector to online verify
by Lars Ellenberg
· 12 years ago
970fbde
drbd: flush drbd work queue before invalidate/invalidate remote
by Lars Ellenberg
· 12 years ago
6f1a656
drbd: call local-io-error handler early
by Lars Ellenberg
· 12 years ago
a324896
drbd: do not reset rs_pending_cnt too early
by Lars Ellenberg
· 12 years ago
8a94317
drbd: reset congestion information before reporting it in /proc/drbd
by Lars Ellenberg
· 12 years ago
6f3465e
drbd: report congestion if we are waiting for some userland callback
by Lars Ellenberg
· 12 years ago
0c84966
drbd: differentiate between normal and forced detach
by Lars Ellenberg
· 12 years ago
bf709c8
drbd: cleanup, remove two unused global flags
by Lars Ellenberg
· 12 years ago
3b9ef85
drbd: fix null pointer dereference with on-congestion policy when diskless
by Lars Ellenberg
· 12 years ago
2701238
drbd: take error path in drbd_adm_down if interrupted by signal
by Lars Ellenberg
· 12 years ago
9a278a7
drbd: allow read requests to be retried after force-detach
by Lars Ellenberg
· 12 years ago
934722a
drbd: __req_mod: make DISCARD_WRITE and independend case
by Lars Ellenberg
· 12 years ago
a0d856d
drbd: base completion and destruction of requests on ref counts
by Lars Ellenberg
· 13 years ago
b406777
drbd: introduce completion_ref and kref to struct drbd_request
by Lars Ellenberg
· 13 years ago
5df69ec
drbd: __drbd_make_request() is now void
by Lars Ellenberg
· 13 years ago
5da9c83
drbd: better separate WRITE and READ code paths in drbd_make_request
by Lars Ellenberg
· 13 years ago
b6dd1a8
drbd: remove struct drbd_tl_epoch objects (barrier works)
by Lars Ellenberg
· 13 years ago
d5b27b0
drbd: move the drbd_work_queue from drbd_socket to drbd_connection
by Lars Ellenberg
· 13 years ago
8c0785a
drbd: allow to dequeue batches of work at a time
by Lars Ellenberg
· 13 years ago
b379c41
drbd: transfer log epoch numbers are now per resource
by Lars Ellenberg
· 13 years ago
9d05e7c
drbd: rename drbd_restart_write to drbd_restart_request
by Lars Ellenberg
· 12 years ago
629663c
drbd: fix wrong assert in completion/retry path of failed local reads
by Lars Ellenberg
· 13 years ago
ab53b90
drbd: fix local read error hung forever
by Lars Ellenberg
· 13 years ago
1b6f197
drbd: fix access of unallocated pages and kernel panic
by Lars Ellenberg
· 13 years ago
7a426fd
drbd: Keep the listening socket open while trying to connect to the peer
by Philipp Reisner
· 12 years ago
1f3e509
drbd: pull prepare_listen_socket() out of drbd_wait_for_connect()
by Philipp Reisner
· 12 years ago
9a51ab1
drbd: New disk option al-updates
by Philipp Reisner
· 13 years ago
26ec928
drbd: Stop using NLA_PUT*().
by Andreas Gruenbacher
· 12 years ago
7e0f096
drbd: Remove drbd_accept() and use kernel_accept() instead
by Philipp Reisner
· 12 years ago
2820fd3
drbd: Move the call to listen() out of drbd_accept()
by Philipp Reisner
· 12 years ago
c5b005a
drbd: use bitmap_parse instead of __bitmap_parse
by Philipp Reisner
· 13 years ago
1882e22
drbd: grammar fix in log message
by Lars Ellenberg
· 13 years ago
f66ee69
drbd: bm_page_async_io: properly initialize page->private
by Lars Ellenberg
· 13 years ago
a220d29
drbd: allow bitmap to change during writeout from resync_finished
by Lars Ellenberg
· 13 years ago
5016b82
drbd: fix race between drbdadm invalidate/verify and finishing resync
by Lars Ellenberg
· 13 years ago
07be15b
drbd: fix resend/resubmit of frozen IO
by Lars Ellenberg
· 13 years ago
3ea35df
drbd: fix spelling, remove boring development log message
by Philipp Reisner
· 13 years ago
e4bad1b
drbd: Ensure that data_size is not 0 before using data_size-1 as index
by Philipp Reisner
· 13 years ago
a1096a6
drbd: Delay/reject other state changes while establishing a connection
by Philipp Reisner
· 13 years ago
27eb13e
drbd: Fixed processing of disk-barrier, disk-flushes and disk-drain
by Philipp Reisner
· 13 years ago
9ed57dc
drbd: ignore volume number for drbd barrier packet exchange
by Lars Ellenberg
· 13 years ago
648e46b
drbd: complete_conflicting_writes() should not care about connections
by Lars Ellenberg
· 13 years ago
4439c40
drbd: simplify retry path of failed READ requests
by Lars Ellenberg
· 13 years ago
2415308
drbd: move put_ldev from __req_mod() to the endio callback
by Lars Ellenberg
· 13 years ago
6870ca6
drbd: factor out master_bio completion and drbd_request destruction paths
by Lars Ellenberg
· 13 years ago
8d6cdd7
drbd: conflicting writes: make wake_up of waiting peer_requests explicit
by Lars Ellenberg
· 13 years ago
0afd569
drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONE
by Lars Ellenberg
· 13 years ago
ea9d672
drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspended
by Lars Ellenberg
· 13 years ago
27a434f
drbd: make OOS_HANDED_TO_NETWORK its own case
by Lars Ellenberg
· 13 years ago
2312f0b3
drbd: fix potential deadlock during "restart" of conflicting writes
by Lars Ellenberg
· 13 years ago
f9916d6
drbd: don't pretend that barrier_nr == 0 was special
by Lars Ellenberg
· 13 years ago
0642d5f
drbd: remove unused static helper function
by Lars Ellenberg
· 13 years ago
Next »