Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3b672623079bb3e5685b8549e514f2dfaa564406
/
drivers
/
block
/
drbd
/
drbd_int.h
9534d67
drbd: Use shash and ahash
by Herbert Xu
· 9 years ago
1d5cfdb
tree wide: use kvfree() than conditional kfree()/vfree()
by Tetsuo Handa
· 9 years ago
5f7c012
drbd: avoid potential deadlock during handshake
by Lars Ellenberg
· 10 years ago
7dbb438
drbd: make suspend_io() / resume_io() must be thread and recursion safe
by Philipp Reisner
· 12 years ago
63a7c8a
drbd: make drbd known to lsblk: use bd_link_disk_holder
by Lars Ellenberg
· 10 years ago
f5ec017
drbd: debugfs: expose ed_data_gen_id
by Lars Ellenberg
· 10 years ago
668700b
drbd: Create a dedicated workqueue for sending acks on the control connection
by Philipp Reisner
· 10 years ago
1c03e52
drbd: Rename asender to ack_receiver
by Philipp Reisner
· 10 years ago
84d34f2
drbd: improve network timeout detection
by Lars Ellenberg
· 10 years ago
a297284
drbd: Backport the "events2" command
by Andreas Gruenbacher
· 10 years ago
28bc3b8
drbd: Fix locking across all resources
by Andreas Gruenbacher
· 10 years ago
f6ba863
drbd: Move enum write_ordering_e to drbd.h
by Andreas Gruenbacher
· 10 years ago
dece163
block: change ->make_request_fn() and users to return a queue cookie
by Jens Axboe
· 9 years ago
8ae1266
block: kill merge_bvec_fn() completely
by Kent Overstreet
· 10 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 10 years ago
e805b98
drbd: Remove an useless copy of kernel_setsockopt()
by Philipp Reisner
· 10 years ago
f221f4b
drbd: Only use drbd_msg_put_info() in drbd_nl.c
by Andreas Gruenbacher
· 10 years ago
179e20b8
drbd: Minor cleanups
by Andreas Gruenbacher
· 10 years ago
d1b8085
drbd: Get rid of the __no_warn and __cond_lock macros
by Andreas Gruenbacher
· 10 years ago
ed15b79
drbd: Use consistent names for all the bi_end_io callbacks
by Andreas Gruenbacher
· 10 years ago
11f8b2b
drbd: Use better variable names
by Andreas Gruenbacher
· 10 years ago
944410e
drbd: debugfs: add callback_history
by Lars Ellenberg
· 11 years ago
f418815
drbd: debugfs: Add in_flight_summary
by Lars Ellenberg
· 11 years ago
4d3d5aa
drbd: debugfs: add basic hierarchy
by Lars Ellenberg
· 11 years ago
4ce4926
drbd: track details of bitmap IO
by Lars Ellenberg
· 11 years ago
21ae5d7
drbd: track timing details of peer_requests
by Lars Ellenberg
· 11 years ago
ad3fee7
drbd: improve throttling decisions of background resynchronisation
by Lars Ellenberg
· 11 years ago
7753a4c1
drbd: add caching oldest request pointers for replication stages
by Lars Ellenberg
· 11 years ago
844a6ae7
drbd: add lists to find oldest pending requests
by Lars Ellenberg
· 11 years ago
e5f891b
drbd: gather detailed timing statistics for drbd_requests
by Lars Ellenberg
· 11 years ago
e37d243
drbd: track meta data IO intent, start and submit time
by Lars Ellenberg
· 11 years ago
41d9f7c
drbd: drop drbd_md_flush
by Lars Ellenberg
· 11 years ago
15e26f6
drbd: add drbd_queue_work_if_unqueued helper
by Lars Ellenberg
· 11 years ago
f88c5d9
drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)
by Lars Ellenberg
· 11 years ago
659b2e3
block: Convert last uses of __FUNCTION__ to __func__
by Joe Perches
· 11 years ago
aaaba34
drbd: implement csums-after-crash-only
by Lars Ellenberg
· 11 years ago
a5655da
drbd: fix bogus resync stats in /proc/drbd
by Lars Ellenberg
· 11 years ago
caa3db0
drbd: Remove unnecessary/unused code
by Andreas Gruenbacher
· 11 years ago
4dd726f
drbd: get rid of drbd_queue_work_front
by Lars Ellenberg
· 11 years ago
ac0acb9
drbd: use drbd_device_post_work() in more places
by Lars Ellenberg
· 11 years ago
e334f55
drbd: make sure disk cleanup happens in worker context
by Lars Ellenberg
· 11 years ago
ba3c6fb
drbd: close race when detaching from disk
by Lars Ellenberg
· 11 years ago
5ab7d2c
drbd: fix resync finished detection
by Lars Ellenberg
· 11 years ago
c7a58db
drbd: get rid of atomic update on disk bitmap works
by Lars Ellenberg
· 11 years ago
28995af
drbd: rename drbd_free_bc() to drbd_free_ldev()
by Philipp Reisner
· 11 years ago
8fe39aa
drbd: device->ldev is not guaranteed on an D_ATTACHING disk
by Philipp Reisner
· 11 years ago
e952658
drbd: Move write_ordering from connection to resource
by Philipp Reisner
· 11 years ago
ec4a3407
drbd: use list_first_entry_or_null in first_peer_device/first_connection
by Lars Ellenberg
· 11 years ago
e4d7d6f
drbd: add back some fairness to AL transactions
by Lars Ellenberg
· 11 years ago
20c68fd
drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIM
by Lars Ellenberg
· 11 years ago
a0fb3c4
drbd: prepare receiving side for REQ_DISCARD
by Lars Ellenberg
· 11 years ago
9e27687
drbd: allow parallel promote/demote actions
by Lars Ellenberg
· 11 years ago
a910b12
drbd: perpare for genetlink parallel_ops
by Lars Ellenberg
· 11 years ago
e829987
drbd: don't let application IO pre-empt resync too often
by Lars Ellenberg
· 11 years ago
d40e567
drbd: Remove drbd_wrappers.h
by Philipp Reisner
· 11 years ago
2457b6d
drbd: Add drbd_thread->resource and make drbd_thread->connection optional
by Andreas Gruenbacher
· 13 years ago
4d01039
drbd: Make w_make_resync_request() static
by Andreas Gruenbacher
· 13 years ago
a8cd15b
drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_work
by Andreas Gruenbacher
· 13 years ago
b5043c5
drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()
by Andreas Gruenbacher
· 13 years ago
84b8c06
drbd: Create a dedicated struct drbd_device_work
by Andreas Gruenbacher
· 13 years ago
8682eae
drbd: Rename w_prev_work_done -> w_complete
by Andreas Gruenbacher
· 13 years ago
d9f6522
drbd: Move string function prototypes from linux/drbd.h to drbd_string.h
by Andreas Gruenbacher
· 13 years ago
c60b025
drbd: Kill drbd_task_to_thread_name()
by Andreas Gruenbacher
· 13 years ago
69a2277
drbd: Pass a peer device to a number of fuctions
by Andreas Gruenbacher
· 13 years ago
9f4fe9a
drbd: Replace vnr_to_mdev() with conn_peer_device()
by Andreas Gruenbacher
· 13 years ago
79a3c8d
drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argument
by Andreas Gruenbacher
· 13 years ago
753c6191
drbd: Function prototype cleanups
by Andreas Gruenbacher
· 13 years ago
625a6ba
drbd: Move cpu_mask from connection to resource
by Andreas Gruenbacher
· 13 years ago
6bbf53c
drbd: Move susp, susp_nod, susp_fen from connection to resource
by Andreas Gruenbacher
· 14 years ago
0500813
drbd: Move conf_mutex from connection to resource
by Andreas Gruenbacher
· 14 years ago
59515a2
drbd: drbd_create_device(): Take a resource instead of a connection argument
by Andreas Gruenbacher
· 14 years ago
f82795d
drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device
by Andreas Gruenbacher
· 14 years ago
0b0ba1e
drbd: Add explicit device parameter to D_ASSERT
by Andreas Gruenbacher
· 14 years ago
1ec861e
drbd: Replace and remove the obsolete conn_() macros
by Andreas Gruenbacher
· 14 years ago
3b52bef
drbd: Turn drbd_printk() into a polymorphic macro
by Andreas Gruenbacher
· 14 years ago
d018017
drbd: Remove the terrible DEV hack
by Andreas Gruenbacher
· 14 years ago
c06ece6
drbd: Turn connection->volumes into connection->peer_devices
by Andreas Gruenbacher
· 14 years ago
eb6bea6
drbd: Move resource options from connection to resource
by Andreas Gruenbacher
· 14 years ago
4bc7604
drbd: Replace conn_get_by_name() with drbd_find_resource()
by Andreas Gruenbacher
· 14 years ago
803ea13
drbd: Add struct drbd_resource->devices
by Andreas Gruenbacher
· 14 years ago
d8628a8
drbd: Add struct drbd_device->resource
by Andreas Gruenbacher
· 14 years ago
77c556f
drbd: Add struct drbd_resource
by Andreas Gruenbacher
· 14 years ago
05a10ec
drbd: Improve some function and variable naming
by Andreas Gruenbacher
· 14 years ago
a6b32bc
drbd: Introduce "peer_device" object between "device" and "connection"
by Andreas Gruenbacher
· 14 years ago
bde89a9
drbd: Rename drbd_tconn -> drbd_connection
by Andreas Gruenbacher
· 14 years ago
b30ab79
drbd: Rename "mdev" to "device"
by Andreas Gruenbacher
· 14 years ago
5476169
drbd: Rename struct drbd_conf -> struct drbd_device
by Andreas Gruenbacher
· 14 years ago
a3603a6
drbd: Split off on-the-wire protocol definitions
by Andreas Gruenbacher
· 14 years ago
de0b2e6
drivers: block: Move prototype declaration to appropriate header file from drbd_main.c
by Rashika Kheria
· 11 years ago
ed54482
drivers: block: Move prototype declaration of function tl_abort_disk_io() to appropriate header file from drbd_state.c
by Rashika Kheria
· 11 years ago
57737ad
drbd: Fix adding of new minors with freshly created meta data
by Philipp Reisner
· 11 years ago
d752b26
drbd: Allow online change of al-stripes and al-stripe-size
by Philipp Reisner
· 12 years ago
e96c963
drbd: Constants should be UPPERCASE
by Philipp Reisner
· 12 years ago
28e448b
drbd: Ignore the exit code of a fence-peer handler if it returns too late
by Philipp Reisner
· 12 years ago
08a1dda
drbd: consolidate as many updates as possible into one AL transaction
by Lars Ellenberg
· 12 years ago
b5bc8e0
drbd: split drbd_al_begin_io into fastpath, prepare, and commit
by Lars Ellenberg
· 12 years ago
113fef9
drbd: prepare to queue write requests on a submit worker
by Lars Ellenberg
· 12 years ago
56392d2
drbd: Clarify when activity log I/O is delegated to the worker thread
by Lars Ellenberg
· 12 years ago
68e41a4
drbd: use the cached meta_dev_idx
by Lars Ellenberg
· 12 years ago
Next »